Re: OpenJPA and JAXB

2009-08-14 Thread Pinaki Poddar
Hi, You may find these URLs relevant.. [1] http://n2.nabble.com/Fluid,-SDO-persistence-with-JPA-td2992382.html [2] http://people.apache.org/~ppoddar/fluid/site/welcome.html Thomas G Lawless wrote: > > > > I have been experimenting with OpenJPA and JAXB with regard to

OpenJPA and JAXB

2009-08-13 Thread Thomas G Lawless
I have been experimenting with OpenJPA and JAXB with regard to storing and retrieving XML from an DB2 9.7 database and I've run into a problem. I've gone through the steps of creating a simple XML schema and generating the Java classes using xjc. I have followed the steps in the Open