• WS-SecurityPolicy ProtectTokens assertion

    Using 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...
    Profile Photo
    last modified by crumbs
  • Wildfly 8.0.0 Alpha1 saml assertion not signed

    I 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...
    Profile Photo
    created by crumbs
  • Getting Error while "cookie-config" : Session-config must match session-timeout

    For "cookie-config"   When i add this peice of code in my web.xml getting this error : "Session-config must match session-timeout" _________________________ <session-config>   <cookie-config>...
    Profile Photo
    created by aakeef.akki
  • Creating a JBossWS CXF client using HTTPS WSDL url triggers "Failed to create service." exception

    Hi,   I am currently developing a web service which uses HTTPS with WS-Security (Authentication/Signing) support. The client works using normal HTTP wsdl URL while using https causes the client to throw exceptio...
    Profile Photo
    last modified by slbanal
  • JBoss 7.2 Warning:No assertion builder for type {http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}ProtectTokens registered

    I am using JBoss 7.2 built from source at GitHib.   I am using the JBossWS-CXF integration layer.   I am having an  issue with a SAML Holder of Key assertion not being signed by a ws client, ie, a ref...
    Profile Photo
    last modified by crumbs
  • is there any chart which says which verion of jbossws-cxf uses which version of apache cxf?

    i would like to know component details of all versions on jbossws-cxf is there any chart which says which verion of jbossws-cxf uses which version of apache cxf?   let me know which version of apache cxf is use...
    Profile Photo
    created by jaigates
  • JBOSS AS 7.1.1 apache cxf 2.4.6 ws-security tokens

    Hi,   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...
    Profile Photo
    last modified by crumbs
  • 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

    i tried to deploy jbossws-cxf 3.4.0-ga(after refering community.jboss.org/wiki/JBossWS-SupportedTargetContainers) in jboss soa-p 5.3.1. When i start the server i am getting several exceptions like this ? not sure wha...
    Profile Photo
    last modified by jaigates
  • javax.xml.ws.wsdl.operation Missing in Invoke() of javax.xml.ws.Provider

    I 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...
    Profile Photo
    last modified by tejones
  • 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...
    Profile Photo
    last modified by sheperd
  • JBoss 7.2 class loading issues

    I 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...
    Profile Photo
    last modified by crumbs
  • Jboss CXF schema validation on webservice methods

    i 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 ...
    Profile Photo
    last modified by jaigates
  • Can't define cxf interceptors

    Hi 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...
    Profile Photo
    last modified by mbsakho
  • UnknownHostException when using WSDL catalog

    Hi.   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...
    Profile Photo
    created by ripla
  • How to acheive SchemaValidation for webservice developed using bottom up approach(Java to WSDL)

    Hi all,   We are following the bottom up approach for creating a webservice i.e., java pojo to wsdl... We are having Java pojo class where we are validating the feilds with annotations.   @XmlType(name = ...
    Profile Photo
    created by raghu85
  • General security error (WSSecurityEngine: No crypto property file supplied to verify signature)

    Hi I'm trying to add WS Security to existing web service. I'm following https://docs.jboss.org/author/display/JBWS/WS-Security - part with the X509 Certificates. The web service seems to be secured, but when I try t...
    Profile Photo
    last modified by michajil_tigrow
  • Issue after replacing Apache axis web services with Jboss[wsconsume]

    HI   I am currently using axis web services, now i have to create services using Jboss. i have created stub also,   pakage-info.java ObjectFactory.java examplePort.java example.java-----service class-...
    Profile Photo
    created by aakeef.akki
  • WSDLGetInterceptor block WebService call

    Hello,   I'm continously getting locked http-threads in WSDLGetInterceptor.java:127 when having "some" load. See attached thread dump.   JBoss AS 7.1.1 CXF 4.1.0.FINAL (ant script used for replacement e...
    Profile Photo
    last modified by tsukasa
  • Apache CXF integration documentation, Spring, etc.

    Considering the number of questions here lately on using Apache CXF with Spring descriptor on JBoss AS, it's quite clear that many users are actually missing the reason why we have a JBossWS-CXF integration. So I've ...
    Profile Photo
    created by asoldano
  • error in intializing json natural configuration with jboss 7.1.1 (jbossws-cxf-4.1.1)

    Hi All, I am trying to access REST webservices for which json is also a type of input. I am using jaxb annotations on the pojo classes for webservices. While posting request following error is thrown.   15:20:0...
    Profile Photo
    created by ekpravasi