[
https://issues.jboss.org/browse/AS7-5940?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry updated AS7-5940:
----------------------------------
Fix Version/s: EAP 6.1.0.Alpha (7.2.0.Final)
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
Fix For: EAP 6.1.0.Alpha (7.2.0.Final)
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