Hi,

 I'm having trouble with the following strange feature: I have data in a
field (let's say A) I wish to "pack" into another field (B) for DB
storage. These are, by nature, read-only objects, i.e. once created their
values do not change.

 I've written a ejbStore() method that translates the value of A into
B. ejbCreate() handles A directly.

 However, it appears that ejbStore() is never called and Orion stores NULL
for B.

 Did I miss something, or is this a bug? Should I explicitly call
ejbStore() in ejbPostCreate()?



//Mikko



Reply via email to