From: Stefan L. <li...@no...> - 2004-04-05 15:08:03
|
Hi, I just lost 50 hears finding the bug, why the Admintool doesn't opens the provider for which the admintool did save the configuration. It worked fine just after creation, but after saving configuration and starting again with the just saved file the Admintool doesn't show the provider..... after walking through *ugly* (don't take it personal, i'm pullparser fan :-) ConfigurationReader i found out that configuration isn't parsed when namespace is missing: if ((nsuri != null && nsuri.equals(CFG_NS_URI))) { So the configurationwriter just forgot to write the namespace. hope that helps stefan |