Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-344

NPE in BundleLifecycleIntegration

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.Alpha1
    • None
    • OSGi
    • None

      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)
      

      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

            tdiesler@redhat.com Thomas Diesler
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: