[
https://jira.jboss.org/browse/JBWS-3060?page=com.atlassian.jira.plugin.sy...
]
Richard Opalka reopened JBWS-3060:
----------------------------------
There are probably some synchronization issues in the test
---
<testcase time="0.919"
classname="org.jboss.test.ws.jaxws.cxf.jbws3060.JBWS3060TestCase"
name="testConcurrentOneWayInvocations">
<failure message="expected:<30> but was:<29>"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
expected:<
<------>at junit.framework.Assert.fail(Assert.java:47)
<------>at junit.framework.Assert.failNotEquals(Assert.java:282)
<------>at junit.framework.Assert.assertEquals(Assert.java:64)
<------>at junit.framework.Assert.assertEquals(Assert.java:201)
<------>at junit.framework.Assert.assertEquals(Assert.java:207)
<------>at
org.jboss.test.ws.jaxws.cxf.jbws3060.JBWS3060TestCase.runConcurrentTests(JBWS3060TestCase.java:101)
<------>at
org.jboss.test.ws.jaxws.cxf.jbws3060.JBWS3060TestCase.testConcurrentOneWayInvocations(JBWS3060TestCase.java:80)
</failure>
java.lang.NoSuchMethodException when doing one-way calls to multiple
endpoints belonging to the same deployment
---------------------------------------------------------------------------------------------------------------
Key: JBWS-3060
URL:
https://jira.jboss.org/browse/JBWS-3060
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-3.4.0.Beta1
The CXF thread pool management for asynchronous dispatch of one-way messages clashes with
the way jbossws-cxf Invoker implementation retrieves the current spi Endpoint using
inheritable threadlocal. See Andrew's analysis on the forum and my sum up.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira