0 Replies Latest reply on May 27, 2005 5:02 PM by netcam

    Entity bean field and database column default?

      Is there a way to get the jboss ejb container to actually use the oracle database column default for field initializations? I can't seem to find a way to specify this behavior, it used to work like that in ejb1.x.

      Do I have to put all the default field values in every ejbCreate() method in order to have the ejbs honor the default values?

      -J