> I get a lot of warnings starting fortress. > > WARN 2004-03-27 09:55:39.676 [fortress.system.roles.de] (): Unable to > load class org.apache.avalon.excalibur.datasource.JdbcDataSource. > Skipping.
Yup. This is "not good" That's come from FortressRoleManager implementation. You can change this implementation using FortressConfig (at bootstraping time). Use the key ROLE_MANAGER_CONFIGURATION. Fortress comes with FortressRoleManager and ConfigurableRoleManager, but nothing won't stop you of providing your own implementation. For more details on this see class org.apache.avalon.fortress.util.ContextManager Just be careful! I'm pretty sure some of this roles are used by fortress, like source-resolver. Regards. hammett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
