If you don't really want to change your method name ... why not to wrapp it
in a isModified method () ?

--hermann
----- Original Message -----
From: "Lennart Petersson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 12:19 PM
Subject: SV: [JBoss-user] isModified Method


> whoops, then why not change your code and tell wls to use isModified ;-)
>
> I mean, isModified is almost THE standard name on this kind of method. And
then i think that getIsXxxx is a terribly mix of getter names (boolean
getter should be named isXxxx)!
>
> ps. don't think that it is confiurable in jboss :-(
>
> /Lennart
>
> ----- Original Message -----
> From: Syed <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, July 13, 2001 12:00 PM
> Subject: [JBoss-user] isModified Method
>
>
> > Is there anyway to configure the name of the method "isModified".
> >
> > Currently we are using weblogic and weblogic has a tag to indicate the
name
> > of this method.
> > So our method name is "getIsModified" and if we want to use our ejbs in
> > JBoss, we would have to modify our
> > source code to change the method name to "isModified".
> >
> >
> >
> >             Thanks & Best Regards,
> >          Mustaffa Syed Meerkasim.
> >
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


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

Reply via email to