-
Bug
-
Resolution: Done
-
Critical
-
1.5.1.Final
-
None
Services created via ServiceTarget.addService() have a null serviceId, i.e. ServiceController.getName() returns null.
However, the ServiceControllerImpl.getStatus() method does not handle these services correctly, and throws an NPE.
e.g.
org.jboss.as.test.integration.batch.repository.JdbcRepositoryExecutionsLimitTestCase(basic-integration-default-web).testGetJobExecutionsWithLimit: java.lang.NullPointerException at org.jboss.msc@1.5.1.Final//org.jboss.msc.service.ServiceControllerImpl.getStatus(ServiceControllerImpl.java:1206) at org.jboss.msc@1.5.1.Final//org.jboss.msc.service.ServiceContainerImpl.dumpServices(ServiceContainerImpl.java:593) at org.jboss.msc@1.5.1.Final//org.jboss.msc.service.ServiceContainerImpl.dumpServices(ServiceContainerImpl.java:576) at deployment.jdbc-batch.war//org.jboss.as.test.integration.batch.repository.JobRepositoryTestUtils.testGetJobExecutionsWithLimit(JobRepositoryTestUtils.java:53) at deployment.jdbc-batch.war//org.jboss.as.test.integration.batch.repository.JdbcRepositoryExecutionsLimitTestCase.testGetJobExecutionsWithLimit(JdbcRepositoryExecutionsLimitTestCase.java:58)
- is incorporated by
-
WFCORE-6528 Upgrade JBoss MSC to 1.5.2.Final
- Resolved