Hi, is in the framework any tool to set the order in which the hot-deploy components are loaded? I have created two components in the hot-deploy folder.
The first component loads some extseed in the database and the second component loads some other extseed that depends on the first one. Unfortunately the order on which they are loaded when I use the ant run-install-extseed command is the alphabetic order and the second one is loaded before the first resulting in a foreign-key error. How can I fix this? Thank you, Bruno
