[JBoss JIRA] (JBWS-3726) Fix InContainerClientBusStrategyTestCase failures on IBM JDK
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3726?page=com.atlassian.jira.plugin.... ]
Alessio Soldano updated JBWS-3726:
----------------------------------
Component/s: jbossws-cxf
productization
> Fix InContainerClientBusStrategyTestCase failures on IBM JDK
> ------------------------------------------------------------
>
> Key: JBWS-3726
> URL: https://issues.jboss.org/browse/JBWS-3726
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf, productization
> Reporter: Alessio Soldano
> Assignee: Alessio Soldano
> Fix For: jbossws-cxf-4.3
>
>
> InContainerClientBusStrategyTestCase uses CXF Bus id to keep track of created bus instances. Unfortunately, that is internally derived from the hashCode of the Bus objects and the hash algorithm in IBM JDK produces a lot of clashes (at least much more then on Oracle JDK, where I can't reproduce the test failures).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
7 years, 3 months
[JBoss JIRA] (JBWS-3726) Fix InContainerClientBusStrategyTestCase failures on IBM JDK
by Alessio Soldano (JIRA)
Alessio Soldano created JBWS-3726:
-------------------------------------
Summary: Fix InContainerClientBusStrategyTestCase failures on IBM JDK
Key: JBWS-3726
URL: https://issues.jboss.org/browse/JBWS-3726
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Alessio Soldano
Assignee: Alessio Soldano
InContainerClientBusStrategyTestCase uses CXF Bus id to keep track of created bus instances. Unfortunately, that is internally derived from the hashCode of the Bus objects and the hash algorithm in IBM JDK produces a lot of clashes (at least much more then on Oracle JDK, where I can't reproduce the test failures).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
7 years, 3 months