Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » CDO and H2 compatibility
CDO and H2 compatibility [message #1859353] Thu, 01 June 2023 20:54 Go to next message
Jay Graham is currently offline Jay GrahamFriend
Messages: 13
Registered: September 2013
Junior Member
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 06:21 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
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 10:11 Go to previous messageGo to next message
Jay Graham is currently offline Jay GrahamFriend
Messages: 13
Registered: September 2013
Junior Member
Excellent. Thank you.
Re: CDO and H2 compatibility [message #1859371 is a reply to message #1859355] Fri, 02 June 2023 16:36 Go to previous messageGo to next message
Jay Graham is currently offline Jay GrahamFriend
Messages: 13
Registered: September 2013
Junior Member
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 18:46 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
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 21:41 Go to previous message
Jay Graham is currently offline Jay GrahamFriend
Messages: 13
Registered: September 2013
Junior Member
Will do. Thanks.
Previous Topic:[CDO] Release schedule
Next Topic:Load EObject from xs:any or FeatureMap
Goto Forum:
  


Current Time: Thu May 02 13:29:52 GMT 2024

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

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

Back to the top