jboss-weld
CDI stops working when using weld-se-core and weld-servlet-core?
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[详细]
2023-03-19 12:29 分类:问答JavaEE and CDI: Understanding @Observes
I have the archetype org.jboss.weld.archetypes:jboss-javaee6-webapp:1.0.1.CR2 and I try to understand the class MemberListProducer:[详细]
2023-03-19 07:41 分类:问答Inject CDI Session Bean in Servlet
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[详细]
2023-03-17 06:55 分类:问答Is it possible to destroy a CDI scope?
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[详细]
2023-03-15 05:02 分类:问答Can CDI inject remote instances of my Bean?
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[详细]
2023-03-13 09:43 分类:问答Inject a Entity into a ViewScoped Bean
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:[详细]
2023-03-12 14:35 分类:问答weld @Inject a interface
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\[详细]
2023-03-10 02:44 分类:问答@PostConstruct called multiple time for @ConversationScoped bean
I have a @C开发者_开发百科onversationScoped bean, with a start method, like so: @PostConstruct public void start() {[详细]
2023-03-09 10:01 分类:问答Netbeans: Weird weld se behavior
Following the official documentation I implemented a very simple Java SE Weld quickstart class. @Singleton[详细]
2023-03-09 08:30 分类:问答Are CDI event observer methods compatible with EJBs?
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[详细]
2023-03-06 03:06 分类:问答