sorry i forgot:
I'm usining jboss portal 2.4.2 bundle
my portal-hsqldb-ds.xml
| <datasources>
| <local-tx-datasource>
| <jndi-name>PortalDS</jndi-name>
|
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}portal${/}hypersonic${/}database</connection-url>
| <driver-class>org.hsqldb.jdbcDriver</driver-class>
| <user-name>sa</user-name>
| <password><![CDATA[]]></password>
| </local-tx-datasource>
| </datasources>
portal-mysql-migration-ds.xml
| <datasources>
|
| <local-tx-datasource>
| <jndi-name>PortalDS_2_4</jndi-name>
|
<connection-url>jdbc:mysql://localhost:3306/jbossportal24?useServerPrepStmts=false</connection-url>
| <driver-class>org.gjt.mm.mysql.Driver</driver-class>
| <user-name>jboss</user-name>
| <password>jboss</password>
|
| </local-tx-datasource>
| </datasources>
|
could you help me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064498#4064498
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064498
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user