pzoio / impala

Automatically exported from code.google.com/p/impala
1 stars 2 forks source link

Give option to set thread context class loader in BaseImpalaServlet #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4049

Normally, subclasses of BaseImpalaServlet should need to set the thread
context class loader as they are typically working of the Spring MVC
architecture which handles class loaders properly.

However, this does not apply for Spring web flow, which creates new
application context for flow without setting the class loader properly,
implicitly using the thread context class loader.

Hence, need to add an option BaseImpalaServlet which will allow you to set
as a WEB-INF/web.xml servlet parameter whether to set the thread context
class loader.

Original issue reported on code.google.com by philzoio...@googlemail.com on 15 May 2009 at 10:03

GoogleCodeExporter commented 9 years ago
Fixed with r4061

Original comment by philzoio...@googlemail.com on 15 May 2009 at 11:12