[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-58) Framework injection in SLSB

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Apr 3 04:23:22 EDT 2009


Framework injection in SLSB
---------------------------

                 Key: JBOSGI-58
                 URL: https://jira.jboss.org/jira/browse/JBOSGI-58
             Project: JBossOSGi
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Framework
            Reporter: Thomas Diesler
            Assignee: Thomas Diesler
             Fix For:  JBossOSGi 1.0.0 Beta1


I'm tring to access the OSGIFramework from my Stateless and I got this error:

Caused by: javax.management.InstanceNotFoundException: jboss.osgi:service=Framework is not registered.
at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:675)
at org.jboss.mx.util.MBeanProxyExt.init(MBeanProxyExt.java:407)
at org.jboss.mx.util.MBeanProxyExt.(MBeanProxyExt.java:99)
at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:394)
at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:349)
at org.jboss.injection.DependsFieldInjector.inject(DependsFieldInjector.java:66)

@Stateless
public class TestStatelessBean implements TestStatelessRemote
{
@Depends("jboss.osgi:service=Framework")
OSGiFramework framework;

@Override
public void test() throws NamingException
{
System.out.println(framework.getSystemBundle());
} 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-osgi-issues mailing list