Re: upgrading 1.4 > 1.5, now get InstantiationException on AuthenticatedWebSession at startup

2011-11-07 Thread Chris Merrill
Ugh...AuthenticatedWebApplication is abstract and thus cannot be instantiated! Somewhere during my upgrade, my application started returning that instead of my session class :( Sorry for the noise. Chris On 11/7/2011 2:55 PM, Chris Merrill wrote: > I've converted two apps from 1.4 to 1.5.

upgrading 1.4 > 1.5, now get InstantiationException on AuthenticatedWebSession at startup

2011-11-07 Thread Chris Merrill
I've converted two apps from 1.4 to 1.5. My GAE app seems to now be working fine, but my other app, which runs in the more traditional Tomcat container and uses OpenJPA/Derby and Spring is getting the exception below. I've stepped down to that level of the code (AuthenticatedWebApplication.new