sakarin / myschedule

Automatically exported from code.google.com/p/myschedule
0 stars 0 forks source link

Question about upgrade. #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
We were using myschedule-2.3.0 with quartz-2.1.0,
But, we found some issues with quartz-2.1.0.

Now the requirement is to upgrade the quartz-2.1.5 or quartz-2.1.4 based on 
whichever is stable without upgrading the myschedule code.

Is it possible? or do we have to do any changes in the myschedule-2.3.0 code?

Thanks & Regards,
Santhosh

Original issue reported on code.google.com by gsanthos...@gmail.com on 10 Aug 2012 at 10:16

GoogleCodeExporter commented 8 years ago
Hello Santhosh,

Thanks for using myschedule.

The myschedule-2.3+ dependency is the quartz 2.1.x series, so you should able 
to upgrade safely. However I haven't test out quartz-2.1.4/5 myself, so you 
would need to do more testing.

One way to upgrade is you can simply unpack the war file, then replace the 
quartz jar files under WEB-INF/lib directory. You can either repackage war 
back, or deploy it as in explode mode to test it out.

Another way is you can checkout our source and then change the pom.xml file for 
quartz version number and build your own war file.

Original comment by saltnlight5 on 10 Aug 2012 at 2:49

GoogleCodeExporter commented 8 years ago
There is third option you can upgrade quartz in myschedule without modifying 
it, and that is to use classloader trick. This depends on which app server you 
use. One general and intrusive way is to globally load the latest quartz jars 
into your JAVA_HOME/jre/lib/ext directory. This is more general Java env 
problem and you might already know. I just thought I might was well mention it 
as an option for you to consider.

Original comment by saltnlight5 on 10 Aug 2012 at 2:59

GoogleCodeExporter commented 8 years ago
Hi, 

Thank you very much.
We already have the code of myschedule-2.3.0. I tried to replace the quartz 
version-2.1.5. and tried to do the maven build. It failed at try/catch block of 
SchedulerTemplate saying that code doen't throw "ParseException".
May they have handled it inside the quartz code itself in the new release.

I remove the try/catch block and the build went fine.
Now I'm testing the basic scenarios.

If I have anymore question I will just write to you.

Thanks & Regards,
Santhosh

Original comment by gsanthos...@gmail.com on 13 Aug 2012 at 1:44

GoogleCodeExporter commented 8 years ago

Original comment by saltnlight5 on 21 Aug 2012 at 6:59

GoogleCodeExporter commented 8 years ago
BTW, I just released myschedule-2.4.4 that includes latest Quartz 2.1.6 today. 
I would recommend you to upgrade if possible.

Original comment by saltnlight5 on 21 Aug 2012 at 8:07