0 Replies Latest reply on Aug 5, 2005 8:54 AM by ramesh_mds

    Binding abc/ObjectName

    ramesh_mds

      Iam able to bind a Serializable object to a name like "abc/ObjectName" in Sun Application Server 8.2.

      e.g ctx.bind("abc/ObjectName", SerializableObject);

      This happens without any problems in Sun application server, Note that abc is not a Context in itself, and is *not* bound separately,


      Not able to do the same in Jboss AS 4.0, is says abc not bound.
      To achieve the same in Jboss,i have to create my own implementation of an"abc" context , bind it first, and then bind the ObjectName.

      Please let me know if there is any other way out.
      Thanks
      - Ramesh