[jboss-jira] [JBoss JIRA] Moved: (JBAS-8299) NPE in Weld when a portable extension is added by JBoss AS deployer
Pete Muir (JIRA)
jira-events at lists.jboss.org
Tue Aug 3 11:58:50 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir moved WELDINT-58 to JBAS-8299:
----------------------------------------
Project: JBoss Application Server (was: Weld Integration)
Key: JBAS-8299 (was: WELDINT-58)
> NPE in Weld when a portable extension is added by JBoss AS deployer
> -------------------------------------------------------------------
>
> Key: JBAS-8299
> URL: https://jira.jboss.org/browse/JBAS-8299
> Project: JBoss Application Server
> Issue Type: Bug
> Environment: JBoss AS 6 M2
> JDK 6
> Reporter: Jozef Hartinger
> Attachments: jboss-as-resteasy-6.0.0-SNAPSHOT-sources.jar, resteasy-cdi-sources.jar, resteasy-cdi.war, resteasy-int-all.zip, stacktrace.txt
>
>
> I am getting a NPE in Weld when I try to add a portable extension to an application using PathUrlIntegrationDeployer. (See stacktrace.txt for details) Note that everything works OK when the portable extension is bundled physically with the application.
> To reproduce:
> 1) Take a fresh JBoss AS 6 M2
> 2) Remove RESTEasy deployer (rm -r ${JBOSS_HOME}/server/default/deployers/resteasy-deployer)
> 3) Replace the old RESTEasy deployer with a new one (unzip resteasy-int-all.zip -d ${JBOSS_HOME}/server/default/deployers)
> 4) Start the AS in default configuration
> 5) Deploy the testing application (cp resteasy-cdi.war ${JBOSS_HOME}/server/default/deploy)
--
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