Monday, 5 March 2012

groovy.lang.MissingPropertyException : no such property
when a variable or property or attribute is not declared and trying to manipulate on that
eg:
def res = sql.rows("query")
[in the above line sql is not declared]

No comments:

Post a Comment