Re: jaxb unmarshal breaks after webapp redeploy

2010-02-10 Thread Mark Thomas
On 10/02/2010 19:20, Mark Shifman wrote: > I forgot to check catalina.out with the new tomcat. It showed: > > Feb 10, 2010 1:54:28 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesThreads > SEVERE: A web application appears to have started a thread named [Timer-0] > but has faile

Re: jaxb unmarshal breaks after webapp redeploy

2010-02-10 Thread Mark Shifman
I forgot to check catalina.out with the new tomcat. It showed: Feb 10, 2010 1:54:28 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: A web application appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory

Re: jaxb unmarshal breaks after webapp redeploy

2010-02-10 Thread Mark Shifman
Mark Thomas wrote: > On 10/02/2010 16:05, Mark Shifman wrote: >> I have a webapp that unmarshalls xmls prior to storing in my database. >> >> I have recently noted that after a redeploy, the unmarshalling of a dateTime >> element is null while >> the rest of the elements in my object seem to be

Re: jaxb unmarshal breaks after webapp redeploy

2010-02-10 Thread Mark Thomas
On 10/02/2010 16:05, Mark Shifman wrote: > I have a webapp that unmarshalls xmls prior to storing in my database. > > I have recently noted that after a redeploy, the unmarshalling of a dateTime > element is null while > the rest of the elements in my object seem to be unmarshalled fine. If I >

jaxb unmarshal breaks after webapp redeploy

2010-02-10 Thread Mark Shifman
I have a webapp that unmarshalls xmls prior to storing in my database. I have recently noted that after a redeploy, the unmarshalling of a dateTime element is null while the rest of the elements in my object seem to be unmarshalled fine. If I restart tomcat things seem to work again. I created