Log in to follow, share, and participate in this community.
Thread WELD-000225 warning in Tomcat 7, but servlets are synchronous!
WELD-000225 warning in Tomcat 7, but servlets are synchronous!Hi, My understanding of WELD-000225 is that Tomcat 7's implementation of asynchronous serlvets doesn't allow WELD to clean up correctly after an asynchronous request. I have therefore assumed that this implies...
Thread @Stateless @LocalBean not discovered as a CDI Bean
@Stateless @LocalBean not discovered as a CDI BeanWhen adding an @Observer method to a @Stateless bean, you have to annotate with @LocalBean. However, then the stateless bean is not discovered as a CDI bean anymore. see cdi-test/CreditCardProcessor.java at master ...
Thread Problem with weld during deployment on WildFly 8.2
Problem with weld during deployment on WildFly 8.2Hi, we are trying to migrate our application to WildFly 8.2. But we are getting deployment exceptions from Weld a lot of times. As far as I can see the problem is when weld scanning/processing our classes durin...
Thread WELD-000321: No conversation found to restore for id 1
WELD-000321: No conversation found to restore for id 1I am hitting the following error when switching from long-running coversation to a transient coversation. Anyone knows what is the possible cause for this? I also see in the trace that the coversation is null. Do I ne...
Thread Session creation in AbstractSessionBeanStore (Weld 1.1.4)
Session creation in AbstractSessionBeanStore (Weld 1.1.4)We are running some web applications on Glassfish 3.1.2 Application Server. Our security framework is Apache Shiro. Shiro runs in native mode. That means that shiro creates its own session cookie and has its own sessi...
WELD Servlet 2.2.x, javax.el and Tomcat 7Hi, I've been using WELD 2.2.x and Tomcat 7 successfully for a while now, but I've just noticed that WELD 2.2.x is asking for javax.el:javax.el-api:3.0.0. I've been using Tomcat 7's internal org.apache.tomcat:...
Thread Weld cannot find producer method in library jar
Weld cannot find producer method in library jarUsing Wildfly 8.2.0.Final, which I believe uses Weld 2.2, I've reproduced this issue with 2 simple classes in a Maven multimodule project. One produces a javax.ws.rs.client.Client, another has an injection point for t...
CDI.current().getBeanManagerI obeserved that CDI.current().getBeanManager does not work on a class, which is not in any BDAs. I feel it makes sense. However, I cannot see anything from CDI spec to mandate this. Did I miss anything?
Bootstrap Weld SE for Nested JARsHi all, I'm currently trying to build a Java EE prototype counterpart to Spring Boot. At the moment I'm struggling to properly bootstrap Weld SE. I played around with several ways to package the app, but so fa...
Weld 2.2.10Weld 2.2.10.Final is now released. Again, this is a bug-fixing release with minor performance improvements in the area of disposer methods. In addition, a new unified way of configuring Weld was added (expect ...
Thread using @Produces and @Inject across AS7 module dependencies
using @Produces and @Inject across AS7 module dependenciesHi, is it possible to use a CDI producer method defined in module A in order to CDI inject into a bean in a second module B? Is there any description on the relation between CDI and the JBoss Modules S...
Thread Running weld osgi example with felix on java se
Running weld osgi example with felix on java seI want to do the following solution:Apache Felix + Weld for Java SE. For that I want to run one of examples from weld archive - weld-osgi-paint. I have passed a lot of problems which was described here - java ...
CVE-2014-8122A low-impact security issue has been identified in Weld. The issue is fixed in: JBoss products (see the customer portal for details) Weld 1.1.28.Final or newer Weld 2.2.8.Final or newer Weld 3.0.0.Alpha3 or newer ...