Log in to follow, share, and participate in this community.
Thread JBossws doesn't read my jbossws-cxf file ?
JBossws doesn't read my jbossws-cxf file ?Hi everyone. I'm trying to deploy a web service using jbossws (+Spring). Here's what happens when I deploy (I had to replace some info with *** because of my company's absurdly strict policy about confidential...
Thread JBossWS-CXF Web Service with Spring calls default constructor
JBossWS-CXF Web Service with Spring calls default constructorWe are building a CXF Web Service using jbossws-cxf.xml/Spring approach in EAP 6.1. The jaxws:endpoint implementor bean (web service), is constructed with several dependencies (Spring beans) using constructor injectio...
Thread injecting jboss system properties in my endpoint
injecting jboss system properties in my endpointHi all, I need to customise my endpoint with defined system properties. I've defined two system properties just like below (right after the extention node in the standalone.xml). <system-properties> &...
WS-SecurityPolicy ProtectTokens assertionUsing JBoss 7.1.3 and JBoss 7.2, wss4j 1.6.9 Is there support for the ProtectTokens assertion? JBoss 7.2 Warning:No assertion builder for type {http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}Prot...
Thread Wildfly 8.0.0 Alpha1 saml assertion not signed
Wildfly 8.0.0 Alpha1 saml assertion not signedI tried Wildfly 8.0.0 Alpha1 with CXF 2.7.5 The SAML assertion is still not signed. The following warning I was seeing in 7.2 is gone though. JBoss 7.2 Warning:No assertion builder for type {http://schemas.xm...
Thread JBOSS AS 7.1.1 apache cxf 2.4.6 ws-security tokens
JBOSS AS 7.1.1 apache cxf 2.4.6 ws-security tokensHi, I am using JBOSS 7.1.1, with apache cxf 2.4.6. I followed the instructions in this link to the dot: https://docs.jboss.org/author/display/JBWS/WS-Security But I get errors like: javax.xml...
Thread getting several java.lang.SecurityException like class "org.jboss.metadata.MetaData"'s signer information does not match signer information of other classes in the same package
getting several java.lang.SecurityException like class "org.jboss.metadata.MetaData"'s signer information does not match signer information of other classes in the same package
Thread javax.xml.ws.wsdl.operation Missing in Invoke() of javax.xml.ws.Provider
javax.xml.ws.wsdl.operation Missing in Invoke() of javax.xml.ws.ProviderI need to interrogate the javax.xml.ws.wsdl.operation property of the MessageContext in javax.xml.ws.Provider, however for operations where there are no input parameters, the property is not there. For operations WITH...
Thread Is there anyway to control which POJO endpoint to deploy?
Is there anyway to control which POJO endpoint to deploy?Hi, We are using Jboss7.1.1 final, which is by default using CXF. We found it will automatically deploy POJO endpoints in classpath. As our application invokes other webservices, we embed those webservice cl...
JBoss 7.2 class loading issuesI deployed a war file in Jboss 7.2 that was working perfectly fine in JBoss 7.1.1 and JBoss 7.1.3. I am seeing this ClassCastException: ClassCastException: org.apache.cxf.jaxws.JaxWsClientProxy cannot be cast...
Thread Jboss CXF schema validation on webservice methods
Jboss CXF schema validation on webservice methodsi am working with JBOSS SOP-p 5.3.1 which uses JBoss Web Services - Stack CXF Runtime Server 3.1.2.SP13. I wouldl like to trails out schema validations on exposed webservice as both client side and server side. I am ...
Can't define cxf interceptorsHi all, I'm having trouble while trying to define cxf interceptors. I've created a very simle Interceptor which extends the AbstractSoapInterceptor just like below: public class MyPhaseInterceptor exte...
Thread UnknownHostException when using WSDL catalog
UnknownHostException when using WSDL catalogHi. I'm having an issue (in production) with JBoss 7.1 and JBossWS 4.1.1. Background: I have multiple JAR-projects and one WAR-project which has the JAR-projects as dependencies. One of the JAR-projects contai...