[appengine-java] Re: JDO/JPA Snippets That Work - Executing Batch Gets

2011-10-12 Thread Hakim
Hi guys

I'm trying to execute a JDO batch Get using the code presented by Max, but I 
still seeing several datastore_v3.Get on the appstats of my application. Is 
this normal?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/Ac-dveGt-4UJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: JDO/JPA Snippets That Work - Executing Batch Gets

2011-10-13 Thread Hakim
this is a part of the stack of a datastore_v3.Get:

*Stack:*com.google.appengine.tools.appstats.Recorder:290 makeAsyncCall() 
com.google.apphosting.api.ApiProxy:184 makeAsyncCall()
com.google.appengine.api.datastore.DatastoreApiHelper:81 makeAsyncCall()   
  com.google.appengine.api.datastore.AsyncDatastoreServiceImpl:332 
doBatchGetBySize()
com.google.appengine.api.datastore.AsyncDatastoreServiceImpl:381 
doBatchGetByEntityGroups()
com.google.appengine.api.datastore.AsyncDatastoreServiceImpl:275 get()   
  com.google.appengine.api.datastore.DatastoreServiceImpl:87 get()   * 
org.datanucleus.store.appengine.RuntimeExceptionWrappingDatastoreService:84 
get() *org.datanucleus.store.appengine.query.DatastoreQuery:350 
fulfillBatchGetQuery()
org.datanucleus.store.appengine.query.DatastoreQuery:280 executeQuery()   
  org.datanucleus.store.appengine.query.DatastoreQuery:255 performExecute()   
  org.datanucleus.store.appengine.query.JDOQLQuery:92 performExecute()
org.datanucleus.store.query.Query:1489 executeQuery()   
  org.datanucleus.store.query.Query:1371 executeWithArray()
org.datanucleus.jdo.JDOQuery:243 execute()
 com.bladypress.backend.dao.NewsGaeDAO:190 getNewsByListId() 

is it normal that a* RuntimeExceptionWrappingDatastoreService* is rised *?
*

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/hbJUKTW-KWEJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.