Bugs item #929821, was opened at 2004-04-05 16:47
Message generated for change (Settings changed) made by kal_ahmed
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=391879&aid=929821&group_id=27895
Category: Utilities
Group: TM4J 0.9.0 final
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Stefan Lischke (lischke2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Admintool Config written without Namespace
Initial Comment:
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 TM4JConfigurationReader i found
out that configuration isn't parsed when namespace is
missing:
if ((nsuri != null && nsuri.equals(CFG_NS_URI)))
But in TM4JConfigurationWriter a namepace is written with
Document ret = org.new DocumentImpl();
Element n = ret.createElementNS(CFG_NS_URI, "tm4j");
So its not a problem in TM4J code its something with
Xerces, maybe the jar included in TM4J is an old one. I
also foudn some posts in newsgroups adressing the same
problem.
I propose just to remove namespace in configuration
----------------------------------------------------------------------
>Comment By: Kal Ahmed (kal_ahmed)
Date: 2004-04-12 16:56
Message:
Logged In: YES
user_id=176992
Fixed a bug in the code using the XMLSerializer to serialize
the DOM tree
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=391879&aid=929821&group_id=27895
|