Author: scabanovich
Date: 2009-10-12 09:11:49 -0400 (Mon, 12 Oct 2009)
New Revision: 18043
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/jira/browse/JBIDE-5003
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 2009-10-12
13:08:09 UTC (rev 18042)
+++
trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties 2009-10-12
13:11:49 UTC (rev 18043)
@@ -128,3 +128,5 @@
ESB.validate=Validate
ESB.webservice=Webservice
ESB.esb=esb
+ESB.stateful=Stateful
+ESB.entry_point=Entry Point
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 2009-10-12
13:08:09 UTC (rev 18042)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-10-12
13:11:49 UTC (rev 18043)
@@ -102,7 +102,7 @@
</ICONS>
</XEntityRenderer>
<XModelAttributes>
- <XModelAttribute default="content based router action"
+ <XModelAttribute default="business rules processor"
loader="ElementType" name="element type">
<Editor name="Uneditable"/>
</XModelAttribute>
@@ -126,6 +126,15 @@
</Constraint>
<Editor name="ListString"/>
</XModelAttribute>
+ <XModelAttribute PROPERTIES="pre=true;category=general"
+ default="Default(false)" name="stateful"
xmlname="stateful">
+ <Constraint loader="ListString">
+ <value name="Default(false)"/>
+ <value name="true"/>
+ <value name="false"/>
+ </Constraint>
+ <Editor name="ListString"/>
+ </XModelAttribute>
<XModelAttribute PROPERTIES="category=general" name="process"
xmlname="process">
<Constraint loader="ListString">
<value name="process"/>
@@ -1161,6 +1170,7 @@
</XModelAttribute>
<XModelAttribute PROPERTIES="category=general;id=true;save=always"
name="esb" xmlname="esb"/>
+ <XModelAttribute PROPERTIES="category=general" name="entry
point" xmlname="entry-point"/>
<XModelAttribute TRIM="no" name="comment"
visibility="false" xmlname="#comment">
<Editor name="Note"/>
</XModelAttribute>