0 Replies Latest reply on Dec 19, 2005 9:21 AM by stscit04

    Define DB2 schema in data-source.xml ?

    stscit04

      Hi,

      is there a way to set the db2 schema to use in the
      datasource definition? something like

      <local-tx-datasource>
      <jndi-name>myds</jndi-name>
      <connection-url>url....</connection-url>
      <driver-class>com.ibm.db2.jcc.DB2Driver</driver-class>

      <!-- HERE IT COMES -->
      <schema-name>myschema</schema-name>
      <!-- SOMETHING LIKE THAT POSSIBLE? -->

      <user-name>user</user-name>
      pass
      </local-tx-datasource>

      Thanks in advance,

      Stefan