[jboss-user] [Installation, Configuration & Deployment] - Re: IllegalArgumentException

PeterJ do-not-reply at jboss.com
Fri Oct 6 14:31:02 EDT 2006


I don't think that is the cause of the problem. In your example, TravelAgentBean is a context, which is analogous to a directory on a file system. For example, when you delete /somedir/somefile.txt, the file goes away but the directory, somedir, remains. Not sure if the JNDI spec has anything to say about removing the context when the last name in that context is removed. Though you might think that the name of the EJB is TraveAgentBean/remote, it really isn't.  It's name is "remote", within the context "TravelAgentBean".

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

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



More information about the jboss-user mailing list