From: Warwick B. <TA...@ho...> - 2002-07-15 13:51:21
|
As there doesn't seem to be a hibernate-user list, i'm going to post = this here. =3D) I'm trying to recreate the mapping xml for the cirrus.test.Simple class = but can't get it to work. Here is what i'm doing : usage: class.name | uid=3D<newUID> | done ? cirrus.hibernate.test.Simple addClass(cirrus.hibernate.test.Simple) ? uid=3Dcount niceKey(count)=3D> count uid UID id ID key KEY pk PK count uid UID id ID = key KEY pk PK ? done <?xml version=3D"1.0"?> <!DOCTYPE hibernate-mapping SYSTEM "DTD_PATH/hibernate-mapping.dtd"> <!-- cirrus.hibernate.test.Simple cannot be added, no UID found! --> <hibernate-mapping> </hibernate-mapping> I guess i'm doing somthing wrong with the uid=3DXXXXX . Little Help? thanks, Waz. =3D) |