--- Robert McIntosh <[EMAIL PROTECTED]> wrote: > > J Aaron Farr wrote: > >Is the "o.a.a.e.component.ThreadSafeComponentHandler" class your > implementation > >of "com.browsersoft.eq.bc.BusinessObjectService"? This is the only part I'm > >not sure of with your example. In any case, what you're looking for is > using > >the right handler found in the org.apache.avalon.fortress.impl.handler > package. > > > > > In a word, no :-) > What I need is the ThreadSafeHandler for my service, which is the class > c.b.e.b.BusinessObjectServiceImpl. So what if I did: > > <role name="com.browsersoft.eq.bc.BusinessObjectService"> > <component shorthand="buisiness-object-service" > class="com.browsersoft.eq.bc.BusinessObjectServiceImpl" > > handler="org.apache.avalon.fortress.impl.handler.ThreadSafeComponentHandler"/> > </role> > > ??? > I _think_ the 'handler' attribute is what I was looking for(?) > > Robert >
This looks better. Try that and I think you'll have success. jaaron __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
