[jbossws-issues] [JBoss JIRA] (JBWS-3490) Fix org.jboss.test.ws.jaxws.as3581.AS3581TestCase

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Fri Apr 20 05:11:17 EDT 2012


Alessio Soldano created JBWS-3490:
-------------------------------------

             Summary: Fix org.jboss.test.ws.jaxws.as3581.AS3581TestCase
                 Key: JBWS-3490
                 URL: https://issues.jboss.org/browse/JBWS-3490
             Project: JBoss Web Services
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf
            Reporter: Alessio Soldano
            Assignee: Richard Opalka
             Fix For: jbossws-cxf-4.1


The org.jboss.test.ws.jaxws.as3581.AS3581TestCase shows intermittent failures on Hudson. The reason is likely that the test first call a @Oneway method to have a static class member initialized with a given value and the it invokes a req-res method on another endpoint to get the current value of the previously initialized static member. The problem is likely that the member initialization might have not been completed by the time the req-res invocation is performed, given the first invocation is basically fire & forget being @Oneway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list