RE: 2 webapps using shared jar (ClassLoader problem)

2007-06-29 Thread Caldarale, Charles R
> From: Kevin Wilhelm [mailto:[EMAIL PROTECTED] > Subject: Re: 2 webapps using shared jar (ClassLoader problem) > > Nobody any idea on this? :( You already figured out the problem: classes from different webapps cannot access each other - no ifs, ands, or buts. Anything that is to

Re: 2 webapps using shared jar (ClassLoader problem)

2007-06-29 Thread Kevin Wilhelm
Nobody any idea on this? :( - Original Message - From: "Kevin Wilhelm" <[EMAIL PROTECTED]> To: Sent: Thursday, June 28, 2007 2:34 PM Subject: 2 webapps using shared jar (ClassLoader problem) I deployed a shared jar file on Tomcat that is to be used by two Spri

2 webapps using shared jar (ClassLoader problem)

2007-06-28 Thread Rapthor
I deployed a shared jar file on Tomcat that is to be used by two Spring webapps. The problem is the Exception I receive when trying to access the shared library by the second webapp. The first one already set some properties within the shared class instances. The Exception: java.lang.IllegalArgu

2 webapps using shared jar (ClassLoader problem)

2007-06-28 Thread Kevin Wilhelm
I deployed a shared jar file on Tomcat that is to be used by two Spring webapps. The problem is the Exception I receive when trying to access the shared library by the second webapp. The first one already set some properties within the shared class instances. The Exception: java.lang.IllegalAr