Thread javax.inject.DefinitionException: import not a Java type
javax.inject.DefinitionException: import not a Java typeAll, I am trying to deploy webservices using CXF on JBoss5.1.0. Getting the below error. It works well in JBoss4.2.2. Any help is highly appreciated.... DEPLOYMENTS IN ERROR: Deployment "vfszip:/opt/DEPLOYMENTS/rs...
Thread @EndpointConfig ws security poblem in jboss7
@EndpointConfig ws security poblem in jboss7Hi I'm trying to secure my exisiting web services using WS-Security. I tried to follow the tutorial https://docs.jboss.org/author/display/JBWS/WS-Security but I just cant make it work - i'm stuck on the first part w...
WS-Security client on JBoss7.1Hello, I am trying to make WS-Security call on JBoss7.1 but I have no idea how to do that using CXF. I call Alfresco repository service, I generated client stubs, I am able to call authentication WS (does not...
JBoss EAP 5.1 - CXF 2.3.1 Client Implementation IssueAll, After solving my JBOSS 5.1 EJB issue, I came up with another show stopper. We have a webservice module that was generated using CXF 2.3.1 WSDL2JAVA. The client (another webservice) is throw...
Thread providing a parent or shared spring context to jbossws-cxf
providing a parent or shared spring context to jbossws-cxfHi, Is it possible to provide a parent context to jboss-cxf ? if yes How ? I have many class in business layer of my application called by web services as well as @controller generated/invoked by Sprin...
Using multiple ports in JBOSSI have the requirement where i have two CXF service war files. here are the WSDL urls. http://localhost:8080/ABCController/123?wsdl htt...
Jboss7/CXF/SpringHello, I have a web-service developed with CXF and Spring. I tried to deploy it with JBoss7 (with standalone-preview.xml) but a couple of warnings appeared WARN [org.jboss.as.ee.component.deploy...
Thread CXF SSL Client to Register an WS-T participant
CXF SSL Client to Register an WS-T participantHi! I'm developing an application that needs to sync two different web services on both .NET and J2EE platform, using JBoss AS 7. I've already created all the WS-T stuff (MSTDC on .NET, WS-AT wsdl, JBOSSTS wit...
SchemaValidation anootation JBoss 6.1.0 (cxf 2.3.1-patch-01)We have problem migrating our webservice to JBoss 6.1.0, the service deploys fine but when calling the service we get validation error (stack trace on the end of thread). We dont need validation and i whant to turn it...
Encoding of responseHi, I have a WebService deployed on a JBAS 7.1.1. Testing with SoapUI, I see an UTF-8 encoded request coming in, an UTF-8 encoded response going out, "åäöÅÄÖ"...
address rewriteThe JBossWS user guide discusses Address rewrite in the Configuration section, to configure dynamically the value of the <soap:address> element in the wsdl. Is there a similar functionality for jbossws-cxf confi...
Thread test installing JAX-WS on JBoss 5.1.0 failing
test installing JAX-WS on JBoss 5.1.0 failingI am attempting to migrate our WebServices to JBoss 5.1.0 and am having failures with the tests for installing JAX-WS 3.4.0 which seem to be related to the following error: [junit] Caused by: javax.naming.Communicati...
Thread Showing the cause exception message on JBoss AS 7.1
Showing the cause exception message on JBoss AS 7.1Hi, I trying to work how to get a JAX-WS webservice deployed on JBoss AS 7.1 to send the full stack trace in a message response when that exception is not modeled (i.e. the service is throwing a runtime except...
debug an http 404 in jbossws-cxfI have a client running in jboss as 6 sending a request to a service in ASP.NET. The service is responding with an 404 error. The question arises: How do we identify the requested uri which cannot be fou...
Thread How do I use jax-ws in Java 6 client with Jboss 6?
How do I use jax-ws in Java 6 client with Jboss 6?I don't want metro or cxf. I just want to invoke EWS (Exchange Web Services) using the Java 6 client. EWS calls did not work in JBoss 5 either, but I was able to remove the jboss jax-ws client jars to get my E...
Thread Install jbossws-cxf 4.0.0GA in JBoss AS 6.0
Install jbossws-cxf 4.0.0GA in JBoss AS 6.0We need the SAML-Token-Profile for WS Security to be able to authenticate the web services. Since we are using JBoss AS 6.0, I'd like to install jbossws-cxf 4.0.0 GA in this version of JBoss AS. Since jbossws-cxf 4....
JBoss 6.1.0 CXF and Spring problemHi I'm trying to deploy a CXF and Spring WAR file on JBoss 6.1.0. If I include the CXF libraries I get: Unresolved conflict on resource environment reference named: cxf If I use a jboss-classlo...