From 1ed585f4f73593ec42d2e43085e851edc4112920 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sat, 22 Apr 2017 13:34:40 +0200 Subject: Implement additional required proxy methods by felix 4.6.1 compared to 4.2.1. --- .../com/yahoo/application/container/impl/ClassLoaderOsgiFramework.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'standalone-container/src') diff --git a/standalone-container/src/main/scala/com/yahoo/application/container/impl/ClassLoaderOsgiFramework.scala b/standalone-container/src/main/scala/com/yahoo/application/container/impl/ClassLoaderOsgiFramework.scala index 5a41462cb48..3f3164a6059 100644 --- a/standalone-container/src/main/scala/com/yahoo/application/container/impl/ClassLoaderOsgiFramework.scala +++ b/standalone-container/src/main/scala/com/yahoo/application/container/impl/ClassLoaderOsgiFramework.scala @@ -198,6 +198,8 @@ final class ClassLoaderOsgiFramework extends OsgiFramework { override def getDataFile(filename: String) = throw new UnsupportedOperationException override def createFilter(filter: String) = throw new UnsupportedOperationException + override def registerService[S](aClass: Class[S], serviceFactory: ServiceFactory[S], dictionary: Dictionary[String, _]): ServiceRegistration[S] = throw new UnsupportedOperationException; + override def getServiceObjects[S](serviceReference: ServiceReference[S]): ServiceObjects[S] = throw new UnsupportedOperationException; } } -- cgit v1.2.3