Hi! I'm still working on upgrade from rc4 to rc5 (with very high degree of success, I need to say). But I'm working on a patched version of OJB due the following issues (not bugs, just workarounds):
1) Lack of RemovalAwareList (ok, I already sent code to Thma - thanks, I'll be happy not needing to patch my sources on this!); 2) The rc5 introduced a "Unmaterialized proxy for..." when calling toString avoiding materialization due "logging" (se comments inside code)??? This is annoying, because all my objects lacks on toString when being shown in JLists, JCombos and sometimes in JTables too. Also, all my custom Swing components depends on toString to show contents. I've patched, but I think there is no high gains avoiding materialization when calling toString (production servers should avoid logging, right?). I'm patching OJB source locally. 3) I'm using a some time ago discussed (with Armin, as far as I remember) feature for "virtual" mappings for queries (adding references/collections to object dinamically used only for queryies, but that will not be inserted, updated nor deleted anytime). I would like to expand a little the discussion, because I think it can be a very usefull feature to others. Thanks by your attention (and patience), Edson Richter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
