[weld-issues] [JBoss JIRA] Created: (WELDINT-58) NPE in Weld when a portable extension is added by JBoss AS deployer
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Mon Apr 19 03:22:51 EDT 2010
NPE in Weld when a portable extension is added by JBoss AS deployer
-------------------------------------------------------------------
Key: WELDINT-58
URL: https://jira.jboss.org/jira/browse/WELDINT-58
Project: Weld Integration
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.war, resteasy-int-all.zip
I am getting a NPE in Weld when I try to add a portable extension to an application using PathUrlIntegrationDeployer. 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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list