"OJB Users List" <[EMAIL PROTECTED]> schrieb am 27.02.04 14:56:23:
> 
> 
> 
> 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]
> 

I used the dynamic proxy ability provided by OJB. I configured proxy="dynamic" for all 
dynamic proxies in my project. It worked correctly with mySQL. Just now after the 
migration to oracle I get this exception.

Best Regards

Kim Wegerle
______________________________________________________________________________
Ein Grund zum Feiern: Die PC Praxis ermittelt zwischen 10 grossen
Mailprovidern WEB.DE FreeMail als Testsieger http://f.web.de/?mc=021190


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to