Hi Jim,

it works fine for me, too. It's just that I was confused that ejbStore
was called even though the Bean was not stored. This is the sample code:

public void ejbStore() {

  System.out.println("storing...");
}


public boolean isModified() {

  return false;
}


and the line in the properties file:

isModifiedMethodName      isModified



of course, this is only sample code. I changed the value of some
persistent fields and it did not update the database because isModified
always returned false. But by the output I could tell that ejbStore()
was called.

But apparenty, like Eric Richardson wrote, this is how it is supposed to
be.

dirk

--
Dirk Haase     mailto: [EMAIL PROTECTED]
----
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".

Reply via email to