HI, I used grails and I add in my applicationContext :
<bean id="multipartResolver" class="is.hax.spring.web.multipart.StreamingMultipartResolver"> </bean> But i always have the error java.lang.NoClassDefFoundError: java.rmi.server.UID is a restricted .... at org.springframework.web.multipart.commons.CommonsMultipartResolver.parseRequest(CommonsMultipartResolver.java: 155) It was like If I have not add in my applicationContext <bean id="multipartResolver" class="is.hax.spring.web.multipart.StreamingMultipartResolver"> </bean> an idea ? -- 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.
