-
Aug 12th, 2008, 06:23 AM
#11
Session Scope
2) yep, the cglib (com.springsource.net.sf.cglib-2.1.3.jar) is located in the right directory. I need it for hibernate in any case.
1) The session should be created from within spring mvc. My controller definitions do look like:
...
p:requireSession="true"
p:synchronizeOnSession="true"/>
...
Thus I assume that the application should be session-aware.
But if you dont have any idea about it, I might have to look somewhere else. I thought that it might a bug or a misconfiguration of the s2ap from my side.
-
Aug 12th, 2008, 08:16 AM
#12
Session Scope
Perhaps this one helps:
org.springframework.web.HttpSessionRequiredExcepti on: Pre-existing session required but none found
My controller extends the AbstractController and implements handleRequest(request, session, respone) ..
-
Aug 12th, 2008, 08:22 AM
#13
Session Scope
Hi Thorsten,
I think it would beneficial if you would create a JIRA to track the problems you're seeing (e.g., a summary of this thread) so that we can make sure there are no issues we need to address within the Platform. If you have a small example which runs fine as a standard WAR (e.g., on Tomcat) but fails when converted to a web module on the Platform, that would also be helpful.
Thanks,
Sam
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules