Hi I have an entity bean called Order, which has a reference to another entity bean called Customer. How do I make this work in JBoss with container-managed persistence (I use InstantDB)? I type-mapped the customer field as a VARCHAR in jaws.xml, hoping that jaws would take care of storing the customers primary key, and restore the customer object using that primary key, but I didn't. It stores the customers primary key, but it doesn't seem to use it when restoring the customer object, instead I seems to me that I tries to put the primary key into the customer object, which fails, of course. I hope you understand my problem. /Johan -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
