Posts by Felipe Souza • 133 points
17 posts
-
0
votes0
answers38
viewsQ: Problems with Rest Java swing consumption?
I have a java swing application where I get a list of data from a webservice. When I run this by netbeans it does it right, now when I jar to send it to the client, the application just doesn’t make…
-
1
votes1
answer191
viewsQ: Doubts with Crud java CDI
I have connection with some database, with that, I made a class called connection, where I have verification of which database to use: package DAO; import CDI.Corporativo; import CDI.Java3DS; import…
-
-2
votes2
answers1209
viewsQ: Doubts about how to consume Ws Nfs-e Curitiba
Now following my return only comes so <EnviarLoteRpsResposta xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NumeroLote xsi:nil="true"…
-
0
votes1
answer345
viewsQ: Error signing xml nfse Curitba
Guys I’m making the following mistake : Grave: javax.faces.el.EvaluationException: javax.xml.crypto.dsig.XMLSignatureException: javax.xml.crypto.URIReferenceException:…
-
0
votes1
answer72
viewsQ: Error while performing android route : Androidhttpclient: Leak found
Guys I’m making the following mistake : 08-24 22:52:53.529 9872-9880/br.com.anjodarua E/AndroidHttpClient: Leak found java.lang.IllegalStateException: AndroidHttpClient created and never closed at…
-
1
votes0
answers49
viewsQ: Doubts with jssor carousel
I’m using the carousel for on my page, follows image so far so good , the problem is when I open it on mobile, it decreases the carousel , and I wanted q it plays down , follows image I’ll send you…
-
1
votes0
answers185
viewsQ: Spark Charts primefaces chart
I’m using primefaces to do my graphics, but I have a problem. The graphics generate right, but I have to move the mouse to display the values as in the following example: I want the values to always…
-
1
votes1
answer95
viewsQ: Using CDI in the app
People have a problem , on my login screen I can inject the in a good, when I step to the second screen that would be the Dash , I can not inject , he only brings me with null .... Segue Conexao :…
-
1
votes0
answers92
viewsQ: Persisisntece.xml configuration with Glassfish datasource
Next people I made 2 glassfish datasources!!!! Where the first is a fixed database!!! Follow picture: This datasource is working correctly !!! My second I do not pass the Database property because…
-
1
votes1
answer200
viewsQ: Improvements to Entitymanegedfactory JPA
Staff I am working as follows , I have 2 PersistenceUnit , one from the Manager’s database , which is where I find the data from the clients' databases ,another from the clients' database , which I…
-
0
votes1
answer979
viewsQ: Open report in another tab
I need the report, when the user clicks a button, to run in another tab. I am using: <p:commandButton oncomplete="history.go(0)" onclick="target = '_blank'" style="width: 200px;margin-top:…
-
0
votes0
answers530
viewsQ: Slow problems generating a Jasper report
I am with a problem , every time q I will generate a report for the first time it takes to generate, apart from the second time it goes very fast , I’m sending the code that generates the report if…
-
1
votes0
answers159
viewsQ: Problems with user login
Today, I make my connection to database using jpa. In my persistence I have 2 PU , one is to connect in my "Manager", which is where my addresses of the database are, and the other is to connect in…
-
0
votes0
answers375
viewsQ: JSF Session: login module
I’m having a problem, with my Session,hj I make 2 connections , one in my manager database to grab the client’s ip and database location, and another in the client’s database with the ip and…
-
3
votes1
answer108
viewsQ: Select Hibernate + ifrebird
Guys I’m having a mistake in making the select !!! follows the class and error Advertência: #{mbeanUsuario.Vusuario}: javax.persistence.PersistenceException:…
-
1
votes1
answer346
viewsQ: Error : Class org.firebirdsql.jdbc.Fbdriver has Unsupported major or minor version Numbers
Guys I’m making this mistake Somebody knows what it is : An Error Occurred: java.lang.Unsupportedclassversionerror: Class org.firebirdsql.jdbc.Fbdriver has Unsupported major or minor version…
-
0
votes0
answers18
viewsQ: Error generating report, only on server
I have an application in Netbeans, decided to put it on the air, made an aws server on Amazon, set up mine glassfish server, and up the application, the configuration of the glassfish It’s the same…