If you want to be platform agnostic...do the same thing these containers are doing. If any of your business methods affect a change that you need to persist, set a boolean. In your ejbStore(), bail if the boolean is not set. (Be sure to reset the boolean in ejbStore())

jim

To: [EMAIL PROTECTED]
cc:
Subject: Re: [JBoss-user] BMP ans ejbStore




Danch wrote:
>Or implement 'isModified' on your beans, which will also work in WebLogic.

What about platform independence and conformance to standards? What if I want
to use another EJB container? I shouldn't have to modify my code.

Can you point me to the documentation on 'isModified'? I searched through the
jboss.org site and couldn't find it.

Thanks,

Tim Haley



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to