[
https://issues.jboss.org/browse/AS7-2278?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler commented on AS7-2278:
-------------------------------------
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