[
https://issues.apache.org/jira/browse/OFBIZ-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432375#comment-15432375
]
Jacopo Cappellato commented on OFBIZ-7970:
------------------------------------------
This is just one example of two components that are interdependent and the
order in which they are loaded is not relevant: in order to work properly the
system needs both.
A better solution would be to start thinking about refactoring completely our
"applications":
# the webapps could be merged into one "backend" application (in which
permissions drives the screens/services available to users)
# the services (that are interdependent) are grouped into one component but
they could still be kept into separate files, as it is now, to categorize them
(product, party, workeffort, accounting etc...); similarly to what we did with
the "datamodel" component
> Reorder the component loading in the application stack
> ------------------------------------------------------
>
> Key: OFBIZ-7970
> URL: https://issues.apache.org/jira/browse/OFBIZ-7970
> Project: OFBiz
> Issue Type: Improvement
> Components: ALL APPLICATIONS
> Affects Versions: Trunk
> Reporter: Pierre Smits
> Assignee: Pierre Smits
> Attachments: OFBIZ-7970-component-load.xml-v2.patch,
> OFBIZ-7970-component-load.xml.patch
>
>
> While working on the demo data in the ecommerce component, I noticed that the
> order of components in the application stack are not ordered correctly.
> This is related to OFBIZ-7016
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)