[jboss-user] [JBoss Portal] - Portal Installation/settings for DB2 (with a specific schema

user.java do-not-reply at jboss.com
Tue Sep 9 21:05:00 EDT 2008


How to set the datasource to point to specific schema of a DB2 database to  install the tables (does this work schema=XXX).

Eg:


  <local-tx-datasource>
    <jndi-name>PortalDS</jndi-name>
    <connection-url>jdbc:db2://server:port/database;schema=XXX</connection-url>
    <driver-class>com.ibm.db2.jcc.DB2Driver</driver-class>
    <user-name>portal</user-name>
    portalpassword
  </local-tx-datasource>



2. How to set the tablespace options ? and if possible how to generate DDL before setting up the database.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175459#4175459

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175459



More information about the jboss-user mailing list