[jboss-user] [Beginners Corner] - Re: Call an ejb from Servlet in different application

2007-12-18 Thread jaikiran
bpet36, You seem to have made progress and appear to be running into a different exception now. Let's continue this discussion in your other thread which you started at http://www.jboss.com/index.html?module=bbop=viewtopict=126192 View the original post :

[jboss-user] [Beginners Corner] - Re: Call an ejb from Servlet in different application

2007-12-18 Thread bpet36
Anyone out there, Hello. Anyway, here is my latest progress, I have added the lookup code and the exception that I am now getting. The exception is encountered at obj = ctx.lookup(ejb/UserAdmin/UserBean); Is this a classloading issue? Thanks in advance, hopefully someone has a clue as to