I found the answer after a couple useless hours changing code... there were conflicting xerces jar files still in common/lib not in my WEB-INF/lib
blah... back to work now ;) Jeff On Wed, 27 Aug 2003, Jeffery Painter wrote: > > I had an xml import mapped and working with castor-0.9.4.3.jar and > castor-0.9.4.3-xml.jar under TDK 2.1 > > I recently moved the system over to turbine-2.2.01 and no change in > castor or my .xsd definition > > I can load the xml file fine from command line using my WEB-INF/lib/*.jar > as my classpath same as the turbine app and the test class I built can > unmarshal the xml document no problem. > > When called from my turbine action though, I am hitting a major roadblock > > here is the exception... the big thing that caught my eye was > org/apache/xml/serialize/BaseMarkupSerializer could not be found, yet the > jar files say that it exists and I can run from command line using same > classpath that turbine is starting with... is there any way to see the > exact classpath turbine is loading? > > > Thanks, > Jeff Painter > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
