Remo,

Could we see the full body of the method? It is not clear at this point what
could be your problem but among other things, I am assuming the query is not
running well from the prompt. You might have something like

Do rs.Execute()
While rs.Next() {
  Set autorList = rs.Data("Autors")
  For x=1:1:$ListLength(autorList) { .... }
}

and maybe for some reason there is no data when running from the prompt and
there is when running from Eclipse? (Different arguments to Execute()?)

This is far-fetched, I admit, but what draws my attention is the fact that

Write $ListLength(rs.Data("Autors"))

yields the same error. From my knowledge of the Java projection, this is a
"pure Cach�" error and it shouldn't really matter whether it's being called
from Cach� itself or Java, so we should look into the entire method body and
see if e.g. the same parameters are being used on each call.

HTH,

Ram�n

-- 
ZCacheLib - Open Source Extensions for Cach�
http://www.zcachelib.org



Reply via email to