[ http://issues.apache.org/jira/browse/AXIS2-346?page=all ]
     
Davanum Srinivas resolved AXIS2-346:
------------------------------------

    Resolution: Fixed

Applied patch.

thanks,
dims

> AxisServlet:  abstracting initialization of ConfigurationContext
> ----------------------------------------------------------------
>
>          Key: AXIS2-346
>          URL: http://issues.apache.org/jira/browse/AXIS2-346
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: transports
>     Versions: 0.93
>     Reporter: Alex Boisvert
>  Attachments: AxisServlet.diff, AxisServlet.java
>
> I was wondering if the current maintainer of AxisServlet could review the 
> following changes to AxisServlet.   The refactoring is aimed at improving the 
> extensibility of AxisServlet by allowing the override of initConfigContext().
> The use-case I am trying to support is to obtain a ConfigurationContext from 
> JNDI (instead of directly loading from file system) to share 
> ConfigurationContext between loosely-coupled components in different 
> classloading hierarchies and/or where the configuration repository is not 
> deployed in the servlet's /WEB-INF directory.
> I'm open to other approaches if anyone has better ideas on how to abstract 
> the initialization of the ConfigurationContext, such as enhancing the 
> ConfigurationContextFactory.  I was just going for the simplest solution to 
> support this kind of extensibility. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to