In Weblogic 10.3, how do I inject a remote EJB from one EAR into a Stateless bean of another, both EARs being deployed in the same container? Ideally I\'d like to do as much as possible with annotatio
I am thinking about a platform for study application (it is team work). I mean standard Java EE 5 (or maybe try raw Java EE 6) and Spring. What is your choose? (I don\'t mean Spring MVC but 开发者_JAV
I\'m using CMT in EJB3 state-less session beans. Also I\'ve created my own Exception having the annotation \"@ApplicationException (rollback=true)\".
Is it possible to manage connection timeouts or errors in a MessageDrivenBean? You can make the factory to retry connecting a certain number of times but... is it possible to make some actions each t
I am doing tests on an ejb3-project using ejb3unit http://ejb3unit.sourceforge.net/Session-Bean.html for testing. All my Services long for @PersistenceContext (UnitName=bla). I set up the ejb3unit.pro
I\'m developing a web app using netbeans with GlassFishv3. Every once in a while when I add a new feature in my app, glassfish starts nagging with stupid errors, after a lot of time wasting and panic
I am trying to get a simple example up and running using JPA in an EJB through GlassFish. I have the following persistence.xml
I\'m running an application in JBoss and Using JPA. For a report I need a group by query which I expect to return a result set with the开发者_运维问答 following structure example:
I am beginner to EJB concept. I just read creating stateless session bean !! Here we create 开发者_如何学Python2 interface and a bean.
I was asked to read the code of an existing project开发者_Go百科. There they have implemented stateless session bean with the file extension .ejb.