• 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...
    Profile Photo
    last modified by tgirard
  • JBossWS-CXF Web Service with Spring calls default constructor

    We 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...
    Profile Photo
    last modified by bapats
  • injecting jboss system properties in my endpoint

    Hi 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> &...
    Profile Photo
    created by mbsakho
  • 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
  • Toy project showing how to inject spring beans with Jboss' CXF web webservice and an issue with spring used as a module

    This document gives you a sample project pattern that you can adapt to your needs to build a JEE application with the following characteristics: - Targets Jboss7.1.1.Final - Uses spring (3.2.2.RELEASE) either packag...
    Profile Photo
    last modified by marcgagnonpincourt