I'm having troubles with a $List from Cache. I wrote a method that gets a
List-Object from a resultSet and repeats some action for every element of
this list.

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

The method works as long as i invoke it from the cache-TERMINAL. But as soon
as I'm trying to invoke the same method from my java client (ECLIPSE), I'm
getting this error-message:

com.intersys.objects.CacheServerException:
<LIST>zMyMethod+25^cache.MyClass.6


When I'm writing: Write $ListLength(rs.Data("Autors")), the same error
occurs. So what's the joke with this $List???

Thx for your answers...
best regards
Remo





Reply via email to