Reputation: 13
I'm try to use WebRowSet in GAE/J App. javax.sql.rowset.WebRowSet and javax.sql.rowset.CachedRowSet are in JRE White list for GAE. When i deploy my app to gae i see the error: com.sun.rowset.CachedRowSetImpl is a restricted class. Please see the Google App Engine developer's guide for more details.
Which implementation may i use in GAE for WebRowSet ?
Upvotes: 0
Views: 226
Reputation: 80340
AFAIK, this is only available if you are using Google Cloud SQL. Did you enroll?
Upvotes: 0