I have two timeouts defined: timeout A - every 30 seconds timeout B - every 2 minutes // scheduled for timeout A (every 30sec)
In my ejb-jar.xml <query> <query-method> <method-name>findByCaName</method-name>
I am learning EJB 3 with Glassfish 3. IDE is Eclipse. I want to write a standalone client test application outside of container. I need javaee.jar, appserv-rt.jar to compile. so I copy these jars from
I got this exception: java.rmi.RemoteException: CORBA BAD_OPERATION 1330446343 No; nested exception is: org.omg.CORBA.BAD_OPE开发者_C百科RATION: WARNING: IOP01210007: Expected typecode kind to be one
1) We are using OpenEJB (both embedded and standalone) with a few deployed EJBs. We would like to specify some simple static business rules and values (example: icon_size=200). Normally, we would put
in EJB 3.x for both the onMessage() method of MDBs and the @Timeout method of SLSBs and MDBs there is no transaction propagation. That is, there is no client for the execution of the method, so a tran
I have a Java EE project with an EJB containing a Remote Stateful Bean. I have an enterprise application with a GUI.
I have an ear file that is generated through Maven EAR plugin. The ear file has only one module which is the ejb module. I am able to deploy it to JBoss 4.2.1-GA inside Eclipse but when I tried runnin
Let me start by pointing out that while I\'ve been using Java SE for a while now this is my first foray into Java EE territory. I\'m using Netbeans 6.9 and the Netbeans code generator to do most of th
I was reading about stateless session bean and couldn\'t u开发者_如何学Cnderstand it\'s use. Excerpt from sun tutorial below