You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/12/10 14:26:00 UTC

[jira] Created: (SLING-1892) Scala Scripting: Replace Class.forName uses by ClassLoader.loadClass

Scala Scripting: Replace Class.forName uses by ClassLoader.loadClass
--------------------------------------------------------------------

                 Key: SLING-1892
                 URL: https://issues.apache.org/jira/browse/SLING-1892
             Project: Sling
          Issue Type: Bug
          Components: Scripting
            Reporter: Michael Dürig


This is a follow up to SLING-1891. Class.ForName() calls need also to be replaced with ClassLoader.loadClass() in the Scala scripting engine.

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


[jira] Resolved: (SLING-1892) Scala Scripting: Replace Class.forName uses by ClassLoader.loadClass

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved SLING-1892.
----------------------------------

    Resolution: Fixed

Fixed at revision 1044350

> Scala Scripting: Replace Class.forName uses by ClassLoader.loadClass
> --------------------------------------------------------------------
>
>                 Key: SLING-1892
>                 URL: https://issues.apache.org/jira/browse/SLING-1892
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>            Reporter: Michael Dürig
>
> This is a follow up to SLING-1891. Class.ForName() calls need also to be replaced with ClassLoader.loadClass() in the Scala scripting engine.

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