Found the solution (at least to my problem)

Here is the solution
http://jboss.com/index.html?module=bb&op=viewtopic&t=76492
He is talking about this change that was made
http://jira.jboss.com/jira/browse/EJBTHREE-393

One last last note.. when i tried to change the lookup string to what i thought 
it should be in from what i read in the first url above I still go an error
I had to write something like
context.lookup("xxxxxxx/AuthorsBean/remote");
instead of
context.lookup("AuthorsBean/remote");

"xxxxxxx" was the servlet name.. or something like that. I simply opened up the 
jmx console and when to the jndi view to see where my ejbs where located in the 
tree.

Before I was doing
context.lookup(Authors.class.getName());
which use to work until they changed the default JNDI binding for ejbs.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925731#3925731

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925731


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to