mirion

Results 8 comments of mirion

Actually this is trivial. In order to use view you have just to solve the problem of the primary key. I needed this feature so I implemented it, you can...

I think that the framework should be able to offer support for easy values transformation. As @lickel mentioned above, this is a highly repetitive task. Indeed not having it is...

I also noticed a similar issue. Digging into the logs I found the following stack trace: ``` WARNING: Could not load session with id 99124C00B7D1AFEAA5DF8697B74C4E81 from memcached. java.lang.NullPointerException at de.javakaffee.web.msm.MemcachedSessionService.loadFromMemcached(MemcachedSessionService.java:1138)...

@magro, The NPE may indeed appear during an app reload as I found the stack trace into eclipse. I noticed initially that the sessions are expiring very quickly (few minutes)....

@magro Thanks a lot. 1. I'll take a look at commit #eddf4c4. If I understand well, I should remove session-timeout from conf/web.xml and use maxInactiveInterval into the Manager's def? I...

We are not saving the URL as an object but the coordinates of the server and we later compose the JDBC URL to build the datasource if needed. I'll make...

@magro Re 1. I was forced to set maxInactiveInterval into the manager. I know that is deprecated, but for unknown reasons I was not able to convince tomcat to use...

I'm sure that you know better how the session managers are working. I didn't dig into your code, but I suppose that you (synchronously?) save the session into the storage...