[
https://issues.jboss.org/browse/SRAMP-241?page=com.atlassian.jira.plugin....
]
Eric Wittmann updated SRAMP-241:
--------------------------------
Description:
The configuration should be:
{code:title=standalone.xml|borderStyle=solid}
<cache-container name="modeshape">
<local-cache name="sramp">
<locking isolation="NONE"/>
<transaction mode="NON_XA"/>
<string-keyed-jdbc-store
datasource="java:jboss/datasources/srampDS" passivation="false"
purge="false">
<string-keyed-table prefix="ispn_bucket">
<id-column name="id"
type="VARCHAR(500)"/>
<data-column name="datum"
type="VARBINARY(65792)"/>
<timestamp-column name="version"
type="BIGINT"/>
</string-keyed-table>
</string-keyed-jdbc-store>
</local-cache>
</cache-container>
{code}
was:
The configuration should be:
<cache-container name="modeshape">
<local-cache name="sramp">
<locking isolation="NONE"/>
<transaction mode="NON_XA"/>
<string-keyed-jdbc-store
datasource="java:jboss/datasources/srampDS" passivation="false"
purge="false">
<string-keyed-table prefix="ispn_bucket">
<id-column name="id"
type="VARCHAR(500)"/>
<data-column name="datum"
type="VARBINARY(65792)"/>
<timestamp-column name="version"
type="BIGINT"/>
</string-keyed-table>
</string-keyed-jdbc-store>
</local-cache>
</cache-container>
Update modeshape/ispan configuration (jboss)
--------------------------------------------
Key: SRAMP-241
URL:
https://issues.jboss.org/browse/SRAMP-241
Project: S-RAMP
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 0.3.0 - JBPM6 Integration
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: 0.3.1 - jBPM - bugfix 1
The configuration should be:
{code:title=standalone.xml|borderStyle=solid}
<cache-container name="modeshape">
<local-cache name="sramp">
<locking isolation="NONE"/>
<transaction mode="NON_XA"/>
<string-keyed-jdbc-store
datasource="java:jboss/datasources/srampDS" passivation="false"
purge="false">
<string-keyed-table prefix="ispn_bucket">
<id-column name="id"
type="VARCHAR(500)"/>
<data-column name="datum"
type="VARBINARY(65792)"/>
<timestamp-column name="version"
type="BIGINT"/>
</string-keyed-table>
</string-keyed-jdbc-store>
</local-cache>
</cache-container>
{code}
--
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