1 Reply Latest reply on Oct 3, 2001 5:29 AM by dan_s

    problem with finder methods in JBoss-2.4.1

    irfan

      Hi ,

      Im using Jboss-2.4.1 and im having problems with the finder methods . As specified in the JBoss manual we are not specifying the findAll specific finders in the jaws.xml as these are claimed to be mapped dynamically by Jboss , but at runtime we find that these finders are not fired and we obtain only null entities .

      Please let me know if I am missing something.

      Thanks,
      Irfan

        • 1. Re: problem with finder methods in JBoss-2.4.1
          dan_s

          I had something like this and found that I was (rather stupidly) implementing a callback method (e.g. ejbFindAll) on the bean class that was returning null. This method had been automatically created by Together so I didn't notice it at first.