Top "Ejb-3.1" questions

This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.1 programming model.

Inject a stateless EJB with @Inject into CDI Weld ManagedBean (JSF 1.2 EJB Application on jboss 6 AS)

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-weld
How should be EJB Stateless Session Bean correctly injected into the web module?

Being 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.1
WELD-001408 Unsatisfied dependencies when injecting EJBs that implement interfaces

Here 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.1
Can I (and how) lookup CDI managed beans using javax.naming.Context#lookup in EJB module?

Can I (and if so, how?) lookup CDI managed beans using javax.naming.Context#lookup in EJB module? I'm using …

java glassfish ejb cdi ejb-3.1
JavaEE6 DAO: Should it be @Stateless or @ApplicationScoped?

I'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.1
CDI Extension for Flyway

I 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 flyway
EJB 3.1 Binding does not work on Websphere Application Server

I 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-8
Cannot run arquillian tests

I'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-arquillian
Maven repository for EJB 3.1 API

What Maven repository can I use for EJB 3.1 API dependency?

java maven-2 ejb-3.1
@JsonIgnore and @JsonBackReference are being Ignored

I'm working with RestEasy, Jboss 7 and EJB 3.1. I'm creating a RESTful web service that returns data in JSON format. The …

json jackson jboss7.x resteasy ejb-3.1