Re: Geronimo+Tomcat = Parameter namespacePrefix was null

2009-10-14 Thread Lance Java
> Wouldn't the JAR in my lib supercede the one provided by the container? The default classloader implementation (ie java.lang.Classloader) is to attempt to resolve the class in the parent classloader before trying the current classloader. Different containers provide different configuration option

Re: Geronimo+Tomcat = Parameter namespacePrefix was null

2009-10-14 Thread Michael Gentry
It looks like Geronimo has an older version of Woodstox: ./repository/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.jar Versus what my application packaged: ./repository/default/PWR/1255532550665/PWR-1255532550665.war/WEB-INF/lib/woodstox-core-asl-4.0.3.jar I'm not sure if that is the real reason, bu

Re: Geronimo+Tomcat = Parameter namespacePrefix was null

2009-10-14 Thread Michael Gentry
That bug report sure looks like what I'm encountering. I'll see if I can figure it out. Thanks! On Wed, Oct 14, 2009 at 10:53 AM, cordenier christophe wrote: > I found this also : https://issues.apache.org/jira/browse/TAP5-541 > > 2009/10/14 cordenier christophe > >> Hello >> What version of

Re: Geronimo+Tomcat = Parameter namespacePrefix was null

2009-10-14 Thread Michael Gentry
I'm using 5.1.0.5. On Wed, Oct 14, 2009 at 10:51 AM, cordenier christophe wrote: > Hello > What version of Tapestry are you using ? It reminds me a bug report on JIRA > that has been fixed. > > Regards > Christophe. > > 2009/10/14 Michael Gentry > >> Hi everyone. >> >> I've been developing usin

Re: Geronimo+Tomcat = Parameter namespacePrefix was null

2009-10-14 Thread cordenier christophe
I found this also : https://issues.apache.org/jira/browse/TAP5-541 2009/10/14 cordenier christophe > Hello > What version of Tapestry are you using ? It reminds me a bug report on JIRA > that has been fixed. > > Regards > Christophe. > > 2009/10/14 Michael Gentry > > Hi everyone. >> >> I've bee

Re: Geronimo+Tomcat = Parameter namespacePrefix was null

2009-10-14 Thread cordenier christophe
Hello What version of Tapestry are you using ? It reminds me a bug report on JIRA that has been fixed. Regards Christophe. 2009/10/14 Michael Gentry > Hi everyone. > > I've been developing using Eclipse+Jetty and everything runs fine in > that environment. I decided I needed to test deployment

Geronimo+Tomcat = Parameter namespacePrefix was null

2009-10-14 Thread Michael Gentry
Hi everyone. I've been developing using Eclipse+Jetty and everything runs fine in that environment. I decided I needed to test deployment, so I built the WAR, fired up Geronimo (with Tomcat as the servlet engine, not Jetty), and installed. When I hit the main page I get this error: org.apache.t