GBeanOverride.writeXml parseException
-------------------------------------
Key: GERONIMO-3103
URL: https://issues.apache.org/jira/browse/GERONIMO-3103
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: console
Affects Versions: 1.2
Environment: SLED - Suse 10 x86 mysql 5.04 jdbc driver
Reporter: Don Hill
Priority: Critical
Fix For: 1.2
Please refer to geronimo-3075, I am attaching a patch for 1.2-beta, The issue
is that & amp ; is converted correctly when specified in the datasource jdbc
url, but when the value is written in
modules/geronimo-system/src/main/java/org/apache/geronimo/system/configuration/GBeanOverride.java
writeXML a parseException occurrs
sample url
jdbc:mysql://localhost:3306/db?useUnicode=true&contentCollaction=utf8
writeXml is trying to to parse
jdbc:mysql://localhost:3306/db?useUnicode=true&contentCollaction=utf8
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.