On Fri, 27 Feb 2004, Kim Wegerle wrote:
> Hello, > > the repository I use was correct for use with mySQL. All features in my web > application worked fine. Now after changing the database vendor from mySQL to Oracle > I have Problems while updating, inserting or deleting objects. I use Oracle in > combination with OJB RC5. I use the ODMG interface to access data. I use virtual > proxies for lazy materialization. The error message I receive is: What proxies do you mean, the ojb proxy mechanism or some application specific mechanism ? The error message states that you tried to store an instance of Proxy. If you use the ojb proxy mechanism, then the object is possibly not materialized yet (though I may be wrong about that; you can check with the help of the ojb class ProxyHelper). If you roll your own proxy mechanism, then you'll need to update to CVS Head as this was not working in RC5 and earlier. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
