Author: scabanovich
Date: 2010-09-29 06:27:46 -0400 (Wed, 29 Sep 2010)
New Revision: 25292
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties
trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
Log:
https://jira.jboss.org/browse/JBIDE-7193
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties 2010-09-29
09:46:44 UTC (rev 25291)
+++
trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties 2010-09-29
10:27:46 UTC (rev 25292)
@@ -8,6 +8,14 @@
ESB.rule_set=Rule Set
ESB.rule_language=Rule Language
ESB.rule_reload=Rule Reload
+ESB.rule_audit_type=Rule Audit Type
+ESB.rule_audit_file=Rule Audit File
+ESB.rule_audit_interval=Rule Audit Interval
+ESB.rule_clock_type=Rule Clock Type
+ESB.rule_event_processing_type=Rule Event Processing
+ESB.rule_fire_method=Rule Fire Method
+ESB.rule_multithread_evaluation=Rule Multithread Evaluation
+ESB.rule_max_threads=Rule Max Threads
ESB.script=Script
ESB.classification=Classification
ESB.message_store_class=Message Store Class
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2010-09-29
09:46:44 UTC (rev 25291)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2010-09-29
10:27:46 UTC (rev 25292)
@@ -434,7 +434,7 @@
</XModelAttribute>
<XModelAttribute PROPERTIES="pre=true;category=advanced"
name="rule audit type" xmlname="ruleAuditType">
- <Constraint loader="ListString">
+ <Constraint loader="List">
<value/>
<value name="CONSOLE"/>
<value name="FILE"/>
@@ -454,7 +454,7 @@
name="rule audit interval" xmlname="ruleAuditInterval"/>
<XModelAttribute PROPERTIES="pre=true;category=advanced"
default="Default(REALTIME)" name="rule clock type"
xmlname="ruleClockType">
- <Constraint loader="ListString">
+ <Constraint loader="List">
<value name="Default(REALTIME)"/>
<value name="REALTIME"/>
<value name="PSEUDO"/>
@@ -463,7 +463,7 @@
</XModelAttribute>
<XModelAttribute PROPERTIES="pre=true;category=advanced"
default="Default(CLOUD)" name="rule event processing type"
xmlname="ruleEventProcessingType">
- <Constraint loader="ListString">
+ <Constraint loader="List">
<value name="Default(CLOUD)"/>
<value name="CLOUD"/>
<value name="STREAM"/>
@@ -472,13 +472,24 @@
</XModelAttribute>
<XModelAttribute PROPERTIES="pre=true;category=advanced"
default="Default(FIRE_ALL_RULES)" name="rule fire method"
xmlname="ruleFireMethod">
- <Constraint loader="ListString">
+ <Constraint loader="List">
<value name="Default(FIRE_ALL_RULES)"/>
<value name="FIRE_ALL_RULES"/>
<value name="FIRE_UNTIL_HALT"/>
</Constraint>
<Editor name="ListString"/>
</XModelAttribute>
+ <XModelAttribute PROPERTIES="pre=true;category=advanced"
+ default="Default(false)" name="rule multithread evaluation"
xmlname="ruleMultithreadEvaluation">
+ <Constraint loader="ListString">
+ <value name="Default(false)"/>
+ <value name="true"/>
+ <value name="false"/>
+ </Constraint>
+ <Editor name="List"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="pre=true;category=advanced"
+ name="rule max threads" xmlname="ruleMaxThreads"/>
<XModelAttribute PROPERTIES="category=general" name="process"
xmlname="process">
<Constraint loader="ListString">
<value name="process"/>