Re: axis2 xml parser issue

2012-03-04 Thread Andreas Veithen
Your application contains 3 different XSLT processor implementations: saxon8.jar xalan-2.7.0.jar xalan.jar In that situation, JAXP doesn't select the implementation in a deterministic way. My guess is that the error occurs when JAXP selects Saxon and that your application works on other systems b

Re: org.apache.axis2.AxisFault: Mapping qname not fond for the package ... Axis2's wsdl just misses some

2012-03-04 Thread seba.wag...@gmail.com
I have updated to Version 1.7.0 Snapshot and it works now :) We will do some more test ... BTW: Starting with version 1.6 (or 1.5) java.util.Date gets mapped as -mm-dd (in previous versions of Axis2 it was -mm-dd hh:mm:ss). Is there a way of defining an output filter or something like that

Re: org.apache.axis2.AxisFault: Mapping qname not fond for the package ... Axis2's wsdl just misses some

2012-03-04 Thread Sagara Gunathunga
On Sun, Mar 4, 2012 at 6:41 PM, seba.wag...@gmail.com wrote: > I have updated to Version 1.7.0 Snapshot and it works now :) > We will do some more test ... > > BTW: Starting with version 1.6 (or 1.5) java.util.Date gets mapped as > -mm-dd (in previous versions of Axis2 it was -mm-dd hh:mm

Re: org.apache.axis2.AxisFault: Mapping qname not fond for the package ... Axis2's wsdl just misses some

2012-03-04 Thread seba.wag...@gmail.com
Hi Sagara, I understand that according to specs this is a clean approach. Unfortunatelly no major database vendor does implement java.util.Calendar, MySQL, Oracle and Co. they just cut the timezone info if you pass a java.util.Calendar object to the database. Ugly ... but true. I think JDBC does m