0 Replies Latest reply on Mar 4, 2009 5:15 PM by shawnwevans

    Seam-Gen 2.1.1.GA and Oracle

    shawnwevans
      Couple of issues, maybe I am doing something wrong:

      1. Had to add the following for TimeStamps, only get dates in GUI, if I change it to time I only get the time, would like to get a DTG.
      table name="APP_USERS">
      column name="CREATED_DATE" type="date"
      column name="MODIFIED_DATE" type="date"
      table

      2. How do I get it to realize that my id's are generated from sequences in the DB?

      Thanks,
      Shawn