0 Replies Latest reply on Oct 9, 2003 9:57 AM by klyall

    Not Using Correct Datasource

    klyall

      Hi,

      I am having a problem with an application I am writing.

      The application uses EJB CMP Entity Beans to talk to the back end Oracle database.

      I have several beans that are correctly talking to the OracleDS but I have one Bean that keeps using the DefaultDS for some reason. So every time I insert a record it appears in the embedded HypersonicSQL database rather than in Oracle.

      The faulty Bean code was cut and paste from a correctly working Bean and the then the fields modified as required.

      I am using:
      JBoss 3.04
      XDoclet 1.2b3
      Ant 1.6 alpha

      I have attached the oracle-service.xml config file in case that is where the problem lies.