[
https://issues.apache.org/jira/browse/OFBIZ-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696284#action_12696284
]
CJ Horton commented on OFBIZ-2275:
----------------------------------
Yes, you are correct..it should.
It looks like these service definitions are being brought into the accounting
application. findCustomTimePeriods was moved from
/framework/common/servicedef/services.xml to
component://accounting/servicedef/services_ledger.xml. If this is correct then
the other three service definitions: createCustomTimePeriod,
updateCustomTimePeriod, and deleteCustomTimePeriod that are currently defined
in /framework/common/servicedef/services.xml should be moved to
component://accounting/servicedef/services_ledger.xml as well?
> /framework/common/servicedef/services.xml does not have correct location for
> PeriodServices.xml
> -----------------------------------------------------------------------------------------------
>
> Key: OFBIZ-2275
> URL: https://issues.apache.org/jira/browse/OFBIZ-2275
> Project: OFBiz
> Issue Type: Bug
> Components: accounting
> Affects Versions: SVN trunk
> Reporter: CJ Horton
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: services.xml.patch
>
>
> It looks like the file PeriodServices.xml was moved from:
> component://common/script/org/ofbiz/common/period/
> to:
> component://accounting/script/org/ofbiz/accounting/period
> PeriodServices.xml is referenced in two files:
>
> component://accounting/servicedef/services_ledger.xml and
> component://common/servicedef/services.xml
> The location is correct in services_ledger.xml, but not services.xml.
> I attached a patch that points /framework/common/servicedef/services.xml to
> the current location of PeriodServices.xml.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.