Joined: Tue May 23, 2006 4:40 pm Posts: 3
|
We have developed a reporting process that only needs to run once a month and depends on the creation of some data in another system. We are planning to have the job which creates the data we need kick off another java job which generates the data for a web report.
The code we've developed works just fine in a web application. When we try to execute the same code from a main method we run into issues with hbm files being found. I suspect this is because the initialization which is done by the server isn't occuring in the batch mode we are attempting to use.
Can anyone point me to a resource or suggest how we can overcome these issues?
Thanks,
Chris
|
|