You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2015/09/12 00:33:45 UTC

[jira] [Resolved] (REEF-642) Remove custom assembly loading logic

     [ https://issues.apache.org/jira/browse/REEF-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julia resolved REEF-642.
------------------------
       Resolution: Fixed
    Fix Version/s: 0.13

resolved via https://github.com/apache/incubator-reef/pull/475

> Remove custom assembly loading logic
> ------------------------------------
>
>                 Key: REEF-642
>                 URL: https://issues.apache.org/jira/browse/REEF-642
>             Project: REEF
>          Issue Type: Improvement
>          Components: REEF.NET
>            Reporter: Beysim Sezgin
>            Assignee: Beysim Sezgin
>             Fix For: 0.13
>
>
> Currently CLR driver is started by java driver. This is problematic for CLR when for looking for assemblies to load as it would look at %JAVA_HOME%\bin.  So we manage our own assembly loading by using AppDomain.AssemblyResolve event. This works but gets us into assembly versioning business. Better to sandwich wrap java with DotNet Driver so that CLR itself can manage assembly loading. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)