-
Bug
-
Resolution: Done
-
Major
-
8.1.0.GA
-
False
-
-
False
-
Release Notes
-
-
-
-
-
-
-
org.jboss.as.connector.subsystems.resourceadapters.RaOperationUtil.installRaServicesAndDeployFromModule
URL path = module.getExportedResource("META-INF/ra.xml");
Closeable closable = null;
try {
VirtualFile child;
if (path.getPath().contains("!")) {
This code fails to check if path is null (META-INF/ra.xml not found) before using it, causing a NullPointerException.
It should instead check it for null and throw an appropriate error message.
- is cloned by
-
WFLY-21005 NullPointerException if an RA module is missing META-INF/ra.xml
-
- Resolved
-
- is incorporated by
-
JBEAP-31315 (8.1.z) Upgrade JBoss EAP to 8.1.1.GA-redhat-00005 in 8.1 Update 2
-
- Verified
-