[
https://issues.apache.org/jira/browse/OFBIZ-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrian Crum updated OFBIZ-1245:
-------------------------------
Attachment: asset_maint.patch
asset_maint.patch demonstrates the fix.
Apply the asset_maint patch to a fresh checkout & build, rev 576583 or later.
Create a demo user login and assign it the ASSETMAINTTECH permission group. Log
into Asset Maint as that user. Try to update the DEMO_MACHINE fixed asset - a
permission error message pops up, ACCOUNTING permissions are required. The
operation should have completed successfully.
Apply the patch from OFBIZ-1246, the framework_service patch from this issue,
and then merge in the patch from OFBIZ-1237 (all are needed). Rebuild the
project and try the DEMO_MACHINE update again. Now the update is successful.
Using the same demo user, try to create a new fixed asset. The create will fail
with the both permission errors listed - ACCOUNTING and ASSETMAINT (the correct
behavior).
> Service Engine inconsistent in handling fail results
> ----------------------------------------------------
>
> Key: OFBIZ-1245
> URL: https://issues.apache.org/jira/browse/OFBIZ-1245
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Reporter: Adrian Crum
> Priority: Minor
> Attachments: asset_maint.patch, framework_service.patch
>
>
> Services can indicate failure with a ModelService.RESPOND_FAIL response or by
> putting a failMessage element in the result Map. The service engine is
> inconsistent in checking for a failure - sometimes it checks for
> ModelService.RESPOND_FAIL and sometimes it checks for the failMessage element
> in the result Map. This can lead to unpredictable results when working with
> services that return failure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.