1 Reply Latest reply on Sep 26, 2003 12:10 PM by juha

    Using specific Datasource from EJB

    thebee

      I have the following problem:

      I configured several Datasources for JBoss with their *-ds.xml files. Each with a different name.
      Now i want to use one specific DS from my EJB's but i found no way to tell JBoss to bind it to the name i use in my EJB's. It always resorts to the one named DefaultDS.
      Is there someway i can tell JBoss to use e.g. 'java:/MysqlDS' for these Beans?