DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31429>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31429 [configuration] Messed file on saving an XMLConfiguration ------- Additional Comments From [EMAIL PROTECTED] 2004-09-28 10:42 ------- Here's an example of what happens when I save my XML configuration: this original configuration: <?xml version="1.0" encoding="UTF-8"?> <config> <slt host="localhost" port="2000"/> <workmanager maxQueueSize="10000"/> <datasource host="127.0.0.1" port="5432" dbName="testdb" user="ecc" password=""> <!-- {0} = host, {1} = port, {2} = sid --> <driver name="org.postgresql.Driver" uri="jdbc:postgresql://{0}:{1}/{2}"/> </datasource> <sql> <dataTable>tTempestade</dataTable> <userQuery>select tag_consulta_atualiza as t from tusuario where cod_chave = ''{0}''</userQuery> </sql> </config> becomes this: <?xml version="1.0" encoding="UTF-8"?> <config> <slt host="localhost" port="2000"/> <workmanager maxQueueSize="10000"/> <datasource host="127.0.0.1" port="5432" dbName="testdb" user="ecc" password=""> <!-- {0} = host, {1} = port, {2} = sid --> <driver name="org.postgresql.Driver" uri="jdbc:postgresql://{0}:{1}/{2}"/> </datasource> <sql> <dataTable>tTempestade</dataTable> <userQuery>select tag_consulta_atualiza as t from tusuario where cod_chave = ''{0}''</userQuery> </sql> <slt host="localhost"/> <slt port="2000"/> <workmanager maxQueueSize="10000"/> </config> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
