I am playing with Weld-SE. I have a project which has pluggable modules. With one module, weld works. When other module, which uses weld-servlet-core, is put on classpath (with it\'s deps), CDI stops
I have the archetype org.jboss.weld.archetypes:jboss-javaee6-webapp:1.0.1.CR2 and I try to understand the class MemberListProducer:
I\'m getting in my project inject (@ Inject) CDI Beans scopes Request and Session in a servlet. The problem is that for session beans CDI I\'m not getting that states remain. I try to modify the state
I\'m working on a Java EE application, primarily JAX-RS with a JSF admin console, that uses CDI/Weld for dependency injection with javax.enterprise.context.ApplicationScoped objects. Minor debugging i
Can CDI inject EJB references in my remote EJB client? Actually I\'ve a JUnit test case that runs locally on my system and access a EJB running on a standalone JBoss AS.开发者_运维技巧 I\'m currentl
I am new to CDI and want to use this for a JSF2 application. The class MyUser is a simple @Entity-Bean and a object is created in a @PostConstruct method in bean:
i\'m new to weld. I\'m setup a seam 3 project war packaged. I want to discover picketlink security management and in order to test his various mamanger (after setup the database and entity classes) i\
I have a @C开发者_开发百科onversationScoped bean, with a start method, like so: @PostConstruct public void start() {
Following the official documentation I implemented a very simple Java SE Weld quickstart class. @Singleton
I have a Singleton EJB (javax.ejb.Singleton version. sigh.) which has a CDI observer method on it. When I try to deploy this to glassfish 3.1 the server fails to deploy the EAR file without any real e