Stefan Lischke wrote:
> 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 :-)
:-) I didn't want to add yet another JAR file to the TM4J distro...thats
my excuse anyway.
> 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.
Can you log a bug on SourceForge for this - I'll fix it for the next
release! If you have a patch you can post on Sourceforge too that would
be great !
Cheers,
Kal
|