[jboss-user] [JBoss Web Services] - Incorrect web service called when multiple one-way services deployed

Charles Piazza do-not-reply at jboss.com
Thu Oct 14 13:49:56 EDT 2010


Charles Piazza [http://community.jboss.org/people/dyamazon] created the discussion

"Incorrect web service called when multiple one-way services deployed"

To view the discussion, visit: http://community.jboss.org/message/566535#566535

--------------------------------------------------------------
Hi!

I have a situation where I have two classes, each implementing a one-way (asynch) web service similar to below:

@WebService()
public class TestService1 {

     @WebMethod()
     @Oneway()
     public void runDiff(@WebParam(name="environment" String env) {
     }
}

If I deploy these two services under the same web application and then create a client application (using wsimport to generate the client stubs), when exercising the services occasionally (and randomly) the wrong service will be called. For instance, in a loop which executes svc1 and then 10 iterations of svc2 some of the svc2 invocations will actually be bassed by the web server to svc1.

We are using JBOSS 6.0.0.201000429-M3 and jbossws-cxf-3.3.1.GA.

Is this a known issue with one way services or are we doing something wrong?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/566535#566535]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101014/f7b2bd2e/attachment-0001.html 


More information about the jboss-user mailing list