http://issues.apache.org/jira/browse/AXIS2-346

Thanks, as you can see we are in the process of integrating PXE with Axis2. Expect good things to happen in the BPM space!

alex


Davanum Srinivas wrote:
Alex,

Could you please open a JIRA issue? BTW, congrats on the PXE acquisition :)

-- dims

On 12/19/05, Alex Boisvert <[EMAIL PROTECTED]> wrote:
Hi (and hello to everybody I met at JavaOne!)

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.

cheers,
alex

Reply via email to