Simon,
Are you remembering to set isModified()'s flag in getValueAfterIncrementing()?
Joe
-----Original Message-----
From: Simon Oldeboershuis, outermedia [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, November 23, 2000 2:34 PM
To: [EMAIL PROTECTED]
Subject: Persistency with TX_NOT_SUPPORTED
Hi,
we are using MySQL and there the transaction TX_NOT_SUPPORTED
In the application we are using an cmp entity bean for a kind of
sequence number. The sequence number is stored in a database table. To
receive a new sequence number a business method
getValueAfterIncrementing()
is called. In this method the value of the bean is increased. BUT this
value is never saved to the database. Actually, the ejbStore() method is
never called.
I tried to add a isModified => nothing is stored
I tried to add a
<passivation-timeout>5</passivation-timeout>
=> nothing is stored
Does anybody know if I am doing something wrong or if this is a BUG??
simon << File: sol.vcf >>
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".