3 Replies Latest reply on Jul 25, 2003 10:23 AM by adrian.brock

    Stateful session Bean create returns null

    it_teky

      I created a stateful session bean (ejb 1.1 spec). From my client class, I did a lookup for the home and called create on home. bean.ejbCreate is invoked successfully (saw debug statements), but returns a null remote reference.

      No exceptions are thrown, everything is fine. It can't be naming or context problems as bean's create methid is invoked and returned successfully.

      Can someone point me to what I might be doing wrong. These beans are working fine on JBoss 2.4 but giving problem when deployed on 3.2.1

      Thanks in advance
      nsm