I just added three new classes to my application; they're very similar to existing ones. The functionality works in the dev environment, but not live: at least one class is missing from the deploy. It (like many others) is loaded via Class.forName and newInstance.
I see the .class files in the staging directory, but once deployed the app throws a java.io.FileNotFoundException when it tries to load it. Are there limits to the number of classes in a package or something? -- 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/-/5uMSJk4Si7AJ. 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.
