Discussion:
[mule-scm] [mule][23991] branches/mule-3.x/examples/echo:
Pablo Kraan
2012-03-10 22:31:14 UTC
Permalink
Please update the test to use a dynamic port.
Add final to the constant definition.
Remove the @author tag

Pablo
**
Revision 23991 <http://fisheye.codehaus.org/changelog/mule/?cs=23991>
Author asequeira Date 2012-03-09 15:40:19 -0600 (Fri, 09 Mar 2012)
Log Message
MULE-6117: new echo example
Modified Paths
- branches/mule-3.x/examples/echo/dist/adding-logging-to-a-flow.xml<#135fc62f0ea9f7b7_branchesmule3xexamplesechodistaddingloggingtoaflowxml>
-
branches/mule-3.x/examples/echo/src/main/app/adding-logging-to-a-flow.xml<#135fc62f0ea9f7b7_branchesmule3xexamplesechosrcmainappaddingloggingtoaflowxml>
Diff
branches/mule-3.x/examples/echo/dist/adding-logging-to-a-flow.xml (23990 =>
23991)
--- branches/mule-3.x/examples/echo/dist/adding-logging-to-a-flow.xml 2012-03-09 21:37:17 UTC (rev 23990)
port="8082" keep-alive="false" doc:name="HTTP"
doc:description="Process HTTP reqests or responses." />- <logger message="About to echo #[payload]" level="INFO" />
+ <logger message="About to echo #[message:payload]" level="INFO" /> <echo-component /> </flow> </mule>
branches/mule-3.x/examples/echo/src/main/app/adding-logging-to-a-flow.xml
(23990 => 23991)
--- branches/mule-3.x/examples/echo/src/main/app/adding-logging-to-a-flow.xml 2012-03-09 21:37:17 UTC (rev 23990)
port="8082" keep-alive="false" doc:name="HTTP"
doc:description="Process HTTP reqests or responses." />- <logger message="About to echo #[payload]" level="INFO" />
+ <logger message="About to echo #[message:payload]" level="INFO" /> <echo-component /> </flow>
</mule>\ No newline at end of file
------------------------------
http://xircles.codehaus.org/manage_email
Loading...