Need Help: Cayenne Freezes

From: Elia Morling (eli..amiljen.se)
Date: Thu Jan 20 2005 - 16:44:12 EST

  • Next message: Andrus Adamchik: "Re: Need Help: Cayenne Freezes"

    I have a really wierd problem. Andrus asked me for a stack trace, but there is none.
    The application simply freezes. This happens in an auto cayenne generated class while retrieving a to-many array. Like this:

        public List getNotesArray() {
            return (List)readProperty("notesArray");
        }

    I tried putting it in a try/catch and it returns:
    org.objectstyle.cayenne.Fault$ToManyFaul..c6572b

    If I simply trace the object I also get:
    {[ date => Sun Jun 27 23:44:39 CEST 2004
            notesArray => org.objectstyle.cayenne.Fault$ToManyFaul..c6572b
    ]<oid: com.bbs: <BBS_ID: 220>; state: committed>}

    Any ideas?

    Elia



    This archive was generated by hypermail 2.0.0 : Thu Jan 20 2005 - 16:44:12 EST