You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-dev@incubator.apache.org by "olivier (Created) (JIRA)" <ji...@apache.org> on 2012/03/19 16:22:37 UTC

[jira] [Created] (KALUMET-21) Management of DataSource with Alias

Management of DataSource with Alias
-----------------------------------

                 Key: KALUMET-21
                 URL: https://issues.apache.org/jira/browse/KALUMET-21
             Project: Kalumet
          Issue Type: New Feature
          Components: agent, console
         Environment: Linux 64bits
            Reporter: olivier


With JBOSS 6.1.x it will be usefull if we could have the possibility to manage alias in a datasource instead of having one datasource file by "alias"

for example :

<?xml version="1.0" encoding="UTF-8"?>

<datasources>
<xa-datasource>
<jndi-name>foxmask-db-xa-ds</jndi-name>
[....]
</xa-datasource>

<mbean code="org.jboss.services.binding.AliasJndiService"
name="jboss.jca:name=alias-DS_FOXMASK-java,service=DataSourceBinding">
<attribute name="Alias">java:/DS_DS_FOXMASK</attribute>
<attribute name="Original">java:/foxmask-db-xa-ds</attribute>
</mbean>
[....]
</datasources>



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira