Posts by Vinícius Carneiro de Brito • 103 points
9 posts
-
1
votes1
answer111
viewsQ: Which version of the primefaces Extensions is compatible with the primefaces 3.5?
I use primefaces 3.5 in my project and I intend to use Primefaces Extension. I would like to know what the newest version of Primefaces Extension is is compatible with version 3.5 of Primefaces.…
-
1
votes1
answer523
viewsQ: Error in JPQL query
When I am starting my server the following error is happening unexpected token: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'IServidorMensalRepositorio':…
-
0
votes1
answer62
viewsA: Classpath of my shell script failed to find a particular jar
For some reason I specified in linux the line where I was with the information that uses this driver to access the database, had blank space due to I had format with the shortcut CTRL + SHIFT + F…
-
1
votes1
answer62
viewsQ: Classpath of my shell script failed to find a particular jar
I have a shell script that executes the following instructions: #!/bin/bash java -Dcom.sun.management.jmxremote -classpath .:lib/* br.com.governa.admin.sincronizador.negocio.Sincronizador…
-
1
votes1
answer777
viewsA: Redeem selected input values in the Datatable of the first faces
Just create an attribute in your Bean of the type: Lista<SeuObjeto> selecionados; Define in your datatable that it can be selected by informing the Selection attribute, pointing to the…
-
2
votes1
answer96
viewsQ: How to pass a function as parameter in Action Script?
Can anyone tell me what kind of object allows me to make a value matrix and a function similar to the code below and script 3 action? If it were in Java you could do something like this: My…
actionscript-3asked Vinícius Carneiro de Brito 103 -
0
votes1
answer103
viewsQ: How to use subclipsis in Ubuntu’s eclipse Kepler 14.04 64 bits
I’ve made all the settings indicated on the site: http://subclipse.tigris.org/wiki/JavaHL And when I access the menu Team -> SVN displays the following error message: Failed to load JavaHL…
-
-1
votes1
answer250
viewsQ: Check events that occurred in a given period of time
I need to register the following event in my program: Players who kill 5 times during the 1 minute break will win a prize. My class mapping is as follows: public class Game { private String name;…
-
3
votes1
answer1384
viewsQ: Error deploying to Wildfly
I’m getting an error trying to do deploy of my Wildfly 8 app: Caused by: org.jboss.as.server.Deployment.Deploymentunitprocessingexception: JBAS011445: Failed to get Adapter for persistence Provider…