Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-22 Thread Matt Hogstrom
The problem isn't really a DayTrader problem it just happens to surface that there is an issue with the following class javax.xml.namespace.QName. Geronimo has its own version of QName which is not the same as the one shipped in JDK 1.5.0. As a result it can't be deserialized. JDK 5.0 is a

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-22 Thread Edson Carlos Ericksson Richter
Well, I'm migrating all my apps from Tomcat 5.5.12 JDK 1.5.0_06 to Geronimo 1.0 with JDK 1.5.0_06 (it's a must have, because my apps rely heavly on generics). But may be I get a lot of problems in future, since my apps are running during one day only... Richter Matt Hogstrom escreveu: The

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-22 Thread David Jencks
On Jan 22, 2006, at 3:33 PM, Edson Carlos Ericksson Richter wrote: Well, I'm migrating all my apps from Tomcat 5.5.12 JDK 1.5.0_06 to Geronimo 1.0 with JDK 1.5.0_06 (it's a must have, because my apps rely heavly on generics). But may be I get a lot of problems in future, since my apps are

JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-21 Thread Edson Carlos Ericksson Richter
After trying to run (unintentionally) Geronimo under JDK 1.6.0 I got several erros starting under JDK 1.5.0. For a first attempt, I deleted folder Work (/var/catalina/work). Is this the correct behaviour? Or there is something else I should do? Could this be in a FAQ? The stacktrace is:

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-21 Thread Edson Carlos Ericksson Richter
I have uninstalled daytrader EAR app. This stoped the error, but not explain why this is happening. I'll do more research to know if I have older derby jars in my classpath or wrongly installed as lib/ext in past. Richter Edson Carlos Ericksson Richter escreveu: After trying to run

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-21 Thread Aaron Mulder
I know we've seen errors running daytrader under 1.5, even having only ever run on 1.4.2 before. Thanks, Aaron On 1/21/06, Edson Carlos Ericksson Richter [EMAIL PROTECTED] wrote: I have uninstalled daytrader EAR app. This stoped the error, but not explain why this is happening. I'll do