Romain Manni-Bucau created TOMEE-662:
----------------------------------------

             Summary: Support aliases on resources
                 Key: TOMEE-662
                 URL: https://issues.apache.org/jira/browse/TOMEE-662
             Project: TomEE
          Issue Type: New Feature
            Reporter: Romain Manni-Bucau
            Assignee: Romain Manni-Bucau
             Fix For: 1.5.2


<Resource type="DataSource" id="foo" aliases="bar,dummy">
...
</Resource>

the idea is to reuse the same instance (avoid to create 2 datasources when not 
needed for instance)

it shoudl work with properties format too:

foo = new://Resource?type=DataSource&aliases=foo

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to