Daniel Frey wrote:
Stephen McConnell wrote:
Fixed.


It works on my Hello sample too now. But my application doesn't. Still the
same output like the one below. My application does implement Serviceable
and Executable and extends AbstractLogEnabled.

Does you component directive assert activation on startup - e.g.:


<component name="fred" class="WhateverImpl" activation="startup"/>

Just a note concerning activation - the default behaviour is then any component declared using <component> will have activation on startup enabeld by default - unless the component type is transient. So for example, if WhateverImpl class contains a component tag looks like:

@avalon.component name="xyz"

then the component will default to a "transient" lifestyle in which case activation on startup will be false - however, this can be overriden by declaring the activation="startup" policy in the component directive.


As I have also problems with
logging (other thread), I disabled the test cases for now. Any hint what it
can be?

You updated the version of merlin-unit to 3.3-SNAPSHOT?


Stephen.

--

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

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



Reply via email to