[
https://issues.apache.org/jira/browse/OFBIZ-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504780#comment-14504780 ]
Adrian Crum commented on OFBIZ-6268:
------------------------------------
Btw, in the current trunk, if I disable the specialpurpose folder
{code}
<component-loader xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/component-loader.xsd">
<load-components parent-directory="framework"/>
<load-components parent-directory="themes"/>
<load-components parent-directory="applications"/>
<!--
<load-components parent-directory="specialpurpose"/>
-->
<load-components parent-directory="hot-deploy"/>
</component-loader>
{code}
the specialpurpose component class paths are loaded anyway.
> Improve Start.java Component Loading
> ------------------------------------
>
> Key: OFBIZ-6268
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6268> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Upcoming Branch
> Reporter: Adrian Crum
> Priority: Minor
> Attachments: OFBIZ-6268.patch
>
>
> The current code for loading components parses configuration files twice. This issue is intended for review of code improvements.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)