Are there anyone on this list who has any experience with liquibase[1]
in karaf applications?

Liquibase is a pretty neat solution to the issue of database schema
versioning, and putting the same schema on different RDBMSes.

But it has some quirks, notably a strange approach to logging[2].

I've had partial success with replacing the logger: replacing the logger
works in the unit test, but not when running in OSGi (the logger isn
replaced in he pax exam tests, nor is the logger replaced when running
in karaf)[3].

Has anyone else had success with replacing the liquibase logger in
karaf?

Thanks!


 - Steinar


[1] <http://www.liquibase.org>
[2] <http://www.bennybottema.com/2013/12/29/fixing-liquibase-logging-in-spring/>
[3] 
<http://forum.liquibase.org/topic/unable-to-replace-logger-servicelocator-instance-returns-null#49382000001676011>

Reply via email to