What happened to hsqldb-ds.xml bundled in JBoss AS ? You should keep it for now and just define PortalDS since that's the one used by default.
Your portal-ds.xml should look like this: | <?xml version="1.0" encoding="UTF-8"?> | <local-tx-datasource> | <jndi-name>portalDS</jndi-name> | <connection-url>jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false&jdbcCompliantTruncation=false</connection-url> | <driver-class>org.gjt.mm.mysql.Driver</driver-class> | <user-name>jboss</user-name> | <password>portal</password> | </local-tx-datasource> | Having the 2 connectors is a bad idea. Just keep one, mysql-connector-java-3.1.12-bin.jar for instance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935777#3935777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935777 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
