[jboss-jira] [JBoss JIRA] (AS7-4575) JNDI ObjectFactory should acccept parameters

Ivica Loncar (JIRA) jira-events at lists.jboss.org
Fri Apr 20 06:51:18 EDT 2012


     [ https://issues.jboss.org/browse/AS7-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivica Loncar updated AS7-4575:
------------------------------

    Attachment: objectfactory_with_params.diff


git diff agains 7.1.1.Final
                
> JNDI ObjectFactory should acccept parameters
> --------------------------------------------
>
>                 Key: AS7-4575
>                 URL: https://issues.jboss.org/browse/AS7-4575
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Naming
>    Affects Versions: 7.1.1.Final
>            Reporter: Ivica Loncar
>            Assignee: John Bailey
>              Labels: binding, jndi, naming, objectfactory, resource, url, urlresourcefactory
>         Attachments: objectfactory_with_params.diff
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> object-factory binding should allow us to specify parameters that should be propagated to the ObjectFactory.
> For example, Tomcat allows us to create URLResourceFactory that accepts parameters defined as attributes of Resource element in XML.
> The configuration would loook like this:
> {{
> <subsystem xmlns="urn:jboss:domain:naming:1.1">
>  <bindings>
>    <object-factory name="java:global/url/google" module="net.croz.jboss.jndi.url" class="net.croz.jboss.jndi.url.URLResourceFactory" url="http://www.google.com"/>
>  </bindings>
> </subsystem>
> }}
> I have implemented proof of a concept.

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

        


More information about the jboss-jira mailing list