Log in to follow, share, and participate in this community.
Thread jboss6 and spring @Resource annotation
jboss6 and spring @Resource annotationHello,everyone,I am a chinese,I want to ask you some questions about jboss6 and spring.My English is not very good so please do not mind.when I use jboss6 to deploy my application,the jboss server cannot start normal....
WebService exceptions handlingI'm trying to migrate system from using RMI to WebService. JBoss 7.0.2 cxf with spring with WebService auto generation (@WebService). I've tried to test exception handling by calling WebSerive from standalone ...
Authentication interceptorHi all, we need to develop quickly a minimal Web service authentication policy for our Web services running on JBoss AS 6 + spring + Apache CXF. As we just need a bare bones authentication (user & password) is i...
picketlink-sts throwing HIERARCHY_REQUEST_ERRHas anyone seen an error when making a request to the picketlink-sts running in: JBoss-5.1.0.GA and: JBossWS-CXF 3.1.2 using the WSTrustClient cla...
scope=session in jbossws-cxfIn my jbossws-cxf configuration file, I am trying to declare a spring bean which is scope=session. In order for scope=session, I have declared RequestContextListener in the web.xml as follows: &...
Thread WSDLPublisher not configured, unable to publish contract!
WSDLPublisher not configured, unable to publish contract!I developed a web service using JBossWS-CXF3.4.0. The web service during deployment gives the following waring: WARN [JaxwsEndpointDefinitionParser$JBossWSSpringEndpointImpl] WSDLPublisher not configured, unabl...
ws-security on Jboss AS 6.1.0Hi, I'm trying to secure a web service through ws-security on Jboss AS 6.1.0. I made a secured web service and a client which does not provide credentials, so it should be rejected, the problem is that the client is n...
Thread Installing JBossWS CXF 3.4.0 with JBoss AS 5.1
Installing JBossWS CXF 3.4.0 with JBoss AS 5.1Hello, 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. ...
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 ...
Question about the JBoss CXF supportHi 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...
Extra slash '/' in the URLFriends, 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 ...
Thread Support for SOAP Header elements on JBossAS 7.0.1
Support for SOAP Header elements on JBossAS 7.0.1Been 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...
Thread WS-Security Username classloader issue with JBossAS7?
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...
How to intergrate Apache CXF in JBoss 4.0Hello 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 ...
Thread Jboss 5.1.0.GA+jbossws-cxf-3.4.0.GA and Alfresco community 3.4d
Jboss 5.1.0.GA+jbossws-cxf-3.4.0.GA and Alfresco community 3.4dHello 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...
JBoss AS 7 and WS-Security clientI'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'...
JbossWS-CXF 4.0.0 Beta 2 on Jboss AS6Hi, 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...
Thread Exception while running with JBoss CXF - WrapperClassoutInterceptor
Exception while running with JBoss CXF - WrapperClassoutInterceptorHi, 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...
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 ...