0 Replies Latest reply on Mar 17, 2010 6:59 AM by nanking

    SmooksTransformer problem in the quickstarts samples: fun_cbr

    nanking

        Hi, I am trying to run quickstart example of jbossesb4.7: fun_cbr.

      However, after I add the following code according to the introduction of readme.txt in jboss-esb.xml:


            <action name="transform" class="org.jboss.soa.esb.actions.converters.SmooksTransformer">

               <property name="resource-config" value="/smooks-res.xml" />

            </action>


            <action name="convertPOJO2Message" class="org.jboss.soa.esb.dvdstore.DVDStoreAction" />

            <!-- this will send everything to the console -->

            <action name="dump" class="org.jboss.soa.esb.actions.SystemPrintln">

              <property name="printfull" value="true"/>

            </action>


      It does't work, esb server gives warning:

         WARN  [ActionProcessingPipeline] No fault address defined for fault message!

          To: JMSEpr [ PortReference < <wsa:Address jms:127.0.0.1:1099#queue/quickstart_Fun_CBR_ToGreenTransformer/>,

          <wsa:ReferenceProperties jbossesb:java.naming.factory.initial : org.jnp.interfaces.NamingContextFactory/>,

          <wsa:ReferenceProperties jbossesb:java.naming.provider.url : 127.0.0.1:1099/>,

          <wsa:ReferenceProperties jbossesb:java.naming.factory.url.pkgs : org.jnp.interfaces/>,

          <wsa:ReferenceProperties jbossesb:destination-type : queue/>,

          <wsa:ReferenceProperties jbossesb:destination-name : queue/quickstart_Fun_CBR_ToGreenTransformer/>,

           <wsa:ReferenceProperties jbossesb:specification-version : 1.1/>,

           <wsa:ReferenceProperties jbossesb:connection-factory : ConnectionFactory/>,

           <wsa:ReferenceProperties jbossesb:persistent : true/>,

           <wsa:ReferenceProperties jbossesb:acknowledge-mode : AUTO_ACKNOWLEDGE/>,

           <wsa:ReferenceProperties jbossesb:transacted : false/>,

           <wsa:ReferenceProperties jbossesb:type : urn:jboss/esb/epr/type/jms/> > ]

           MessageID: 9ce43be2-6746-43e9-9754-9a793299e890

           RelatesTo: jms:correlationID#9ce43be2-6746-43e9-9754-9a793299e890


         thanks