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

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

RE: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-13 Thread Martin Gainty
...@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] Subject: Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

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 jars

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

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Mark Eggers
- Original Message - From: Warren Bell warrenbe...@gmail.com To: Tomcat Users List users@tomcat.apache.org 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

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 offending jars scopeprovided/scope, and see

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Konstantin Kolinko
2011/12/10 Warren Bell warrenbe...@gmail.com: 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

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 warrenbe...@gmail.com: 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

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 CONTAIN CONFIDENTIAL

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Pid *
On 13 Dec 2011, at 03:27, Warren Bell warrenbe...@gmail.com 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

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: