>>>>> Steven Huypens <steven.huyp...@gmail.com>:

> Hi Steinar,
> I am not using any scopes indeed, nor any explicit logging configuration. I
> just realized though, we sometimes see the stacktrace below in our
> integration tests, maybe it is related to your problem. It doesn't happen a
> lot, so I did not have a closer look yet.

> EventDispatcher: Error during dispatch.
> (java.lang.ExceptionInInitializerError)
>  java.lang.ExceptionInInitializerError
>     at
> be.cipal.impl.liquibase.extender.internal.LiquibaseMigrationBundleFactory.loadDatabase(LiquibaseMigrationBundleFactory.java:206)
>     // skipped part of the trace
> Caused by: liquibase.exception.UnexpectedLiquibaseException: Cannot find
> default log service
>     at liquibase.Scope.getCurrentScope(Scope.java:87)
>     at liquibase.database.DatabaseFactory.<clinit>(DatabaseFactory.java:20)
>     ... 21 more

Ah! That's the exact message I'm currently seeing in karaf.log and what
I'm trying to get past.

I get that message consistently (at least I do, in the pax exam
integration test I created for the karaf feature).

Reply via email to