Hi all. I am trying to port a web service client to the netbeans platform. My ws client uses the glassfish/metro class webservices-rt.jar, allowing the app to use the CallbackHandlers(com.sun.xml.wss.impl.callback.UsernameCallback) for securing the services. Normally I add the webservices-rt.jar as a lib for my app and works fine. Well in the NB platform I am trying to load this library any way I can, a seperate module, or along with my app as wrapped libraries. Dont worry if you dont know what that is. When compiling I get warnings of webservices-rt.jar class not being able to find dependent classes. They are listed as follows.
Warning: com.sun.msv.datatype.xsd.regex.XercesImpl cannot access org.apache.xerces.impl.xpath.regex.ParseException
Warning: com.sun.msv.datatype.xsd.regex.XercesImpl cannot access org.apache.xerces.impl.xpath.regex.RegularExpression
Warning: com.sun.msv.datatype.xsd.regex.XercesImpl$1 cannot access org.apache.xerces.impl.xpath.regex.RegularExpression
Warning: com.sun.msv.driver.textui.Driver cannot access org.apache.xml.resolver.Catalog
Warning: com.sun.msv.driver.textui.Driver cannot access org.apache.xml.resolver.tools.CatalogResolver
Warning: com.sun.wsit.security.IBMKeyIdentifierSPI cannot access com.ibm.security.util.DerInputStream
Warning: com.sun.wsit.security.IBMKeyIdentifierSPI cannot access com.ibm.security.util.DerValue
Warning: com.sun.wsit.security.IBMKeyIdentifierSPI cannot access com.ibm.security.x509.KeyIdentifier
Warning: com.sun.xml.jaxws.JAXWSMessage cannot access com.sun.xml.ws.spi.runtime.InternalSoapEncoder
Warning: com.sun.xml.jaxws.JAXWSMessage cannot access com.sun.xml.ws.spi.runtime.SOAPMessageContext
Does anyone know in which lib/jar files these classes belong? Has anyone experienced similar issues?
Ive posted a similar question in the Netbeans platform forums found here. Has a little more detail regarding the app and specifically the netbeans platform,
http://forums.netbeans.org/topic13977.htmlThis is totally time sensitive and I am very new to nb platform and limited in my WS/metro experience. TIA
[Message sent by forum member 'javajoe83' (javajoe83)]
http://forums.java.net/jive/thread.jspa?messageID=354532---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...