Re: Which ORM and XML binding

2008-11-17 Thread Gustavo Aquino
Hi, The interceptor is the right way to do this. some people have different implementation about this, but this is the only way that i got success. On Mon, Nov 17, 2008 at 10:36 PM, pattabi < [EMAIL PROTECTED]> wrote: > > Hi, > > I am new to XmlBeans and I am using XmlBeans to invoke web serv

Re: Which ORM and XML binding

2008-11-17 Thread pattabi
Hi, I am new to XmlBeans and I am using XmlBeans to invoke web services. I have VO objects that implement the interfaces generated by the XmlBeans and want to copy values from VO to the XmlBean using BeanUtils but am not able to do it. I am using JDBCTemplate of Spring to build the VO. I cannot

RE: Which ORM and XML binding

2007-11-14 Thread Cezar Andrei
y, November 14, 2007 8:57 AM > To: user@xmlbeans.apache.org > Subject: Re: Which ORM and XML binding > > Jacob Danner wrote: > > >From previous posting on teh mailing list it sounds like some folks > > have had some success with hibernate. > > I can't say I&#x

Re: Which ORM and XML binding

2007-11-14 Thread Mansour
Jacob Danner wrote: >From previous posting on teh mailing list it sounds like some folks have had some success with hibernate. I can't say I've needed to do what you are describing, but it should be possible with some additional impl on your part. How? What do you mean by additional impl?? As f

Re: Which ORM and XML binding

2007-11-14 Thread Mansour
: user@xmlbeans.apache.org Gesendet: 14.11.07 06:14:55 An: user@xmlbeans.apache.org Betreff: Re: Which ORM and XML binding If there's something not clear about my question, then please let me know. Mansour wrote: Hello every one: I am new to xmlbeans, and before I start reading a

Re: Which ORM and XML binding

2007-11-13 Thread Boudigué Alioum
gt; An: user@xmlbeans.apache.org > Betreff: Re: Which ORM and XML binding > > If there's something not clear about my question, then please let me know. > > Mansour wrote: > > Hello every one: > > I am new to xmlbeans, and before I start reading and try to learn > >

Re: Which ORM and XML binding

2007-11-13 Thread Jacob Danner
>From previous posting on teh mailing list it sounds like some folks have had some success with hibernate. I can't say I've needed to do what you are describing, but it should be possible with some additional impl on your part. As far as managing the database side of things, XMLBeans doesn't do any

Re: Which ORM and XML binding

2007-11-13 Thread Mansour
If there's something not clear about my question, then please let me know. Mansour wrote: Hello every one: I am new to xmlbeans, and before I start reading and try to learn about it I need to know which ORM plays well with XMLBeans. First thing, I have a huge number of XML schema files that con