Hi

I'd like to use Aries to define CXF endpoints but load them as part of loading a web application, as opposed to using OSGI-INF, so I'd like to do something like (same way it can be done with Spring)

<listener>
        <listener-class>
              **aries**.web.context.ContextLoaderListener
        </listener-class>
    </listener>
    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>
              WEB-INF/ariesContext.xml
        </param-value>
    </context-param>


I wonder, if we should basically create an analog of CXFServlet which deals with Spring, something like CXFAriesServlet ?

Cheers, Sergey

Reply via email to