[appengine-java] Re: Issues using JDO query in RemoteAPI

2012-01-03 Thread Sant
+1

I am getting this error 

GRAVE: Received exception tearing down config of type 
com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
java.lang.ClassCastException: 
com.google.appengine.tools.remoteapi.ThreadLocalDelegate cannot be cast to 
com.google.appengine.tools.development.ApiProxyLocal
at 
com.google.appengine.tools.development.testing.LocalServiceTestHelper.getApiProxyLocal(LocalServiceTestHelper.java:429)
at 
com.google.appengine.tools.development.testing.LocalServiceTestHelper.getLocalService(LocalServiceTestHelper.java:438)
at 
com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.getLocalTaskQueue(LocalTaskQueueTestConfig.java:166)

during the execution of :

pManager = PMF.get().getPersistenceManager();

-- 
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/-/XwjbRPG7_1AJ.
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: Issues using JDO query in RemoteAPI

2012-01-03 Thread Sant
I just made it work. Make usre you can use DataNucleus' output to use JDO's 
persistence manager.

-- 
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/-/7a3UwoV8qDAJ.
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: Issues using JDO query in RemoteAPI

2011-11-04 Thread Kesava Neeli
GAE developers,

Anyone tried using java RemoteAPI on local servers and using the JDO object 
conversions? like in the example in this chain? I can only work with low 
level datastore Entity objects. If anyone has success with usage of JDO 
syntax on REmote API, your suggestions are much appreciated.. 

Thanks
Neeli 

-- 
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/-/andW9BCrtIgJ.
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: Issues using JDO query in RemoteAPI

2011-09-13 Thread Kesava Neeli
Hi 

Anyone has idea on how to make changes to appengine datastore from a java 
client running on your local desktop? My test app in the original post 
connects successfully to my remote app with Remote API. But the standard 
JDO persistence API calls fail. Am I missing any steps? The same code works 
when run on appengine. 

Does anyone have any java client sample code which interacts with appengine 
datastore? 

Thanks
Neeli 

-- 
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/-/xMaxMyP3MK4J.
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: Issues using JDO query in RemoteAPI

2011-09-03 Thread Kesava Neeli
Any one has suggestions? The JDO PersistenceManager api should work with 
remote api ?

-- 
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/-/h2Or6ESO6b8J.
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: Issues using JDO query in RemoteAPI

2011-08-31 Thread Kesava Neeli
Anyone has idea on what's wrong with the code?  The same code runs on 
appengine but not on my laptop via remote API. 

-- 
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/-/7PnqHki_PLUJ.
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.