Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Session Scope

  1. #11
    Join Date
    Oct 2008
    Posts
    0

    Default 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.

  2. #12
    Join Date
    Oct 2008
    Posts
    0

    Default 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) ..

  3. #13
    Join Date
    Jan 2006
    Location
    Zürich, Switzerland
    Posts
    423

    Default 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
  •