WS-Addressing + decoupled responses + http conduit timeoutHi guys! I trying to use WS-Addressing with decoupled responses and made an example using the http-conduit. The problem I have is that the response is sent several minutes (30 minutes) after the initial call, ...
JBossWS-CXF and EAP 6.1.0We are exploring the migration from using plain CXF on JBoss 7.1 (as cxf servlets) to using the built in JBossWS-CXF on JBoss EAP 6.1.0. A few questions: Our existing plain CXF web services currently us...
Thread How to update Apache CXF in JBoss AS 6.1.0-Final
How to update Apache CXF in JBoss AS 6.1.0-FinalHow can I update the Apache CXF libraries of JBoss? I have a java stand-alone client that works fine with v2.7.8 so I would like to update the libraries in JBoss. I tested the java client with v2.3.1 (I un...
Thread How to autowire spring beans in JBoss 7.1.1 with CXF?
How to autowire spring beans in JBoss 7.1.1 with CXF?We are trying to implement a Web Services using jbossws-cxf-4.1.1.Final with spring 3.0.7.RELEASE on a JBoss AS 7.1.1. We installed the CXF and Spring modules on the server using the ant task provided in the distribut...
Thread What is the Jaxws InvokerJSE for? Is it really necessary?
What is the Jaxws InvokerJSE for? Is it really necessary?Hi, We are deploying a server Web Service with WSS. We installed both Apache CXF libraries and Spring support as modules in JBoss AS 7.1.1 using the ant build provided in the jbossws-cxf-4.1.1.Final package. When c...
CXF 2.5 & JBoss questionIs there any way to uninstall or not use the JBossWS-CXF that comes default with JBoss 7.1.0, and use the stock CXF instead? We want to use the STS capabilities in CXF 2.5.x which is not yet in JBossWS-CXF. ...
Sending Custom Response for CXF webserviceHi, How to send custom SoapFault message to the client? I am currently getting this kind of response when i throw SoapFault. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&g...
Thread Why aren´t CXF dependencies being imported into my project?
Why aren´t CXF dependencies being imported into my project?We are starting a web service project using jboss AS 7.1.1. and jbossws-cxf-4.1.1.Final. We started with a sample project found at http://www.mastertheboss.com/jboss-web-services/installing-apache-cxf-on-jboss-as. ...
Verbose web services error loggingHello, I've developed some webservices on JBoss 7.0.2.Final using the standard stack. Up until now I didn't have any exceptions / faults defined other than really unexpected exceptions such as the database not...
CXF: WS-Eventing Java APIThis is just a (possible outdated) draft design for WS-Eventing implementation that was done as my (Jan Martiska) diploma thesis. The implementation was merged into CXF and should be part of the 3.0.0 release. ...
Does WS-Security require wsdl mods?Hi there, I have a web service that needs to be WS-Security enabled. Since I need to implement the wsdl as given to us, I'd prefer to leave it alone. The wsdl which was given to me doesn't have any WS-Security tags. ...
Thread Cannot test @WebContext(transportGuarantee = "CONFIDENTIAL")
Cannot test @WebContext(transportGuarantee = "CONFIDENTIAL")Im having a web service with @WebContext(authMethod = "BASIC", transportGuarantee = "CONFIDENTIAL", secureWSDLAccess = true), but get the stacktrace below when I'm invoking this web service in a JUnit test class. When...
CXF publish on Jboss 5.1.0.GAHi All, I'm having some problems with CXF on Jboss. CXF version: 2.3.1 Jboss version: 5.1.0.GA There are two servers: one on windows, second on linux, as far as I can see, they are configured the sam...
Thread Registering interceptors with annotation do not work.
Registering interceptors with annotation do not work.Hi. I am using a Jboss EAP 6.0 and am trying to get interceptors to work, but am struggling. The EAP I am using is not modified, except for an jdbc library and a security realm setting. I have ...
Thread WebFault are always marked as UNCHECKED_APPLICATION_FAULT
WebFault are always marked as UNCHECKED_APPLICATION_FAULTMy web service (JBoss-as-7.1.2, jbossws 4.0.2.GA) throws exceptions that are correctly annoted and the result is ok. Except that every time an exception is thrown, there is one stacktrace printed to the console that s...