Skip to main content



      Home
Home » Modeling » EMF » CDO and H2 compatibility
CDO and H2 compatibility [message #1859353] Thu, 01 June 2023 16:54 Go to next message
Eclipse UserFriend
Is CDO 4.20.0 compatible with H2 version 2.1.214. I'd like to upgrade the version of H2 I'm using and I'm wondering if anyone is aware of any "gotchas".

Thank you.
Re: CDO and H2 compatibility [message #1859355 is a reply to message #1859353] Fri, 02 June 2023 02:21 Go to previous messageGo to next message
Eclipse UserFriend
Hi Jay,

I haven't followed the evolution of H2 closely, but CDO uses only very basic SQL functionality, so I doubt that you'll run into big trouble. In any case your feedback is welcome, as at one point I may want to test against newer H2 versions, too ;-)
Re: CDO and H2 compatibility [message #1859360 is a reply to message #1859355] Fri, 02 June 2023 06:11 Go to previous messageGo to next message
Eclipse UserFriend
Excellent. Thank you.
Re: CDO and H2 compatibility [message #1859371 is a reply to message #1859355] Fri, 02 June 2023 12:36 Go to previous messageGo to next message
Eclipse UserFriend
My effort to use version 2.x of the H2 database is running into the issue described in this tread: https://www.eclipse.org/forums/index.php?t=msg&th=1084110&goto=1753188&#msg_1753188

I'm getting a ClassNotFoundException as described in the thread.

Do you know if this issue was ever resolved? I can't find a resolution other than a workaround described in bugzilla 414834, which I would prefer not to do.

Thank you,
Jay
Re: CDO and H2 compatibility [message #1859373 is a reply to message #1859371] Fri, 02 June 2023 14:46 Go to previous messageGo to next message
Eclipse UserFriend
Hi

All sorts of config problems can lead to a puzzling ClassNotFoundException but ultimately ClassNotFoundException means Class Not Found, so try a much simpler usage. Initially an almost Hello World program using the same MANIFEST and then a couple of extra initialization lines in your actual application. These simpler usages may help you understand what new requirements accessed code has, or what exports are no longer provided for free, or just how Java has evolved.

Regards

Ed Willink
Re: CDO and H2 compatibility [message #1859375 is a reply to message #1859373] Fri, 02 June 2023 17:41 Go to previous message
Eclipse UserFriend
Will do. Thanks.
Previous Topic:[CDO] Release schedule
Next Topic:Load EObject from xs:any or FeatureMap
Goto Forum:
  


Current Time: Wed Jul 16 22:28:51 EDT 2025

Powered by FUDForum. Page generated in 0.08073 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top