Hi,

I'm using jdo and xml package of Castor in one environment. 

from DB:

load object
unmarshal it to xml
send it to webservice

to DB:

get xml from webservice
marshal it to object
create in DB


For reading and creating of records it works fine. But now
i'm trying to find a solution for updating records in the DB.

In the process of updating i need to load the record into a
data object and set all the values from the marshalled object.
Unfortunately it is not possible to change the objectreference 
and commit it.

I can imagine that this problem has kept someone busy before.
I'm interested in a solution to this one.


Hope to hear.


Regards, 
Robin Hoogeboom

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to