From d25739e1d8f5d4e6c940e2bc798f936067f760d6 Mon Sep 17 00:00:00 2001 From: Philipp Marx Date: Wed, 2 Mar 2016 14:56:26 +0100 Subject: [PATCH] Add DynamicImport-Package to OSGi headers If you cache domain models (i.e. via the Serialization-Codec) within an OSGi-environment and want to retrieve those back you will hit ClassNotFoundException as the Redis-Bundle doesn't import the appropriate packages. One way to avoid this would be the additional "*" declaration for the OSGi headers, --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 42958d1bf..95fb1f25c 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,7 @@ ${project.artifactId} + *