[jboss-jira] [JBoss JIRA] Resolved: (JBAS-9167) EjbJarDeploymentProcessor will throw a NullPointer if there are no modules defined in an application.xml
John Bailey (JIRA)
jira-events at lists.jboss.org
Mon Mar 28 16:02:38 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Bailey resolved JBAS-9167.
-------------------------------
Resolution: Done
Fixed in: https://github.com/jbossas/jboss-as/commit/a5c9cac075e90092de1f669408ad1d7bfa8d84dd
> EjbJarDeploymentProcessor will throw a NullPointer if there are no modules defined in an application.xml
> --------------------------------------------------------------------------------------------------------
>
> Key: JBAS-9167
> URL: https://issues.jboss.org/browse/JBAS-9167
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 7.0.0.Beta1
> Reporter: John Bailey
> Assignee: John Bailey
> Fix For: 7.0.0.Beta2
>
>
> 10:30:22,709 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.deployment.unit."test.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."test.ear".STRUCTURE: Failed to process phase STRUCTURE of deployment "test.ear"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:108)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1344)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
> at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.ee.structure.EjbJarDeploymentProcessor.deploy(EjbJarDeploymentProcessor.java:63)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:102)
> ... 4 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list