2 Replies Latest reply on Mar 4, 2002 3:56 AM by giorgio42

    ejbHome method in EB receives empty collection

    giorgio42


      I have a home method in an entity bean that receives a
      collection as a single parameter.

      When I call the home method with a collection containing
      one element, the corresponding ejbHome implementation in
      the bean is called , but gets an empty collection (I
      instrumented the code with log statements to be sure).

      I don't get any NotSerializableException or see any
      other problem indicating output (no stack trace therefore).

      Is there something special about ejbHome methods I have not taken into account?

      Any ideas?

      TIA.

      Georg