Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.) Date of First Response: 2009-02-25 20:56:47 project_key: SOA There appears to be a missing diagram or screenshot in the Services Guide, Chapter 8: Content Based Routing using Smooks The Smooks configuration for the above example would look as follows. Resource configurations #1 and #2 are there to bind data from the source message into Java Object in the Smooks bean context. In this case, we're just binding the data into HashMaps. The Map being populated in configuration #2 is recreated and repopulated for every order item as the message is being filtered. The populated Java Objects (from resources #1 and #2) are use to populate a FreeMarker template (resource #4), which gets applied on every order item, with the result of the templating operation being output to a FileResourceStream (resource #3). The FileResourceStream (resource #3) also gets applied on every order item, managing the file output for the split messages.
Link: Added: This issue related JBESB-2256
fix checked into https://svn.devel.redhat.com/repos/ecs/JBoss_SOA_Platform/4.3.CP01/Services_Guide
Release Note: SOA-1106 The missing resource configuration examples from the Content-based Routing using Smooks chatper have been added. The illustration in this chapter has also been improved.
Assigning to QE to verify that the change is in the 4.3 CP01 docs.
Verified with 4.3.GA_CP01 CR2.