[ http://issues.apache.org/jira/browse/YOKO-212?page=all ]

Rick McGuire closed YOKO-212.
-----------------------------

    Resolution: Fixed

> The RMI jar needs to be split into 2 jar files.
> -----------------------------------------------
>
>                 Key: YOKO-212
>                 URL: http://issues.apache.org/jira/browse/YOKO-212
>             Project: Yoko - CORBA Server
>          Issue Type: Bug
>          Components: RMI-IIOP
>    Affects Versions: 1.0-incubating-M2
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 1.0-incubating-M2
>
>
> The existing RMI jar file is causing problems because of its dependency on 
> BPEL.  In order to use the yoko version of the javax.rmi.* files, the 
> yoko-rmi jar file needs to be placed in endorsed.dirs or the bootstrap 
> classpath so they can override the JVM native version of these classes.  
> However, the rmi implementation classes make direct use of the BPEL classes, 
> so this ends up requiring that the BPEL jar also be placed in the same 
> classpath to avoid runtime NoClassDefFound exceptions.  By splitting this 
> into spec and impl jars, the javax.rmi.* classes alone can be managed by the 
> bootstrap loader, and the implementation jar can be loaded via any mechanism 
> appropriate for the using application. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to