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 saw recently that Sun/a third party had released a maven dependency containing only the interfaces for e.g. …
java maven-2 ejb-3.0I want to try EJB and I am studying the theory behind EJB 3.0. I know that in EJB 3.0 you don't …
java ejb ejb-3.0I am currently developing an EJB 3.0 based application on the JBoss AS 5.0.0.GA and just recently the following warning showed …
jboss ejb-3.0 warnings session-beanI was wondering why do we need separate Remote and Local intefaces for EJB 3.0 Session beans. I guess most of …
jakarta-ee ejb ejb-3.0Is there a way to make classes inherit annotations from a superclass ? e.g. @ApplicationException(rollback=true) public abstract class …
java annotations ejb-3.0I need to create an interval Timer that is set to run once a week automatically. I don't want it …
java jakarta-ee jboss ejb-3.0I'm working with EJB and JPA on a Glassfish v3 app server. I have an Entity class where I'm forcing …
java database jpa jakarta-ee ejb-3.0I'm just about to use the new EJB3 TimerService (as part of Java EE 6), and as usual, I'm impressed by …
ejb-3.0 timer java-ee-6