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:
I\'m currently migrating a JBoss service class from AS5.1 to AS6 (not going to AS7 for a variety of reasons).
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.
I\'ve made a simple application to test this problem i\'m having in small scale. I\'ve got an ejb: @Local
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 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).
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
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
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