2 Replies Latest reply on Jan 20, 2013 7:54 PM by zhlwjy

    JBossESB smooks Error

    zhlwjy

      I have JBossESB4.11 that deployed to JBoss AS 5.0. When I had translate csv to java use smooks, error happened!!!

       

      smooks-config:

      ---------------------------------------------

      <jb:value property="Birthday" decoder="date" data="Birthday">

         <jb:decodeParam name="format">yyyy-MM-dd</jb:decodeParam>

      </jb:value>

      ---------------------------------------------

       

      JBoss Error:

        Deployment "jboss.esb.vfszip:/E:/ESB/jboss-5.1.0.GA/server/default/deploy/EsbT

      ranslateDemo.esb/" is in error due to the following reason(s): org.milyn.javabea

      n.DataDecodeException: DataDecoder Class 'org.milyn.javabean.decoders.dateDecode

      r' is not available on the classpath.

       

      That I miss some jar? I can't use decoder in the smooks-config? Help me !!!!