• Incompatibility of java 8u60, CDI observer method and lambda expressions

    Hi.   It seems that java release 8u60 breaks the following scenario. Create an CDI observer method, write a lambda expression inside it, and use the observed parameter inside the lambda.   Here is a short ...
    Profile Photo
    last modified by sebek64
  • WELD 2.2 branch no longer working with JDK6

    Hi,   I tried upgrading an old JDK6-bound component from WELD 2.1.2.Final to WELD 2.2.15.Final, but the deployment failed with this error: Caused by: java.lang.NoClassDefFoundError: java/util/Objects  &...
    Profile Photo
    last modified by chrisjr
  • WELD-001408: Unsatisfied dependencies

    Hi, I'm having trouble using dependency injection (with CDI/Weld) within libraries used in a war when deploying on Glassfish 4.1-b15. I have two libraries, say: WEB-INF/lib/library1.jar WEB-INF/lib/library2.jar libra...
    Profile Photo
    last modified by ruddy32
  • Weld 3.0.0.Alpha13

    Download: http://weld.cdi-spec.org/download/ Changelog: https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310891&version=12327725
    Profile Photo
    created by jharting
  • Easier access to InjectionPoint qualifiers?

    Hi,   It appears that the only reliable way of analysing all of the qualifiers on a given injection point is via the javax.enterprise.inject.spi.InjectionPoint.getQualifiers() method, because annotation literals...
    Profile Photo
    last modified by chrisjr
  • Problem of inheritance for initializer(injecting method)

    I'm facing an issue like this: What is the member type in @Override method of sub-class for example: public interface Dao {} @Typed(A.class) public class A implements Dao {} @Typed(B.class) public class B extends A...
    Profile Photo
    created by julian8628
  • NoSuchMethodError in Guava class when using weld + testfx

    Hi,   I'm developping a JavaFX app based on a framework called "mvvmfx" [1]. This framework uses CDI (Weld ) for dependency injection. For GUI tests, I wanted to use the testfx library [2], which provides a flue...
    Profile Photo
    last modified by mgznt
  • What is the correct usage of WELD's built-in HttpRequestContext bean?

    Hi,   I have implemented a CDI bean with a @Produces method that extracts query parameter "traceId" from any/every HTTP request. This @Produces method is also likely to be called outside of request scope (by bea...
    Profile Photo
    last modified by chrisjr
  • how  to inject EntityManager in CDI(weld)?

    In my project , i use JSF+JPA+CDI+WildFly 8.2, in the persistence layer, i hava a BasicDao , like this: public  class BasicDao<M, K>{   private org.jboss.logging.Logger logger = org.jboss.logging.Logg...
    Profile Photo
    last modified by jiayuchen
  • Famous error WELD-001408 Unsatisfied dependencies

    Hi for all !!   I'm developing an app with maven + weld. And I don't inject bean on my Servlet. Below follows the exception:   org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependen...
    Profile Photo
    last modified by ivandasilva
  • Weld 3.0.0.Alpha11

    Download: http://weld.cdi-spec.org/download/
    Profile Photo
    created by jharting
  • Injecting 'selected' value from RichFaces 'selectOneMenu' into an EJB

    I'm porting a live JBoss 6.1, RichFaces 3.x & Seam 2.x application to:   JBoss WildFly 8.2, RichFaces 4.5.1 & JBoss Weld 2.2   I'm having trouble retrieving the selected value from a RichFaces sele...
    Profile Photo
    last modified by notify
  • Weld 2.2.14.Final

    Download: http://weld.cdi-spec.org/download/
    Profile Photo
    last modified by jharting
  • Feature Request, support onejar-maven-plugin

    Hi, I am using weld-se in a standalone SE app. I am using onejar-maven-plugin to build an executable jar with all the dependencies contained in the jar. The plugin basically packages jars inside jars and then has ...
    Profile Photo
    last modified by pieter.martin
  • Weld 2.2.13.Final

    Download: http://weld.cdi-spec.org/download/
    Profile Photo
    created by jharting
  • Weld 3.0.0.Alpha10

    Download: http://weld.cdi-spec.org/download/
    Profile Photo
    created by jharting
  • WildFly 10 and Weld 3

    I just took Weld's patchfile for WildFly 9, edited patch.xml (inside the zip file) for WildFly 10, and upgraded WildFly 10.0.0.Alpha1 to Weld 3.0.0.Alpha9. All my tests are working fine.   Therefore, I'm wonderi...
    Profile Photo
    last modified by juergen.zimmermann
  • Weld 3.0.0.Alpha9

    This release contains various enhancements around BeanBuilder and Weld SE builder APIs. See https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310891&version=12326947 for details. Download: http://weld....
    Profile Photo
    created by jharting
  • Weld 2.2.12.Final

    Another bug-fixing release for Weld 2.2   Release notes: https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310891&version=12326948 Download: http://weld.cdi-spec.org/download/
    Profile Photo
    created by jharting
  • Async call - RequestScoped not active exception

    I am trying to run cts with async tests. But I hit When running CTS the test: org.jboss.cdi.tck.tests.context.request.event.async.RequestScopeEventAsyncTest Methods: testEventsFired   The following exception ...
    Profile Photo
    last modified by emilyj