While trying to get a grip on Fortress and its proper usage I noticed a possible bug in Kernel.java. On line 271 in Kernel.loadConfig() it reads "builder.build( configURI )". I am pretty sure it should read "config = builder.build( configURI )". Otherwise, "loadConfig()" would always return null.
Is there any documentation about how to configure a Fortress-based app? Alternatively, could someone who has successfully used Fortress (is it usable?) an example configuration and information about where to put it? Regards, Olaf -- To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>