]
Jim Ma updated JBWS-4146:
-------------------------
Fix Version/s: jbossws-cxf-5.4.2.Final
(was: jbossws-cxf-5.4.1.Final)
Intermittent NPE in jbossws-cxf-client unit tests with IBM JDK
--------------------------------------------------------------
Key: JBWS-4146
URL:
https://issues.redhat.com/browse/JBWS-4146
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.2.3.Final
Environment: IBM JDK
Reporter: Jan Blizňák
Priority: Major
Fix For: jbossws-cxf-5.4.2.Final
An intermittent NPE is thrown during building project on IBM JDK, might be specific issue
with different JDK vendor but might be also revealing the bug in client code.
When the situation occurs the exception is thrown in arbitrary call of
org.apache.cxf.endpoint.Client#getEndpoint
{code:java}
ERROR!
15:43:15 java.lang.NullPointerException
15:43:15 at
org.jboss.wsf.stack.cxf.client.configuration.CXFClientConfigurerTest.testAddInterceptorsThroughSetConfigProperties(CXFClientConfigurerTest.java:524)
{code}
Reproducibility ~ <5%