5 Replies Latest reply on Jul 1, 2002 7:24 PM by cdmdev

    Mastering EJB - BMPEntity example

      When I deploy the BMPEntity example from Ed Roman's Mastering Enterprise Java Beans book I get the following warning:

      [15:27:28,187,ContainerFactory]
      Bean : Account
      Method : public abstract double getTotalBankValue() throws AccountException, RemoteException
      Section: 9.2.8
      Warning: Each method defined in the entity bean's home interface must be either create or finder method.

      Then when I run the example client I get:

      javax.naming.NameNotFoundException: AccountHome not bound ...

      Has anybody got this example working? If so did you have to make many modifications?

      Many Thanks,

      Shaun