You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2015/04/25 22:18:37 UTC

svn commit: r949164 - in /websites/production/camel/content: cache/main.pageCache kura.html

Author: buildbot
Date: Sat Apr 25 20:18:37 2015
New Revision: 949164

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/kura.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/kura.html
==============================================================================
--- websites/production/camel/content/kura.html (original)
+++ websites/production/camel/content/kura.html Sat Apr 25 20:18:37 2015
@@ -135,7 +135,7 @@ start &lt;your-bundle-id&gt;]]></script>
     @Override
     public void configure() throws Exception {
 		ServiceReference&lt;MyService&gt; serviceRef = bundleContext.getServiceReference(LogService.class.getName());
-		MyService myService = content.getService(serviceRef);
+		MyService myService = bundleContext.getService(serviceRef);
         ...
     }