You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/06/10 14:04:33 UTC

svn commit: r1747712 [1/16] - in /ofbiz/trunk: applications/accounting/minilang/ applications/accounting/minilang/admin/ applications/accounting/minilang/agreement/ applications/accounting/minilang/budget/ applications/accounting/minilang/finaccount/ a...

Author: jleroux
Date: Fri Jun 10 14:04:30 2016
New Revision: 1747712

URL: http://svn.apache.org/viewvc?rev=1747712&view=rev
Log:
A big but straightforward commit for "Move minilang scripts from component://componentname/script/org/ofbiz to component://componentname/minilang" - https://issues.apache.org/jira/browse/OFBIZ-7267

I removed duplicate paths were componentname was uselessly repeated after component://componentname/script/org/ofbiz (projectmngr was the only one using there project instead)

I had few typos, easily fixed thanks to the tests. There could be still typos but they are unexpected and anyway no-brainer to fix 

I'm still wondering about specialpurpose/example/minilang/README.txt.
I changed its content to 
  "The minilang directory is for static resources that are interpreted at run time rather than being compiled. This goes on the classpath, but does not get built or put into a JAR file."
not sure it makes any sense, I don't see how this relates to the classpath. 

Added:
    ofbiz/trunk/applications/accounting/minilang/
    ofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml
      - copied unchanged from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/UpgradeServices.xml
    ofbiz/trunk/applications/accounting/minilang/admin/
      - copied from r1747688, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/admin/
    ofbiz/trunk/applications/accounting/minilang/agreement/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/agreement/
    ofbiz/trunk/applications/accounting/minilang/budget/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/budget/
    ofbiz/trunk/applications/accounting/minilang/finaccount/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/finaccount/
    ofbiz/trunk/applications/accounting/minilang/fixedasset/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/fixedasset/
    ofbiz/trunk/applications/accounting/minilang/invoice/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/
    ofbiz/trunk/applications/accounting/minilang/ledger/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/
    ofbiz/trunk/applications/accounting/minilang/payment/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/
    ofbiz/trunk/applications/accounting/minilang/period/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/period/
    ofbiz/trunk/applications/accounting/minilang/permissions/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/permissions/
    ofbiz/trunk/applications/accounting/minilang/rate/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/rate/
    ofbiz/trunk/applications/accounting/minilang/tax/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/
    ofbiz/trunk/applications/accounting/minilang/test/
      - copied from r1747598, ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/
    ofbiz/trunk/applications/commonext/minilang/
    ofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml
      - copied unchanged from r1747586, ofbiz/trunk/applications/commonext/script/org/ofbiz/SystemInfoServices.xml
    ofbiz/trunk/applications/commonext/minilang/setup/
      - copied from r1747586, ofbiz/trunk/applications/commonext/script/org/ofbiz/setup/
    ofbiz/trunk/applications/content/minilang/
    ofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml
      - copied unchanged from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/ContentManagementMapProcessors.xml
    ofbiz/trunk/applications/content/minilang/blog/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/blog/
    ofbiz/trunk/applications/content/minilang/compdoc/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/compdoc/
    ofbiz/trunk/applications/content/minilang/content/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/content/
    ofbiz/trunk/applications/content/minilang/data/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/data/
    ofbiz/trunk/applications/content/minilang/layout/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/layout/
    ofbiz/trunk/applications/content/minilang/permission/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/permission/
    ofbiz/trunk/applications/content/minilang/survey/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/survey/
    ofbiz/trunk/applications/content/minilang/website/
      - copied from r1747586, ofbiz/trunk/applications/content/script/org/ofbiz/content/website/
    ofbiz/trunk/applications/humanres/minilang/
    ofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml
      - copied unchanged from r1747586, ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResEvents.xml
    ofbiz/trunk/applications/humanres/minilang/HumanResServices.xml
      - copied, changed from r1747586, ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml
    ofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml
      - copied unchanged from r1747586, ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/UpgradeServices.xml
    ofbiz/trunk/applications/humanres/minilang/permission/
      - copied from r1747586, ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/permission/
    ofbiz/trunk/applications/manufacturing/minilang/
    ofbiz/trunk/applications/manufacturing/minilang/bom/
      - copied from r1747586, ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/bom/
    ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/
      - copied from r1747586, ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt/
    ofbiz/trunk/applications/manufacturing/minilang/routing/
      - copied from r1747586, ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/routing/
    ofbiz/trunk/applications/manufacturing/minilang/techdata/
      - copied from r1747586, ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/techdata/
    ofbiz/trunk/applications/manufacturing/minilang/test/
      - copied from r1747586, ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/test/
    ofbiz/trunk/applications/marketing/minilang/
    ofbiz/trunk/applications/marketing/minilang/marketing/
      - copied from r1747586, ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/
    ofbiz/trunk/applications/marketing/minilang/sfa/
      - copied from r1747586, ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/
    ofbiz/trunk/applications/order/minilang/
    ofbiz/trunk/applications/order/minilang/UpgradeServices.xml
      - copied unchanged from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml
    ofbiz/trunk/applications/order/minilang/customer/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/customer/
    ofbiz/trunk/applications/order/minilang/opportunity/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/opportunity/
    ofbiz/trunk/applications/order/minilang/order/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/order/
    ofbiz/trunk/applications/order/minilang/quote/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/
    ofbiz/trunk/applications/order/minilang/reports/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/reports/
    ofbiz/trunk/applications/order/minilang/request/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/request/
    ofbiz/trunk/applications/order/minilang/requirement/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/requirement/
    ofbiz/trunk/applications/order/minilang/shoppinglist/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/shoppinglist/
    ofbiz/trunk/applications/order/minilang/test/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/test/
    ofbiz/trunk/applications/order/minilang/thirdparty/
      - copied from r1747586, ofbiz/trunk/applications/order/script/org/ofbiz/order/thirdparty/
    ofbiz/trunk/applications/party/minilang/
    ofbiz/trunk/applications/party/minilang/LookupServices.xml
      - copied unchanged from r1747586, ofbiz/trunk/applications/party/script/org/ofbiz/party/LookupServices.xml
    ofbiz/trunk/applications/party/minilang/communication/
      - copied from r1747586, ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/
    ofbiz/trunk/applications/party/minilang/contact/
      - copied from r1747586, ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/
    ofbiz/trunk/applications/party/minilang/customer/
      - copied from r1747586, ofbiz/trunk/applications/party/script/org/ofbiz/party/customer/
    ofbiz/trunk/applications/party/minilang/party/
      - copied from r1747586, ofbiz/trunk/applications/party/script/org/ofbiz/party/party/
    ofbiz/trunk/applications/party/minilang/test/
      - copied from r1747586, ofbiz/trunk/applications/party/script/org/ofbiz/party/test/
    ofbiz/trunk/applications/party/minilang/user/
      - copied from r1747586, ofbiz/trunk/applications/party/script/org/ofbiz/party/user/
    ofbiz/trunk/applications/product/minilang/
    ofbiz/trunk/applications/product/minilang/product/
      - copied from r1747586, ofbiz/trunk/applications/product/script/org/ofbiz/product/
    ofbiz/trunk/applications/product/minilang/shipment/
      - copied from r1747586, ofbiz/trunk/applications/product/script/org/ofbiz/shipment/
    ofbiz/trunk/applications/securityext/minilang/
    ofbiz/trunk/applications/securityext/minilang/login/
      - copied from r1747586, ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/
    ofbiz/trunk/applications/workeffort/minilang/
    ofbiz/trunk/applications/workeffort/minilang/permission/
      - copied from r1747586, ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/permission/
    ofbiz/trunk/applications/workeffort/minilang/timesheet/
      - copied from r1747586, ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/timesheet/
    ofbiz/trunk/applications/workeffort/minilang/workeffort/
      - copied from r1747586, ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/
    ofbiz/trunk/framework/common/minilang/
    ofbiz/trunk/framework/common/minilang/BshServiceTest.bsh
      - copied unchanged from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/BshServiceTest.bsh
    ofbiz/trunk/framework/common/minilang/CdyneServices.xml
      - copied unchanged from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/CdyneServices.xml
    ofbiz/trunk/framework/common/minilang/CommonServices.xml
      - copied, changed from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/CommonServices.xml
    ofbiz/trunk/framework/common/minilang/GroovyServiceTest.groovy
      - copied unchanged from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/GroovyServiceTest.groovy
    ofbiz/trunk/framework/common/minilang/JavaScriptTest.js
      - copied unchanged from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/JavaScriptTest.js
    ofbiz/trunk/framework/common/minilang/PortalPageMethods.xml
      - copied unchanged from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
    ofbiz/trunk/framework/common/minilang/PortalPageServices.xml
      - copied, changed from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageServices.xml
    ofbiz/trunk/framework/common/minilang/email/
      - copied from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/email/
    ofbiz/trunk/framework/common/minilang/period/
      - copied from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/period/
    ofbiz/trunk/framework/common/minilang/permission/
      - copied from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/permission/
    ofbiz/trunk/framework/common/minilang/test/
      - copied from r1747598, ofbiz/trunk/framework/common/script/org/ofbiz/common/test/
    ofbiz/trunk/framework/entity/minilang/
    ofbiz/trunk/framework/entity/minilang/EntityUtilPropertiesTests.xml
      - copied unchanged from r1747598, ofbiz/trunk/framework/entity/script/org/ofbiz/entity/test/EntityUtilPropertiesTests.xml
    ofbiz/trunk/framework/entityext/minilang/
    ofbiz/trunk/framework/entityext/minilang/EntitySyncServices.xml
      - copied unchanged from r1747598, ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml
    ofbiz/trunk/specialpurpose/assetmaint/minilang/
    ofbiz/trunk/specialpurpose/assetmaint/minilang/FixedAssetMaintServices.xml
      - copied, changed from r1747658, ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/FixedAssetMaintServices.xml
    ofbiz/trunk/specialpurpose/assetmaint/minilang/test/
      - copied from r1747658, ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/test/
    ofbiz/trunk/specialpurpose/bi/minilang/
    ofbiz/trunk/specialpurpose/bi/minilang/DimensionServices.xml
      - copied unchanged from r1747688, ofbiz/trunk/specialpurpose/bi/script/org/ofbiz/bi/DimensionServices.xml
    ofbiz/trunk/specialpurpose/bi/minilang/FactServices.xml
      - copied unchanged from r1747688, ofbiz/trunk/specialpurpose/bi/script/org/ofbiz/bi/FactServices.xml
    ofbiz/trunk/specialpurpose/ebaystore/minilang/
    ofbiz/trunk/specialpurpose/ebaystore/minilang/EbayServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/ebaystore/script/org/ofbiz/ebaystore/EbayServices.xml
    ofbiz/trunk/specialpurpose/ebaystore/minilang/EbayStoreEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/ebaystore/script/org/ofbiz/ebaystore/EbayStoreEvents.xml
    ofbiz/trunk/specialpurpose/ecommerce/minilang/
    ofbiz/trunk/specialpurpose/ecommerce/minilang/customer/
      - copied from r1747658, ofbiz/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/
    ofbiz/trunk/specialpurpose/ecommerce/minilang/misc/
      - copied from r1747658, ofbiz/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/misc/
    ofbiz/trunk/specialpurpose/ecommerce/minilang/order/
      - copied from r1747658, ofbiz/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/order/
    ofbiz/trunk/specialpurpose/example/minilang/
    ofbiz/trunk/specialpurpose/example/minilang/ExamplePermissionServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/example/script/org/ofbiz/example/ExamplePermissionServices.xml
    ofbiz/trunk/specialpurpose/example/minilang/README.txt
      - copied, changed from r1747658, ofbiz/trunk/specialpurpose/example/script/script.txt
    ofbiz/trunk/specialpurpose/example/minilang/example/
      - copied from r1747658, ofbiz/trunk/specialpurpose/example/script/org/ofbiz/example/example/
    ofbiz/trunk/specialpurpose/googlebase/minilang/
    ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/googlebase/script/org/ofbiz/googlebase/GooglebaseEvents.xml
    ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/googlebase/script/org/ofbiz/googlebase/GooglebaseServices.xml
    ofbiz/trunk/specialpurpose/googlecheckout/minilang/
    ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/googlecheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml
    ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/googlecheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml
    ofbiz/trunk/specialpurpose/hhfacility/minilang/
    ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/hhfacility/script/org/ofbiz/hhfacility/FacilityServices.xml
    ofbiz/trunk/specialpurpose/myportal/minilang/
    ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml
      - copied unchanged from r1747598, ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml
    ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml
      - copied unchanged from r1747598, ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/MyPortalServices.xml
    ofbiz/trunk/specialpurpose/oagis/minilang/
    ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/oagis/script/org/ofbiz/oagis/OagisMessageServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/minilang/
    ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectPermissionServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml
      - copied, changed from r1747658, ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/projectmgr/script/org/ofbiz/project/ProjectSimpleEvents.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/
    ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml
      - copied, changed from r1747658, ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/ScrumEvents.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/ScrumPermissionServices.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml
      - copied, changed from r1747658, ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/ScrumServices.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/
      - copied from r1747658, ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/test/
    ofbiz/trunk/specialpurpose/webpos/minilang/
    ofbiz/trunk/specialpurpose/webpos/minilang/CartEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/webpos/script/org/ofbiz/webpos/event/CartEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/CustomerEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/webpos/script/org/ofbiz/webpos/event/CustomerEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/ManagerEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/webpos/script/org/ofbiz/webpos/event/ManagerEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/PaymentEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/webpos/script/org/ofbiz/webpos/event/PaymentEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/PromoEvents.xml
      - copied unchanged from r1747658, ofbiz/trunk/specialpurpose/webpos/script/org/ofbiz/webpos/event/PromoEvents.xml
Removed:
    ofbiz/trunk/applications/accounting/script/
    ofbiz/trunk/applications/commonext/script/org/ofbiz/SystemInfoServices.xml
    ofbiz/trunk/applications/commonext/script/org/ofbiz/setup/
    ofbiz/trunk/applications/content/script/
    ofbiz/trunk/applications/humanres/script/
    ofbiz/trunk/applications/manufacturing/script/
    ofbiz/trunk/applications/marketing/script/
    ofbiz/trunk/applications/order/script/
    ofbiz/trunk/applications/party/script/
    ofbiz/trunk/applications/product/script/
    ofbiz/trunk/applications/securityext/script/
    ofbiz/trunk/applications/workeffort/script/
    ofbiz/trunk/framework/common/script/
    ofbiz/trunk/framework/entity/script/org/ofbiz/entity/test/EntityUtilPropertiesTests.xml
    ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml
    ofbiz/trunk/specialpurpose/assetmaint/script/
    ofbiz/trunk/specialpurpose/bi/script/org/ofbiz/bi/DimensionServices.xml
    ofbiz/trunk/specialpurpose/bi/script/org/ofbiz/bi/FactServices.xml
    ofbiz/trunk/specialpurpose/ebaystore/script/
    ofbiz/trunk/specialpurpose/ecommerce/script/
    ofbiz/trunk/specialpurpose/example/script/
    ofbiz/trunk/specialpurpose/googlebase/script/
    ofbiz/trunk/specialpurpose/googlecheckout/script/
    ofbiz/trunk/specialpurpose/hhfacility/script/
    ofbiz/trunk/specialpurpose/myportal/script/
    ofbiz/trunk/specialpurpose/oagis/script/
    ofbiz/trunk/specialpurpose/projectmgr/script/
    ofbiz/trunk/specialpurpose/scrum/script/
    ofbiz/trunk/specialpurpose/webpos/script/
Modified:
    ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml
    ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml
    ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml
    ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml
    ofbiz/trunk/applications/accounting/servicedef/services_admin.xml
    ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml
    ofbiz/trunk/applications/accounting/servicedef/services_budget.xml
    ofbiz/trunk/applications/accounting/servicedef/services_cost.xml
    ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml
    ofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml
    ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml
    ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
    ofbiz/trunk/applications/accounting/servicedef/services_payment.xml
    ofbiz/trunk/applications/accounting/servicedef/services_paymentgateway.xml
    ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml
    ofbiz/trunk/applications/accounting/servicedef/services_perm.xml
    ofbiz/trunk/applications/accounting/servicedef/services_rate.xml
    ofbiz/trunk/applications/accounting/servicedef/services_tax.xml
    ofbiz/trunk/applications/accounting/servicedef/services_upgrade.xml
    ofbiz/trunk/applications/accounting/testdef/accountingtests.xml
    ofbiz/trunk/applications/accounting/testdef/fixedassettests.xml
    ofbiz/trunk/applications/accounting/testdef/invoicetests.xml
    ofbiz/trunk/applications/accounting/testdef/paymentappltests.xml
    ofbiz/trunk/applications/accounting/testdef/paymenttests.xml
    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
    ofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml
    ofbiz/trunk/applications/commonext/servicedef/services.xml
    ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/controller.xml
    ofbiz/trunk/applications/content/minilang/layout/LayoutEvents.xml
    ofbiz/trunk/applications/content/minilang/permission/ContentPermissionServices.xml
    ofbiz/trunk/applications/content/minilang/permission/DataResourcePermissionServices.xml
    ofbiz/trunk/applications/content/servicedef/services.xml
    ofbiz/trunk/applications/content/servicedef/services_commevent.xml
    ofbiz/trunk/applications/content/servicedef/services_content.xml
    ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml
    ofbiz/trunk/applications/content/servicedef/services_data.xml
    ofbiz/trunk/applications/content/servicedef/services_survey.xml
    ofbiz/trunk/applications/content/servicedef/services_website.xml
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServicesComplex.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/UploadContentAndImage.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/layout/LayoutEvents.java
    ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/CmsEditAddPrep.groovy
    ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml
    ofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml
    ofbiz/trunk/applications/humanres/servicedef/services.xml
    ofbiz/trunk/applications/humanres/servicedef/services_upgrade.xml
    ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
    ofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml
    ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml
    ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml
    ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml
    ofbiz/trunk/applications/manufacturing/servicedef/services_calendar.xml
    ofbiz/trunk/applications/manufacturing/servicedef/services_formula.xml
    ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml
    ofbiz/trunk/applications/manufacturing/servicedef/services_routing.xml
    ofbiz/trunk/applications/manufacturing/testdef/productionruntests.xml
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
    ofbiz/trunk/applications/marketing/minilang/sfa/account/AccountServices.xml
    ofbiz/trunk/applications/marketing/minilang/sfa/contact/ContactServices.xml
    ofbiz/trunk/applications/marketing/minilang/sfa/lead/LeadServices.xml
    ofbiz/trunk/applications/marketing/servicedef/services.xml
    ofbiz/trunk/applications/marketing/servicedef/services_opportunity.xml
    ofbiz/trunk/applications/marketing/testdef/MarketingTests.xml
    ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml
    ofbiz/trunk/applications/order/minilang/order/CheckoutServices.xml
    ofbiz/trunk/applications/order/minilang/order/OrderServices.xml
    ofbiz/trunk/applications/order/minilang/order/OrderSimpleMethods.xml
    ofbiz/trunk/applications/order/minilang/request/CustRequestServices.xml
    ofbiz/trunk/applications/order/servicedef/services.xml
    ofbiz/trunk/applications/order/servicedef/services_checkout.xml
    ofbiz/trunk/applications/order/servicedef/services_quote.xml
    ofbiz/trunk/applications/order/servicedef/services_request.xml
    ofbiz/trunk/applications/order/servicedef/services_requirement.xml
    ofbiz/trunk/applications/order/servicedef/services_return.xml
    ofbiz/trunk/applications/order/servicedef/services_shoppinglist.xml
    ofbiz/trunk/applications/order/servicedef/services_upgrade.xml
    ofbiz/trunk/applications/order/testdef/CustRequestTests.xml
    ofbiz/trunk/applications/order/testdef/ShoppingCartTests.xml
    ofbiz/trunk/applications/order/testdef/ShoppingListTests.xml
    ofbiz/trunk/applications/order/testdef/quotetests.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
    ofbiz/trunk/applications/party/minilang/contact/ContactMechServices.xml
    ofbiz/trunk/applications/party/minilang/party/PartyPermissionServices.xml
    ofbiz/trunk/applications/party/minilang/party/PartyServices.xml
    ofbiz/trunk/applications/party/minilang/party/PartySimpleEvents.xml
    ofbiz/trunk/applications/party/minilang/party/PartySimpleMethods.xml
    ofbiz/trunk/applications/party/servicedef/services.xml
    ofbiz/trunk/applications/party/servicedef/services_view.xml
    ofbiz/trunk/applications/party/testdef/PartyContactMechTests.xml
    ofbiz/trunk/applications/party/testdef/PartyStatusChangeTests.xml
    ofbiz/trunk/applications/party/testdef/PartyTests.xml
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
    ofbiz/trunk/applications/product/minilang/product/catalog/CatalogServices.xml
    ofbiz/trunk/applications/product/minilang/product/feature/ProductFeatureServices.xml
    ofbiz/trunk/applications/product/minilang/product/inventory/InventoryServices.xml
    ofbiz/trunk/applications/product/minilang/product/price/PriceServices.xml
    ofbiz/trunk/applications/product/minilang/product/storage/FacilityEvents.xml
    ofbiz/trunk/applications/product/minilang/product/subscription/SubscriptionServices.xml
    ofbiz/trunk/applications/product/minilang/shipment/issuance/IssuanceServices.xml
    ofbiz/trunk/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
    ofbiz/trunk/applications/product/servicedef/services.xml
    ofbiz/trunk/applications/product/servicedef/services_cost.xml
    ofbiz/trunk/applications/product/servicedef/services_facility.xml
    ofbiz/trunk/applications/product/servicedef/services_feature.xml
    ofbiz/trunk/applications/product/servicedef/services_maint.xml
    ofbiz/trunk/applications/product/servicedef/services_picklist.xml
    ofbiz/trunk/applications/product/servicedef/services_pricepromo.xml
    ofbiz/trunk/applications/product/servicedef/services_rental.xml
    ofbiz/trunk/applications/product/servicedef/services_shipment.xml
    ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml
    ofbiz/trunk/applications/product/servicedef/services_store.xml
    ofbiz/trunk/applications/product/servicedef/services_subscription.xml
    ofbiz/trunk/applications/product/servicedef/services_uom.xml
    ofbiz/trunk/applications/product/servicedef/services_upgrade.xml
    ofbiz/trunk/applications/product/servicedef/services_view.xml
    ofbiz/trunk/applications/product/testdef/CatalogTests.xml
    ofbiz/trunk/applications/product/testdef/CostTests.xml
    ofbiz/trunk/applications/product/testdef/FacilityTest.xml
    ofbiz/trunk/applications/product/testdef/GroupOrderTest.xml
    ofbiz/trunk/applications/product/testdef/ProductTagTest.xml
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
    ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml
    ofbiz/trunk/applications/securityext/minilang/login/LoginSimpleEvents.xml
    ofbiz/trunk/applications/workeffort/minilang/permission/WorkEffortPermissionServices.xml
    ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml
    ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowSimpleEvents.xml
    ofbiz/trunk/applications/workeffort/servicedef/services.xml
    ofbiz/trunk/applications/workeffort/servicedef/services_timesheet.xml
    ofbiz/trunk/applications/workeffort/servicedef/services_upgrade.xml
    ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilHttp.java
    ofbiz/trunk/framework/common/servicedef/services.xml
    ofbiz/trunk/framework/common/servicedef/services_cdyne.xml
    ofbiz/trunk/framework/common/servicedef/services_email.xml
    ofbiz/trunk/framework/common/servicedef/services_security.xml
    ofbiz/trunk/framework/common/servicedef/services_test.xml
    ofbiz/trunk/framework/common/testdef/UserLoginTests.xml
    ofbiz/trunk/framework/common/webcommon/WEB-INF/portal-controller.xml
    ofbiz/trunk/framework/documents/UnitTest.xml
    ofbiz/trunk/framework/entity/testdef/entitytests.xml
    ofbiz/trunk/framework/entityext/servicedef/services.xml
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro/MacroFormRenderer.java
    ofbiz/trunk/specialpurpose/assetmaint/servicedef/services.xml
    ofbiz/trunk/specialpurpose/assetmaint/testdef/assetmainttests.xml
    ofbiz/trunk/specialpurpose/bi/servicedef/services.xml
    ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/NetBeforeOverheadReport.rptdesign
    ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/ProductDemandReport.rptdesign
    ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReport.rptdesign
    ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportMonth.rptdesign
    ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportWeek.rptdesign
    ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml
    ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/ecommerce/minilang/customer/CustomerEvents.xml
    ofbiz/trunk/specialpurpose/ecommerce/minilang/misc/AffiliateSimpleEvents.xml
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/example/servicedef/services.xml
    ofbiz/trunk/specialpurpose/example/testdef/tests.xml
    ofbiz/trunk/specialpurpose/googlebase/servicedef/services.xml
    ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/googlecheckout/servicedef/services.xml
    ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml
    ofbiz/trunk/specialpurpose/myportal/servicedef/services.xml
    ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/oagis/servicedef/services.xml
    ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml
    ofbiz/trunk/specialpurpose/scrum/servicedef/permissionServices.xml
    ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml
    ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml
    ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/webpos/servicedef/services_cart.xml
    ofbiz/trunk/specialpurpose/webpos/servicedef/services_customer.xml
    ofbiz/trunk/specialpurpose/webpos/servicedef/services_manager.xml
    ofbiz/trunk/specialpurpose/webpos/servicedef/services_payment.xml
    ofbiz/trunk/specialpurpose/webpos/servicedef/services_promo.xml
    ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml?rev=1747712&r1=1747598&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml Fri Jun 10 14:04:30 2016
@@ -154,7 +154,7 @@ under the License.
 
     <!-- AcctgTrans Trial Balance and Post routines -->
     <simple-method method-name="calculateAcctgTransTrialBalance" short-description="Calculate Trial Balance for a AcctgTrans">
-        <call-simple-method method-name="getGlArithmeticSettingsInline" xml-resource="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml"/>
+        <call-simple-method method-name="getGlArithmeticSettingsInline" xml-resource="component://accounting/minilang/ledger/GeneralLedgerServices.xml"/>
 
         <!-- get all AcctgTransEntry for this trans, for each if debit add to debits total if credit add to credits total -->
         <entity-condition entity-name="AcctgTransEntry" list="acctgTransEntryList">
@@ -376,7 +376,7 @@ under the License.
     </simple-method>
 
     <simple-method method-name="getAcctgTransEntriesAndTransTotal" short-description="Calculate total of credit and debit and difference between both for passed party and group rollup parties">
-        <call-simple-method method-name="getGlArithmeticSettingsInline" xml-resource="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml"/>
+        <call-simple-method method-name="getGlArithmeticSettingsInline" xml-resource="component://accounting/minilang/ledger/GeneralLedgerServices.xml"/>
         <set field="organizationPartyId" from-field="parameters.organizationPartyId"/>
         <set field="partyIds" value="${groovy:org.ofbiz.party.party.PartyWorker.getAssociatedPartyIdsByRelationshipType(delegator, organizationPartyId, 'GROUP_ROLLUP')}" type="List"/>
         <set field="partyIds[]" from-field="organizationPartyId"/>
@@ -419,7 +419,7 @@ under the License.
 
     <!-- GlAccount Trial Balance based on isPosted flag -->
     <simple-method method-name="calculateGlAccountTrialBalance" short-description="Calculate Trial Balance for a GlAccount">
-        <call-simple-method method-name="getGlArithmeticSettingsInline" xml-resource="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml"/>
+        <call-simple-method method-name="getGlArithmeticSettingsInline" xml-resource="component://accounting/minilang/ledger/GeneralLedgerServices.xml"/>
         <set field="openingBalanceDebit" type="BigDecimal" value="0"/>
         <set field="openingBalanceCredit" type="BigDecimal" value="0"/>
         <set field="debitCreditDifference" type="BigDecimal" value="0"/>

Modified: ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml?rev=1747712&r1=1747598&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml Fri Jun 10 14:04:30 2016
@@ -22,7 +22,7 @@ under the License.
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="deletePaymentMethod" short-description="Delete Payment Method">
-        <call-map-processor xml-resource="component://accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml"
+        <call-map-processor xml-resource="component://accounting/minilang/payment/PaymentMapProcs.xml"
                 processor-name="deletePaymentMethod" in-map-name="parameters" out-map-name="context"/>
         <check-errors/>
         <call-service service-name="deletePaymentMethod" in-map-name="context">
@@ -32,7 +32,7 @@ under the License.
 
     <!-- CreditCard events -->
     <simple-method method-name="createCreditCard" short-description="Create Credit Card">
-        <call-map-processor xml-resource="component://accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml"
+        <call-map-processor xml-resource="component://accounting/minilang/payment/PaymentMapProcs.xml"
                 processor-name="createCreditCard" in-map-name="parameters" out-map-name="context"/>
         <check-errors/>
         <call-service service-name="createCreditCard" in-map-name="context">
@@ -49,13 +49,13 @@ under the License.
         </if-compare>
     </simple-method>
     <simple-method method-name="updateCreditCard" short-description="Update Credit Card">
-        <call-map-processor xml-resource="component://accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml"
+        <call-map-processor xml-resource="component://accounting/minilang/payment/PaymentMapProcs.xml"
                 processor-name="updateCreditCard" in-map-name="parameters" out-map-name="context"/>
         <!-- before check-errors also call createCreditCard, which completes the checking, etc for updateCreditCard -->
         <!-- FIXME Commented out because of OFBIZ-6920, a better solution would be do encrypt the card number when showing screen and decrypt when validating data
              Anyway the only reason of changing a card number while this card is still valid 
              is because the number have been wrongly entered. Then better to delete and create a new one -->
-        <!-- <call-map-processor xml-resource="component://accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml"
+        <!-- <call-map-processor xml-resource="component://accounting/minilang/payment/PaymentMapProcs.xml"
                 processor-name="createCreditCard" in-map-name="parameters" out-map-name="context"/>
         <check-errors/> -->
         <call-service service-name="updateCreditCard" in-map-name="context">
@@ -74,7 +74,7 @@ under the License.
 
     <!-- EftAccount events -->
     <simple-method method-name="createEftAccount" short-description="Create EFT Account">
-        <call-map-processor xml-resource="component://accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml"
+        <call-map-processor xml-resource="component://accounting/minilang/payment/PaymentMapProcs.xml"
                 processor-name="createEftAccount" in-map-name="parameters" out-map-name="context"/>
         <check-errors/>
         <call-service service-name="createEftAccount" in-map-name="context">
@@ -82,10 +82,10 @@ under the License.
             <result-to-request result-name="paymentMethodId"/></call-service>
     </simple-method>
     <simple-method method-name="updateEftAccount" short-description="Update EFT Account">
-        <call-map-processor xml-resource="component://accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml"
+        <call-map-processor xml-resource="component://accounting/minilang/payment/PaymentMapProcs.xml"
                 processor-name="updateEftAccount" in-map-name="parameters" out-map-name="context"/>
         <!-- before check-errors also call createEftAccount, which completes the checking, etc for updateEftAccount -->
-        <call-map-processor xml-resource="component://accounting/script/org/ofbiz/accounting/payment/PaymentMapProcs.xml"
+        <call-map-processor xml-resource="component://accounting/minilang/payment/PaymentMapProcs.xml"
                 processor-name="createEftAccount" in-map-name="parameters" out-map-name="context"/>
         <check-errors/>
         <call-service service-name="updateEftAccount" in-map-name="context">

Modified: ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml?rev=1747712&r1=1747598&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml Fri Jun 10 14:04:30 2016
@@ -26,7 +26,7 @@ under the License.
     <!-- Returns hasPermission=true if user has one of the base ACCOUNTING CRUD+ADMIN permissions -->
     <simple-method method-name="basePermissionCheck" short-description="Accounting component base permission logic">
         <set field="primaryPermission" value="ACCOUNTING"/>
-        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml"/>
+        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/>
     </simple-method>
 
     <!-- Returns hasPermission=true if user has one of the base ACCOUNTING CRUD+ADMIN permissions
@@ -34,7 +34,7 @@ under the License.
     <simple-method method-name="basePlusRolePermissionCheck" short-description="Accounting component base permission logic">
         <set field="primaryPermission" value="ACCOUNTING"/>
         <set field="altPermission" value="ACCOUNTING_ROLE"/>
-        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml"/>
+        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/>
     </simple-method>
 
     <!-- ============== Task-specific Permission Checking ============= -->
@@ -42,13 +42,13 @@ under the License.
     <!-- Returns hasPermission=true if user has one of the ACCTG_PREF CRUD+ADMIN permissions -->
     <simple-method method-name="preferencePermissionCheck" short-description="Accounting preferences permission logic">
         <set field="primaryPermission" value="ACCTG_PREF"/>
-        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml"/>
+        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/>
     </simple-method>
 
     <!-- Returns hasPermission=true if user has one of the ACCTG_FX CRUD+ADMIN permissions -->
     <simple-method method-name="acctgFxPermissionCheck" short-description="Foreign exchange permission logic">
         <set field="primaryPermission" value="ACCTG_FX"/>
-        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml"/>
+        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/>
         <if-compare field="hasPermission" operator="not-equals" value="true">
             <!-- Check for deprecated permission -->
             <if-has-permission permission="ACCTG_FX_ENTRY">
@@ -77,7 +77,7 @@ under the License.
     <!-- Returns hasPermission=true if user has one of the ACCOUNTING_COMM CRUD+ADMIN permissions -->
     <simple-method method-name="commissionPermissionCheck" short-description="Accounting commissions permission logic">
         <set field="primaryPermission" value="ACCOUNTING_COMM"/>
-        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml"/>
+        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/>
     </simple-method>
 
     <!-- Returns hasPermission=true if user has one of the base ACCOUNTING CRUD+ADMIN permissions -->
@@ -102,7 +102,7 @@ under the License.
     <!-- Returns hasPermission=true if user has one of the ACCTG_ATX CRUD+ADMIN permissions -->
     <simple-method method-name="acctgTransactionPermissionCheck" short-description="Accounting transaction permission logic">
         <set field="primaryPermission" value="ACCTG_ATX"/>
-        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml"/>
+        <call-simple-method method-name="genericBasePermissionCheck" xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/>
     </simple-method>
 
     <!-- Returns hasPermission=true if user has one of the base ACCOUNTING CRUD+ADMIN permissions -->

Modified: ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml?rev=1747712&r1=1747598&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml Fri Jun 10 14:04:30 2016
@@ -68,7 +68,7 @@ under the License.
         <get-related list="acctgTransEntryList" relation-name="AcctgTransEntry" value-field="acctgTrans"/>
         <assert><not><if-empty field="acctgTransEntryList"/></not></assert>
 
-        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTestsPurchase.xml"/>
+        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/minilang/test/AutoAcctgTransTestsPurchase.xml"/>
 
         <iterate list="acctgTransEntryList" entry="acctgTransEntry">
             <if-compare field="acctgTransEntry.debitCreditFlag" operator="equals" value="C">
@@ -144,7 +144,7 @@ under the License.
 
         <assert><not><if-empty field="acctgTransEntryList"/></not></assert>
 
-        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTestsPurchase.xml"/>
+        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/minilang/test/AutoAcctgTransTestsPurchase.xml"/>
 
         <set field="acctgTransEntryFilter.glAccountTypeId" value="ACCOUNTS_RECEIVABLE"/>
         <set field="acctgTransEntryFilter.glAccountId" value="120000"/>
@@ -168,7 +168,7 @@ under the License.
 
         <assert><not><if-empty field="acctgTransEntryList"/></not></assert>
 
-        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTestsPurchase.xml"/>
+        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/minilang/test/AutoAcctgTransTestsPurchase.xml"/>
 
         <set field="acctgTransEntryFilter.glAccountTypeId" value="ACCOUNTS_RECEIVABLE"/>
         <set field="acctgTransEntryFilter.glAccountId" value="120000"/>
@@ -226,7 +226,7 @@ under the License.
 
         <assert><not><if-empty field="acctgTransEntryList"/></not></assert>
 
-        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTestsPurchase.xml"/>
+        <call-simple-method method-name="UtilCheckEntriesBalance" xml-resource="component://accounting/minilang/test/AutoAcctgTransTestsPurchase.xml"/>
 
         <iterate entry="acctgTransEntry" list="acctgTransEntryList">
             <if-compare field="acctgTransEntry.debitCreditFlag" operator="equals" value="C">

Modified: ofbiz/trunk/applications/accounting/servicedef/services_admin.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_admin.xml?rev=1747712&r1=1747711&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_admin.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_admin.xml Fri Jun 10 14:04:30 2016
@@ -24,7 +24,7 @@ under the License.
     <vendor>OFBiz</vendor>
     <version>1.0</version>
     <service name="createPartyAcctgPreference" default-entity-name="PartyAcctgPreference" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/admin/AcctgAdminServices.xml" invoke="createPartyAcctgPreference" auth="true">
+        location="component://accounting/minilang/admin/AcctgAdminServices.xml" invoke="createPartyAcctgPreference" auth="true">
         <description>Create accounting preferences for a party (organization)</description>
         <permission-service service-name="acctgPrefPermissionCheck" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
@@ -59,21 +59,21 @@ under the License.
         </auto-attributes>
     </service>
     <service name="getPartyAccountingPreferences" default-entity-name="PartyAcctgPreference" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/admin/AcctgAdminServices.xml" invoke="getPartyAccountingPreferences" auth="true">
+            location="component://accounting/minilang/admin/AcctgAdminServices.xml" invoke="getPartyAccountingPreferences" auth="true">
         <description>Get accounting preferences for a party (organization)</description>
         <permission-service service-name="acctgPrefPermissionCheck" main-action="VIEW"/>
         <attribute type="String" mode="IN" name="organizationPartyId" optional="false"/>
         <attribute name="partyAccountingPreference" type="org.ofbiz.entity.GenericValue" mode="OUT" optional="true"/>
     </service>
     <service name="setAcctgCompany" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/admin/AcctgAdminServices.xml" invoke="setAcctgCompany" auth="true">
+        location="component://accounting/minilang/admin/AcctgAdminServices.xml" invoke="setAcctgCompany" auth="true">
         <description>Set Accounting Company when select</description>
         <permission-service service-name="acctgPrefPermissionCheck" main-action="CREATE"/>
         <attribute type="String" mode="INOUT" name="organizationPartyId" optional="true"/>
     </service>
 
     <service name="updateFXConversion" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/admin/AcctgAdminServices.xml" invoke="updateFXConversion">
+        location="component://accounting/minilang/admin/AcctgAdminServices.xml" invoke="updateFXConversion">
         <description>Update the conversion rate between two currencies and expire the old conversion rates</description>
         <permission-service service-name="acctgFxPermissionCheck" main-action="UPDATE"/>
         <attribute type="String" mode="IN" name="uomId" optional="false"/>
@@ -129,7 +129,7 @@ under the License.
     </service>
 
     <service name="getFXConversion" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/admin/AcctgAdminServices.xml" invoke="getFXConversion">
+        location="component://accounting/minilang/admin/AcctgAdminServices.xml" invoke="getFXConversion">
         <description>get the conversion rate</description>
         <attribute type="String" mode="IN" name="uomId" optional="false"/>
         <attribute type="String" mode="IN" name="uomIdTo" optional="false"/>

Modified: ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml?rev=1747712&r1=1747711&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml Fri Jun 10 14:04:30 2016
@@ -39,14 +39,14 @@ under the License.
         <override name="textData" allow-html="any"/>
     </service>
     <service name="cancelAgreement" default-entity-name="Agreement" engine="simple"
-                location="component://accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml" invoke="cancelAgreement" auth="true">
+                location="component://accounting/minilang/agreement/AgreementServices.xml" invoke="cancelAgreement" auth="true">
         <description>Cancel an Agreement</description>
         <permission-service service-name="acctgAgreementPermissionCheck" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
     <service name="copyAgreement" default-entity-name="Agreement" engine="simple"
-                location="component://accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml" invoke="copyAgreement" auth="true">
+                location="component://accounting/minilang/agreement/AgreementServices.xml" invoke="copyAgreement" auth="true">
         <description>Copy an Agreement</description>
         <permission-service service-name="acctgAgreementPermissionCheck" main-action="CREATE"/>
         <auto-attributes include="pk" mode="INOUT" optional="false"/>

Modified: ofbiz/trunk/applications/accounting/servicedef/services_budget.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_budget.xml?rev=1747712&r1=1747711&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_budget.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_budget.xml Fri Jun 10 14:04:30 2016
@@ -26,7 +26,7 @@ under the License.
 
     <!-- Budget  -->
     <service name="createBudget" default-entity-name="Budget" engine="simple"
-                location="component://accounting/script/org/ofbiz/accounting/budget/BudgetServices.xml" invoke="createBudget" auth="true">
+                location="component://accounting/minilang/budget/BudgetServices.xml" invoke="createBudget" auth="true">
         <description>Create a Budget</description>
         <auto-attributes include="pk" mode="INOUT" optional="true"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
@@ -38,7 +38,7 @@ under the License.
     </service>
 
     <service name="updateBudgetStatus" default-entity-name="BudgetStatus" engine="simple"
-                location="component://accounting/script/org/ofbiz/accounting/budget/BudgetServices.xml" invoke="updateBudgetStatus">
+                location="component://accounting/minilang/budget/BudgetServices.xml" invoke="updateBudgetStatus">
         <description>Update a Budget</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>

Modified: ofbiz/trunk/applications/accounting/servicedef/services_cost.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_cost.xml?rev=1747712&r1=1747711&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_cost.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_cost.xml Fri Jun 10 14:04:30 2016
@@ -82,7 +82,7 @@ under the License.
     </service>
 
     <service name="updateProductAverageCostOnReceiveInventory" default-entity-name="ProductAverageCost" engine="simple" 
-            location="component://product/script/org/ofbiz/product/cost/CostServices.xml" invoke="updateProductAverageCostOnReceiveInventory" auth="true">
+            location="component://product/minilang/product/cost/CostServices.xml" invoke="updateProductAverageCostOnReceiveInventory" auth="true">
         <description>Update a Product Average Cost record on receive inventory</description>
         <permission-service service-name="acctgCostPermissionCheck" main-action="UPDATE"/>
         <attribute name="facilityId" type="String" mode="IN" optional="false"/>
@@ -92,7 +92,7 @@ under the License.
     </service>
 
     <service name="getProductAverageCost" engine="simple" 
-            location="component://product/script/org/ofbiz/product/cost/CostServices.xml" invoke="getProductAverageCost" auth="true">
+            location="component://product/minilang/product/cost/CostServices.xml" invoke="getProductAverageCost" auth="true">
         <description>Get Average cost of a product</description>
         <attribute name="inventoryItem" type="org.ofbiz.entity.GenericValue" mode="IN" optional="true"/>
         <attribute name="unitCost" type="BigDecimal" mode="OUT" optional="false"/>

Modified: ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml?rev=1747712&r1=1747711&r2=1747712&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml Fri Jun 10 14:04:30 2016
@@ -26,7 +26,7 @@ under the License.
 
     <!-- Financial Account -->
     <service name="createFinAccount" engine="simple" default-entity-name="FinAccount"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createFinAccount">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="createFinAccount">
         <description>Create a new Financial Account.  If no finAccountId is provided, an auto-sequenced one will be used.</description>
         <auto-attributes mode="INOUT" optional="true" include="pk"/>
         <auto-attributes mode="IN" optional="true" include="nonpk">
@@ -35,7 +35,7 @@ under the License.
         </auto-attributes>
     </service>
     <service name="updateFinAccount" engine="simple" default-entity-name="FinAccount"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateFinAccount">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="updateFinAccount">
         <description>Update a Financial Account</description>
         <auto-attributes mode="INOUT" optional="false" include="pk"/>
         <auto-attributes mode="IN" optional="true" include="nonpk">
@@ -49,22 +49,22 @@ under the License.
         <attribute name="replenishLevel" type="BigDecimal" mode="OUT" optional="true"/>
     </service>
     <service name="deleteFinAccount" engine="simple" default-entity-name="FinAccount"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="deleteFinAccount">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="deleteFinAccount">
         <description>Delete a Financial Account</description>
         <auto-attributes mode="IN" optional="false" include="pk"/>
     </service>
     <service name="updateFinAccountBalancesFromTrans" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateFinAccountBalancesFromTrans">
+        location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="updateFinAccountBalancesFromTrans">
         <description>Update FinAccount.actualBalance and FinAccount.availableBalance based on a new FinAccountTrans; meant to be called as an EECA as it is for data maintenance</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="updateFinAccountBalancesFromAuth" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateFinAccountBalancesFromAuth">
+        location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="updateFinAccountBalancesFromAuth">
         <description>Update FinAccount.availableBalance based on a new FinAccountAuth; meant to be called as an EECA as it is for data maintenance</description>
         <attribute name="finAccountAuthId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="createFinAccountStatus" default-entity-name="FinAccountStatus" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createFinAccountStatus" auth="true">
+        location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="createFinAccountStatus" auth="true">
         <description>Create a FinAccountStatus</description>
         <auto-attributes include="all" mode="IN" optional="false">
             <exclude field-name="statusDate"/>
@@ -74,7 +74,7 @@ under the License.
 
     <!-- Financial Account Transaction -->
     <service name="createFinAccountTrans" engine="simple" default-entity-name="FinAccountTrans"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createFinAccountTrans">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="createFinAccountTrans">
         <description>Create a new Financial Account Transaction.  Will use current timestamp for entryDate and trasanctionDate if none is provided.</description>
         <auto-attributes mode="OUT" optional="false" include="pk"/>
         <auto-attributes mode="IN" optional="true" include="nonpk">
@@ -83,39 +83,39 @@ under the License.
         <attribute name="glAccountId" type="String" mode="IN" optional="true"/>
     </service>
     <service name="postFinAccountTransToGl" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountGlPostServices.xml" invoke="postFinAccountTransToGl">
+        location="component://accounting/minilang/finaccount/FinAccountGlPostServices.xml" invoke="postFinAccountTransToGl">
         <description>Post a Financial Account Transaction to the General Ledger; meant to be called as an SECA</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="false"/>
         <attribute name="glAccountId" type="String" mode="IN" optional="false"/>
     </service>
 
     <service name="createFinAccountRole" engine="simple" default-entity-name="FinAccountRole"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createFinAccountRole">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="createFinAccountRole">
         <description>Create a new Financial Account Role</description>
         <auto-attributes mode="IN" optional="false" include="pk"/>
         <auto-attributes mode="IN" optional="true" include="nonpk"/>
         <override name="fromDate" optional="true"/>
     </service>
     <service name="updateFinAccountRole" engine="simple" default-entity-name="FinAccountRole"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateFinAccountRole">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="updateFinAccountRole">
         <description>Update a Financial Account Role</description>
         <auto-attributes mode="IN" optional="false" include="pk"/>
         <auto-attributes mode="IN" optional="true" include="nonpk"/>
     </service>
     <service name="deleteFinAccountRole" engine="simple" default-entity-name="FinAccountRole"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="deleteFinAccountRole">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="deleteFinAccountRole">
         <description>Remove a Financial Account Role</description>
         <auto-attributes mode="IN" optional="false" include="pk"/>
     </service>
 
     <service name="createFinAccountAuth" engine="simple" default-entity-name="FinAccountAuth"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createFinAccountAuth">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="createFinAccountAuth">
         <description>Lower level service for creating authorization against a fin account.  Will use current time for authorizationDate and thruDate if not supplied.</description>
         <auto-attributes mode="OUT" optional="false" include="pk"/>
         <auto-attributes mode="IN" optional="true" include="nonpk"/>
     </service>
     <service name="expireFinAccountAuth" engine="simple" default-entity-name="FinAccountAuth"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="expireFinAccountAuth">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="expireFinAccountAuth">
         <!-- NOTE: never set require-new-transaction on this service, needs to be called with other services in same transaction to protect operations such as the payment capture one -->
         <description>Expires a fin account authorization.  Will use current time if no time is supplied in parameter</description>
         <attribute name="finAccountAuthId" type="String" mode="IN" optional="false"/>
@@ -123,14 +123,14 @@ under the License.
     </service>
 
     <service name="setFinAccountTransStatus" engine="simple"
-        location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="setFinAccountTransStatus">
+        location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="setFinAccountTransStatus">
         <description>Set financial account transaction status</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="true"/>
         <attribute name="statusId" type="String" mode="IN" optional="true"/>
         <attribute name="oldStatusId" type="String" mode="OUT" optional="true"/>
     </service>
 
-    <service name="updatePaymentOnFinAccTransStatusSetToCancel" engine="simple" location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updatePaymentOnFinAccTransStatusSetToCancel">
+    <service name="updatePaymentOnFinAccTransStatusSetToCancel" engine="simple" location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="updatePaymentOnFinAccTransStatusSetToCancel">
         <description>Update payment when FinAccountTrans status is set to Cancle, remove finAccountTransId form Payment entity.</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="true"/>
     </service>
@@ -209,7 +209,7 @@ under the License.
         <attribute name="finAccountId" type="String" mode="IN" optional="true"/>
     </service>
     <service name="getFinAccountTransListAndTotals" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="getFinAccountTransListAndTotals">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="getFinAccountTransListAndTotals">
         <description>Financial Account Transaction List and Totals</description>
         <attribute name="finAccountId" type="String" mode="IN" optional="false"/>
         <attribute name="finAccountTransTypeId" type="String" mode="IN" optional="true"/>
@@ -232,7 +232,7 @@ under the License.
         <attribute name="glReconciliationApprovedGrandTotal" type="BigDecimal" mode="OUT" optional="true"/>
     </service>
     <service name="getFinAccountTransRunningTotalAndBalances" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="getFinAccountTransRunningTotalAndBalances">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="getFinAccountTransRunningTotalAndBalances">
         <description>Financial Account Running Total</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="false"/>
         <attribute name="organizationPartyId" type="String" mode="IN" optional="false"/>
@@ -244,7 +244,7 @@ under the License.
         <attribute name="endingBalance" type="String" mode="OUT" optional="true"/>
     </service>
     <service name="reconcileFinAccountTrans" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="reconcileFinAccountTrans">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="reconcileFinAccountTrans">
         <description>Reconcile Financial Accounting Financial Transactions</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="false"/>
         <attribute name="organizationPartyId" type="String" mode="IN" optional="false"/>
@@ -252,23 +252,23 @@ under the License.
         <attribute name="debitCreditFlag" type="String" mode="IN" optional="true"/>
     </service>
     <service name="reconcileAdjustmentFinAcctgTrans" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="reconcileAdjustmentFinAcctgTrans">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="reconcileAdjustmentFinAcctgTrans">
         <description>Reconcile Financial Accounting Financial Transactions</description>
         <attribute name="finAccountTrans" type="org.ofbiz.entity.GenericValue" mode="IN" optional="false"/>
         <attribute name="organizationPartyId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="reconcileDepositFinAcctgTrans" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="reconcileDepositFinAcctgTrans">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="reconcileDepositFinAcctgTrans">
         <description>Reconcile Financial Accounting Financial Transactions</description>
         <attribute name="finAccountTrans" type="org.ofbiz.entity.GenericValue" mode="IN" optional="false"/>
     </service>
     <service name="reconcileWithdrawalFinAcctgTrans" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="reconcileWithdrawalFinAcctgTrans">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="reconcileWithdrawalFinAcctgTrans">
         <description>Reconcile Financial Accounting Financial Transactions</description>
         <attribute name="finAccountTrans" type="org.ofbiz.entity.GenericValue" mode="IN" optional="false"/>
     </service>    
     <service name="getReconciliationClosingBalance" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="getReconciliationClosingBalance">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="getReconciliationClosingBalance">
         <description>Service to Get Reconciliation closing balance.</description>
         <attribute name="glReconciliationId" type="String" mode="IN" optional="false"/>
         <attribute name="closingBalance" type="BigDecimal" mode="OUT" optional="false"/>
@@ -449,7 +449,7 @@ under the License.
     </service>
 
     <service name="depositWithdrawPayments" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="depositWithdrawPayments">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="depositWithdrawPayments">
         <description>Deposit withdraw payments</description>
         <attribute name="paymentIds" type="List" mode="IN" optional="false"/>
         <attribute name="finAccountId" type="String" mode="IN" optional="false"/>
@@ -459,13 +459,13 @@ under the License.
         <attribute name="finAccountTransId" type="String" mode="OUT" optional="true"/>
         <attribute name="paymentGroupId" type="String" mode="OUT" optional="true"/>
     </service>
-    <service name="expirePaymentAssociationsOnFinAccountTransCancel" engine="simple" location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="expirePaymentAssociationsOnFinAccountTransCancel">
+    <service name="expirePaymentAssociationsOnFinAccountTransCancel" engine="simple" location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="expirePaymentAssociationsOnFinAccountTransCancel">
         <description>expire payment associations with paymentGroup on finAccountTrans cancel</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="true"/>
     </service>
     
     <service name="createPaymentAndFinAccountTrans" engine="simple" 
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createPaymentAndFinAccountTrans" auth="true">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="createPaymentAndFinAccountTrans" auth="true">
         <description>create new payment and associate with respective financial account in FinAccountTrans Entity.</description>
         <implements service="createPayment"/>
         <attribute name="isDepositWithDrawPayment" type="String" mode="IN" optional="true"/>
@@ -476,47 +476,47 @@ under the License.
     </service>
 
     <service name="getTransactionTotalByGlReconcileId" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="getTransactionTotalByGlReconcileId">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="getTransactionTotalByGlReconcileId">
         <description>Transaction Total By GlReconcile Id</description>
         <attribute name="glReconciliationId" type="String" mode="IN" optional="false"/>
         <attribute name="grandTotal" type="BigDecimal" mode="OUT" optional="true"/>
     </service>
 
     <service name="assignGlRecToFinAccTrans" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="assignGlRecToFinAccTrans">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="assignGlRecToFinAccTrans">
         <description>Assignment of Gl Reconciliation to Fin Account Trans</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="false"/>
         <attribute name="glReconciliationId" type="String" mode="IN" optional="false"/>
     </service>
 
     <service name="removeFinAccountTransFromReconciliation" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="removeFinAccountTransFromReconciliation">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="removeFinAccountTransFromReconciliation">
         <description>Remove finaAccountTrans association with gl reconciliation</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="false"/>
     </service>
 
     <service name="isGlReconciliationReconciled" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="isGlReconciliationReconciled">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="isGlReconciliationReconciled">
         <description>Check GlReconciliation is Reconciled or not</description>
         <attribute name="glReconciliationId" type="String" mode="IN" optional="false"/>
         <attribute name="isReconciled" type="Boolean" mode="OUT" optional="false"/>
     </service>
 
     <service name="cancelBankReconciliation" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="cancelBankReconciliation">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="cancelBankReconciliation">
         <description>Cancel bank reconciliation.</description>
         <attribute name="glReconciliationId" type="String" mode="IN" optional="false"/>
     </service>
     
     <service name="getAssociatedAcctgTransEntriesWithFinAccountTrans" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="getAssociatedAcctgTransEntriesWithFinAccountTrans">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="getAssociatedAcctgTransEntriesWithFinAccountTrans">
         <description>Get associated acctgTransEntries with finAccountTrans</description>
         <attribute name="finAccountTransId" type="String" mode="IN" optional="false"/>
         <attribute name="acctgTransAndEntries" type="List" mode="OUT" optional="true"/>
     </service>
     
     <service name="autoFinAccountReconciliation" engine="simple"
-            location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="autoFinAccountReconciliation" auth="true">
+            location="component://accounting/minilang/finaccount/FinAccountServices.xml" invoke="autoFinAccountReconciliation" auth="true">
         <description>Auto Reconciled FinAccountTrans entries</description>
     </service>
 </services>