Nevermind, I just realized the problem was no longer NFE...it was caused by
org/h2/jdbcx/JdbcDataSource : Unsupported major.minor version 51.0 Some misconfiguration between JRE version at compile and run time. This is working now! Thanks a bunch! Still have some doubts on how to wrap this, but at least now I get it working :) Regards, Alejandro On Fri, Feb 7, 2014 at 1:37 PM, Alejandro Villamarin < [email protected]> wrote: > > On Fri, Feb 7, 2014 at 11:22 AM, Christoph Läubrich <[email protected] > > wrote: > >> test.persistency.Activator.class.getClassLoader() >> > > > Hello again Christoph, > > Directly instantiating the JdbcDataSource has the same NFE effect...I > really don't know what is going on here..I've used many 3rd party libraries > in many OSGi bundles before with no problems whatsoever...this is > puzzling... > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
