java - Debugging parse error -



java - Debugging parse error -

i getting parse error @ line 1 column 29.

if (xpath:{path file location}.equals("xname")) { workflow.setvariable("variable); workflow.setvariable("variable); ([column1] ,[column2] ,[column2]) values (xpath:{} ,'xpath:{}' ,'xpath:{}' ) ); }

what need prepare this?

if had guess, i'd it's due misspelled "locaiton" in path.

java xml xpath workflow

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -