0 Replies Latest reply on Nov 26, 2011 4:07 PM by jaabax

    What would be a "managed data source"?

    jaabax

      hi folks

      sorry if this is a stupid question, but, I've seen this on the kitchensink project sample and I didn't understand

      on the kitchensink persistence.xml file we have:

       

      {code:xml}...

         <persistence-unit name="primary">

            <!-- If you are running in a production environment, add a managed

               data source, the example data source is just for proofs of concept! -->

            <jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source>

            <properties>

      ...{code}

       

      can somebody explain me what is this "managed data source" quoted on the sample persistence.xml file for production environments?

      would it be a data source added by the administration console?

      thanks a lot!