[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4160) Add option in JBoss ESB Editor to disable an ESB action
Joao Viragine (JIRA)
jira-events at lists.jboss.org
Thu Aug 18 13:08:18 EDT 2011
[ https://issues.jboss.org/browse/JBIDE-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621959#comment-12621959 ]
Joao Viragine commented on JBIDE-4160:
--------------------------------------
Max, is it possible to just comment the action (which we want disable) as ESB doesn't support this feature?
I've been doing this "workaround" in my projects!
e.g.:
<action class="org.jboss.soa.esb.actions.SystemPrintln" name="Print ">
<property name="message" value="print"/>
</action>
When we mark this action as disabled, the JBDS just do something like this:
<!-- Action Disabled blablablabla
<action class="org.jboss.soa.esb.actions.SystemPrintln" name="Print ">
<property name="message" value="print"/>
</action>
-->
It's very useful when we are developing/debugging.
> Add option in JBoss ESB Editor to disable an ESB action
> -------------------------------------------------------
>
> Key: JBIDE-4160
> URL: https://issues.jboss.org/browse/JBIDE-4160
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: esb
> Affects Versions: 3.0.0.GA
> Environment: JBDS 2.0.0.GA
> Reporter: Joao Viragine
> Priority: Optional
> Fix For: LATER
>
>
> It would be great if we could disable an specific action in ESB.
> E.g.
> <action class="org.jboss.soa.esb.actions.SystemPrintln" name="Println" enabled="false">
> <property name="message" value="JBoss ESB Rulez"/>
> </action>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list