[overlord-issues] [JBoss JIRA] (SRAMP-241) Update modeshape/ispan configuration (jboss)

Eric Wittmann (JIRA) jira-events at lists.jboss.org
Thu Oct 3 15:19:02 EDT 2013


     [ https://issues.jboss.org/browse/SRAMP-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Wittmann updated SRAMP-241:
--------------------------------

    Git Pull Request: https://github.com/Governance/s-ramp/pull/328

    
> 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


More information about the overlord-issues mailing list