Re: [JBoss-user] javax/rmi/PortableRemoteObject

2001-05-01 Thread Ivan
When running the servlet, after reinstalling JDK 1.3 thanks to a tip on this group the error went away - Original Message - From: "Alexander Kogan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 4:00 PM Subject: Re: [JBoss-user] javax/rm

Re: [JBoss-user] javax/rmi/PortableRemoteObject

2001-05-01 Thread Alexander Kogan
[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 01, 2001 1:54 PM > Subject: Re: [JBoss-user] javax/rmi/PortableRemoteObject > > > On Tue, May 01, 2001 at 01:40:29PM -0700, Ivan wrote: > > > Hi all, > > > > > > My servle

Re: [JBoss-user] javax/rmi/PortableRemoteObject

2001-05-01 Thread Ivan
Toby, It seems it takes me 2 tries on everyting. After reinstalling JDK 1.3 everything worked. Thanks Ivan - Original Message - From: "Toby Allsopp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 1:54 PM Subject: Re:

Re: [JBoss-user] javax/rmi/PortableRemoteObject

2001-05-01 Thread Ivan
1, 2001 1:54 PM Subject: Re: [JBoss-user] javax/rmi/PortableRemoteObject > On Tue, May 01, 2001 at 01:40:29PM -0700, Ivan wrote: > > Hi all, > > > > My servlet is trying to access a deployed ejb, but the servlet is getting > > the error > > > > java.lang.NoClass

Re: [JBoss-user] javax/rmi/PortableRemoteObject

2001-05-01 Thread Toby Allsopp
On Tue, May 01, 2001 at 01:40:29PM -0700, Ivan wrote: > Hi all, > > My servlet is trying to access a deployed ejb, but the servlet is getting > the error > > java.lang.NoClassDefFoundError: javax/rmi/PortableRemoteObject > > I found that class in the file j2ee.jar and tried adding it to the cla

[JBoss-user] javax/rmi/PortableRemoteObject

2001-05-01 Thread Ivan
Hi all, My servlet is trying to access a deployed ejb, but the servlet is getting the error java.lang.NoClassDefFoundError: javax/rmi/PortableRemoteObject I found that class in the file j2ee.jar and tried adding it to the class path.but the error remains Does anyone know how to get embedded to