1 Reply Latest reply on Apr 26, 2007 8:25 AM by weston.price

    DataSource integration in EAR

    buggsbunny101

      Hello,

      I have a DS currently configured correctly for an application, outside the ear file. Since this datasource is ONLY for one application, I want to integrate this DS in the ear or the ejb.jar file. Is there a way to do that?
      How to create the DataSet during deployment?

      I try to put the ds.xml file in the /META-INF/ of the ejb.jar file without success.
      I get the same with a ds.xml in the /META-INF/ of the ear.

      Thank you.