On Mon, Mar 17, 2014 at 10:32 PM, Raja Khan <[email protected]> wrote:
> I am using Spring 2.0 and hibernate, but I am getting following error when > I am trying to port my application to GAE. > > DriverManagerDataSource]: Bean property 'hibernate' is not readable or has > an invalid getter method: Does the return type of the getter match the > parameter type of the setter > > Here is the application.xml > It's not an issue with your application.xml file; the originating exception means that there's no *hibernate* property available on the target bean. You may want to check your documentation and make sure you're configuring the appropriate properties. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
