-----Mensagem original----- De: Berin Loritsch [mailto:[EMAIL PROTECTED]
What is happening in the logs? What is the classpath?
I realized two different situations. If I debug using eclipse its won't file the service.list. Ok, classloader issues...
Ok, in order to help you, I need a little more information. What does the xconf file look like?
The DefaultContainer will require you to specify all the components in the xconf file, using the "id" attribute to give it a unique name. That tells the DefaultContainer that the configuration node is for a component and not some other generic configuration element strictly for the container.
An example would be:
<simplecontainer> <entity id="business.entity"/>
<consumer id="consumer">
<depend-on entity="business.entity"/>
</consumer>
</simplecontainer>Please note that this mock xconf file is designed to merely show that both the main component and the required child component is needed. The <depend-on/> element is only a configuration element for the hypothetical consumer component, and not any syntax for the container.
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
