Hi, I'm trying to write a unit test for persistence using JDO and I noticed that I need an instance of ApiProxyLocalImpl to achieve it. The problem is that I'm unable to instantiate it as it this not a public class.
ApiProxyLocalImpl can be found inside com.google.appengine.tools.development in both appengine-testing.jar and appengine-local-runtime.jar What is the problem? Where can I find a public version of it? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
