0 Replies Latest reply on Apr 14, 2005 7:26 PM by felandres

    Problems invoking local home finder methods of BMP-EJBs that

    felandres

      Hi all,

      I'm having problems to invoke finder methods (only those that returns various Value Objects within a Collection) of my BMP-EJBs through their local home interface. If I call them from the home interface it works pretty fine, but when I call from the local home I get a ClassCastException...
      I'm using a Stateless Session Bean to encapsulate the business logic, so they're in the same VM.

      PS: I also tried to call a testing method in the (Facade) Session Bean that referenciates the local home interface of the EJBs, but I got the same error.

      I didn't find any reason for this...

      Thankx.