Community
Participate
Working Groups
Current implementation (in HibernateStoreAccessor) simply throws an UnsupportedOperationException.
See also bug 329799.
Created attachment 183069 [details] Attachment for support xref, property values and xref Note, this patch needs to be checked by me some more. Is only attached for archiving purpose.
Created attachment 183070 [details] patch for xref, blob, property For archiving purposes
Comment on attachment 183070 [details] patch for xref, blob, property Error in patch, resubmitting
Created attachment 183071 [details] Patch For archiving purposes
Created attachment 183087 [details] Patch for property, xref and blob support This patch adds support for: - set/get store properties - xref - blob - supports custom types using a String
1) There are some System.err.println() calls. Do you want to replace them by TRACER calls or remove them? 2) There is a _temp folder that I accidentally reviewed. Is it still needed? 3) Your test plugin says "Require-Bundle: org.hibernate". Is it possible that you replace that by package imports?
Created attachment 183088 [details] Patch v4 Seems that I have broken something here because all test cases in ComplexTest are failing if (and only if) they are executed as part of AllTests. Still investigating...
Created attachment 183089 [details] Patch v5 - ready to be committed Started review from scratch. Thi spatch only contains reformattings and I removed the _temp folder. Please think about points 1) and 3) in comment #7...
Solution committed to cvs Reaction to remarks from Eike: 1) There are some System.err.println() calls. Do you want to replace them by TRACER calls or remove them? MT> Sorry, have been removed/commented out 2) There is a _temp folder that I accidentally reviewed. Is it still needed? MT>> my mistake should not be committed 3) Your test plugin says "Require-Bundle: org.hibernate". Is it possible that you replace that by package imports? MT>> Accidentally this dependency is not needed anymore. I removed it. The reason that I choose require-bundle over import packages is that I got a access-denied errors when using import packages. gr. Martin
Available in R20110608-1407