Hi, Can someone please answer this question? http://stackoverflow.com/questions/8402012/how-to-use-servletscopes-scoperequest-and-servletscopes-continuerequest
For my part, I've attempted the following: 1. HTTP request queues an operation in a worker thread. 2. Worker thread completes operation, invokes ServletScopes.scopeRequest() in order to update the database. 3. Database complains that the Connection is already closed (probably by the HTTP request from #1) I am expecting ServletScopes.scopeRequest() to create a new (non-HTTP) request which, in turn, should open a new Connection. Any ideas? Thanks, Gili -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
