RE: on another note: error in QuartzDriverDelegate.java

2006-01-25 Thread Max Pfingsthorn
> -Original Message-
> From: Antonio Gallardo [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 17:15
> To: dev@cocoon.apache.org
> Subject: Re: on another note: error in QuartzDriverDelegate.java
> 
> 
> Max Pfingsthorn wrote:
> 
> >Hi!
> >
> >Found something in the current svn 2.1.x branch: 
> >
> >cocoon-2.1.x\src\blocks\cron\java\org\apache\cocoon\component
> s\cron\QuartzDriverDelegate.java:528: cannot resolve symbol
> >symbol  : method updateSchedulerState 
> (java.sql.Connection,java.lang.String,long)
> >location: interface org.quartz.impl.jdbcjobstore.DriverDelegate
> >return delegate.updateSchedulerState(arg0, arg1, arg2);
> >   ^
> >
> >Did someone forget to add a new quartz jar or committed this 
> by accident?
> >  
> >
> Yes,
> 
> $ svn log lib/optional/quartz-1.5.1.jar
> --
> --
> r371244 | antonio | 2006-01-22 03:08:44 -0600 (dom, 22 ene 
> 2006) | 1 line
> 
> Update quartz to 1.5.1.
> --
> --
> 
> Do you have this jar in you repo?

Aha, its here now. I did a completely new checkout like Daniel suggested and it 
also solved this problem. Quite confusing when svn up doesn't work properly!

Thanks for your help!
max


Re: on another note: error in QuartzDriverDelegate.java

2006-01-25 Thread Antonio Gallardo

Max Pfingsthorn wrote:


Hi!

Found something in the current svn 2.1.x branch: 


cocoon-2.1.x\src\blocks\cron\java\org\apache\cocoon\components\cron\QuartzDriverDelegate.java:528:
 cannot resolve symbol
symbol  : method updateSchedulerState 
(java.sql.Connection,java.lang.String,long)
location: interface org.quartz.impl.jdbcjobstore.DriverDelegate
   return delegate.updateSchedulerState(arg0, arg1, arg2);
  ^

Did someone forget to add a new quartz jar or committed this by accident?
 


Yes,

$ svn log lib/optional/quartz-1.5.1.jar

r371244 | antonio | 2006-01-22 03:08:44 -0600 (dom, 22 ene 2006) | 1 line

Update quartz to 1.5.1.


Do you have this jar in you repo?

Best Regards,

Antonio Gallardo.