[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-2095) NullPointerException in EJBsDeployer during undeploy
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Tue May 18 11:31:06 EDT 2010
[ https://jira.jboss.org/browse/EJBTHREE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12531263#action_12531263 ]
Carlo de Wolf commented on EJBTHREE-2095:
-----------------------------------------
For some reason the deployer is trying to undeploy standardjboss.xml which does not contain any EJBs.
Issue #1: this is a violation of the xsd
Issue #2: the attachments should not contain the standardjboss.xml metadata
Issue #3: the deployer should only use processed JBossMetaData
> NullPointerException in EJBsDeployer during undeploy
> ----------------------------------------------------
>
> Key: EJBTHREE-2095
> URL: https://jira.jboss.org/browse/EJBTHREE-2095
> Project: EJB 3.0
> Issue Type: Bug
> Components: deployers
> Affects Versions: EJB3_1 1.0.7, bom-eap5-0.1.0
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Priority: Critical
> Fix For: bom-eap5-0.1.1, bom-as6-0.1.3
>
>
> 12:46:04,714 ERROR [EJBsDeployer] Error during undeploy: vfszip:/home/carlo/work/jbossas/projects/ejb3/trunk/testsuite/target/test-lib/ejbthreeXXXX.jar/
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:131)
> at org.jboss.ejb3.deployers.EJBsDeployer$JBossDeploymentVisitor.getComponents(EJBsDeployer.java:75)
> at org.jboss.ejb3.deployers.EJBsDeployer$JBossDeploymentVisitor.getComponents(EJBsDeployer.java:64)
> at org.jboss.deployers.spi.deployer.helpers.AbstractDeploymentVisitor.undeploy(AbstractDeploymentVisitor.java:90)
> at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.undeploy(AbstractRealDeployerWithInput.java:160)
> at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.internalUndeploy(AbstractRealDeployerWithInput.java:165)
> at org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer.internalUndeploy(AbstractComponentDeployer.java:94)
> at org.jboss.ejb3.deployers.EJBsDeployer.internalUndeploy(EJBsDeployer.java:124)
> at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list