Repository: servicemix Updated Branches: refs/heads/servicemix-5.5.x e1ee41df8 -> 7d8536cde
SM-2291: Remove the workaround for the obr and jndi problem Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/7d8536cd Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/7d8536cd Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/7d8536cd Branch: refs/heads/servicemix-5.5.x Commit: 7d8536cde6145939f7c7915c32a1a6b12a5a22d9 Parents: e1ee41d Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon Jun 8 21:39:44 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon Jun 8 23:29:16 2015 +0200 ---------------------------------------------------------------------- assembly/src/main/filtered-resources/startup-obr.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/7d8536cd/assembly/src/main/filtered-resources/startup-obr.properties ---------------------------------------------------------------------- diff --git a/assembly/src/main/filtered-resources/startup-obr.properties b/assembly/src/main/filtered-resources/startup-obr.properties index 5bdaa7f..ea309c2 100644 --- a/assembly/src/main/filtered-resources/startup-obr.properties +++ b/assembly/src/main/filtered-resources/startup-obr.properties @@ -16,7 +16,7 @@ # # enabling features OBR resolver support -org/apache/felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version}/org.apache.felix.bundlerepository-${felix.bundlerepository.version}.jar=30 +org/apache/felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version}/org.apache.felix.bundlerepository-${felix.bundlerepository.version}.jar=10 org/apache/karaf/features/org.apache.karaf.features.obr/${karaf.version}/org.apache.karaf.features.obr-${karaf.version}.jar=30 # Workaround for SM-2414: Camel route does not run when it's placed into deploy folder @@ -32,4 +32,4 @@ org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/${karaf.version}/org.ap # and activiti tries to resolve this bundle via multiple paths. Starting this bundle as soon as possible # should force another bundles to wire this bundle (when compatible with the dependency requirements) instead # of installing another versions -joda-time/joda-time/${jodatime2.bundle.version}/joda-time-${jodatime2.bundle.version}.jar=10 \ No newline at end of file +joda-time/joda-time/${jodatime2.bundle.version}/joda-time-${jodatime2.bundle.version}.jar=10
