3 Replies Latest reply on Oct 24, 2005 10:15 AM by ccaprar

    How can we tell JBoss, which database schema it should use?

    amirsadri

      We have a problem when connecting with JBoss to a IBM DB2 database.

      We use JBoss 3.2.1 on Windows 2000 with a IBM DB2 8.1 database.
      Our application is based on the EJB 1.1 spec.
      When we want to connect to the database we have to provide not only
      the user and the password but also the schema of the database.
      (The database model and the naming and authorization conventions are not controlled by us.)

      How can we tell JBoss, which database schema it should use?
      It there a special keyword to provide the schema in the datasource configuration in the 'db2-ds.xml' file?

      Thanks