Hi,
I used the new jar cloveretl.component.jar which is havinf Public setQuotedString(boolean flag) method.I used that method but by using that jar i am facing a new problem..please look into this.
Exception in thread "main" java.lang.NoSuchFieldError: CLOVER_FIELD_REGEX
at org.jetel.component.DBOutputTable.<clinit>(DBOutputTable.java:239)
at com.mps.pubstats.tool.MadatoryDedupGraph.runGraph(MadatoryDedupGraph.java:127)
////
So please help me for resolving this........
Thanks,
Hanuman
I used the new jar cloveretl.component.jar which is havinf Public setQuotedString(boolean flag) method.I used that method but by using that jar i am facing a new problem..please look into this.
Exception in thread "main" java.lang.NoSuchFieldError: CLOVER_FIELD_REGEX
at org.jetel.component.DBOutputTable.<clinit>(DBOutputTable.java:239)
at com.mps.pubstats.tool.MadatoryDedupGraph.runGraph(MadatoryDedupGraph.java:127)
////
So please help me for resolving this........
Thanks,
Hanuman
-
Hi, Please reply me for the same.....i am stuck because of that...
Thanks,
Hanuman -
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 -
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.
Comments 3