[jboss-jira] [JBoss JIRA] (AS7-2278) JAXR configuration through the domain model
Thomas Diesler (Issue Comment Edited) (JIRA)
jira-events at lists.jboss.org
Wed Nov 9 09:38:45 EST 2011
[ https://issues.jboss.org/browse/AS7-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641412#comment-12641412 ]
Thomas Diesler edited comment on AS7-2278 at 11/9/11 9:38 AM:
--------------------------------------------------------------
now supports configuration like this
{code}
<subsystem xmlns="urn:jboss:domain:jaxr:1.0">
<connection jndi-name="java:/jaxr/ConnectionFactory"/>
<datasource jndi-name="java:jboss/datasources/ExampleDS"/>
<flags dropOnStart="true" createOnStart="true" dropOnStop="false"/>
</subsystem>
{code}
was (Author: thomas.diesler):
now supports configuration like this
{code}
<subsystem xmlns="urn:jboss:domain:jaxr:1.0">
<connection jndi-name="java:/jaxr/ConnectionFactory"/>
<datasource jndi-name="java:jboss/datasources/ExampleDS"/>
<flags dropOnStart="true" createOnStart="true" dropOnStop="false"/>
</subsystem>
{code}
> JAXR configuration through the domain model
> -------------------------------------------
>
> Key: AS7-2278
> URL: https://issues.jboss.org/browse/AS7-2278
> Project: Application Server 7
> Issue Type: Task
> Components: JAXR
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.1.0.CR1
>
>
> All configuration is currently hard coded. This needs to be externalized to the subsystem config, parsed, and manageable through the domain model.
--
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