Re: Problem updating last login variable

2007-09-25 Thread Dudee
Thanks. The flush fixed the problem but I'm having another problem. The values on the frontpage doesn't update every time, it reads from the cache instead. What can I do to stop it from reading from the cache? Dave Johnson-8 wrote: > > are you doing a flush() after calling saveLastLogin()? >

Re: optional CMA patch

2007-09-25 Thread Matt Raible
Does this CMA patch allow Roller to work with any container that has CMA options - like Jetty and Tomcat? For that, don't we need entries in web.xml? Matt On 9/25/07, Dave <[EMAIL PROTECTED]> wrote: > On 9/24/07, Dave <[EMAIL PROTECTED]> wrote: > > Thanks Shing Wai, I'll have some time to review

Re: Apache Roller 4.0 RC3 is available for testing

2007-09-25 Thread Dave
On 9/22/07, YOSHIDA Satoshi <[EMAIL PROTECTED]> wrote: > I have upgraded my roller from 3.11rc3 to 4.0 rc3 on Apache Tomcat > 6.0.14 and MySQL 5.0.45. > > issue 1: > After upgrade, the values of [posttime] in all entries in > [roller_comment] table have been changed to the upgrade time. This > trou

Re: optional CMA patch

2007-09-25 Thread Dave
On 9/24/07, Dave <[EMAIL PROTECTED]> wrote: > Thanks Shing Wai, I'll have some time to review this patch tomorrow. Hi Shing Wai, I just committed this patch. Everything looks good except for the ApplicationResources.properties file, which appeared to contain some changes unrelated to optional CMA

Re: Problem updating last login variable

2007-09-25 Thread Dave
are you doing a flush() after calling saveLastLogin()? - Dave On 9/25/07, Dudee <[EMAIL PROTECTED]> wrote: > > I have created a variable called lastLogin that holds a timestamp of the last > login to a blog. The problem is that this variable does not get updated when > a user login. But when I

Problem updating last login variable

2007-09-25 Thread Dudee
I have created a variable called lastLogin that holds a timestamp of the last login to a blog. The problem is that this variable does not get updated when a user login. But when I add,delete or edit an entry the lastModified variable is updated and then also is my variable lastLogin updated so the