I am, for the moment, using the ExcaliburComponentManagerCreator during
my development with an eye towards going to Fortress for production
(after I learn how to use it wisely, coming from the old ECM). My
question is, how do I mark a service as thread safe or poolable without
using the marker interfaces like old ECM?
I doing something like this might do it:
<role name="com.browsersoft.eq.bc.BusinessObjectService"
shorthand="business-object-service"
default-class="o.a.a.e.component.ThreadSafeComponentHandler">
<hint shorthand="service" class="c.b.e.b.BusinessObjectService" />
</role>
but that requires my conf file to look like:
<root>
<business-object-service>
<service>...more config stuff....</service>
</business-object-service>
</root>
instead of what I want:
<root>
<business-object-service>
... more config stuff...
</business-object-service>
</root>
Any ideas, for either ECMC or Fortress?
Thanks,
Robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
