User 247c00dc1d
23-04-2013 10:07:44
Hello!
I try to use the script from here, but it doesn't work, got an error...
org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingMethodException: No signature of method: static com.im.ijc.widgets.abstractwidget.FieldHelper.getCurrentValue() is applicable for argument types: (com.im.df.impl.db.ResultSetImpl$VS, com.im.df.impl.db.field.DBFieldChemicalTerms, java.lang.Boolean) values: [VS{vertex=RootV{entity=com.im.df.impl.db.entity.DBEntityJChemBaseImpl@7d84326[name=Empty ,description=null,type=IJC_Default_Implementation_v1_DBEntityJChemBase,id=1899A4C7A93E17B6B229AC1287DC636B,xAttrs[]]}}, ...]
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:97)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)
it seems that error is in this string:
iupac = com.im.ijc.widgets.abstractwidget.FieldHelper.getCurrentValue(parentVS, field, true)
Please, help me fix this error, and run transferring the data from choosed field into the browser, like in this example IUPACname field transferred into the google.
Thanks!