You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Neeme Praks <ne...@apache.org> on 2003/06/16 19:52:33 UTC

fortress .roles file doc?

Does someone have any documentation somewhere about the possibilities of 
Fortress .roles file?
So far I know this much about it... sample:
<fortress-roles logger="system.roles">
    <role name="net.sf.hibernate.avalon.HibernateService">
        <component shorthand="hibernate" 
class="net.sf.hibernate.avalon.HibernateServiceImpl" 
handler="org.apache.avalon.fortress.impl.handler.ThreadSafeComponentHandler"/>
        <!-- other component declarations, later you can access these 
with /shorthand suffix -->
    </role>
    <!-- other role declarations -->
</fortress-roles>

I'm especially interested in the possibility to override the factory 
used for creating the component instances... any way to achieve that?

Rgds,
Neeme


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org