Oddjob 1.6.0 Released
Oddjob 1.7.0 Released
Oddjob 1.6.0 Released
Yes - here's the docs: http://rgordon.co.uk/oddjob/userguide/sharing.html There is a client.xml and server.xml in Oddjob's root directory to get you started.
Glad to hear you like Oddjob. The idea is that the new front end will allow you to edit jobs just like the Swing UI, however it is proving quite complicated! You can currently use the JMX client/server to edit jobs remotely if that what you require.
It looks like you can't connect to the host/port. Maybe try using telnet to test the connection as suggested here: https://docs.microsoft.com/en-us/exchange/mail-flow/test-smtp-with-telnet?view=exchserver-2019
Hi, You need to add the class path. java -jar run-oddjob.jar -cp examples/classes -f examples/devguide/hello2.xml should work. Rob.
Oddjob 1.5.0 Released
Hi - yes, this isn't easy. I will change Trigger state to INCOMPLETE when cancelled...
Hi - yes, this isn't easy. I will change Trigger state to INCOMPLETE when cancelled...
I don't think state:join will help. Can you humour me please and log the PID as I...
Hi - my first guess would be that you have two instances of Oddjob running. Are you...
Hi Chris, I finally got some time to look into this, and it does look like a Java...
Hi - does running a shell from Oddjob work? i.e. bash -c "setup.sh && python runme.py"...
Hi - it sounds like you want to run Oddjob as a window service. Here is how I did...
Hi Chris, This has been noticed before - https://sourceforge.net/p/ojob/discussion/496818/thread/9caebc01/...
Hi Chris, you need to ensure the variables job always completes before the sql jobs...
Hi Chris, Thanks for posting to the forum. Now I understand your problem. Using a...
The FINISHED state condition is probably what you want. Rob.
Hi, There is no way to clear the console panel in Oddjob Explorer. The panel only...
Hi Todd, when running headless, input job will take it's input from stdin of the...
Hi Ken, Your jobs can still extend SimpleJob but they will need to now use the bean...
Glad you found the solution and many thanks for sharing it. Rob.
Oddjob 1.4.0 Released
Oddjob 1.4.0 Released
Hi - yes you are right, I see the same thing. Debugging this I see that for each...
Hi Chris - None of your jobs have an id. Only jobs with an id will be serialized...
Hi - Can you share your ppsMigration.xml file please? It is only jobs in this file...