[jboss-jira] [JBoss JIRA] (AS7-5940) Support configuring the transaction subsystem JDBC ObjectStore
Stefano Maestri (JIRA)
jira-events at lists.jboss.org
Fri Jan 11 04:03:08 EST 2013
[ https://issues.jboss.org/browse/AS7-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefano Maestri updated AS7-5940:
---------------------------------
Git Pull Request: https://github.com/jbossas/jboss-as/pull/3850 (was: https://github.com/jbossas/jboss-as/pull/3590)
> Support configuring the transaction subsystem JDBC ObjectStore
> --------------------------------------------------------------
>
> Key: AS7-5940
> URL: https://issues.jboss.org/browse/AS7-5940
> Project: Application Server 7
> Issue Type: Task
> Components: Transactions
> Reporter: Tom Jenkinson
> Assignee: Stefano Maestri
>
> The JDBC ObjectStore has been added back into AS7 as part of JBTM-1230. The transaction subsystem needs to support configuring the store.
> NOTE THIS OBJECT STORE TYPE IS OPTIONAL AND SHOULD NOT REPLACE THE DEFAULT OBJECT STORE TYPE, i.e. if the user does not add these config options the AS7 should only provide the config to JBTM as it does today
> The properties that need to be set to enable JDBC object store are:
> ObjectStoreEnvironmentBean.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore
> ObjectStoreEnvironmentBean.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DataSourceJDBCAccess;datasourceName=<JNDI-name-of-AS7-configured-none-xa-datasource>
> OPTIONAL ObjectStoreEnvironmentBean.tablePrefix=<whatever>
> OPTIONAL ObjectStoreEnvironmentBean.dropTable=false
> ObjectStoreEnvironmentBean.stateStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore
> ObjectStoreEnvironmentBean.stateStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DataSourceJDBCAccess;datasourceName=<JNDI-name-of-AS7-configured-none-xa-datasource>
> OPTIONAL ObjectStoreEnvironmentBean.stateStore.tablePrefix
> OPTIONAL ObjectStoreEnvironmentBean.stateStore.dropTable
> ObjectStoreEnvironmentBean.communicationStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore
> ObjectStoreEnvironmentBean.communicationStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DataSourceJDBCAccess;datasourceName=<JNDI-name-of-AS7-configured-none-xa-datasource>
> OPTIONAL ObjectStoreEnvironmentBean.communicationStore.tablePrefix
> OPTIONAL ObjectStoreEnvironmentBean.communicationStore.dropTable
--
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