[jboss-dev-forums] [JBoss OSGi Development] - Re: Handle potential bundle:// protocol with VFS

alesj do-not-reply at jboss.com
Tue Nov 10 18:31:01 EST 2009


e.g. Felix uses this pattern 

  | bundle://<bundle-id>.<bundle-revision>:<bundle-class-path-index>/path/to/resource
  | 

Where actually it should be

  | bundle://<framework-id>.<bundle-id>.<revision>:<index>/path/to/resource
  | 

"richardh" wrote : 
  | This is still an issue if you have multiple frameworks in the same process independently.
  | The framework needs to multiplex the URL stream handler factory.
  | So, that multiplexer needs to know the framework ID.
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264922#4264922

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264922



More information about the jboss-dev-forums mailing list