2 Replies Latest reply on Dec 16, 2004 2:59 AM by mlueders

    [JNP] support for javax.naming.StateFactory/ObjectFactory

    mlueders

      I was just wondering if lack of support for these interfaces is intentional. As I understand the spec, I should be able to construct a context using an environment with the appropriate Context.STATE_FACTORIES/Context.OBJECT_FACTORIES values, and when I bind an object to the context, I would expect a call to my StateFactory's getStateToBind method, but I'm not seeing it. I looked at the jnp InitialContext implementation and the calls to NamingManager:getStateToBind/getObjectInstance just aren't there. Is this intentional or just an oversight? Or am I misunderstanding the spec? Thanks,

      Mike