You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/01/11 21:14:08 UTC

DO NOT REPLY [Bug 33053] New: - SAXParseException when supplying more than one property in the url parameter

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=33053>.
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=33053

           Summary: SAXParseException when supplying more than one property
                    in the url parameter
           Product: Commons
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Dbcp
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: axelmuench@spectodesign.com


DBCP 1.2.1 throws a SAXParseException when supplying more than one db property in the url 
parameter:

<parameter>
<name>url</name>
<value>jdbc:mysql://localhost:3306/ECOM2?autoReconnect=true&useServerPrepStmts=false</value>
</parameter>

org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 1079 column 85: The reference to entity "autoReconnect" must end 
with the ';' delimiter.
org.xml.sax.SAXParseException: The reference to entity "autoReconnect" must end with the ';' delimiter.
        at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org