Re: 5.1 Parameter namespacePrefix was null

2009-10-21 Thread Kalle Korhonen
Thanks from me too! Brought in cxf as dependency to my T5 app and though I had a hunch of what's wrong, this saved me quite a bit of time just going through and comparing the dependency list. Kalle On Tue, Mar 10, 2009 at 1:56 PM, Joachim Van der Auwera wrote: > I seem to have found the cause o

Re: 5.1 Parameter namespacePrefix was null

2009-03-10 Thread Andy Pahne
Nice catch. In deed my application is using woodstox, too. But I did not change anything about my dependencies. Andy Joachim Van der Auwera schrieb: I seem to have found the cause of the problem. This application is also using CXF, and this brought with it an older version of the woodsto

Re: 5.1 Parameter namespacePrefix was null

2009-03-10 Thread Joachim Van der Auwera
I seem to have found the cause of the problem. This application is also using CXF, and this brought with it an older version of the woodstoc library. Replacing that with tapestry's preferred version seems to have fixed it. Thanks, Joachim Joachim Van der Auwera wrote: Thanks for the help. I

Re: 5.1 Parameter namespacePrefix was null

2009-03-10 Thread Joachim Van der Auwera
Thanks for the help. I have seen a note in jira, but that wasn't very helpful either. What makes it strange is that I don't have the "http://www.w3.org/1999/xhtml"; anywhere in my project, or in my components. I am using chenillekit, but that only seems to contain such a namespace in a componen

Re: 5.1 Parameter namespacePrefix was null

2009-03-10 Thread Andy Pahne
There have been two separate threads dealing with this and a few users (including me) experiencing this. But as far as I remember, no solution has been found yet. The problem disappeared for me, but I don't know how. What I did was a bit desperate: I had a feeling that one of my abstract bas