• Installing JBossWS CXF 3.4.0 with JBoss AS 5.1

    Hello,   I've installed JBossWS CXF 3.4.0 with JBoss AS 5.1.  Specifically, I've installed it using "ant -Dspring=true deploy-jboss510" and generally following the instructions from the following web page. ...
    Profile Photo
    last modified by doudl
  • EJB Endpoint in a WAR in JBossAS 7?

    Wondering if anyone has tried to create a EJB3-based endpoint in a WAR with Java EE 6.0 on JBossAS 7.0.0.Final?  I had some EJB3 endpoints in a standalone Jar module and I've been playing around with moving them ...
    Profile Photo
    last modified by rjbaty
  • Question about the JBoss CXF support

    Hi there...   I'm looking into using Eclipse's CXF support with the JBoss WS CXF implementation and have run into some interesting limitations with the tooling... That's led to some poking around in their code a...
    Profile Photo
    last modified by bfitzpat
  • Extra slash '/' in the URL

    Friends,   We were using Native stack for web services in previous releases of JBoss. Recently we tried to migrate to JBoss6 and JBoss7. We were able to migrate to 6 with few hiccups and to JBoss7 with a lot of ...
    Profile Photo
    last modified by mohanpotturi
  • Support for SOAP Header elements on JBossAS 7.0.1

    Been further getting into the JBossWS-CXF implementation contained in the JBossAS 7 stack.  We have a couple endpoints that make use of a SOAP Header element in their WSDL definition.  To test this out on JB...
    Profile Photo
    last modified by rjbaty
  • WS-Security Username classloader issue with JBossAS7?

    Hello, I seem to be having an class loader issue configuring a WS-Security Username client using JBossWS-CXF on JBossAS7.  I have added the   Dependencies: org.apache.ws.security, org.jboss.ws.cxf.jbossws...
    Profile Photo
    last modified by rjbaty
  • How to intergrate Apache CXF in JBoss 4.0

    Hello All Kindly tell me which jars are required to put in JBoss server 4.0.3 to integrate it with Apache CXF. I am making a web service client and I could not change my server. When i run sar inside my jboss ...
    Profile Photo
    last modified by shptlucky
  • Jboss 5.1.0.GA+jbossws-cxf-3.4.0.GA and Alfresco community 3.4d

    Hello everyone,   I'm having trouble in deploying Alfresco 3.4d on Jboss 5.1.0.GA+jbossws-cxf-3.4.0.GA. Below is the error I get. Has anyone faced this problem and managed to fix it? Would really appreciate your...
    Profile Photo
    created by chinhphan
  • JBoss AS 7 and WS-Security client

    I'm attempting to set up a client in a new web app to an existing web service secured with WS-Security.   I've created my local keystore and a local truststore.  I've imported my public key and the server'...
    Profile Photo
    last modified by dstockdreher
  • JbossWS-CXF 4.0.0 Beta 2 on Jboss AS6

    Hi,   I've upgraded JbossWS-CXF to version 1.0.0 Beta2 aiming to resolve an issue related to WS-Policy. The upgrade went well without error messages, but when I'm trying to generate the webservice client an exce...
    Profile Photo
    last modified by ejbraga
  • Exception while running with JBoss CXF - WrapperClassoutInterceptor

    Hi,   When i invole a webservice to an external provider i am getting the following exception. When i remove the JBOSS 6.0 Runtime from my call path and use just JDK 1.6.24 the webservice invocation is succesful...
    Profile Photo
    last modified by srinivasj74
  • How to have CXF/Spring in War?

    Hi, I'm on JBoss 5.0.0 (but can migrate to 5.0.1 or 5.1 if very necessary. JBoss 6 is impossible since the Red Hat support isn't supporting it).   To prevent class loading issues with other applications already ...
    Profile Photo
    last modified by henri.tremblay
  • Jbossws-cxf integration (jbossws-cxf-bin-dist) ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

    I installed Jbossws-cxf integration (jbossws-cxf-bin-dist) and ran ant -Dspring=true deploy-jboss600  -Djboss.server.instance=default for jboss-6.0.0.Final and Jdk6.0, started Jboss6 and I get "ClassNotFoundExce...
    Profile Photo
    last modified by amberjboss1999
  • Jboss+jbossws-cxf-3.4.1.GA and spring 3.0.5 : how to publish a cxf web service instantiated in spring

    Hi,     As part of a project, i should use Jboss+jbossws-cxf-3.4.1.GA and spring 3.0.5. Problem : I'am newbie on JBoss     After some researchs, and according of Jboss-CXF and apache-Cxf document...
    Profile Photo
    last modified by aminem
  • algorithm does not exist - cxf-3.4.0.GA, jboss-5.1.0.GA

    Hi! I install cxf-3.4.0.GA with Spring on jboss-5.1.0.GA, create web service and configure them in jbossws-cxf.xml. When i try send to this web service signed SOAP message, i getting the error:   16:15:28,234 W...
    Profile Photo
    last modified by bobzer
  • jbossws-cxf-3.4.0.GA WAR deployment issue

    I have a series of WAR that I am trying to deploy on JBoss 5.1.0 using JBossWS-CXF-3.4.0 and I am continuosly running into this issue upon deploying the WAR via the JBoss Admin Console:   Caused by: org.springfr...
    Profile Photo
    last modified by kyle.bober
  • Replacing Native Stack by CXF on 5.1.0.GA

    Hi everyone,   This could be a newbie question, but i'm quite a newbie, so... I would like to replace the jbossws native stack by CXF on my JBoss 5.1.0.GA Application Server, running on Windows 7. I don't use ...
    Profile Photo
    last modified by sjahan
  • JBossWSNonSpringBusFactory does not register WS-SecurityPolicy interceptor providers

    Hello,   when creating a client without spring support, the WS-Policy engine is stared and the policy interceptor providers for WS-Addressing and WS-RM are added, among others, while the providers needed for WS-...
    Profile Photo
    last modified by barakka
  • java.lang.NoSuchMethodError: javax.xml.ws.soap.Addressing.responses()

    Hello Team,   I am using JbossWS CXF with addressing using Alessio Soldano CXF WS-Addressing article. I am using maven to build my project and have wsprovide goal as follows     <plugin>  ...
    Profile Photo
    last modified by pkondaka1
  • Authenticate UsernameToken via JAAS-SecurityDomain

    Hi,   my scenario is the following:   A .NET-Client calling a Java web service via a customBinding with WS-Security (UsernameToken, encrypted, signed, with Timestamp) An Ejb-Webservice hosted on a JBoss A...
    Profile Photo
    last modified by lars.k