Jarmo, We've gone thru a lot of profiling for memory leaks and speed, numbers are holding up pretty well. My gut feeling is that we are ready for production, but the 0.94 moniker may be a bit worrisome. it's there because of some check boxes are not ticked off on the wish list (rpc/encoded for example and note that we are yet to compile a comprehensive list of things we have *not* done yet).
Here's what i'd recommend about 0.94 release. - Write a good doc/lit wsdl for your service (pay attention to SOAPAction in the wsdl) - Run the codegen (w2j) using XmlBeans databinding - Make sure you drop your custom WSDL in META-INF/service.wsdl so that it is picked up at runtime when u type "?wsdl" - If you want a faster databinding, try the ADB, but that has less schema coverage than xmlbeans. (log bugs if you want specific stuff, be prepared to wait for the team to implement) - Try it both on server and client - Lastly, please log bugs *as* and *when* u find them with your WSDL. We need all the feedback and help we can get. Thanks for the encouraging words. -- dims On 1/11/06, Jarmo Doc <[EMAIL PROTECTED]> wrote: > Hi Dims, how would you categorize 0.94 (beta? functionally complete except > for xyz?) and what's the tentative schedule for a production-quality release > of Axis 2? > > Thanks to you and your team and keep up the good work. > > > >From: Davanum Srinivas <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [email protected] > >Subject: Re: Any example to send/receive MTOM attachments in Axis 1.3? > >Date: Wed, 11 Jan 2006 09:44:36 -0500 > > > >Tao, > > > >I'd recommend using Axis2 if you need MTOM support. 0.94 is being cut > >as we speak. > > > >thanks, > >dims > > > >On 1/11/06, Liu, Tao <[EMAIL PROTECTED]> wrote: > > > Hi, Is there any sample code to use MTOM in Axis 1.3 > > > > > > The release notes for Axis 1.3 states that it has preliminary support > >for > > > MTOM. > > > > > > Thanks, > > > Tao > > > > > > > > >-- > >Davanum Srinivas : http://wso2.com/blogs/ > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today - it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > -- Davanum Srinivas : http://wso2.com/blogs/
