[ 
https://issues.apache.org/jira/browse/GERONIMO-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767409#action_12767409
 ] 

Rick McGuire commented on GERONIMO-4917:
----------------------------------------

I'm pretty sure that OSGi doesn't really deal with the concept of 
extensions/endorsed, but rather just deals with what packages from the system 
classpath will be wired up to bundles.  I suspect all thats required is 
ensuring that the org.obg.* and javax.rmi.CORBA classes are defined for the 
system bundle.  There are a couple of yoko-specific packages in those two jars 
that might need to be added, but I believe those are only implementation class 
that would not need to exported by the system bundle. 

Theoretically, it might be possible to wire these packages from a bundle, but I 
suspect there are JVM system classes that will need to load the same version, 
so this won't really work.  That's the reason those jars needed to be in the 
endorsed dir in the first place. 

> Figure out how to use ext and endorsed classpaths under felix/karaf and get 
> our corba spec in there.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4917
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4917
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> We need to find out how osgi deals with ext/endorsed directories and use that 
> for our corba spec jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to