John,

There are 2 persistent problems:

1. Paypal continues to fail.
2. Cron job has not been done.

Could you please always do your tests before it go on
live. Could you please also take care of the cron job
problem. If for any reason you can not do it. Please
let me know and I will do it.

Thanks.

Ling

--- Roberto R <[EMAIL PROTECTED]> wrote:

> Thanks for the suggestion Ling. You can add a
> feature request for
> iBATIS.NET<http://iBATIS.NET>into JIRA:
> 
> http://issues.apache.org/jira/browse/IBATISNET
> 
> Roberto
> 
> On 8/6/05, Ling Wang <[EMAIL PROTECTED]> wrote:
> > 
> > Hi,
> > 
> > I would like to use IBATIS for .Net with classes
> which
> > has only public fields instead of properties
> (setters
> > and getters). Namely,
> > 
> > Rather than private fields and public properties:
> > 
> > private string _FirstName;
> > public string FirstName
> > {
> > get { return _FirstName; }
> > set { _FirstName = value; }
> > }
> > 
> > I just have
> > 
> > public string FirstName;
> > 
> > I tried with the hello world samples and it does
> not
> > work (complaining that it can not found setters).
> > 
> > Here is my suggestion in how to add support for
> public
> > fields
> > 
> > starting from:
> > 
> > <result property="FirstName"
> column="PER_FIRST_NAME"
> > />
> > 
> > add support for:
> > 
> > <result field="FirstName" column="PER_FIRST_NAME"
> />
> > 
> > That will be really cool.
> > 
> > Thanks a lot.
> > 
> > Ling
> >
> 

Reply via email to