Questions tagged as 'jboss-weld'

1
answer

Error while deploying on glassfish server

Project failed on server after deploy. glassfish 4.1 Project cdi, jsf, primefaces, jpa   WELD-000335: Context is already active at org.jboss.weld.context.AbstractConversationContext.activate (AbstractConversationContext.java:233) at org .j...
asked by 04.09.2016 / 16:38
0
answers

Application runs in eclipse but does not run on Intelij

I'm migrating from eclipse to Intelij and my application runs normal in eclipse, and when I deploy to the server, but it does not run on the intelij. There is no error message, only log. package br.com.ramires.pac; import static spark.Spar...
asked by 08.06.2018 / 05:50
1
answer

Error. WARN: WELD-000335: Conversation context is already active

I'm having the following error in the output of my Glassfish 4.1 server:    WARN: WELD-000335: Conversation context is already active, most   it was not cleaned up properly during previous request   processing: org.apache.catalina.connector.R...
asked by 04.09.2016 / 06:09
0
answers

CDI beans within .jar file are not found by the container (Unsatisfied dependencies)

I created a Java project to serve as lib to other projects, reducing duplication of code between projects. This lib project is exported to jar to be included in Web projects. In Web projects (where these classes are being removed) everythin...
asked by 24.08.2016 / 00:35
0
answers

Infinite Loop Method

I have a method call that is made with <p:remoteCommand /> of Primefaces on the Home Page of my system. And it works perfectly with some users, but with others it goes through the method in the full Bean, but never ends. The loop ha...
asked by 25.09.2017 / 15:31
1
answer

Problems setting up a Maven project to place CDI [closed]

Look at 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. Transactional observers will be invoked sy...
asked by 22.09.2015 / 13:45