This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.1 programming model.
Currently I am trying to inject a stateless EJB into a CDI managed controller on Jboss 6 AS Final. The controller …
dependency-injection cdi ejb-3.1 jboss-weldBeing completely new to Java EE (but not to Java itself) I'm trying to build a very simple "Enterprise Application" …
java netbeans jakarta-ee dependency-injection ejb-3.1Here is the situation. I've got the following interfaces: public interface Parent { } public interface ChildOne extends Parent { } public interface ChildTwo …
glassfish-3 cdi ejb-3.1I'm currently creating an EJB3 Data Access Class to handle all database operations in my Java EE 6-application. Now, since …
java jakarta-ee ejb java-ee-6 ejb-3.1I tried to run flyway in my application before hibernate is hooking in on my JBoss AS 7.1. I tried with …
cdi ejb-3.1 flywayI want to call a local Stateless-EJB from on ejb project from another singleton-EJB in another ejb-project. Both EJB-Projects are …
java jakarta-ee ejb-3.1 websphere-8I'm trying to use Arquillian for some unit tests, however I can't find why they fail when deployed using Maven. …
java unit-testing java-ee-6 ejb-3.1 jboss-arquillianWhat Maven repository can I use for EJB 3.1 API dependency?
java maven-2 ejb-3.1