RE: Client application Please Help

2000-10-06 Thread Pantelis, Thomas
Title: RE: Client application Please Help The correct lookup is java:comp/env/TeamBean. I assume you're running you're client outside of Orion? Make sure your provider_url JNDI prop points to ormi://localhost/app name where app name is the name of the TeamBean app in server.xml.

RE: Client application

2000-10-06 Thread Pantelis, Thomas
Title: RE: Client application Shouldn't it be orion-primer-client.jar? -Original Message- From: Daniel C. DiCesare [mailto:[EMAIL PROTECTED]] Sent: Friday, October 06, 2000 4:48 AM To: Orion-Interest Subject: Re: Client application Frank, I followed your example and deployed the

RE: Interesting ejb Error!!!

2000-10-04 Thread Pantelis, Thomas
Title: RE: Interesting ejb Error!!! I have seen ClassCastExceptions when narrowing an object obtained from another application. I believe it's due to different class loaders for each app. If you're servlet is in another app, then you have to set it's parent attribute (i.e. parent=ejbsamples )

RE: EJB ClassCastException problem

2000-10-02 Thread Pantelis, Thomas
Title: RE: EJB ClassCastException problem Thanks Karl. I missed the parent attribute because I've been looking at older docs in my 1.2.9 install area which don't have it. Maybe it was put in since 1.2.9. The udated docs on orionserver.com contain the parent attribute. I probably should've