Posts by Adriano • 35 points
8 posts
-
0
votes1
answer2657
viewsQ: I can’t Update spring project on Heroku with git
I follow the following steps but it doesn’t work: git init git add . git commit -m "mensagem" git push heroku master C: Users Adriano Documents deoliveira-embal deoliveira-embal>git init…
-
0
votes1
answer203
viewsQ: Netbeans Does Not Recognize File . Java
I am having trouble calling report JSF application. Do not search for data in Netbeans 8.1 does not recognize Jaspersoft generated file. I cannot find plugin for this version. Request reports…
-
0
votes2
answers191
viewsA: null return when registering new product, but when editing I can save give no error
[SOLVED] the problem was in the initialized method not instanciei product, Brazilian register.java @PostConstruct public void inicializar() { System.out.println("Inicialinado...."); if…
-
0
votes2
answers191
viewsQ: null return when registering new product, but when editing I can save give no error
Hello guys I’m having jsf application problems, cdi, when new product registration give null return, but when editing makes editing normally. give error ago 28, 2016 12:52:37 AM…
-
0
votes1
answer54
viewsQ: error file facesProduces
is making a mistake Caused by: org.jboss.Weld.exceptions.Deploymentexception: WELD-001409: Ambiguous dependencies for type Httpservletrequest with Qualifiers @Default at Injection point…
-
0
votes1
answer114
viewsQ: null return when trying to persist data
I’m having problems registration and search system while persisting in saving method of the null return, I already switched to @viewscoped my bean but nothing, debugged project and nothing, I can…
-
0
votes0
answers260
viewsQ: user editing screen does not load data, and delete method does not delete
Take a look at the codes: <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
-
3
votes1
answer212
viewsQ: Error au render screen in pimefaces application - Nullpointexception
Uu method, to be called gives NullPointException. Has an expression that validates when editing appears header "Product Editing", if New registration appears "new". No cadastroProdutoBean.java has…