Most voted "jboss-weld" questions
Use this tag when you’re asking a question about Jboss Weld, a CDI framework built into several Java EE containers like Wildfly, Jboss EAP, Glassfish, and more, and can be used separately with Java SE.
Learn more…6 questions
Sort by count of
-
2
votes0
answers105
viewsApplication runs on eclipse but does not run on Intelij
I am migrating from eclipse to Intelij and my application runs normal in eclipse, and when I deploy on server, but it does not run on intelij. No error message, log only. package br.com.ramires.pac;…
-
2
votes0
answers80
viewsCDI Beans inside . jar file are not found by container (Unsatisfied dependencies)
I created a Java project to lib other projects, decreasing code duplicity between projects. This lib project is exported to jar to be included in Web projects. In the Web projects (from which these…
-
2
votes1
answer188
viewsError deploying to glassfish server
Project not Rada on server after deploy. glassfish 4.1 Project cdi, jsf, primefaces, jpa System error: WELD-000335: Context is already active java.lang.Illegalstateexception: WELD-000335: Context is…
-
1
votes1
answer177
viewsError. WARN: WELD-000335: Conversation context is already active
I am presenting the following error in my Glassfish server 4.1 output: WARN: WELD-000335: Conversation context is already active, Most likely it was not cleaned up properly During Previous request…
-
0
votes0
answers41
viewsInfinite Loop Method
I have a method call that is made with <p:remoteCommand /> of Primefaces on my system’s home page. And it works perfectly with some users, but with others it goes through the method in the…
-
-1
votes1
answer985
viewsProblems setting up a Maven project to place CDI
Watch the error message; 08:27:28,047 INFO [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available.…