Log in to follow, share, and participate in this community.
Thread Local Webservice lifecycle callbacks
Local Webservice lifecycle callbacksHello, In my EAR application some business code must be executed directly after a certain local Webservice is available during or immediately after the deployment of the EAR. The local webservice is implemented...
Publishing a Restful Service APIMy team and I have been developing a middle-tier Restful Service using jaxrs; that is, we are making use if the @Get, @Post, @Path("..."), etc. java annotations. We have two front-end teams which are developing ...
JBossWS - AuthenticationThis page explains the simplest way to authenticate a web service user with JBossWS. First we secure the access to the SLSB as we would do for normal (non web service) invocations: this can be easily done through the...
JBoss 5.0.1.GA, JBossWS 3.0.5, JDK 1.6 - java.lang.UnsupportHello! I'm trying to call a simple web service with following configuration: 5.0.1.GA, JBossWS 3.0.5, JDK 1.6.0_14. Details below. Callin the service gets the following exception:
11:33:16,163 ERROR [SOAPFaultHel...
Operation does not have a return valueHello, when I call a JBoss Web Service method, I get a fatal error with the above message. What could be the reason? Below is the whole exception. The error happens randomly (many times a day). In the r...
Thread JBOSS-WS verify password Digest manually at the server
JBOSS-WS verify password Digest manually at the serverI am using jboss 5.1.0.GA and jbossws-3.1.2.GA. I am attempting to verify the password digest on the server side outside of the Jaas module like so private void testSHA(String nonce, String created, S...
Thread How do i make wsse username and password token work :( ?
How do i make wsse username and password token work :( ?Hello, I am sure this has been asked before But i am not able to find a clear tutorial as to how do I get this to work. I have spent two whole days on this, trying to dig out any documentation that explains in layman'...
Thread My JBOSS application frequently getting hanged...
My JBOSS application frequently getting hanged...Hi There, I am using JBOSS Version 4.2.3.GA. Architecture - Client --> Apache --> JBOSS --> Apache ---> Client. Every request goes to JBOSS via Apache only. For the past 4 days, application...
Thread Resteasy, handling and logging of WebApplicationException
Resteasy, handling and logging of WebApplicationExceptionResteasy logs a stracktrace for all WebApplicationExceptions, which is not what I was expecting. My expectation was that Resteasy would catch this exception and return an appropriate response, but not log the exceptio...
JBoss 7.1 with Apache CXFHello, I try to migrate our application which has Camel with Apache CXF. to JBoss 7.1 During deployment I get following exception: java.lang.ClassNotFoundException: org.apache.cxf.transport.servl...
Resteasy Oneway request , PreProcessInterceptor issueHi I am new to Jboss resteasy, I am using a oneway=true in the requets url, I also got the PreProcessInterceptor working fine, when the client calls the webservice with oneway=true then the client is able to get the ...
MTOM XOP attachments missingHello Together, I hope enybody have had already the issue and solved it. The issue: I have implemented some webservice client in standard way having wsdl, having port (with mtom annotation) and service. In XSD nee...
Jboss Seam distroy all cookiesHy guy's I am a newbee in jboss+seam, i have a project were users can log in and logout, for the logout button i am using " #{identity.logout} ". My question is: can i make when the user cli...
WebService annotation is not presentI am getting an error, "com.sun.xml.internal.ws.model.RuntimeModelerException: A WebService annotation is not present on class: ags.AssetGetService", which I can't fathom. Here's the client: package ags ...