2 Replies Latest reply on Aug 11, 2008 6:24 AM by atijms

    Defining a data source or JMS queue per application

    atijms

      I wonder whether it's possible in Jboss to define a datasource using a configuration file inside an .ear file.

      Currently it seems that I have to copy a file called something-ds.xml to the deploy directory of Jboss. However, I would like this file to be an integral part of the application. The idea is that users can just copy an .ear or perhaps .war file to Jboss without having to worry about copying additional files.

      Is this somehow possible?

      (the same question for defining JMS queues, topics, etc)