[
https://issues.jboss.org/browse/JBWS-3490?page=com.atlassian.jira.plugin....
]
Alessio Soldano updated JBWS-3490:
----------------------------------
Fix Version/s: jbossws-cxf-4.1.0.Beta1
(was: jbossws-cxf-4.1)
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.0.Beta1
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.
--
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