RE: Quartz error and Struts plugin for struts

2003-09-25 Thread Holman, Cal
-Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 19:12 To: Struts Users Mailing List Subject: Re: Quartz error and Struts plugin for struts I also have the following execute method which is not called: /** * Method execute

Re: Quartz error and Struts plugin for struts

2003-09-25 Thread Mick Knutson
--- - Original Message - From: Holman, Cal [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:58 AM Subject: RE: Quartz error and Struts plugin for struts I had no problem using the quartz-config you supplied. Is your plugin configured like

Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
I am having an error with the quartz plugin and need some help. Below is the error I get. I have an EAR, with a common.jar, ejbs.jar and an app.war. Where is quartz.jar, jgs-struts-0.2-dev.jar, jgs-quartz-0.2-dev.jar and the quartz-config.xml suppose to go in the above hierarchy?

RE: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
: Quartz error and Struts plugin for struts I am having an error with the quartz plugin and need some help. Below is the error I get. I have an EAR, with a common.jar, ejbs.jar and an app.war. Where is quartz.jar, jgs-struts-0.2-dev.jar, jgs-quartz-0.2-dev.jar and the quartz-config.xml suppose to go

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
[EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 1:58 PM Subject: RE: Quartz error and Struts plugin for struts In the war .jars in the web-inf/lib quartz-config in web-inf quartz.properties in web-inf/classes Cal http://www.calandva.com

RE: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
, 2003 17:20 To: Struts Users Mailing List Subject: Re: Quartz error and Struts plugin for struts Are you using the quartz plugin? In the examples, I did not see the quartz.properties. I thought the quartz-config.xml is the replacement. --- Thanks Mick Knutson http://www.baselogic.com +001(805) 563

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
Subject: RE: Quartz error and Struts plugin for struts Mick Yes I am using the plug in. The properties configure Quartz - the type of scheduler, misfire instructions, and other more advanced stuff. It my not e necessary - ill try without. I really only have the followling items in the file

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
Knutson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:05 PM Subject: Re: Quartz error and Struts plugin for struts OK, I seem to be a little further. Here is the next error I get: === 16:03:11,515 INFO [StdSchedulerFactory

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:11 PM Subject: Re: Quartz error and Struts plugin for struts I also have the following execute method which is not called: /** * Method execute * * @param jobExecCtx * @throws org.quartz.JobExecutionException

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
: Wed Sep 24 19:05:51 2003 Subject: Re: Quartz error and Struts plugin for struts OK, I seem to be a little further. Here is the next error I get: === 16:03:11,515 INFO [StdSchedulerFactory] Quartz scheduler 'QuartzScheduler' initialized from default resource file in Quartz package

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
Message - From: Holman, Cal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 5:27 PM Subject: Re: Quartz error and Struts plugin for struts Looks like the plug in is having trouble with parsing the quartz-config. I cannot see any problem but I am on a blackberry so

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Joe Germuska
At 5:45 PM -0700 9/24/03, Mick Knutson wrote: I have used the example xml excerp from the src, but I don't know what would be wrong with the file, or how to track it further. Any ideas about where I can go to get help? I'd suggest going straight to the source code, seeing as all the pieces you

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 6:08 PM Subject: Re: Quartz error and Struts plugin for struts At 5:45 PM -0700 9/24/03, Mick Knutson wrote: I have used the example xml excerp from the src, but I don't know what would be wrong with the file

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Michael Nascimento Santos
Knutson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:19 PM Subject: Re: Quartz error and Struts plugin for struts I tried that and here is what I found: JobDetail(381): return JobDetail ' as listed in the method below: public String

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
--- - Original Message - From: Michael Nascimento Santos [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 6:26 PM Subject: Re: Quartz error and Struts plugin for struts The only way to get a NPE in that use would be to have a null return

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
- From: Michael Nascimento Santos [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 6:26 PM Subject: Re: Quartz error and Struts plugin for struts The only way to get a NPE in that use would be to have a null return for getJobClass(). Check

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
Are you using the struts 1.1 libs? Latest parser? Cal -Original Message- From: Mick Knutson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wed Sep 24 20:45:51 2003 Subject: Re: Quartz error and Struts plugin for struts I have used the example xml excerp from

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
, September 24, 2003 7:05 PM Subject: Re: Quartz error and Struts plugin for struts Are you using the struts 1.1 libs? Latest parser? Cal -Original Message- From: Mick Knutson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wed Sep 24 20:45:51 2003 Subject: Re: Quartz

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
Xerces. All the commons should be ok from the struts release. I will try your quartz-config tomorrow. Cal -Original Message- From: Mick Knutson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wed Sep 24 22:11:24 2003 Subject: Re: Quartz error and Struts plugin

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
] Sent: Wednesday, September 24, 2003 7:05 PM Subject: Re: Quartz error and Struts plugin for struts Are you using the struts 1.1 libs? Latest parser? Cal -Original Message- From: Mick Knutson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wed Sep 24 20:45:51