Re: New user PK id question

From: Frank (farocc..otmail.com)
Date: Thu Feb 01 2007 - 09:38:42 EST

  • Next message: Christian Mittendorf: "Re: New user PK id question"

    Yes,

    I get this error:
    Validation failure for stemc.cayenne.Employees.id: "id" is required.

    Frank

    ----- Original Message -----
    From: "Peter Schröder" <Peter.Schroede..reenet-ag.de>
    To: <use..ayenne.apache.org>
    Sent: Thursday, February 01, 2007 9:31 AM
    Subject: AW: New user PK id question

    did you set the pk-generation properly (database-generated) in the modeler?

    -----Ursprüngliche Nachricht-----
    Von: Frank [mailto:farocc..otmail.com]
    Gesendet: Donnerstag, 1. Februar 2007 15:23
    An: use..ayenne.apache.org
    Betreff: New user PK id question

    Hello,

    I have a mysql table with a PK of id that is auto incremented.
    The getter is not generated for this pk.
    I need to use the pk id in a table as a link to allow the user to edit.
    If I add the pk id to the objEntity, whenever I try to add a record, cayenne
    complains that the pk id field cannot be blank
    I assign a value of 1 to the pk id and I can save the record.
    When I look at the record just added, the pk id show the correct value
    assigned by mysql(not 1)

    What am I doing wrong?
    I need theh id to add to the link.

    Thanks
    Frank



    This archive was generated by hypermail 2.0.0 : Thu Feb 01 2007 - 09:39:16 EST