[jboss-jira] [JBoss JIRA] (AS7-6937) NPE in BundleLifecycleIntegration

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu Apr 18 04:52:54 EDT 2013


     [ https://issues.jboss.org/browse/AS7-6937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler reassigned AS7-6937:
-----------------------------------

    Assignee: Thomas Diesler

    
> NPE in BundleLifecycleIntegration
> ---------------------------------
>
>                 Key: AS7-6937
>                 URL: https://issues.jboss.org/browse/AS7-6937
>             Project: Application Server 7
>          Issue Type: Feature Request
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>
> {code}
> java.lang.NullPointerException
> 	at org.jboss.as.osgi.service.BundleLifecycleIntegration$BundleLifecycleImpl.createBundleRevision(BundleLifecycleIntegration.java:200)
> 	at org.jboss.osgi.framework.internal.BundleManagerPlugin.createBundleRevisionLifecycle(BundleManagerPlugin.java:439)
> 	at org.jboss.osgi.framework.internal.AbstractBundleContext.installBundleInternal(AbstractBundleContext.java:206)
> 	at org.jboss.osgi.framework.internal.AbstractBundleContext.installBundle(AbstractBundleContext.java:133)
> 	at org.jboss.as.test.integration.osgi.deployment.DeferredResolveTestCase.testResolveManagementOp(DeferredResolveTestCase.java:130)
> {code}
> The theory is that the Framework delegates to BundleLifecycleIntegration, which invokes a deploy operation. The code relies on the assumption that deploy either fails or the BundleDeploymentProcessor gets executed. In BundleDeploymentProcessor we attach the DU

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list