Websphere 4.0.3: Exception while calling ejbdeploy

2002-06-25 Thread McVeigh, Ryan
Hi all, I'm using Ant 1.5Beta 2. I've got an ejbjar task in my Websphere build and I'm seeing the following error which I believe is a "bug" or at least a documentation omission. I've tried to include as much detail as possible to explain the problem. I also apologize in advance for cc'ing t

RE: ejbjar and issues with class loading?

2001-12-12 Thread McVeigh, Ryan
No, I have not gotten it working with the ejbjar task, I just live with the warnings. -Ryan -Original Message- From: Jepp, Daniel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:57 AM To: 'McVeigh, Ryan' Cc: '[EMAIL PROTECTED]' Subject: RE: ejbjar a

RE: ejbjar and issues with class loading?

2001-12-11 Thread McVeigh, Ryan
Yep, that's pretty much what we did before moving up and using the ejbjar task. This is clearly an undesirable solution... -Ryan -Original Message- From: Jepp, Daniel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:50 AM To: 'McVeigh, Ryan' Cc: &#

RE: ejbjar and issues with class loading?

2001-12-11 Thread McVeigh, Ryan
I was unable to get past the warnings in my ejbjar task unfortunately. In fact, I also use the nowarn flag and it does not remove the warnings. To get around this problem before we used the ejbjar task, we actually moved code around in different jars, so that we pointed the ejbc classpath in the

RE: ejbjar with jikes deploy problems

2001-11-19 Thread McVeigh, Ryan
I don't have any problem using jikes for my ejbjar task at all. This is WL 6.0 SP2 and Jikes 1.15. -Ryan -Original Message- From: Paul Cody Johnston [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 3:04 PM To: Ant Users List Subject: Re: ejbjar with jikes deploy problems On

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
n the classpath, but gripes about it? If you compile all of your class structure to a single location (build.destdir in my case), then try to run ejbjar, what should your weblogic tag's classpath and wlclasspath look like? Still looking for help! Thanks, -Ryan -Original Message----- Fro

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