You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/05/21 16:24:16 UTC

[jira] Resolved: (GERONIMO-3103) GBeanOverride.writeXml parseException

     [ https://issues.apache.org/jira/browse/GERONIMO-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved GERONIMO-3103.
------------------------------------

    Resolution: Fixed

Applied patch to both the 1.2 branch and 2.0 trunk.
Don, thanks for the patch.

> 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
>         Assigned To: Donald Woods
>            Priority: Critical
>             Fix For: 1.2, 2.0-M6
>
>         Attachments: geronimo-3103.diff
>
>
> 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&amp;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.