> I've also copied the classes mentioned here but that didn't work... Just to confirm: you followed the instructions in that blog post and replaced ``` private final ScriptEngineManager scriptEngineFactory = new ScriptEngineManager(); ``` with ``` private final ScriptEngineManager scriptEngineFactory = new OSGiScriptEngineManager(); ``` but nothing happened? Were you able to query the `OSGiScriptEngineManager` to see which engines it had been able to load?
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/77#issuecomment-244950033
