]
RH Bugzilla Integration updated WFCORE-507:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
Unit test FileSystemDeploymentServiceUnitTestCase fails on IBM JDK
--------------------------------------------------------------------
Key: WFCORE-507
URL:
https://issues.jboss.org/browse/WFCORE-507
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Affects Versions: 1.0.0.Alpha15
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
Priority: Trivial
Description of problem:
org.jboss.as.server.deployment.scanner.FileSystemDeploymentServiceUnitTestCase.testNoUndeployment
fails with:
- java.net.ConnectException: Connection refused
- java.lang.UnsupportedOperationException: cannot get the capability, performing
dispose of the retransforming environment
Version-Release number of selected component (if applicable):
EAP 6.4.0.ER1
How reproducible:
Always on IBM JDK
Steps to Reproduce:
1. ./build.sh -pl deployment-scanner -am -Dtest=FileSystemDeploymentServiceUnitTestCase
-Dmaven.repo.local=${MAVEN_REPO_LOCAL} -DfailIfNoTests=false
Actual results:
java.net.ConnectException: Connection refused
java.lang.UnsupportedOperationException: cannot get the capability, performing dispose
of the retransforming environment
java.lang.reflect.InvocationTargetException
Caused by: java.lang.UnsupportedOperationException: adding retransformable transformers
is not supported in this environment
Expected results:
No failures in test case.