[jboss-jira] [JBoss JIRA] (WFLY-2070) Allow for deployable JNDI resource file
Lieven Doclo (JIRA)
jira-events at lists.jboss.org
Fri Sep 13 10:02:03 EDT 2013
Lieven Doclo created WFLY-2070:
----------------------------------
Summary: Allow for deployable JNDI resource file
Key: WFLY-2070
URL: https://issues.jboss.org/browse/WFLY-2070
Project: WildFly
Issue Type: Feature Request
Components: Naming
Reporter: Lieven Doclo
Assignee: Eduardo Martins
It would be nice to have a deployable xml file to add simple JNDI bindings. Something like the *-ds.xml files.
For example:
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<naming>
<bindings>
<simple name="java:/url/some_url_resource" value="file://..." type="java.net.URL"/>
</bindings>
</naming>
{code}
--
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
More information about the jboss-jira
mailing list