Hi everyone-
Our application has Axis, as well as the other necessary Apache jar files obfuscated inside our own jar file, to avoid classpath problems with customer's applications. This works great until someone puts one of these jars on their classpath. Since their classes are not obfuscated, but ours are there are problem. This is most notable when using the commons-logging jar file.
It appears that Axis is using Discovery to find implementations of the org.apache.commons.logging.Log class. It is apparently finding the impl of this class from the non-obfuscated jar. What I want to do is have Axis not use discovery, but just use a default implementation that is hardcoded, and cannot be modified by user's own classpath's.
Is there a way to do this? Can it be set in the client-config.wsdd file?
Thanks,
Mike Ryan