Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-09 Thread Warren Bell
Hello Tomcat Users, I am having a problem with xerces and other jars in the JDK or Tomcat conflicting with jars in my app. I am getting the following exception when instantiating Smooks, a csv library that usese xerces, in a web app running in Tomcat: java.lang.IncompatibleClassChangeError: Class

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Warren, On 12/9/11 4:47 PM, Warren Bell wrote: > This makes me think I am on the right track and the exceptions I > am getting seem to point to the wrong classes being loaded. Maybe, but maybe not. > My question is, is their a set of XML related jar

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Warren Bell
Here are all the jars in my app. There are a lot. The jars that came in as dependencies of smooks are: milyn-smooks-csv-1.5.jar openscv-1.8.jar milyn-smooks-flatfile-1.5.jar milyn-smooks-javabean-1.5.jar milyn-smooks-core-1.5.jar milyn-commons-1.5.jar freemaker-2.3.15.jar javassist-3.10.0.GA.jar x

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Mark Eggers
- Original Message - > From: Warren Bell > To: Tomcat Users List > Cc: > Sent: Monday, December 12, 2011 7:26 PM > Subject: Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism > > Here are all the jars in my app. There are a lot. The j

RE: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Caldarale, Charles R
> From: Mark Eggers [mailto:its_toas...@yahoo.com] > Subject: Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism > > servlet-api-2.3.jar > > servlet-api-2.5.jar > If you're using Maven to manage the dependencies, how about > marking the offendin

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Konstantin Kolinko
2011/12/10 Warren Bell : > Hello Tomcat Users, > > I am having a problem with xerces and other jars in the JDK or Tomcat > conflicting with jars in my app. I am getting the following exception > when instantiating Smooks, a csv library that usese xerces, in a web app > running in Tomcat: What exac

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Warren Bell
I was afraid I was going to get a reaction to my list like I did, it is a mess. You get lazy and you just enter in a dependency and let Maven drag everything in with it. As for the servlet jars, Tomcat just ignores them and I never took the time to figure out where they were coming from, that goes

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Warren Bell
Here the answers to your other questions. Thanks, Warren Bell On 12/12/11 8:25 PM, Konstantin Kolinko wrote: > 2011/12/10 Warren Bell : >> Hello Tomcat Users, >> >> I am having a problem with xerces and other jars in the JDK or Tomcat >> conflicting with jars in my app. I am getting the followin

RE: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Caldarale, Charles R
> From: Warren Bell [mailto:warrenbe...@gmail.com] > Subject: Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism > Tomcat 6.0.16 Might want to upgrade - that's getting close to four years old. > JDK 1.6 JDK 1.6.what? - Chuck THIS COMMUNICATION MAY CON

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Pid *
On 13 Dec 2011, at 03:27, Warren Bell wrote: > Here are all the jars in my app. There are a lot. The jars that came in > as dependencies of smooks are: > > milyn-smooks-csv-1.5.jar > openscv-1.8.jar > milyn-smooks-flatfile-1.5.jar > milyn-smooks-javabean-1.5.jar > milyn-smooks-core-1.5.jar > mily

RE: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-13 Thread Martin Gainty
é pour le contenu fourni. > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Mon, 12 Dec 2011 21:57:55 -0600 > Subject: RE: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism > > > From: Mark Eggers [mailto:its_toas...@yahoo.com] &g

Re: RESOLVED Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-16 Thread Warren Bell
Tomcat Users, I Just wanted to get back and let everyone know how I resolved this issue in case someone else comes against the same type of problem. First off, it had nothing to do with Tomcat or the JDK. It was a conflict between two jars that Maven brought into my project with Smooks and Veloci

Re: RESOLVED Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Warren, On 12/16/11 12:32 PM, Warren Bell wrote: > First off, it had nothing to do with Tomcat or the JDK. It was a > conflict between two jars that Maven brought into my project with > Smooks and Velocity Tools. Thanks for the report. Now, it's in