But what do you mean with using "internally". If this method were private or
even protected, jBoss wouldn't have found it out (it uses Reflection API)...
Seems that it was public.
Alexander Klyubin
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tuomo Sahipakka
Sent: Tuesday, January 30, 2001 12:56
To: jBoss Developer
Subject: [jBoss-Dev] isModified -method
Hi,
I have a BMP Entity Bean and I had strange problems with ejbStore. It
was not called in the end of transaction etc. After hours of debugging I
realized that JBoss is using isModified method (which I happened to use
internally).
Anyway, I wasn't able to find any documentation about isModified method.
Could you document this feature? It would have been great help...
Thanks,
Tuomo