Hello all, I'm having issues with deploy wsdd files via org.apache.axis.client.AdminClient. AdminClient requires the presences of the jaxrpc.jar as well as javax.servlet.ServletContext. When including the j2ee.jar to grab the servlet stuff -- I run into a conflict with org.xml.sax.InputSource:
[java] java.lang.LinkageError: loader constraints violated when linking org/xml/sax/InputSource I'm sure this has been encountered before -- any clever ways to get around this? Thanks! Cory
