[jboss-user] [EJB/JBoss] - Re: Cross-referencing EJBs doesn't work

2008-02-15 Thread linoux
Thanks for your response, I will do that... I was not sure if this was an EJB3 issue, or if the same problem occurs with older versions of EJB... -- Céline View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129629#4129629 Reply to the post :

[jboss-user] [EJB 3.0] - Cross-referencing EJBs doesn't work

2008-02-15 Thread linoux
Hello ! It seems that cross referencing 2 sessions does not work in JBoss... Although I found no restricutions about cross-referencing stateless session beans in EJB specs I'm using JBoss-4.0.5.GA. Here is my sessions definitions : | @Local | public interface ALocal { | | } |

[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-02-15 Thread linoux
It works fine now !! Thanks a lot for your help ! -- Céline View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129656#4129656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129656

[jboss-user] [EJB/JBoss] - Cross-referencing EJBs doesn't work

2008-02-14 Thread linoux
Hello ! It seems that cross referencing 2 sessions does not work in JBoss... Although I found no restricutions about cross-referencing stateless session beans in EJB specs I'm using JBoss-4.0.5.GA. Here is my sessions definitions : | @Local | public interface ALocal { | | } |

[jboss-user] [EJB/JBoss] - List all connected users

2007-08-30 Thread linoux
Hi, Is there a way to list login of all users connected to a JBoss application ? Using getCallerPrincipal I can determine the owner of the current session, but how do I know about all other users in all other sessions ? I tried to subclass a loginModule to maintain this list myself, but the

[jboss-user] [Installation, Configuration Deployment] - Launch a custom method at application deployment

2007-02-12 Thread linoux
Hi ! I'd like to launch a method to do some initialization just before the application is made available to clients. Is there a simple way to do that ? thx in advance ! -- Celine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015210#4015210 Reply to the