[JBoss JIRA] (SRAMP-241) Update modeshape/ispan configuration (jboss)
by Eric Wittmann (JIRA)
[ 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
11 years, 2 months
[JBoss JIRA] (SRAMP-241) Update modeshape/ispan configuration (jboss)
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-241?page=com.atlassian.jira.plugin.... ]
Work on SRAMP-241 started by Eric Wittmann.
> 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:
> <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>
--
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
11 years, 2 months
[JBoss JIRA] (SRAMP-243) Fix KieExpander
by Kurt Stam (JIRA)
Kurt Stam created SRAMP-243:
-------------------------------
Summary: Fix KieExpander
Key: SRAMP-243
URL: https://issues.jboss.org/browse/SRAMP-243
Project: S-RAMP
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Kurt Stam
Assignee: Kurt Stam
Fix For: 0.3.1 - jBPM - bugfix 1
Should set the right model type for BPMN and DRL files.
--
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
11 years, 2 months
[JBoss JIRA] (SRAMP-242) Add Pom Deriver
by Kurt Stam (JIRA)
Kurt Stam created SRAMP-242:
-------------------------------
Summary: Add Pom Deriver
Key: SRAMP-242
URL: https://issues.jboss.org/browse/SRAMP-242
Project: S-RAMP
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core
Reporter: Kurt Stam
Assignee: Kurt Stam
Fix For: 0.3.1 - jBPM - bugfix 1
Derive Maven GAV info from a pom and add them as custom properties.
--
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
11 years, 2 months
[JBoss JIRA] (SRAMP-241) Update modeshape/ispan configuration (jboss)
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-241:
-----------------------------------
Summary: 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:
<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>
--
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
11 years, 2 months
[JBoss JIRA] (SRAMPUI-110) Derived flag incorrect for extended derived artifacts
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/SRAMPUI-110?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on SRAMPUI-110:
-------------------------------------------------
Eric Wittmann <eric.wittmann(a)redhat.com> made a comment on [bug 1011397|https://bugzilla.redhat.com/show_bug.cgi?id=1011397]
Looks like the ER4 tag was incorrectly created (by me) for the s-ramp-ui project. I have re-tagged as:
0.3.1.Final-prod-ip6.0_ER4-2
We can use this if another ER4 build is being done. If not, then this fix can get in for ER5 instead.
> Derived flag incorrect for extended derived artifacts
> -----------------------------------------------------
>
> Key: SRAMPUI-110
> URL: https://issues.jboss.org/browse/SRAMPUI-110
> Project: S-RAMP UI
> Issue Type: Bug
> Components: View
> Affects Versions: 0.3.0
> Reporter: Eric Wittmann
> Assignee: Eric Wittmann
> Fix For: 0.3.1
>
>
> For extended derived artifacts (e.g. SY artifacts such as SwitchYardComponentService) the derived UI flag is not being properly set. So even though these artifacts come back via a search for Derived artifacts, the data in the UI (e.g. the Derived column in the artifact list) is inaccurate.
--
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
11 years, 2 months