Would you venture to submit a patch for review? :)
Ye Lu wrote:
Hi,
I am currently trying to integrate ODE into our own ESB using the axis2
integration layer. Our esb already has axis2 support, so the
integration is
quite easy. However, one problem that I came across is that the axis2
integration layer assumes that it will be deployed in a servlet container
(like tomcat) which is not the case in our platform. IMHO, I think we
can
make ODEServer much more self contained and reuseable by removing the
dependency on servlet related classes (the init method takes a
ServletConfig
parameter but only used it to get the path info, and ServletException in
a few other methods), perhaps into the ODEAxisServlet class. What do you
guys think?
Thanks.
Ye