3 Replies Latest reply on Oct 1, 2002 10:26 AM by alexb

    Problem with finder methods

      Hi

      I the EJB/CMP specification it is specified that a finder method must return either a Collection or the bean itself.

      class ClassName {

      Collection MethodName(...);

      }

      or

      class ClassName {

      ClassName MethodName(...);

      }

      Does JBoss support both version? I have some problems getting the last version to work.

      Regards, Benjamin