I'm trying to configure fortress from multiple config files: basically I have a system that has some base components bundled with it and that then needs to look at a lib/ext dir for additional jar / xconf files that extend the base system's functionality.
Does anybody have any insight into how this is done ? I was thinking about putting each of the lib/ext things into their own container, but then I have problems getting to the components:
Consider a Role1, that is implemented by Role1Impl1 in the base container. A library lib2 in lib/ext/ adds a Role1Impl2 which needs to be added to the list of implementations for Role1. The end-user will want to use both of those implementations at the same time (it's not either one or the other).
Any feedback much appreciated! Let me know if you need more details...
Thanks a lot,
- Filip
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
