Simply create a Jira entry, describe your enhancement or bug fix and
attach a patch in the form of a diff against the current trunk.
http://issues.apache.org/jira/browse/ODE
alex
Ye Lu wrote:
Sure. What's the procedure for submitting patches?
Thanks.
Ye
On 10/2/06, Alex Boisvert <[EMAIL PROTECTED]> wrote:
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
>