[jira] [Commented] (OWB-1083) WebContextsService errors when servlet session invalidated during request lifecycle

2015-06-15 Thread Mark Struberg (JIRA)
:) WebContextsService errors when servlet session invalidated during request lifecycle --- Key: OWB-1083 URL: https://issues.apache.org/jira/browse/OWB-1083 Project

[jira] [Commented] (OWB-1083) WebContextsService errors when servlet session invalidated during request lifecycle

2015-06-12 Thread Adam Cornett (JIRA)
snapshot? I can test by dropping in the latest owb jar, but its always nice to have things just work WebContextsService errors when servlet session invalidated during request lifecycle --- Key: OWB

[jira] [Resolved] (OWB-1083) WebContextsService errors when servlet session invalidated during request lifecycle

2015-06-12 Thread Mark Struberg (JIRA)
problem. Plz retest! WebContextsService errors when servlet session invalidated during request lifecycle --- Key: OWB-1083 URL: https://issues.apache.org/jira/browse/OWB-1083

Re: WebContextsService errors when servlet session invalidated during request lifecycle

2015-06-11 Thread Mark Struberg
+1 and txs for reporting! LieGrue, strub Am 11.06.2015 um 15:07 schrieb Thomas Andraschko andraschko.tho...@gmail.com: +1 please create a issue 2015-06-11 1:13 GMT+02:00 Adam Cornett adam.corn...@gmail.com: If the session is invalidated during the processing of the request an

Re: WebContextsService errors when servlet session invalidated during request lifecycle

2015-06-11 Thread Thomas Andraschko
+1 please create a issue 2015-06-11 1:13 GMT+02:00 Adam Cornett adam.corn...@gmail.com: If the session is invalidated during the processing of the request an exception is thrown when OpenWebBeans is cleaning up. The issue is in the WebContextsService.destroyRequestContext method, which

WebContextsService errors when servlet session invalidated during request lifecycle

2015-06-11 Thread Adam Cornett
If the session is invalidated during the processing of the request an exception is thrown when OpenWebBeans is cleaning up. The issue is in the WebContextsService.destroyRequestContext method, which tries to get the session from the request, however it calls the no-arg getSession()

[jira] [Created] (OWB-1083) WebContextsService errors when servlet session invalidated during request lifecycle

2015-06-11 Thread Adam Cornett (JIRA)
Adam Cornett created OWB-1083: - Summary: WebContextsService errors when servlet session invalidated during request lifecycle Key: OWB-1083 URL: https://issues.apache.org/jira/browse/OWB-1083 Project