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
Hi Sagara,
Thanks for that. I've done some research and think
the problem is related to running a set of application libraries
compatible with Java 1.5 on a Java 1.6 Tomcat container.I've found out
that Java 1.6 includes the following
SAAJ1.3
JAXB 2.0
JAXP 1.4
The last two
On Wed, Feb 29, 2012 at 10:11 PM, Anthony Seniunas <
anthony.seniu...@kirona.com> wrote:
> Hi all,
>I was wondering whether anyone could help me troubleshoot a
> problem with an axis2 web service running in a web app. The basic
> details are:-
>
> Linux server
> Java 1.6
> Tomcat 6
> x