0 Replies Latest reply on Feb 7, 2014 11:13 AM by ramboid

    Java client in JBoss6 according to JBoss in Action

    ramboid

      Should implementing a java client, according to chapter 9 of JBoss in Action, work in JBoss6 Final? Or do I need some special configuration in this version of JBoss? I followed the instructions of chapter 9 but I am getting the errors reproduced below:
      2014-02-07 09:51:24,248 WARN [org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl] (http-0.0.0.0-8443-1) No assertion builder for type {http://schemas./2005/07/securitypolicy}SymmetricBinding registered.
      2014-02-07 09:51:24,251 WARN [org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl] (http-0.0.0.0-8443-1) No assertion builder for type {http://schemas./2005/07/securitypolicy}EndorsingSupportingTokens registered.
      2014-02-07 09:51:24,252 WARN [org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl] (http-0.0.0.0-8443-1) No assertion builder for type {http://schemas./2005/07/securitypolicy}Wss11 registered.
      2014-02-07 09:51:24,252 WARN [org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl] (http-0.0.0.0-8443-1) No assertion builder for type {http://schemas./2005/07/securitypolicy}Trust10 registered.
      2014-02-07 09:51:24,292 ERROR [STDERR] (http-0.0.0.0-8443-1) javax.xml.ws.soap.SOAPFaultException: None of the policy alternatives can be satisfied.
      2014-02-07 09:51:24,292 ERROR [STDERR] (http-0.0.0.0-8443-1) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:146)