Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
1.27. Checking the Smooks Execution Process
- To obtain an execution report from Smooks you must configure the
ExecutionContext
class to produce one. (Smooks will publish events as it processes messages.) The following sample code shows you how to configure Smooks to generate a HTML report:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Use the
HtmlReportGenerator
feature to assist you when debugging.NoteYou can see a sample report on this web page: http://www.milyn.org/docs/smooks-report/report.htmlNoteAlternatively, you can create a customExecutionEventListener
implementation.