Axis2 1.5.4 comes with a newer version of Apache Axiom (to take advantages of security and performance improvements). In that version of Axiom, the IS_DATA_HANDLER_AWARE thing is superseded by a more flexible mechanism, but it is still supported for backward compatibility. The Axis2 trunk (which will become Axis2 1.6) uses the new API, but since Axis2 1.5.4 is a maintenance release, these changes have not been integrated into that version. So, it's kind of expected to get these deprecation warnings.
Andreas On Mon, Jan 24, 2011 at 22:47, Blair, Matthew <[email protected]> wrote: > Greetings, > > > > I am currently using Axis2 1.5.4 for a server-side web-service > implementation, and I am encountering compile warnings on > org.apache.axiom.om.OMConstants.IS_DATA_HANDLER_AWARE. The code that > generates these warnings is the code generated by wsdl2java. Is this > expected for Axis2 1.5.4? I am upgrading form 1.5.1, and did not encounter > this "problem" with that version. > > > > > > Thanks for your assistance! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
