[Struts] JDBC Datasource

  • Ich versuch jetzt seit langer Zeit eine data-source zu definieren um nachher auf meine mysql-datenbank zuzugreifen. Ich versuchs genau wie hier beschrieben. Aber wenn ich tomcat starte krieg ich so eine komishe Fehlermeldung:

    Zitat


    SCHWERWIEGEND: Parse Fatal Error at line (...) :The reference to entity "password" must end with the ';' delimiter.

    mein struts-config.xml schaut so aus:

    Code
    <data-source type="org.apache.commons.dbcp.BasicDataSource">
    	<set-property
    	  property="driverClassName"
    	  value="com.mysql.jdbc.Driver" />
    	<set-property
    	  property="url"
    	  value="jdbc:mysql://localhost/shopdb?user=root&password=pass"/>
        (...)
    </data-source>


    Der Fehler stammt wahrscheinlich vom url-wert. Aber keine Ahnung wieso. Wo sollte ich denn ';' vergessen haben? Von der Fehlermeldung entnehme ich, dass die xml-Datei nicht geparsed werden kann.
    Hätte jemand eine Ahnung, wie man das macht? Oder verwendet jemand mysql mit struts und tomcat in einer anderen Weise?

    The idea behind this technique is surprisingly simple: just go ahead and do whatever you want to without paying attention to what anybody else is doing. If there is a problem, worry about it later. (Many politicians use this algorithm, too) -- A. S. Tanenbaum, M. v. Steen, Distributed Systems

  • ich glaub das is weil du in xml kein & machen darst
    probiers mal mit &amp

    Four stages of acceptance:
    1.) this is worthless nonsense
    2.) this is interesting, but perverse, point of view
    3.) this is true, but quite unimportant
    4.) I alwas said so
    J.B.S. Haldane

  • Ich habs schon erledigt. Irgendwie war es nicht gut, den username und passwort als Parameter anzugeben. Wen sie als property angegeben werden, dann funktionierts. Früher hats auch so nicht funktioniert eigentlich aber jetzt gehts, was für ein Wunder.

    The idea behind this technique is surprisingly simple: just go ahead and do whatever you want to without paying attention to what anybody else is doing. If there is a problem, worry about it later. (Many politicians use this algorithm, too) -- A. S. Tanenbaum, M. v. Steen, Distributed Systems

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!