Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3490

Fix org.jboss.test.ws.jaxws.as3581.AS3581TestCase

XMLWordPrintable

      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 server class static member initialized with a given value, then 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 @Oneway.

              ropalka Richard Opalka
              rhn-support-asoldano Alessio Soldano
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: