[EMAIL PROTECTED] wrote:
> 
> 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.
It just won't call isModified and will always call ejbStore. This is the
same level of portability that you'd have with an option in the
jboss-specific deployment descriptor.

> 
> Can you point me to the documentation on 'isModified'?  I searched through the
> jboss.org site and couldn't find it.
I'm not sure there really is any. The signature must be:
        public boolean isModified();

> 
> Thanks,
> 
> Tim Haley
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
Confidential e-mail for addressee only.  Access to this e-mail by anyone else is 
unauthorized.
If you have received this message in error, please notify the sender immediately by 
reply e-mail 
and destroy the original communication.


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

Reply via email to