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.
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]