On Aug 20, 2009, at 12:39 PM, Ron Wheeler wrote:

We need to build a batch process to update the Jetspeed users and their roles each night

Can we do this outside the Jetspeed portal context?
Is there an example of batch processes access/modifying Jetspeed's data.

Yes this is possible. Take a look at the Jetspeed Serializer for an example of how to create a command line utility to run start up Jetspeed, link in the jar files, and assemble the Spring files

Or you could run a scheduled service from directly in your server. We don't have a scheduler service, you would have to add in Spring scheduler such as http://www.opensymphony.com/quartz/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to