Is there a way to define query based deployment in deployment descriptor file...
Thanks Boris and Nipper,@Nipper- Your given input is perfect. But here scenario is different. We have three deployment definition out of three two will execute in each case while third one will execute for one condition.Right now i am doing this with two deployment descriptor files. But i thought if it become one then that will be best solution.Thanks,
In your situation - having two deployment configuration files is probably the best solution, especially if you want to do the deployment transactionally.If non-transactional, you can do what Nipper suggested, and just have a calling script loop (if necessary) to call the deployment with the -k parameter.