[jboss-jira] [JBoss JIRA] (WFLY-2070) Allow for deployable JNDI resource file

Eduardo Martins (JIRA) jira-events at lists.jboss.org
Fri Sep 13 10:51:03 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804204#comment-12804204 ] 

Eduardo Martins commented on WFLY-2070:
---------------------------------------

You can do that using EE application xml descriptor, EE component xml descriptors and through Wildfly Naming subsystem configuration (xml or management tools), depending on the scope you want for the bindings, so why the need for this?
                
> 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