This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.0 programming model.
I would like to migrate some old EJB 2.1 code to EJB 3.0, but there is some handling of configuration errors in …
java jakarta-ee ejb-3.0 ejb-2.xI'm having a problem with the following setup: A Java application send email msg to a JMS queue, then an …
jboss jms ejb-3.0 message-driven-bean jboss-4.2.xI've configured the message destination type, name etc using @ActivationConfigProperty in EJB 3.0 but I wanted to configure the MDB using …
ejb ejb-3.0 jboss6.x message-driven-beanI want to write this piece of code : @Stateless public class MyEjb { @EJB private static MyOtherEjbWhichIWantStatic myOtherEjb; } It makes sense …
java static dependency-injection annotations ejb-3.0I have a table containing customer data in an oracle database. Here is a simplified definition: CUSTOMER (CUSTOMER_ID NUMBER …
java jpa eclipselink jpa-2.0 ejb-3.0I want to read environment variables inside persistence.xml file. Idea is that i don't want my database details to …
java jakarta-ee spring-mvc persistence ejb-3.0I want to pass authentication information to EJB stateless session beans when calling their methods from a Java web application (…
security authentication jakarta-ee ejb-3.0 java-ee-6