You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2009/12/09 01:23:18 UTC

[jira] Created: (EXTSCRIPT-32) Classloader reinitialisation frequency

Classloader reinitialisation frequency
--------------------------------------

                 Key: EXTSCRIPT-32
                 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-32
             Project: MyFaces Extensions Scripting
          Issue Type: Bug
            Reporter: Werner Punz
            Priority: Minor


To avoid class registration issues, our class loader recreation frequency is too high, we should trim it down to the compile case and rescan case (aka a check if a class is already registered over the classloader in the request and then recreate it for the reregistration of the same class within the same request)


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


[jira] Resolved: (EXTSCRIPT-32) Classloader reinitialisation frequency

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTSCRIPT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Werner Punz resolved EXTSCRIPT-32.
----------------------------------

    Resolution: Fixed
      Assignee: Werner Punz

> Classloader reinitialisation frequency
> --------------------------------------
>
>                 Key: EXTSCRIPT-32
>                 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-32
>             Project: MyFaces Extensions Scripting
>          Issue Type: Bug
>            Reporter: Werner Punz
>            Assignee: Werner Punz
>            Priority: Minor
>
> To avoid class registration issues, our class loader recreation frequency is too high, we should trim it down to the compile case and rescan case (aka a check if a class is already registered over the classloader in the request and then recreate it for the reregistration of the same class within the same request)

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