Hi David, I just wanted to confirm regarding this. Does the scomp compiler doesn't show any Out of Memory Exeptions? And Moreover when we use wsdl2java command we do mention the databinding using -d option ,if we mention XMLBeans in that option will it not recompile the schema.Or is there a way to eliminate the recompiling of the schema .
Would like to know your ideas on this which is of a great help . Thanks And Regards Sriram P --- On Fri, 1/8/08, David Ojeda <[EMAIL PROTECTED]> wrote: From: David Ojeda <[EMAIL PROTECTED]> Subject: Re: XMLBeans ? is there a better approach To: [email protected] Date: Friday, 1 August, 2008, 3:50 AM Hello, I had a similar problem with XMLBeans, but regarding file generation. The XSDs I used were very big (10k classes), so this caused an OutOfMemoryException when doing wsdl2java. The solution I found was generating the XMLBeans classes in a separate xml with scomp and using wsdl2java with the -Ewdc option. Maybe this idea will help you. On Thursday 31 July 2008 04:31:13 am sri ram wrote: > Hi all, > Can anyone give me the better approach of databinding that I have to > follow for my project.This project has almost 396 method and can be more > in the upcoming releases, which are exposed as webservices. So while using > XMLBeans as databinding it created many .java and xsb files . These files > take ,quite a long time to get compiled and sometimes have > OutOfMemoryException and we have to set out heap size to get rid of this > exception. Once the aar file is deployed into the server and send a SOAP > request ,the Axis Servlet takes more time to get initialized which is one > of the main performance drawback. So can any one suggest a better > databinding to have better performance as a whole A databinding which can > give 100% schema support,Quick response and Quick initialization of the > servlet. > > Thanks And Regards > Sriram P > > > > . > > > > > > > > > > > > > > > Unlimited freedom, unlimited storage. Get it now, on > http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/ -- Ing. David Ojeda Integra Consultores Caracas, Venezuela --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/
