This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.0 programming model.
Which online resources, tutorials or books can you recommended to get started with unit testing J2EE / EJB3 applications? So …
unit-testing jakarta-ee junit ejb-3.0For some reason I'm getting a javax.mail.internet.ParseException when I call Transport.send() on a MimeMessage. This worked …
java email ejb-3.0 jakarta-mail parseexceptionA quote from the EJB specification: If the bean method encounters a system exception or error, it should simply propagate …
java jakarta-ee exception ejb ejb-3.0I am doing a small research on Unit Testing of EJB 3.1. At the end my goal is to produce a …
unit-testing ejb-3.0 mockito ejb-3.1 openejbI'm new to EJB 3 and pretty confused with some doubts which Google didn't provide with a satisfactory answer. I'm trying …
java jakarta-ee ejb-3.0 ejbI am trying to inject an EJB with the @EJB annotation: when I inject an EJB into another EJB in …
java websphere ejb-3.0That may seem obvious but I've seen contradictory statements: Is JPA part of EJB 3.0? I'm no specialist and it's quite …
jpa jakarta-ee ejb ejb-3.0Could someone tell me where I can find infos on the default JNDI naming for EJB 3 ? Does Weblogic use portable …
ejb-3.0 jndi weblogic11gI would like to have a JUnit (or other) system where the enterprise beans can be tested in a mock …
java jakarta-ee mocking ejb-3.0 maven-plugin