Anybody else using svc-query-jdbc?  After updating the module, I get
cast exceptions trying to get data from the QueryResult (a List of Map
objects).

Before the last code change to the project I was able to get all data like:

code = SuperString.notNull( (String) oneRSRecord.get("ScreenMsg") );

where oneRSRecord is a nested Map from the List.  Now seems the "fields"
are typed in a manner that doesn't convert to a String.                         

I may have migrated to java 1.5 in there also (I was pulled from dev for
several months).  Seems like there were lots of changes to DefaultQuery,
am I the only person having this problem.  Any suggestions, besides
changing all instances to expect a certain data type?

TIA,
gene
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to