Hi,

> A coworker of mine told me he went into the org.h2 source code and
> added an 'import' statement for the 'MyRecord' class, and after that,
> the retrieveRecord code worked fine  (I'm not sure which file he did
> this in and he is out of the office this week so I can't clarify it at
> this time). However, this is obviously not the correct way to fix it.

Do you use OSGi or something similar, so that your class is not
accessible from within H2? If yes, maybe H2 should somehow use the
thread class loader or context class loader or so (I'm not a
classloader expert).

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to