我amm與weblogic 12c與jax-ws 2.2一起使用web服務客戶端ssl。Weblogic 12c與QName
我的問題是當我在javax.xml.namespace.QName
中創建一個javax.xml.ws.Service
。
javax.xml.namespace.QName qname = new javax.xml.namespace.QName("prueba1", "prueba1");
javax.xml.ws.Service create = javax.xml.ws.Service.create(url,qname);
當我嘗試構建服務我得到:
java.lang.LinkageError: loader constraint violation: when resolving method "javax.xml.ws.Service.create(Ljavax/xml/namespace/QName;)Ljavax/xml/ws/Service;" the class loader (instance of weblogic/utils/classloaders/ChangeAwareClassLoader) of the current class, org/InstanceInterface, and the class loader (instance of <bootloader>) for resolved class, javax/xml/ws/Service, have different Class objects for the type javax/xml/namespace/QName used in the signature
謝謝。
但如果我嘗試像java應用其作品。我認爲這可能是關於JDK(即使用jdk 1.6)與WEbLogic庫重複的庫。我真的不知道 – Xavier 2012-04-04 10:52:52