Change od Schema during Runtime

2006-03-09 Thread Guido Beutler
Hello, I would like to copy complex objects from schema A to schema B. This would run in a managed environment (JBoss EJB Server) The schema is configured at the XML Mapping, can I change this during runtime like 1) read data from schema A 2) change schema 3) store the same objects to schema B

Re: Change od Schema during Runtime

2006-03-09 Thread Armin Waibel
Hi Guido, Guido Beutler wrote: Hello, I would like to copy complex objects from schema A to schema B. I suppose you mean copy data from one DB to another or from table A to table B within the same DB. This would run in a managed environment (JBoss EJB Server) The schema is configured at