Customer Portal

problem while using updated jar..

Comments 3

  • Avatar
    mishra.hanu@yahoo.co.in
    0
    Comment actions Permalink
    Hi, Please reply me for the same.....i am stuck because of that...

    Thanks,
    Hanuman
  • Avatar
    mishra.hanu@yahoo.co.in
    0
    Comment actions Permalink
    In new Jar you have ...
    static
    {
    CLOVER_FIELDS_PATTERN = Pattern.compile(Defaults.CLOVER_FIELD_REGEX);
    }


    but in the previous version u have ..
    private static final Pattern CLOVER_FIELDS_PATTERN = Pattern.compile("\\$(\\w+)");


    this difference causes for this error...


    Thanks,
    Hanuman
  • Avatar
    jurban
    0
    Comment actions Permalink
    So you're mixing a new version of cloveretl.component.jar with old versions of other jars? If that's the case then it won't work.

Please sign in to leave a comment.