0 Replies Latest reply on May 14, 2002 9:25 AM by houdum

    Info about ejbSelect

    houdum

      Hi,

      I've got some Entities under JBoss3.0 RC1 which have an ejb select method called "ejbSelectIds" like in examples of the CMP2-doc.

      When I deploy my beans I've got this message :

      15:27:10,218 INFO [EJBDeployer]
      Bean : Leaf
      Method : public abstract Collection ejbSelectIds(String, String)
      Section: 10.6.7
      Warning: Select methods of an entity bean class must not define java.rmi.RemoteException.


      Is it normal ?