Hi, I am a fervent user of MG and Reactor. I am migrating from MG2 to MG3 an application with lots action packs. Those action packs have scaffolds in the event-handler definition of each model-glue xml files. I'll try to explain my issue very clearly : In the ModelGlue.xml config file, I define my action packs like that
<!-- Modules --> <module Location="/path/to/actionpack1/ModelGlue.xml"/> The scaffolds in this action pack works well and there is no issue, but if I add a new one <!-- Modules --> <module Location="/path/to/actionpack1/ModelGlue.xml"/> <module Location="/path/to/actionpack2/ModelGlue.xml"/> Then the scaffolds of the action pack 2 only are working and I have an exception telling me that the events resulting from the scaffolds definition of action pack 1 does not exist (No event named "xxxxxx.list" is defined). If I had another action pack, the lastest action pack's scaffold are working. When I open the file Scaffolds.xml, only the scaffolds of the latest action pack are included. But the event handlers (event-handler) defined in all those action packs are working properly. I am sorry if I ask a dumb question, but do you have the same problem, and is there a way to fix this? Thank you very much for your help! Jeremie -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
