rc3 runs on gae for me (finally). The error I was getting previously, NoClassDefFoundError: org/springframework/core/convert/support/DefaultConversionService was because I was using Spring Security 3.0.0.RC1; rc3 needs the latest Spring Security, 3.0.0.RC2.
asianCoolz wrote: > any update on this? can rc3 run on gae? > > -- > > 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. > > -- 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.
