It also does not allow you to define startup tasks. There are two Jira Issues that cover this SYNAPSE-347, SYNAPSE-346.
Scott Hoggarth On 7/1/08 11:23 PM, "Asankha C. Perera" <[EMAIL PROTECTED]> wrote: > Tanmay >> For many Proxy Deployment, I >> have decided to use more than one Synapse config file (Synapse1.xml, >> Synapse2.xml , Synapse3.xml .... ) and use case wise I will distribute the >> <proxy> elements among multiple Synapse config files, and the develop a >> startup script (using XQuery )which will aggregate all config elements from >> different synapse config files into a single Synapse.xml file . >> >> Is it possible for Synapse to specify multiple config files during startup >> like Springframework ( where you can use more than one beans config file >> like >> applicationContext1.xml,applicationContext2.xml,applicationContext3.xml, and >> so on )? This will make maintenance and developers' easy over a giant >> config file. >> > You can split elements in a large synapse.xml into different files.. > like sequences, endpoints etc..(e.g. > http://synapse.apache.org/Synapse_Samples.html#Sample10) But this does > not allow you [yet] to define proxy services.. so your suggestion is good > > asankha
