You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi; I've been trying to run JRuby in Apache Karaf and ran against this issue. If you look at the current version of OSGiBundleClassLoaderHelper in the repo, you'll see the class, on line 157, trying to read the m_modules field from the org.apache.felix.framework.BundleImpl class. Thing is, BundleImpl hasn't had this field since May 2011, so the lookup fails.
As a result, you can't submit an osgi bundle to the OSGiScriptingContainer on container creation.
chris lamb
The text was updated successfully, but these errors were encountered:
@cclamb since you have done some leg work on figuring out what is broken would it be possible for you to research a solution for this? I have not touched OSGi since pre-2 spec days and we have no resident OSGi person as a committer.
Sure, I'll see what I can do. I'm kinda an OSGi newbie, I'm having to use
in on a project I'm enaged with, but I understand that even my smidgen of
experience might make be the best suited for the job :)
I'm a bit swamped right now, but should be able to take a look in a few
weeks?
@cclambhttps://github.com/cclamb since you have done some leg work on
figuring out what is broken would it be possible for you to research a
solution for this? I have not touched OSGi since pre-2 spec days and we
have no resident OSGi person as a committer.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/589#issuecomment-15062778
.
Hi; I've been trying to run JRuby in Apache Karaf and ran against this issue. If you look at the current version of OSGiBundleClassLoaderHelper in the repo, you'll see the class, on line 157, trying to read the m_modules field from the org.apache.felix.framework.BundleImpl class. Thing is, BundleImpl hasn't had this field since May 2011, so the lookup fails.
As a result, you can't submit an osgi bundle to the OSGiScriptingContainer on container creation.
The text was updated successfully, but these errors were encountered: