1 Reply Latest reply on Jul 10, 2009 5:50 AM by oisin

    Deploy and development cycle

    vector_jdev.work

      Hello!

      Does somebody know the best way of developing OSGi services for FUSE?

      We need to write/modify code, then deploy/redeploy osgi bundle repeatedly.

      The way we're using now is to write code, then use maven osgi-bundle-plugin for generating OSGi manifest, then deploy bunle using fuse console command "install file:SampleDir/build/sample.jar".

      Are there any tools/ways to deploy/redeploy osgi bundle in a simpler way by just executing maven command?

       

      Thanks.

        • 1. Re: Deploy and development cycle
          oisin

          You can drop bundles into the hotdeploy directory for a fast turnaround - I usually use Eclipse to make the bundles (the PDE tools), then export the plugin to the hotdeploy directory of a running FUSE ESB server. However - that doesn't include maven, so it may be of limited help to you.

           

          --oh