[
https://issues.jboss.org/browse/JBWS-4146?page=com.atlassian.jira.plugin....
]
Jan Blizňák updated JBWS-4146:
------------------------------
Steps to Reproduce:
## prebuild necessary artifacts and download dependencies
mvn -V -B install -pl modules/client -am
## second run to execute client module testsuite
for i in {1..100000}; do
echo "Run #$i"
mvn -V -B test -pl modules/client
done
Intermittent NPE in jbossws-cxf-client unit tests with IBM JDK
--------------------------------------------------------------
Key: JBWS-4146
URL:
https://issues.jboss.org/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
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%
--
This message was sent by Atlassian Jira
(v7.12.1#712002)