[jboss-jira] [JBoss JIRA] (AS7-6937) NPE in BundleLifecycleIntegration
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Thu Apr 18 02:52:54 EDT 2013
[ https://issues.jboss.org/browse/AS7-6937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated AS7-6937:
--------------------------------
Description:
{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
was:
{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}
> 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
>
> {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