[
https://issues.apache.org/activemq/browse/SMX4-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50739#action_50739
]
Freeman Fang commented on SMX4-259:
-----------------------------------
commit fix
http://svn.apache.org/viewvc?rev=757328&view=rev
> minor revise for examples README
> --------------------------------
>
> Key: SMX4-259
> URL: https://issues.apache.org/activemq/browse/SMX4-259
> Project: ServiceMix 4
> Issue Type: Improvement
> Affects Versions: 4.0.0
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Priority: Trivial
> Fix For: 4.1.0
>
>
> for camel example
> the output should be
> Exchange[BodyType:String, Body:Hello World!]
> not
> Exchange[Message: Hello World!]
> with new camel version
> for simle example
> the output for quartz.xml should be
> 14:15:51,202 | INFO | x-camel-thread-4 | test |
> rg.apache.camel.processor.Logger 88 |
> Exchange[BodyType:javax.xml.transform.dom.DOMSource,
> Body:<timer><name>{http://servicemix.apache.org/examples/camel}service:endpoint</name><group>DEFAULT</group><fullname>DEFAULT.{http://servicemix.apache.org/examples/camel}service:endpoint</fullname><description/><fireTime>Mon
> Mar 23 14:15:51 CST 2009</fireTime></timer>]
> but not
> 14:04:53,709 | INFO | x-camel-thread-3 | test |
> rg.apache.camel.processor.Logger 88 | Exchange[null]
> use "log/d" instead "log d" for camel-nmr, cxf-camel-nmr, camel, camel-osgi
> and simple
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.