Oops wrong block.xml. Here is the one I ended up using
> -----Original Message-----
> From: Jim Alateras [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 10, 2003 10:26 PM
> To: 'Avalon Developers List'
> Subject: RE: [merlin] using include directive in block.xml
>
> Just for completeness I have attached a copy of the block.xml that
works
> correctly. I would have thought that thread-impl's block.xml would
have
> included all the runtime dependencies for the DefaultThreadManager.
>
> cheers
> </jima>
>
> > -----Original Message-----
> > From: Jim Alateras [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 10, 2003 10:18 PM
> > To: 'Avalon Developers List'
> > Subject: RE: [merlin] using include directive in block.xml
> >
> > Steve,
> >
> > I see my problem it looks like I need to include excalibur-pool.
> >
> > cheers
> > </jima>
> >
> > > -----Original Message-----
> > > From: Jim Alateras [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, November 10, 2003 9:57 PM
> > > To: 'Avalon Developers List'
> > > Subject: RE: [merlin] using include directive in block.xml
> > >
> > > >
> > > >
> > > > Could you post the log using -debug
> > >
> > > attached
> > >
> > > >
> > > > Quick question - do you really need cornerstone-threads-impl and
> > > > excaliobur-thread in your classloader?
> > > >
> > >
> > > you're right I do not need them.
> > >
> > >
> > > cheers
> > > </jima>
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
<container name="pep">
<classloader>
<classpath>
<repository>
<!-- Avalon Components -->
<resource id="avalon-framework:avalon-framework-api" version="4.1.5"/>
<resource id="avalon-framework:avalon-framework-impl" version="4.1.5"/>
<!-- Common Components -->
<resource id="commons-logging:commons-logging" version="1.0.3"/>
<resource id="commons-collections:commons-collections" version="2.1"/>
<!-- ChoreoWorks Server Application Platform -->
<resource id="choreoworks-sap:sap-logger" version="1.0"/>
<resource id="choreoworks-sap:sap-uuid-spi" version="1.0"/>
<resource id="choreoworks-sap:sap-uuid-tyrex" version="1.0"/>
<resource id="choreoworks-sap:sap-scheduler-spi" version="1.0"/>
<resource id="choreoworks-sap:sap-scheduler-quartz" version="1.0"/>
<resource id="choreoworks-sap:sap-queue-spi" version="1.0"/>
<resource id="choreoworks-sap:sap-queue-openjms" version="1.0"/>
<!-- Logger Components -->
<resource id="log4j:log4j" version="1.2.8"/>
<!-- Job Scheduler Component -->
<resource id="quartz:quartz" version="1.2.3"/>
<!-- Cornerstone Components -->
<resource id="cornerstone-threads:cornerstone-threads-api" version="1.0"/>
<!-- excalibur Components -->
<resource id="excalibur-pool:excalibur-pool" version="1.2"/>
<resource id="excalibur-thread:excalibur-thread" version="1.1.1"/>
<!-- JMS Components -->
<resource id="jndi:jndi" version="1.2.1"/>
<resource id="jms:jms" version="1.0.2a"/>
<resource id="openjms:openjms-client" version="0.7.6-rc2"/>
<resource id="openjms:exolabcore" version="0.3.6"/>
</repository>
</classpath>
</classloader>
<include name="thread-manager" id="cornerstone-threads:cornerstone-threads-impl" version="1.0" />
<component name="log4j-logger" class="com.choreoworks.sap.logger.log4j.Log4JLogger" activation="startup"/>
<component name="tyrex-uuid" class="com.choreoworks.sap.uuid.tyrex.TyrexUUIDGenerator" activation="startup"/>
<component name="quartz-scheduler" class="com.choreoworks.sap.scheduler.quartz.QuartzJobScheduler" activation="startup"/>
<component name="openjms-queue" class="com.choreoworks.sap.queue.openjms.OpenJMSQueueManager" activation="startup"/>
<component name="version" class="com.choreoworks.pep.loader.PlatformVersion" activation="startup"/>
<component name="pep-loader" class="com.choreoworks.pep.loader.PEPLoader" activation="startup" />
</container>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]