I plan to work on that this week (and the HSQL support issues). Following the maven output : [ERROR] TEST org.apache.portals.graffito.engine.TestSpringEngine
Can you send the maven report for this test ? I have not this kind of issues (with MySql) here. The maven report could help. . Christophe On 6/6/05, Roy Russo <[EMAIL PROTECTED]> wrote: > I went thru the archives and noticed someone else having this problem. > http://www.mail-archive.com/graffito-dev%40incubator.apache.org/msg00271 > .html > > Is there a fix for it yet? Props file below: > > # > ------------------------------------------------------------------------ > --------- > # GRAFFITO > # > ------------------------------------------------------------------------ > --------- > > # configure TEST DB > > org.apache.portals.graffito.test.database.default.name=mysql > org.apache.portals.graffito.test.jetspeed=false > org.apache.portals.graffito.test.database.url = > jdbc:mysql://localhost:3306/graffitotest?dumpQueriesOnException=true > org.apache.portals.graffito.test.database.driver = > org.gjt.mm.mysql.Driver > org.apache.portals.graffito.test.database.user = j2 > org.apache.portals.graffito.test.database.password = j2 > org.apache.portals.graffito.test.jdbc.drivers.path=C:\\jboss-4.0.2\\serv > er\\default\\lib\\mysql-connector-java-3.0.16-ga-bin.jar > > > # configure PRODUCTION DB > > org.apache.portals.graffito.production.database.default.name=mysql > org.apache.portals.graffito.production.jetspeed=true > org.apache.portals.graffito.production.database.url = > jdbc:mysql://localhost:3306/j2 > org.apache.portals.graffito.production.database.driver = > org.gjt.mm.mysql.Driver > org.apache.portals.graffito.production.database.user = j2 > org.apache.portals.graffito.production.database.password = j2 > org.apache.portals.graffito.production.jdbc.drivers.path=C:\\jboss-4.0.2 > \\server\\default\\lib\\mysql-connector-java-3.0.16-ga-bin.jar > > > #Configue the Graffito Master OJB Store - USED FOR THE UNIT TESTS > org.apache.portals.graffito.database.ojb.platform=MySQL > org.apache.portals.graffito.database.ojb.datasource=java:comp/env/jdbc/g > raffitotest > > > STAY METAL! > Roy Russo > Jboss Portal Developer > AIM: geekjava > callto://roy.badass > > >
