2 Replies Latest reply on Sep 16, 2008 4:03 PM by mike_ap

    org.jboss.soa.esb.visitors.DOMServiceDelegateVisitor problem

      I'm trying to split a csv file using smooks and then use org.jboss.soa.esb.visitors.DOMServiceDelegateVisitor to route each fragment to another service.

      First I use the CSVParser and then I have the following:

       <resource-config selector="csv-record">
       <resource>org.jboss.soa.esb.visitors.DOMServiceDelegateVisitor</resource>
       <param name="service-category-name">ESBService</param>
       <param name="service-name">FragmentValidator</param>
       <param name="send-in-visit-after">true</param>
       </resource-config>
      


      When I print the message from the destination service, I only get the following:
      
      [csv-record: null]
      


      Am I doing something wrong? Is this a bug?

      Thank you