RE: [JBoss-user] RE: Classloader issues

2003-11-26 Thread Rod Macpherson
a lot of folks dupe classes all over the place to get things working but get bitten later. -Original Message- From: Alastair Rodgers [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 10:45 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] RE: Classloader issues I found the so

[JBoss-user] RE: Classloader issues

2003-11-26 Thread Alastair Rodgers
I found the source of my problem. Thankfully I came across Scott's classloading debug sample in the Jboss 3.2 admin doc. This revealed that I did in fact have another copy of the class available to my web app - it had been unexpectedly included in a dependency jar in WEB-INF/lib even though tha

[JBoss-user] RE: Classloader issues

2003-11-26 Thread Alastair Rodgers
I've found the source of my problem. Thankfully I came across Scott's classloading debug sample in the Jboss 3.2 admin doc. This revealed that I did in fact have another copy of the class available to my web app - it had been unexpectedly included in a dependency jar in WEB-INF/lib even though

[JBoss-user] RE: Classloader issues

2003-11-26 Thread Alastair Rodgers
> app I get a ClassCastException doing PortableRemoteObject.narrow() on > the remote interface Sorry, I meant the Home interface. > -Original Message- > From: Alastair Rodgers > Sent: 26 November 2003 11:22 > To: '[EMAIL PROTECTED]' > Subject: Classloader issues > > > Hi, > > I h