Hi,
 
I have a small problem referencing included blocks:
 
I have four components [A], [B], [C] and [D].


[A] provides a service that is used by the other three components and a
number of other components in the future. The service is Repository
(Database) and thus I only want one instance of this service.

Each of these components are packaged as .JAR-files with a block.xml to
declare all dependencies (all of these use other .JAR libraries as well)
each component have, then I have a "master" block.xml to bootstrap my server
from where I include the four components, so that they will be loaded.

My problem is that unless I include classpath entries in the master
block.xml for the dependencies of [A] and the [A] implementation .JAR itself
Merlin will not be able to resolve the dependencies.

Is there I way around this?

Is it is now I you need a lot of knowledge about each of the components and
what they might require to assemble them (which defeats some of the purpose
of COP).

Regards,
Nicolai


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to