Hi, The change in the OSGi part is issue 365. I understand that OSGi issues are annoying. Personally, I avoid using OSGi whenever possible - as well as using javax by the way :-)
The reason for the NPE seems to be caused by rolling back a transaction while the session is already closed. That's weird. What is your database URL? Regards, Thomas On Monday, June 3, 2013, Martin Lichtin wrote: > Can't say yet, I am in the process of upgrading to 1.3.172. But there is a > new OSGi dependency, I am getting: > > Caused by: org.osgi.framework.BundleException: Unresolved constraint in > bundle org.h2 [71]: Unable to resolve 71.0: missing requirement [71.0] > osgi.wiring.package; > (&(osgi.wiring.package=org.osgi.service.jdbc)(version>=1.0.0)) > > Need to figure this one out first... > > On Monday, June 3, 2013 9:27:02 AM UTC+2, Kartweel wrote: >> >> Sorry, so do you mean you are still getting a very similar stack in >> 1.3.172?, You just don't have a record of it? >> >> On 3/06/2013 3:12 PM, Martin Lichtin wrote: >> >> Yeah, you're right. I already updated the version, but the stack indeed >> came from 1.3.170. >> >> On Monday, June 3, 2013 8:58:13 AM UTC+2, Kartweel wrote: >>> >>> The stack trace indicates version 1.3.170 ? >>> >> >> -- > 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] <javascript:_e({}, > 'cvml', 'h2-database%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database?hl=en-US. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
