This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.1 programming model.
Well, I'm using Quartz to schedule some jobs that I need in my application. But, I need some way to …
quartz-scheduler ejb-3.1 stateful-session-beanI'm trying out embeddable JBoss with the EJBContainer.createEJBContainer API described in the spec (JSR 318: Enterprise JavaBeans, Version 3.1, ch. 22: Embeddable …
jboss7.x ejb-3.1 embedded-jboss jboss-eap-6I'm facing problem while doing lookup for EJB 3.1 deployed on WebSphere 8.5. Please suggest me : What are all libraries i need …
jakarta-ee websphere ejb-3.1I'm having difficulty with my EJB3.1 bean initialisation and more specifically to do with it failing due to perceived transaction …
jakarta-ee transactions ejb-3.1 weblogic12c postconstructLoggerProducer.java is a class used to produce Loggers to be injected in CDI beans with: @Inject Logger LOG; Full …
java jakarta-ee thread-safety cdi ejb-3.1Using NetBeans 7.1 / GlassFish 3.1, I created a new TimerSessionBean. @Stateless public class NewTimerSessionBean implements NewTimerSessionBeanLocal { @Schedule(minute = "*", second = "0", dayOfMonth = "*", month = "*", year = "*", …
java timer ejb ejb-3.1I've been trying to set my application up so that I can unit test it's EJBs all day but I …
java unit-testing maven-2 glassfish ejb-3.1I am trying to inject EJB into Spring (3.1.2) service (both in different WARs) Both are very simple (methods removed to …
spring jboss7.x ejb-3.1Just a bit of background on EJB3.1 exceptions before bringing up my question - Application exceptions comprise of User defined …
java jakarta-ee exception java-ee-6 ejb-3.1