Re: [Axis2] Clarity in 1.7.x breaking change documentation

2021-03-10 Thread Kevin Lee
alternate class loading mechanism: > - It degrades performance. > - There is no test coverage for it. > - With r1794157 in place, in most cases, no temporary files will be > created and there is no need for a fallback mechanism. > > On Wed, Mar 10, 2021 at 7:19 AM Kevi

Re: [Axis2] Clarity in 1.7.x breaking change documentation

2021-03-10 Thread Kevin Lee
robertlazarski > wrote: > >> I see. I am looking at the docs now and am making some updates. >> >> Are you running JAX-WS services? How did you fix it? Did you use a >> ServletContextInitializer like the code I pasted? >> >> I ask because I don't use JAX-W

Re: [Axis2] Clarity in 1.7.x breaking change documentation

2021-03-09 Thread Kevin Lee
r. > > On Tue, Mar 9, 2021 at 11:15 AM Kevin Lee > wrote: > >> Hey Robert, >> >> I managed to upgrade successfully after finding that axis2.xml change, as >> the error messages for what to fix were fairly straightforward afterwards >> (before, the web serv

Re: [Axis2] Clarity in 1.7.x breaking change documentation

2021-03-09 Thread Kevin Lee
gt; // throw new IllegalStateException("'AxisServlet' could not be > mapped to '" + SERVICES_MAPPING + "'"); > } > } > > private void addATInitServlet(ServletContext container, > AnnotationConfigWebApplicationContext

[Axis2] Clarity in 1.7.x breaking change documentation

2021-03-09 Thread Kevin Lee
es to make note of this breaking change and include it in the 1.7.0 major release notes where it can be visibly seen. Best, Kevin Lee