[JBoss-user] [EJB/JBoss] - Re: passing user information to session beans

2006-03-09 Thread pjmunoz
/bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929072#3929072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929072 --- This SF.Net email is sponsored by xPML,

[JBoss-user] [EJB/JBoss] - Re: EJB not bound Exception

2006-03-07 Thread pjmunoz
I just copied and pasted your code and tested it, and it works fine for me. Im using JBoss 4.0.3 Maybe your jboss is not configured properly. Be sure that when you deploy your file, you can read something like this in your jboss log: 2006-03-07 18:37:21,023 INFO [org.jboss.ejb3.ProxyDeployer]

[JBoss-user] [EJB/JBoss] - passing user information to session beans

2006-03-06 Thread pjmunoz
I have a stateful session bean containing user (client) information which is used for authentication purposes on every method in other session beans. Should i pass the user session bean as a parameter on every method, or should i make the other beans stateful too and set the user information onl