[jboss-jira] [JBoss JIRA] Resolved: (AS7-724) XA Datasource get removed from XML when booted in domain mode
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Tue May 17 10:49:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Heiko Braun resolved AS7-724.
-----------------------------
Resolution: Out of Date
replaced by AS7-803
> XA Datasource get removed from XML when booted in domain mode
> -------------------------------------------------------------
>
> Key: AS7-724
> URL: https://issues.jboss.org/browse/AS7-724
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Heiko Braun
> Assignee: Stefano Maestri
> Fix For: 7.0.0.CR1
>
>
> I am adding an XA declaration to domain.xml:
> <xa-datasource jndi-name="java:/H2XADS" pool-name="H2XADS">
> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
> <xa-datasource-property name="URL">jdbc:h2:mem:test</xa-datasource-property>
> <security>
> <!-- Have to defined as a primary property - otherwise it won't work -->
> <user-name>sa</user-name>
> <!-- Have to defined as a primary property - otherwise it won't work -->
> <password>sa</password>
> </security>
> </xa-datasource>
> After the server has booted it's gone.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list