2 Replies Latest reply on Sep 4, 2012 7:44 AM by gnodet

    Problem installing bundles using streams

    gnodet

      I'm trying to have Karaf run on top of JBOSGi but found a major problem.

      See https://issues.jboss.org/browse/JBOSGI-600

       

      When installing a bundle from a stream, a vfs url is created and fail, because vfs handler isn't registered.

      After fixing the deployment issue by replacing URL to URI in BundleInfo and VirtualFileDeployment, the bundle is successfully installed, but can't be scanned because the stream url is still used instead of pointing to the copy in the cache.

       

      However, before trying to fix further those issues, I'd like to make sure I didnt miss anything.  If the vfs urls supposed to be really used at runtime ? I.e. should the vfs url handler be registered at some point or is that cases that haven't been tested because I'm not running in the usual jboss environement ?

       

      Cheers,

      Guillaume Nodet