Search:

Type: Posts; User: byarger; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,589

    getting 3.0.0.RELEASE from EBR

    I can download 3.0.0.RELEASE fine from the link in this post, but I can't get it out of the springsource EBR. Should it be published to http://repository.springsource.com/maven/bundles/release ? I...
  2. Thread: Logout problem

    by byarger
    Replies
    3
    Views
    2,350

    I have experienced this same problem. I entered...

    I have experienced this same problem. I entered a bug in JIRA for it (SEC-394), so hopefully we can get a fix.
  3. Replies
    6
    Views
    2,655

    JIRA issue created

    I went ahead and created a JIRA issue for this. I'm certainly open to discussing any other workarounds (like invalidating the HttpSession somehow) if anyone has any other suggestions.

    Brian
  4. Replies
    6
    Views
    2,655

    check for "active" sessions in ConcurrentSessionControlller?

    I was thinking further about possible ways to solve this problem, and thought maybe ConcurrentSessionController could look for active sessions instead of just counting all sessions returned from...
  5. Replies
    6
    Views
    2,655

    invalidating session?

    Ben,

    Thanks for the method addition, that saves me from duplicating code. In the message above you mention finding a way to invalidate a user's session via concurrent session support. Is this...
  6. Replies
    6
    Views
    2,655

    working solution

    I extended the SessionRegistry interface, and added a method to return me all the active principals. Since the SessionRegistryImpl provides no public/protected access to its Maps, extending it...
  7. Replies
    6
    Views
    2,655

    SessionRegistryImpl expose all principals?

    I'm working on adding some screens to my admin interface to show the current logged in users, and logout a user. I'm using ConcurrentSession support, and it seems like someone is always closing a...
  8. Replies
    0
    Views
    846

    spring + quartz without db locking?

    I am using quartz configured through the SchedulerFactoryBean, but I'd like to use the SimpleSemaphore class for locking instead of StdRowLockSemaphore. Since LocalDatasourceJobStore extends...
Results 1 to 8 of 8