cdi
How to customize seam 3 credentials?
is there any way to customize seam 3 credentials object? I need to add one more attribute to credentials (captcha). I tryed the following code:[详细]
2023-03-21 11:05 分类:问答How to get a 'JBoss service' with CDI in JMX with AS6?
I\'m currently migrating a JBoss service class from AS5.1 to AS6 (not going to AS7 for a variety of reasons).[详细]
2023-03-21 01:00 分类:问答@AroundInvoke in a CDI project
There are 3 projects that use CDI. Project A has an Interceptor for transaction control. Project B uses Project A to save data in a database. When I run these unit tests, everything passes.[详细]
2023-03-20 00:02 分类:问答Injecting ejb into managed bean causes BeanInstantiationException
I\'ve made a simple application to test this problem i\'m having in small scale. I\'ve got an ejb: @Local[详细]
2023-03-19 17:54 分类:问答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 分类:问答Java EE 6 WAR packaging for pure server application?
I currently set up a Java EE project for a new business application using CDI. The application is a pure server application (using jms, webservices and such, but has no frontend).[详细]
2023-03-18 00:39 分类:问答Spring or CDI or EJB3 [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-17 22:24 分类:问答@Named behaving different from @ManagedBean
I\'m currently migrating a project from JBoss 4.2.2 to JBoss 6.0.0 and I\'m also adding Dependency Injection with CDI and migrate from JSF 1.2 to JSF 2.0. I added a beans.xml file to both the ejb-pack[详细]
2023-03-17 14:20 分类:问答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 分类:问答