• 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...
    Profile Photo
    last modified by chrisjr
  • @Stateless @LocalBean not discovered as a CDI Bean

    When 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 &#...
    Profile Photo
    last modified by dabloem
  • Problem with weld during deployment on WildFly 8.2

    Hi,   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...
    Profile Photo
    last modified by andreas_w
  • WELD-000321: No conversation found to restore for id 1

    I 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...
    Profile Photo
    last modified by emilyj
  • 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...
    Profile Photo
    last modified by s.moschel
  • WELD Servlet 2.2.x, javax.el and Tomcat 7

    Hi,   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:...
    Profile Photo
    last modified by chrisjr
  • license terms using Weld

    Hey can I use Weld for my project and distribute it freely?
    Profile Photo
    last modified by joe10
  • Failed Arquillian deployment with Weld Servlet >= 2.2.5.Final and bean archive.

    Hi,   I've been trying to resolve a broken Arquillian (embedded Tomcat 7) deployment where Weld Servlet finds a Producer bean inside a bean archive *twice*. My Arquillian WAR looks like this: WAR: ROOT.war: /ME...
    Profile Photo
    last modified by chrisjr
  • Weld cannot find producer method in library jar

    Using 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...
    Profile Photo
    last modified by abhi0123
  • Weld 3.0.0.Alpha8

    ...with enhanced API for Weld SE and Probe improvements: http://weld.cdi-spec.org/news/2015/04/21/weld-300Alpha8/
    Profile Photo
    created by jharting
  • Weld 2.2.11.Final

    Another bug-fixing release for Weld 2.2   Release notes: https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310891&version=12326581 Download: http://weld.cdi-spec.org/download/
    Profile Photo
    created by jharting
  • CDI.current().getBeanManager

    I 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?
    Profile Photo
    last modified by emilyj
  • Is it possible to use a CDI portable extension to lookup and inject beans that exist in a different classloader?

    I am working on a framework which will be used in Java EE applications and therefore is likely to be deployed in the \lib directory of an EAR file. The framework will use CDI to programmatically lookup and inject bean...
    Profile Photo
    last modified by paul.holding
  • Bootstrap Weld SE for Nested JARs

    Hi 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...
    Profile Photo
    last modified by thilo.tanner
  • Weld 2.2.10

    Weld 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 ...
    Profile Photo
    last modified by jharting
  • using @Produces and @Inject across AS7 module dependencies

    Hi,   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...
    Profile Photo
    last modified by ralf.sigmund
  • Running weld osgi example with felix on java se

    I 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 ...
    Profile Photo
    last modified by pashaturok
  • Weld 3.0.0.Alpha7

    Another Alpha release of Weld 3 is now available. It contains: Probe enhancements bug fixes   Release notes: https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310891&version=12326695 Download: ...
    Profile Photo
    created by jharting
  • InjectionTarget.getInjectionPoints() ignores static field injection points

    While trying to use cdi in the application client container, I found out the InjectionTarget.getInjectionPoints() does not include the injection points declaring on static fields. However, in the EE7 spec, it states: ...
    Profile Photo
    last modified by emilyj
  • CVE-2014-8122

    A 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 ...
    Profile Photo
    created by jharting