Posts by Diego Adriano • 101 points
10 posts
-
0
votes1
answer644
viewsQ: Error Rendering View - JSF + CDI + Primefaces
Good evening, I have the following context: My application uses JSF2, CDI and Primefaces, my view is yielding normally, however, if I start an F5 repeatedly ends up returning me the error of…
-
2
votes1
answer143
viewsQ: Configure Tomcat to force Https
Good guys, I need a help to configure my Cat and "force" my application to run on Https. I am using the Integrator Server, I have already installed the certificate it runs in the root folder but in…
tomcatasked Diego Adriano 101 -
0
votes0
answers131
viewsQ: Problem with Recyclerview
I have the following problem, I have a screen where I display a list using a Recyclerview, until then it works well, then when I use the view Scroll it creates "spaces" blank in the list ... private…
-
1
votes1
answer138
viewsQ: java.net.Bindexception: Address already in use /127.0.0.1:13444
Guys, I have an application running on intagrator and today the system crashed, seeing the logs I came across this error: java.net.BindException: Address already in use /127.0.0.1:13444 at…
-
0
votes0
answers46
viewsQ: Configure Webservice
I’m having difficulties to configure a POST method, I’m implementing the integration with the payment platform Gerencianet, their support returned me the following message in a call: Dear, please…
-
1
votes1
answer427
viewsA: How to use th:if
It was as follows: In the model: public boolean aPagar() { if(situacao_financeira.equals("A")) return true; else return false; } and at the View <div class="form-group"…
spring-mvcanswered Diego Adriano 101 -
1
votes1
answer427
viewsQ: How to use th:if
Good morning, someone would tell me the correct way to use Thymeleaf’s "th:if" with Spring MVC, I’m trying this way but I’m not getting it .. th:if="${situacao_financeira} eq 'A'"…
spring-mvcasked Diego Adriano 101 -
2
votes0
answers30
viewsQ: Insert String in primefaces graph
I am mounting a graph, but I need to display the data of a field that is "String", however it only receive integer. Someone there has been there?…
-
2
votes1
answer41
viewsQ: Help with Broken pipe
Guys, I have a problem in my system, it is falling too much the connection as database, this system gets to 12 hours idle, I need a help to configure C3P <!--Configuração do pool de c3p0 -->…
-
1
votes0
answers266
viewsQ: java.lang.Illegalstateexception: Cannot create a Session after the Response has been Committed
Good morning guys, I am with a strange problem in my application only after Gero War and send to Integrator, the application does not even open the Login screen, is returned this error: INFO:…