ejbStore not called with validity-timeout set

2001-07-03 Thread "Kirschbaum, Jörg"
Hi, We found out that ejbStore is not called in a CMP-Entity-Bean when validity-timeout is set to a value greater zero.(tested with Orion 1.5.2) Is this a bug ? Or how do we have to edit the deployment-file orion-ejb-jar.xml to tell orion to call ejbStore ? Jörg Kirschbaum

ejbStore() not called ?!?

2000-11-20 Thread Mikko Kurki-Suonio
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 va