Thanks a million!
But if I deploy the EAR file and then the WAR file (not in the EAR) could I do something
like this in the WAR?:
| public class SomePOJO
| {
| @EJB
| ProductManager productManager;
| ......
| }
|
Or somehow share the stateless context between theses applications (or modules)?
Sorry for my ignorance, I'm new to this J2EE and SEAM.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041818#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...