EJB in Weblogic 5.1...

2000-07-05 Thread R.B. Gurung
Hi, I am using Weblogic 5.1.0 on Win NT I am developed a session stateless Bean . I registered it . The server shows the messages deployed but when the clientapplication invoked it gives an error of class path not found. i checked the classpath setting from the console too all are set. weblogic

Re: EJB in Weblogic 5.1...

2000-07-06 Thread Gene Chuang
the stubs to your client is to include the same ejb jars in the client classpath. Gene Chuang [EMAIL PROTECTED] -Original Message- From: A mailing list about Java Server Pages specification and reference To: [EMAIL PROTECTED] Sent: 7/4/00 9:18 PM Subject: EJB in Weblogic 5.1... Hi,

Re: EJB in Weblogic 5.1...

2000-07-06 Thread R.B. Gurung
ference ' <[EMAIL PROTECTED]> Sent: Thursday, July 06, 2000 12:07 PM Subject: RE: EJB in Weblogic 5.1... > Hi, > > Your client environment needs to include the weblogic-generated client stubs > in the classpath. The server already sees these classes because the ejb > j

Re: EJB in Weblogic 5.1...

2000-07-06 Thread R.B. Gurung
ay, July 06, 2000 9:56 PM Subject: RE: EJB in Weblogic 5.1... > Hi, > > I'm confused... in your original post you said you were able to deploy your > bean jar on your server. This means that you have already run weblogic.ejbc > and produced all the stub/container classes nece

Fw: EJB in Weblogic 5.1...

2000-07-06 Thread R.B. Gurung
; <[EMAIL PROTECTED]> > Sent: Thursday, July 06, 2000 9:56 PM > Subject: RE: EJB in Weblogic 5.1... > > > > Hi, > > > > I'm confused... in your original post you said you were able to deploy > your > > bean jar on your server. This means that you ha

Re: EJB in Weblogic 5.1...

2000-07-07 Thread Jaffa, Dan
need to include the bean home. if u have any questions email me at [EMAIL PROTECTED] Daniel Jaffa -Original Message- From: R.B. Gurung [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 12:39 AM To: [EMAIL PROTECTED] Subject: Fw: EJB in Weblogic 5.1... Hi Gene , I did deploy the