Hi
Here's a ex.getCause().printStackTrace() result
java.lang.IllegalStateException: Illegal attempt to resolve an service from a non-deployed appliance [appliance:/mrt-vend-client/LocationViewContainerImpl].
The only way you will get this exception is if you have a circular dependency. I.e. A depends on B depends on A, etc. Under 3.2.5 circular dependencies are not supported. Under 3.3 circular dependencies are ok providing the dependent is not referenced during the deployment phase.
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]
