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

Eduardo Martins (JIRA) jira-events at lists.jboss.org
Tue Sep 17 09:45:03 EDT 2013


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

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

Such convenience would then apply to every management aspect of Wildfly, which would result in a lot of deployment processors that do nothing more than replicate the management ops of the subsystems. I agree with you wrt the web console, and it would make much more sense to ask for such feature *there*.

Anyway, IMHO the CLI should be your best friend wrt management client tools.
                
> 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