Re: [AXIS2]: axiom jars not found when moving from axis2-1.6.1 to axis2-1.6.2

2013-04-02 Thread Stefan Traud
andreas.veit...@gmail.com An: java-user java-user@axis.apache.org Gesendet: 16:54 Samstag, 30.März 2013 Betreff: Re: [AXIS2]: axiom jars not found when moving from axis2-1.6.1 to axis2-1.6.2 The code that triggers this error looks for resources called META-INF/axiom.xml in the classpath

Re: [AXIS2]: axiom jars not found when moving from axis2-1.6.1 to axis2-1.6.2

2013-03-30 Thread Andreas Veithen
The code that triggers this error looks for resources called META-INF/axiom.xml in the classpath. The message indicates that for some reason, it can't find the one included in axiom-impl-x.y.z.jar. You need to check why in your particular case, the class loader wouldn't find that resource.

[AXIS2]: axiom jars not found when moving from axis2-1.6.1 to axis2-1.6.2

2013-03-28 Thread Stefan Traud
When moving a client application from axis2-1.6.1 to axis2-1.6.2, I get the following exception: org.apache.axiom.om.OMException: No meta factory found for feature 'default'; this usually means that axiom-impl.jar is not in the classpath All I did for the migration is replacing the axis2 jars