[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-8616) Custom ESB Listener Requires is-gateway=true, But Causes Tools Error

Libor Zoubek (JIRA) jira-events at lists.jboss.org
Thu May 5 05:39:18 EDT 2011


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

Libor Zoubek closed JBIDE-8616.
-------------------------------



> Custom ESB Listener Requires is-gateway=true, But Causes Tools Error
> --------------------------------------------------------------------
>
>                 Key: JBIDE-8616
>                 URL: https://issues.jboss.org/browse/JBIDE-8616
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: esb
>    Affects Versions: 3.2.0.CR1
>            Reporter: Brad Davis
>            Assignee: Viacheslav Kabanovich
>            Priority: Minor
>             Fix For: 3.2.1.M1, 3.3.0.M1
>
>         Attachments: jboss-esb.xml, MyFileListener.java, screenshot.139.jpg
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> Adding a custom listener produces requires an is-gateway="true" attribute on the listener. 
> Example (note the is-gateway attribute on the listener)
> <service category="com.example.soa"
>   description="Custom Listener Example" invmScope="GLOBAL" name="custom-listener-example">
>   <listeners>
>     <listener busidref="custom-provider-channel" name="custom-listener" is-gateway="true">
>       <property name="gatewayClass" value="com.example.soa.listener.MyFileListener"/>
>     </listener>
>   </listeners>
>   <actions mep="OneWay">
>     <action class="com.example.soa.soa.action.ExtendedLogActionHandler" name="logBody">
>       <property name="logLevel" value="INFO"/>
>       <property name="logMessage" value="SUCCESS"/>
>     </action>
>   </actions>
> </service>

--
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