0 Replies Latest reply on Feb 7, 2009 8:58 AM by john_woo

    How to configure several datasources in jbosscmp-jdbc file

      Hi,

      The /conf/standardjbosscmp-jdbc.xml specifies a default datasource with some attributes.

      I'm wondering, how to specify 2 datasources' attribute.

      My case is, 2 ejb3 app using different datasources, and whenever redeploy (updating app), data for app A should be continued while data for app B should be re-initialized.

      I noticed the tag <remove-table>false</remove-table> in the standjbosscmp-jdbc.xml help with this; however this descriptor can only work for one datasource. I've tried put a copy of it in my ejb.jar/META-INF, but it didn't work out.

      Any one can tell?

      Thanks
      --
      John