Dain recently added logging and serverinfo into the core module. This is causing me an issue as I need to use these in the deployer, but core depends on deployment so gets built later.

I would like to suggest we trim the dependencies a bit and add a new module "system"

This would then make the tree:
kernel
system
deployment
core (going away soon)
...

This would mirror the runtime dependency tree where we build the "system" config (containing logging, serverinfo, repository) first, and then make the "J2EEServer" config it's child.

Does this make sense?

--
Jeremy



Reply via email to