My solution was to use Spring 3.0.0.RC2. I have problems with RC3.
a.maza wrote: > this is a known issue.. there are several threads in this forum about > it > > http://groups.google.com/group/google-appengine-java/search?group=google-appengine-java&q=naming+exception > > > > On 2 Dez., 12:33, Rafael Reuber <[email protected]> wrote: >> The log shows this: >> org.springframework.web.servlet.FrameworkServlet initServletBean: >> Context initialization failed >> org.springframework.beans.factory.BeanCreationException: Error >> creating bean with name >> 'org.springframework.context.annotation.internalPersistenceAnnotationProces貞or': >> Initialization of bean failed; nested exception is >> java.lang.NoClassDefFoundError: javax/naming/NamingException >> >> On Dec 2, 12:44 am, Rusty Wright <[email protected]> wrote: >> >> >> >>> Is there anything helpful in the error log? You can view it on the >>> dashboard; >>> https://appengine.google.com/ >>> Rafael Reuber wrote: >>>> Hi Toby, >>>> The error only happens when I try to access the application >>>> through the GAE. It's funny, In my computer it work! >>>> The GAE throws erro, when I do deploy with these tag >>>> "<context:component-scan base-package="br.com.project.controller" />" >>>> in my spring-context.xml >>>> On Nov 29, 11:23 am, Toby <[email protected]> wrote: >>>>> Hi Rafael, >>>>> What kind of error do you get, what annotations do you use? >>>>> I used @Autowired and @Ressource and it worked fined. My main problem >>>>> is that appengine unloads the webapp after short idle time. Whenever >>>>> it is needed again it is reloaded which takes long and costs a lot of >>>>> cpu time. I found that stripping annotations accelerated the process. >>>>> Cheers, >>>>> Tobias >>>>> On Nov 28, 9:31 pm, Rafael Reuber <[email protected]> wrote: >>>>>> I developed an program with Spring MVC + annotations. He done in my >>>>>> computer. But when I make deploy and try acess the application, the GAE >>>>>> throws an error. Someone got use annotations with Spring MVC? >>>>>> -- >>>>>> Rafael Reuber >>>>>> MSN/Gtalk: [email protected] >>>> -- >>>> 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 >>>> athttp://groups.google.com/group/google-appengine-java?hl=en.- Zitierten >>>> Text ausblenden - >> - Zitierten Text anzeigen - > > -- > > 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.
