RE: ejbjar and issues with class loading?

2001-12-12 Thread McVeigh, Ryan
his with a filest to no avail... Dan -Original Message- From: McVeigh, Ryan [mailto:[EMAIL PROTECTED]] Sent: 11 December 2001 17:47 To: 'Jepp, Daniel' Cc: '[EMAIL PROTECTED]' Subject: RE: ejbjar and issues with class loading? Yep, that's pretty much what we d

RE: ejbjar and issues with class loading?

2001-12-12 Thread Jepp, Daniel
... Dan -Original Message- From: McVeigh, Ryan [mailto:[EMAIL PROTECTED]] Sent: 11 December 2001 17:47 To: 'Jepp, Daniel' Cc: '[EMAIL PROTECTED]' Subject: RE: ejbjar and issues with class loading? Yep, that's pretty much what we did before moving up and using

RE: ejbjar and issues with class loading?

2001-12-11 Thread Jepp, Daniel
Hi Ryan, I just wondered if you managed to solve the Ant ejbjar problem that you had? I am surrering from exactly the same problem Heres my target: where the classpath i have set up as a property is simply all the compiled source

RE: ejbjar and issues with class loading?

2001-12-11 Thread Jepp, Daniel
most interested. Ryan is this what you used to do? -Original Message- From: McVeigh, Ryan [mailto:[EMAIL PROTECTED]] Sent: 11 December 2001 16:45 To: 'Jepp, Daniel' Cc: '[EMAIL PROTECTED]' Subject: RE: ejbjar and issues with class loading? I was unable to get past the w

RE: ejbjar and issues with class loading?

2001-12-11 Thread McVeigh, Ryan
x27;[EMAIL PROTECTED]' Subject: RE: ejbjar and issues with class loading? Thanks Ryan, I have worked out my solution which may be the same as you have just mentioned. If i copy all my compiled source to another directory and delete the ejb files and then make this then classpath for then it all work

RE: ejbjar and issues with class loading?

2001-12-11 Thread McVeigh, Ryan
riginal Message- From: Jepp, Daniel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:23 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: ejbjar and issues with class loading? Hi Ryan, I just wondered if you managed to solve the Ant ejbjar proble

RE: ejbjar and issues with class loading?

2001-10-25 Thread Matt Lyon
: Wednesday, October 24, 2001 9:33 AM To: [EMAIL PROTECTED] Subject: Re: ejbjar and issues with class loading? McVeigh, Ryan wrote: > Background info: Ant 1.4.1, WL 6.0 SP2. > > I've got an tag built and I'm seeing a lot of warnings from > my classes that say something simil

RE: ejbjar and issues with class loading?

2001-10-25 Thread Sills, David
Title: RE: ejbjar and issues with class loading? The only way I got that to work correctly is to build the EJBs (and all their supporting classes, of course) to an isolated build area (the compiler, of course, does most of the work itself) and then jar that build area. Then ejbc stops

Re: ejbjar and issues with class loading?

2001-10-25 Thread Magesh Umasankar
Add weblogic.jar (or weblogicaux.jar if using WL < 6.x) into your system CLASSPATH before launching ant and the 'Could not fully load...' warning message will go away. Magesh

RE: ejbjar and issues with class loading?

2001-10-25 Thread McVeigh, Ryan
y subclass of SessionBean. -- Any ideas? -Ryan -Original Message- From: Conor MacNeill Sent: Wednesday, October 24, 2001 8:33 AM To: [EMAIL PROTECTED] Subject: Re: ejbjar and issues with class loading? McVeigh, Ryan wrote: > Background info: Ant 1.4.1, WL 6.0 SP2.

RE: ejbjar and issues with class loading?

2001-10-24 Thread McVeigh, Ryan
m: McVeigh, Ryan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 8:29 PM To: [EMAIL PROTECTED] Subject: ejbjar and issues with class loading? Background info: Ant 1.4.1, WL 6.0 SP2. I've got an tag built and I'm seeing a lot of warnings from my classes that say something sim

Re: ejbjar and issues with class loading?

2001-10-24 Thread Conor MacNeill
McVeigh, Ryan wrote: > Background info: Ant 1.4.1, WL 6.0 SP2. > > I've got an tag built and I'm seeing a lot of warnings from > my classes that say something similar to: > >[ejbjar] Could not fully load class someClassName for super class check > > I see in the source for ejbjar (the Ge

ejbjar and issues with class loading?

2001-10-23 Thread McVeigh, Ryan
Background info: Ant 1.4.1, WL 6.0 SP2. I've got an tag built and I'm seeing a lot of warnings from my classes that say something similar to: [ejbjar] Could not fully load class someClassName for super class check I see in the source for ejbjar (the GenericDeploymentTool.java file) that th