looks like the Scheduler compoent has bunch of dependencies aside from Thread. I figured out most of these to get past merlin startup cycle and dependency resolutions. See further below for full list.
However, there are still some issues. For one I saw this message: [WARN ] (mycontainer.classloader.scanner): Ignoring component type [org.apache.avalon.cornerstone.blocks.threads.ResourceLimitingThreadManager] as the implementation class contains a reference to the class [org/apache/excalibur/instrument/Instrumentable] which does not exist in the classloader.
so after above message everything hummed along untill I merlin hung on looking up the scheduler service which after the default timeout the bootstramp crapped out.
I don't see a exalibur instrumet repository in my maven repository.
It's not in maven repo - this (from memory) is something that was added to the thread package in excalibur. What is happening is that merlin is scanning all of the components in order to establish assembly candidates - and to be a candidate the class must be well defined. The changes in the Excalibur Thread package mean that the component is not well defined and there is it excluded from the selection (kind of like what is happening in the states over the last few days).
Stephen.
any ideas whats going on ? appreciate suggestions.
dependencies of the TimeScheduler service:
<resource id="excalibur-pool:excalibur-pool" version="1.2"/> <resource id="avalon-framework:avalon-framework-impl" version="4.1.5"/> <resource id="cornerstone-scheduler:cornerstone-scheduler-api" version="1.0"/> <resource id="cornerstone-scheduler:cornerstone-scheduler-impl" version="1.0"/> <resource id="cornerstone-threads:cornerstone-threads-api" version="1.0"/> <resource id="cornerstone-threads:cornerstone-threads-impl" version="1.0"/> <resource id="excalibur-thread:excalibur-thread" version="1.1.1"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
|------------------------------------------------| | 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]
