1 Reply Latest reply on Dec 10, 2002 9:01 PM by adressin

    'How to Integrate Custom Services via MBeans' Example

    adressin

      Hi,
      Has anyone gotten this example from the documentation to work for an MBean that simply binds a HashMap using JNDI? I am using JBoss 2.2.1 and everything seems to work fine, but when I do a remote JNDI lookup on the name I get null. When I look to localhost:8082 I see that the MBean is registered, and if I do a list on "inmemory/maps/" I see that MapTest is a java.util.HashMap, but a full lookup on the Object always results in null.

      Please help, as I need to bind an object to JNDI as an alternative to using JCA.

      Thanks, Aaron