How to deploy batch program [message #820972] |
Wed, 14 March 2012 16:09  |
Eclipse User |
|
|
|
Hi,
I developed a program which reads xmls from another db system and fills tables in my database with the data from those xmls. It works fine in EDT Eclipse environment using debug or run facility. Now I want to export the program outside the Eclipse to start it from command line. Is it posible and how? I can't find out the procedure to do this.
Later I want this program to start automaticaly every day at the same time on the production machine.
(I also tried to make the same program in RBD but I was more successful with EDT, surprisingly).
This is information I got from EDT Project Home page:
EGL supports creation of batch-style Java programs that can be run from command line, offering the ability to perform post-processing on a database, report generation, and more.
Regards,
Milan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: How to deploy batch program [message #889904 is a reply to message #889795] |
Wed, 20 June 2012 04:11  |
Eclipse User |
|
|
|
A project clean of all three projects involved fixed the problem. I had already done conversions from SysLib.getResource() to Resources.getResource, but most of my binding are done implicitly with @Resource annotation.
Thank you once more, Justin
Gianluca
|
|
|
Powered by
FUDForum. Page generated in 0.07835 seconds