PDA

View Full Version : Deploying in dependency order?



brendanh
Jun 18th, 2009, 01:43 PM
How do I get my modules to deploy in dependency order?

Let's say I have a module A that depends on B and a module C that depends on B. If I try to deploy these modules, it seems to choose some random order and tries starting either B or C first depending on which one got added first. This does not make much sense at all, so I must be doing something wrong. Can anyone shed some light on this?

I am deploying these to DM Server from eclipse, BTW.

Thank you!

Glyn Normington
Jun 19th, 2009, 05:14 AM
I think the tools should respect the order in which you deploy bundles to dm Server, but I'm going to move this thread across to the tooling forum so you can get a definitive answer.

Christian Dupuis
Jun 22nd, 2009, 05:08 AM
brendanh,

you can configure the deployment order by double-clicking the server in the Servers view and use the "Artefact Deployment Order" configuration section and save the configuration.

On server restart the tools will deploy the bundles in the configured order.

HTH

Christian