0 Replies Latest reply on Feb 18, 2004 3:09 AM by kkaal

    Referencing EJB - Stateful Session

    kkaal

      Hi,

      I want a StafulSession bean to register itself in JNDI for access from other beans.

      That means, that I would need the Remote interface, which I then could use for jndi-registering.

      Could anybody explain to me how to get the reference to the Inteface? Just "(RemoteInferface) this " causes a ClassCastException.

      Thanx for your help

      Klaus