Hi,
I have an app with Spring, JSF 2 and JPA, and everything seems to run
fine except when using Spring beans annotated with the @Scope
("session") annotation. When I try to use them, I get a class not
found exception (javax.naming.Exception), which I know is not part of
the white list.
It seems to be caused by the registerDestructionCallback() method of
the org.springframework.web.context.request.SessionScope class,
because commenting out this method the exception does not happen.
However, the bean does not seem to behave correctly, as it is
instantiated every now and then (definitely not behaving like a
session object). Anyone had this problem before? Any ideas? I have the
sessions enabled in the appengine-web.xml file...
Thanks,
Bruno
--
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=.