[jboss-jira] [JBoss JIRA] Reopened: (JBAS-8299) NPE in Weld when a portable extension is added by JBoss AS deployer
Jason Greene (JIRA)
jira-events at lists.jboss.org
Thu Apr 21 14:27:07 EDT 2011
[ https://issues.jboss.org/browse/JBAS-8299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene reopened JBAS-8299:
--------------------------------
Due to feedback from the community, I have split the AS7 and AS6 projects and reopened all unscheduled AS6 issues that are a year or less old. This will make it easier community members to find and work on them.
Future releases beyond 6.1 can be done provided a community member steps up to coordinate them.
> NPE in Weld when a portable extension is added by JBoss AS deployer
> -------------------------------------------------------------------
>
> Key: JBAS-8299
> URL: https://issues.jboss.org/browse/JBAS-8299
> Project: Legacy JBoss Application Server 6
> Issue Type: Bug
> Environment: JBoss AS 6 M2
> JDK 6
> Reporter: Jozef Hartinger
> Fix For: No Release
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list