Hi All, I have a turbine newser portal application with postgresql 7.3.4 on debian linux. After at all of midnight I don't see the last appended news on portal. It is _in_ the database, postgresql stored procedure can find it, but turbine doesn't see it. It seems to be, there is a new transaction started at all of midnight, which is doesn't see the news which are appended after it started. If I restart turbine, it works good to next midnight.
I was try to change postgresql java driver from postgresql-jdbc2-7.3.jar to postgres7.3jdbc3.jar, but nothing changed. In turbine there is no scheduler activated. in TR.properties: #services.SchedulerService.classname=org.apache.turbine.services.schedule.TurbineSchedulerService services.AssemblerBrokerService.scheduledjob=org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory #tool.request.scheduler=org.apache.turbine.services.SchedulerTool services.SchedulerService.enabled=false services.SchedulerService.earlyInit=true scheduledjob.cache.size=10 turbine version 2.3 jvm: jdk1.4 java version "1.4.1_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_04-b01) Java HotSpot(TM) Client VM (build 1.4.1_04-b01, mixed mode) postgres: postgresql-7.3.4-7 on Debian Linux (kernel: 2.4.21) -- thx, Zoltan Zidarics programmer PTE University Pecs, Hungary icq: 43288694 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
