You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Alan Cabrera (Updated) (JIRA)" <ji...@apache.org> on 2012/02/20 19:05:37 UTC

[jira] [Updated] (OPENEJB-1783) Sometimes the list of URLs is too large when searching for annotated classes.

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

Alan Cabrera updated OPENEJB-1783:
----------------------------------

    Description: 
There's no need to search the Java libraries and OpenEJB jars for user CLI extensions.  Some of the system jars are *huge* and causes an OOM error when scanning is performed.

Create {{URLs.cullSystemAndOpenEJBJars(urls)}} and {{URLs.cullSystemJars(urls)}} which can be shared by other bits of code which seem to be cookie cutting this logic.

  was:
There's no need to search the Java libraries and OpenEJB jars for user CLI extensions.

Create {{URLs.cullSystemAndOpenEJBJars(urls)}} and {{URLs.cullSystemJars(urls)}} which can be shared by other bits of code which seem to be cookie cutting this logic.

    
> Sometimes the list of URLs is too large when searching for annotated classes.
> -----------------------------------------------------------------------------
>
>                 Key: OPENEJB-1783
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1783
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Alan Cabrera
>            Assignee: Alan Cabrera
>
> There's no need to search the Java libraries and OpenEJB jars for user CLI extensions.  Some of the system jars are *huge* and causes an OOM error when scanning is performed.
> Create {{URLs.cullSystemAndOpenEJBJars(urls)}} and {{URLs.cullSystemJars(urls)}} which can be shared by other bits of code which seem to be cookie cutting this logic.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira