If the classes are being loaded from UserClassLoader from a jar in your WEB-INF/lib containing a manifest, they should get package information from that manifest. If that's not what you're seeing, please file an issue in the tracker for us with a simple reproducing webapp.
On Tue, Nov 24, 2009 at 4:11 PM, Peter Niederwieser <[email protected]>wrote: > I've tried the following in Groovy Web Console (http:// > groovyconsole.appspot.com/): > > println Closure.getClassLoader() > println Closure.getPackage() > println Closure.getPackage().getImplementationVersion() > > Output: > > com.google.apphosting.runtime.security.userclassloa...@4bb369 > package groovy.lang > null > > Why does getImplementationVersion() return null? Is this the expected > behavior on GAE? > > Cheers, > Peter > > -- > > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- 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.
