Yes, the url means that you are reading resource from a bundle. If you want to read the beans.xml, directly call url.openStream. Usually, in OSGI world, there is no linear classpath like in java world.
2010/6/23 Mark Struberg <[email protected]> > Hi! > > I'm using geronimo-3.0-M1 and try to startup OpenWebBeans EAR+WAR scenario. > In this case I'm getting the following classpath URL from a > > ClassLoader.getResource("META-INF/beans.xml"): bundle://319.0:9/ > > Where does this come from? Is this coming from the the OSGi container? > Where can I find documentation about this? > > txs and LieGrue, > strub > > > > -- Ivan
