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 with those from axis2-1.6.2 and adjusting the classpath. axiom-impl-1.2.13.jar, axiom-api-1.2.13.jar and axiom-dom-1.2.13.jar are in the classpath. When running the client within eclipse-IDE, it works and nothing is being missed. When trying to run the client standalone, the above exception is thrown. I found that others also had similar trouble, but could not find a workaround to resolve this. Just renaming the jars is not sufficient. Thanks for any help --stefan