Armin Waibel
Tue, 19 Feb 2008 15:59:05 -0800
Armin Waibel wrote:
In the 1:n associations I set auto-retrieve="false" and proxy="dynamic". As my classes do not implement interfaces, I'm using CGLib as ProxyFactoryClass.
Now I get your point. You are using dynamic proxies for the referenced objects (and maybe a proxy reference for the 1:n relation too) and OJB return the wrong instance for all subclasses.
Another problem that came up after I started using proxies is in thehierarchy mapping. I'm using just one table to map my class hierarchy. So,this table has a CLASSNAME field to identify which class to load. In the constructor of my base class I have asetOjbConcreteClass(this.getClass().getName()) call. Before using proxies,the class name was configured correctly. But after, instead of having thereal object class name, the application configures the classname field usingthe proxy class name.I assume there should be something wrong with my mapping files or some otherpoint in my application. As said earlier, I believe proxies should be transparent. Did someone here experience the same problems?Hm, I will have a look at this tomorrow (will try to reproduce your issue).
I can reproduce the issue and create a bug report: http://issues.apache.org/jira/browse/OJB-138 Setup some new tests and it seems that I can fix it soon. regards, Armin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]