Hi everyone!

Using T 5.1.0.5. When I build my project with maven integrated jetty
webserver everything works fine.
When I am deploying the war package to our deployment webserver with a
standalone jetty instance
I get the following error "Parameter namespacePrefix was null" which other
thread exists for this issue.

So I found this here:
https://issues.apache.org/jira/browse/TAP5-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696495#action_12696495

I found the following woodstox related jars in my package:
woodstox-core-asl-4.0.3 jar
wstx-asl-3.2.4.jar
wstx-lpgl-3.2.3 jar

so i deleted both wstx-* in the package and now it works fine.
My question now is how to find out which library is dependant of those two
because I cannot find this out.
I tried to find it out with:
http://www.dependency-analyzer.org/
but cannot see anything with it.

Is there a way to see where maven gets the info to include those jars?

Thanks in advance for your help
Oliver
-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/T-5-1-0-5-Parameter-namespacePrefix-was-null-tp5685838p5685838.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to