1 Reply Latest reply on Jul 22, 2010 4:10 AM by bosschaert

    [JBOSGI-362] Integrate the MSC Framework with the Installer

    thomas.diesler

      This is done. Here are the incredible startup times

       

      Mimimal

       

      [tdiesler@tdvaio runtime]$ bin/run.sh -c minimal
      ...
      09:43:05,882 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: osgi.cmpn:4.2.0.200908310645
      09:43:05,888 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.felix.log:1.0.0
      09:43:05,900 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-common:1.0.4
      09:43:05,912 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-hotdeploy:1.0.6.SNAPSHOT09:38:53,983 INFO  [OSGiBootstrapBean] JBossOSGi Runtime booted in 0.397sec
      ...
      09:38:53,989 INFO  [DeploymentScannerImpl] JBossOSGi Runtime started in 0.0060sec
      

       

      Default

       

      [tdiesler@tdvaio runtime]$ bin/run.sh
      09:40:06,710 INFO  [FrameworkState] JBossOSGi Container Core - 0.1-SNAPSHOT
      ...
      09:44:07,637 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-jndi:1.0.3
      09:44:07,664 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-common-core:2.2.13.GA
      09:44:07,668 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.felix.eventadmin:1.2.2
      09:44:07,672 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.aries.jmx:0.1.0.incubating
      09:44:07,675 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.aries.util:0.1.0.incubating
      09:44:07,679 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.felix.configadmin:1.2.4
      09:44:07,733 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-jmx:1.0.7...
      09:40:07,098 INFO  [OSGiBootstrapBean] JBossOSGi Runtime booted in 0.387sec
      ...
      09:40:07,778 INFO  [DeploymentScannerImpl] JBossOSGi Runtime started in 0.692sec
      

       

      All

       

      [tdiesler@tdvaio runtime]$ bin/run.sh -c all
      09:41:28,088 INFO  [FrameworkState] JBossOSGi Container Core - 0.1-SNAPSHOT
      ...
      09:41:28,459 INFO  [OSGiBootstrapBean] JBossOSGi Runtime booted in 0.371sec
      09:41:28,618 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-xerces:2.9.1.SP5
      09:41:28,626 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-jndi:1.0.3
      09:41:28,648 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-common-core:2.2.13.GA
      09:41:28,663 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-xml-binding:2.0.2.Beta4SP2
      09:41:28,667 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.felix.eventadmin:1.2.2
      09:41:28,680 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-blueprint:1.0.0.Beta2
      09:41:28,689 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-husky:1.0.5.SNAPSHOT
      09:41:28,718 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-jaxb:2.1.10.SP5
      09:41:28,722 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.aries.jmx:0.1.0.incubating
      09:41:28,735 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-webconsole:1.0.4.SNAPSHOT
      09:41:28,762 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-jta:4.6.1.SNAPSHOT
      09:41:28,787 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-reflect:2.2.0
      09:41:28,815 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-http:1.0.0
      09:41:28,818 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.felix.metatype:1.0.2
      09:41:28,820 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.aries.util:0.1.0.incubating
      09:41:28,824 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: org.apache.felix.configadmin:1.2.4
      09:41:28,830 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-jmx:1.0.7
      09:41:28,840 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: jboss-osgi-webapp:1.0.0
      ...
      09:41:30,175 INFO  [DeploymentScannerImpl] JBossOSGi Runtime started in 1.726sec
        • 1. Re: [JBOSGI-362] Integrate the MSC Framework with the Installer
          bosschaert

          Excellent result. That's a startup improvement of around 2000% if I'm not mistaken...

           

          When trying to build the installer I'm getting the following error:

           

          {code}distribution$ mvn install

          ...

          [INFO] Reactor Summary:

          [INFO]

          [INFO] JBossOSGi Distribution ............................ SUCCESS [0.895s]

          [INFO] JBossOSGi Distribution Javadoc .................... SUCCESS [34.747s]

          [INFO] JBossOSGi Distribution Userguide .................. FAILURE [1.573s]

          [INFO] JBossOSGi Distribution Installer .................. SKIPPED

          [INFO] ------------------------------------------------------------------------

          [INFO] BUILD FAILURE

          [INFO] ------------------------------------------------------------------------

          [INFO] Total time: 39.608s

          [INFO] Finished at: Thu Jul 22 09:08:32 IST 2010

          [INFO] Final Memory: 13M/173M

          [INFO] ------------------------------------------------------------------------

          [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0-beta-4:create (default) on

          project jboss-osgi-userguide: Cannot get the branch information from the scm repository :

          No such provider: 'git'.{code}

           

          Any ideas?