I don't think so.

> -----Ursprüngliche Nachricht-----
> Von: Roel van Dijk [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 31. März 2005 15:26
> An: Jetspeed Users List
> Betreff: RE: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4)
>
>
>
> I had this same bug in 1.6-dev recently. Has it been fixed in CVS?
>
> Roel
>
>
> > -----Oorspronkelijk bericht-----
> > Van: Stefano Bianchi [mailto:[EMAIL PROTECTED]
> > Verzonden: Thursday, March 31, 2005 11:27 AM
> > Aan: Jetspeed Users List
> > Onderwerp: Re: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4)
> >
> >
> > Thank you Danny,
> > but this seems to confirm it is a bug rather than a problem
> in setting up
> > the proper configuration before buidling with Maven etc.
> > I would like to be sure I did not make any error in setting
> properties
> > before modifying code.
> > Are developers aware of this "presumed" bug for J1.5?
> >
> > Bye
> > Stefano
> >
> > ----- Original Message -----
> > From: "Danny Gehl" <[EMAIL PROTECTED]>
> > To: "'Jetspeed Users List'" <jetspeed-user@jakarta.apache.org>
> > Sent: Thursday, March 31, 2005 10:56 AM
> > Subject: AW: Problem with MySQL 4.1 and Jetpeed 1.5 (1.4-B4)
> >
> >
> > > The Problem is, that some 'null' or 'Date(0)' values are
> > > written to DB, which causes the DB to fill in defaults
> > > (and default is '000-00-00 00:00:00'). We fixed it by patching
> > > the Classes CreateNewUserAndConfirmAction as well as
> > > UpdateUserAction. There we added or changed the following:
> > >
> > > user.setCreateDate(now);
> > > user.setLastLogin(now);
> > > user.setPasswordChanged(now);
> > >
> > > That should do it for 1.5 version.
> > >
> > > Hope this helps.
> > >
> > > Danny
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to