1 Reply Latest reply on Nov 21, 2005 2:57 PM by bill.burke

    EJB3 Stateless bean business method always returning null

    gmichalk

      Hi,

      I have a strange behaviour on an EJB3 Stateless bean:

      It is called from within a servlet; it returns a collection of serializable objects which are not entities.

      The business methods runs fine. But, when I try to use the value returned by the method, the collection is always set to null.

      Some ideas ?