JBOSS 7 - Osgi Bundles Missing in JNDI TREE

I have a package in the JBOSS7 Bundle Repository.

I want to find it from the WAR class throwing JNDI, but in my JBOSS7.0.1.Final AS there is some osgi trace in the JNDI tree.

In the JNDI tree, I found only "java:" and "java: jboss", I think that when I deploy the package, AS should add the osgi: the sheet to the tree. Why not? An Osgi Alliance specialist says that when the osgi package is deployed, it must be accessible by JNDI ...

Some ideas?

Thank you so much!

0
source share
1 answer

You are right, this part of the OSGi-JNDI specification has not yet been completed, you can track the progress here https://issues.jboss.org/browse/JBOSGI-81

: , . : OSGI JNDI

0

All Articles