I'm making progress switching to Fortress from ECM. 1) I'm having trouble using SourceResolver.ROLE, getting a ServiceException 'Unable to provide implementation for org.apache.excalibur.source.SourceFactorySelector'. I'm puzzled because ContextManager.java appears to get a SourceResolverImpl with no problem and no mention of a selector. What am I missing here?
system.roles fragment: <role name="org.apache.excalibur.source.SourceResolver"> <component shorthand="resolver" class="org.apache.excalibur.source.impl.SourceResolverImpl" handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/> </role> system.xconf fragment: <resolver id="resolver"/> 2) A number of useful roles/implementations are defined in the fortress ExcaliburRoleManager. Does my application have access to these? thanks in advance, Charles -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>