2 Replies Latest reply on Dec 10, 2004 2:54 PM by lesterlaforce

    Exercise 7.2f -- Column not found: SHIP

    lesterlaforce

      I'm getting this error from the O'Rielly EJB workbook exercise 2f, chapter 7 (Client_72f).

      Is this a error in the workbook code? Is anyone else getting this
      error -- does anyone have a fix? Here is more of the message:

      [java] javax.ejb.CreateException: Could not create entity:java.sql.SQLException: Column not found: SHIP in statement
      [INSERT INTO CABINEJB (id, name, deckLevel, bedCount, ship) VALUES (?, ?, ?, ?, ?)]

      I believe I am working with the most current download revision of the workbook source code (the most recent file in the zip is time stamped "5/31/04")...