Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-1317

Added support for Bundle.START_ACTIVATION_POLICY on start

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • framework-1.8.1
    • None
    • Framework
    • None

    Description

      It seems that Bundle.start(int) with START_ACTIVATION_POLICY is not supported

      http://www.osgi.org/javadoc/r4v41/org/osgi/framework/Bundle.html#start(int)

      In Felix-1.8.1 I see

      public void start(int options) throws BundleException
      {
      if ((options & Bundle.START_ACTIVATION_POLICY) > 0)

      { throw new UnsupportedOperationException( "The activation policy feature has not yet been implemented."); }

      ....
      }

      Is there a way to still work with Bundle-ActivationPolicy: lazy ?

      Attachments

        Activity

          People

            Unassigned Unassigned
            tdiesler Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: