JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
Hi, I have tried to use the JAXB 1.0 runtime library with Tomcat 4.0.1 and horribly strange things start to happen. Can anyone help? Details below. Solaris 8 with -- java version 1.3.1_01 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Paul Worrall [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 11:42 An: [EMAIL PROTECTED] Betreff: JAXB and Tomcat Problem Hi, I have

RE: JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 10:43 To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject: AW: JAXB and Tomcat Problem I'm using jaxb with TC4.0 and don't have any difficulties in using so but I've placed the libs in common thus different apps could need

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Paul Worrall [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 12:47 An: Tomcat Users List Betreff: RE: JAXB and Tomcat Problem

RE: JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 10:43 To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject: AW: JAXB and Tomcat Problem I'm using jaxb with TC4.0 and don't have any difficulties in using so but I've placed the libs in common thus different apps could

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
. Januar 2002 13:18 An: Lauer, Oliver; 'Tomcat Users List' Betreff: RE: JAXB and Tomcat Problem Hey, me happy. Fixed it. I put the jaxb runtime jar in my war file WEB-INF/lib instead and it worked. Help much appreciated. -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED

RE: JAXB and Tomcat Problem

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Paul Worrall wrote: Date: Thu, 31 Jan 2002 11:47:15 - From: Paul Worrall [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: JAXB and Tomcat Problem Yes, and I have just

RE: JAXB and Tomcat Problem

2002-01-31 Thread Luke Studley
Also I believe that JAXB will need to create your application classes (the ones created by the JAXB source generator) as it parses the XML input you read. So if you put JAXB in common/lib you will also have to put your application class files that are created by JAXB there also. This may be why

RE: JAXB and Tomcat Problem

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Luke Studley wrote: Date: Thu, 31 Jan 2002 17:00:02 - From: Luke Studley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: JAXB and Tomcat Problem Also I believe that JAXB will need to create