Hello, I have observed the following behaviour in OJB 0.9.9 and just wanted to verify that it is intended this way.
I have classes A and B, and A references B. (The primary key of B is of type long, which is mapped to jdbc type NUMERIC.) When I retrieve an A instance from the database and the respective foreign key column has as 0 in it, the B reference is null. So far, everything is great. But when I configure class B (or, alternatively the B-reference inside A) as dyamic proxy, the reference is not null, but rather a dynamic proxy that references a null. Is that intended? It is a bit unconvenient. Oliver -- Dr. Oliver Matz ppi Media GmbH Deliusstra�e 10 D-24114 Kiel phone +49 (0) 43 1-53 53-422 fax +49 (0) 43 1-53 53-2 22 email mailto:[EMAIL PROTECTED] web www.ppi.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
