5 Replies Latest reply on Feb 7, 2004 2:17 AM by juha

    SessionBean.getPrimaryKey()

    jmiddleton

      Hi, I have a problem with stateless session bean. The specificacion of EJB say in section 6.6 that when you request session.getPrimaryKey() the result is a RemoteException because session doesn't have primary key.
      Well, I'm working with jboss-3.2.2RC2, and when I like to try this I get another effect. The result that I obtain was the JNDI name of this session bean.
      Somebody could tell me why? It's a configuration problems??

      Thank a lot.