1 Reply Latest reply on Sep 14, 2004 11:57 AM by pietu

    jndi lookup (to get rid of org.jnp.interfaces.MarshalledValu

    pietu

      Greets,

      We are using third party program (in same JBOSS 3.2.5 instance) that looks up string value from JNDI. Im setting that value into jboss jndi using std rebind("somestring","somevalue").

      Now third party prog uses lookup("somestring") to retrieve value and casting to string ofcourse fails as lookup returns MarshalledValuepair.

      Is there way to get lookup object as std object instead of MarshalledValuePair?

      Modification of jndi.properties? Something else???

      thanks,