--
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 h2-database...@googlegroups.com.
To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.
Hi,
Yes, I fixed the version problem in the code.
About your patch (I like to discuss it here in the mailing list, as there are only very few looking at the issue tracker):
>The DataSouceFactory specification is not supported by default in most OSGi frameworks.
In which framework and version is it not supported?
I don't like to use System.err.print. Is there an alternative?
Best regards //Anders
--
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 h2-database+unsubscribe@googlegroups.com.
> Are you referring to using `Utils.loadUserClass` to check if the class
> is available or not (before trying to create the `OsgiDataSourceFactory`
> and register it as a service)?
Yes.
On Fri, Apr 25, 2014 at 12:01 PM, Anders Engström <epir...@gmail.com> wrote:
Hi again!Sure - I can remove the System.err call from the patch. One alternative
On 04/24/2014 09:09 PM, Thomas Mueller wrote:
I didn't find any standard logging strategy in the h2 code base
Well, at this level there is none (I don't want to hardcode SLF4J or
use java.utils.logging). Maybe the best option is not to log.
would be to use org.osgi.service.log.LogService (if *that one* is
available) - but it feels like an over-engineered solution at this
point.Are you referring to using `Utils.loadUserClass` to check if the class
But is it possible to use Class.forName instead, similar to how it's
done in org.h2.value.DataType.GEOMETRY_CLASS_NAME / GEOMETRY_CLASS,
with Class.forName()?
is available or not (before trying to create the `OsgiDataSourceFactory`
and register it as a service)?
[snip]
Best regards //Anders
--
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 h2-database...@googlegroups.com.
That's great news. Thanks for accepting the patch :)
/Anders
You received this message because you are subscribed to a topic in the Google Groups "H2 Database" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/h2-database/1FECeOv0hQA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to h2-database...@googlegroups.com.