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/23 16:40:24 UTC

svn commit: r1749938 [1/5] - in /ofbiz/trunk: applications/accounting/minilang/ applications/accounting/minilang/admin/ applications/accounting/minilang/agreement/ applications/accounting/minilang/budget/ applications/accounting/minilang/finaccount/ ap...

Author: jleroux
Date: Thu Jun 23 16:40:22 2016
New Revision: 1749938

URL: http://svn.apache.org/viewvc?rev=1749938&view=rev
Log:
A temporary workaround for "Autocompletion for Compound Widget" - https://issues.apache.org/jira/browse/OFBIZ-7061

Reverts the simple method to use the original schema without namespace. "Duplicates" simple-methods.xsd in simple-methods-ns.xsd as we did, to get the simple-method namespace for compound-widgets.

For myself: when we will do the 3rd more elegant option (no schema duplication), have been changed also:
minilang-catalog.xml
compound-widgets.xsd

Added:
    ofbiz/trunk/framework/minilang/dtd/simple-methods-ns.xsd   (with props)
Modified:
    ofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml
    ofbiz/trunk/applications/accounting/minilang/admin/AcctgAdminServices.xml
    ofbiz/trunk/applications/accounting/minilang/agreement/AgreementServices.xml
    ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml
    ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountGlPostServices.xml
    ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountServices.xml
    ofbiz/trunk/applications/accounting/minilang/fixedasset/FixedAssetServices.xml
    ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceEvents.xml
    ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml
    ofbiz/trunk/applications/accounting/minilang/invoice/SampleCommissionServices.xml
    ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml
    ofbiz/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml
    ofbiz/trunk/applications/accounting/minilang/payment/PaymentGatewayConfigServices.xml
    ofbiz/trunk/applications/accounting/minilang/payment/PaymentMapProcs.xml
    ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml
    ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodServices.xml
    ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml
    ofbiz/trunk/applications/accounting/minilang/period/PeriodServices.xml
    ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml
    ofbiz/trunk/applications/accounting/minilang/rate/RateServices.xml
    ofbiz/trunk/applications/accounting/minilang/tax/TaxAuthorityServices.xml
    ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsPurchase.xml
    ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml
    ofbiz/trunk/applications/accounting/minilang/test/AutoInvoiceTests.xml
    ofbiz/trunk/applications/accounting/minilang/test/AutoPaymentTests.xml
    ofbiz/trunk/applications/accounting/minilang/test/FixedAssetTests.xml
    ofbiz/trunk/applications/accounting/minilang/test/InvoicePerShipmentTests.xml
    ofbiz/trunk/applications/accounting/minilang/test/PaymentApplicationTests.xml
    ofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml
    ofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml
    ofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml
    ofbiz/trunk/applications/content/minilang/blog/BlogServices.xml
    ofbiz/trunk/applications/content/minilang/compdoc/CompDocServices.xml
    ofbiz/trunk/applications/content/minilang/content/ContentEvents.xml
    ofbiz/trunk/applications/content/minilang/content/ContentPermissionEvents.xml
    ofbiz/trunk/applications/content/minilang/content/ContentServices.xml
    ofbiz/trunk/applications/content/minilang/data/DataServices.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/minilang/survey/SurveyServices.xml
    ofbiz/trunk/applications/content/minilang/website/WebSiteServices.xml
    ofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml
    ofbiz/trunk/applications/humanres/minilang/HumanResServices.xml
    ofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml
    ofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml
    ofbiz/trunk/applications/manufacturing/minilang/bom/BomFormulas.xml
    ofbiz/trunk/applications/manufacturing/minilang/bom/BomMapProcs.xml
    ofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml
    ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml
    ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunSimpleEvents.xml
    ofbiz/trunk/applications/manufacturing/minilang/routing/RoutingServices.xml
    ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingMapProcs.xml
    ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml
    ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleServices.xml
    ofbiz/trunk/applications/manufacturing/minilang/techdata/TaskFormulae.xml
    ofbiz/trunk/applications/manufacturing/minilang/test/ProductionRunTests.xml
    ofbiz/trunk/applications/marketing/minilang/marketing/campaign/CampaignServices.xml
    ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListEvents.xml
    ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml
    ofbiz/trunk/applications/marketing/minilang/marketing/segment/SegmentServices.xml
    ofbiz/trunk/applications/marketing/minilang/marketing/test/MarketingTests.xml
    ofbiz/trunk/applications/marketing/minilang/marketing/tracking/TrackingCodeServices.xml
    ofbiz/trunk/applications/marketing/minilang/sfa/ContactMechMapProcs.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/order/minilang/UpgradeServices.xml
    ofbiz/trunk/applications/order/minilang/customer/CheckoutMapProcs.xml
    ofbiz/trunk/applications/order/minilang/customer/CustomerEvents.xml
    ofbiz/trunk/applications/order/minilang/opportunity/OpportunityServices.xml
    ofbiz/trunk/applications/order/minilang/order/CheckoutServices.xml
    ofbiz/trunk/applications/order/minilang/order/OrderDeliveryServices.xml
    ofbiz/trunk/applications/order/minilang/order/OrderReturnServices.xml
    ofbiz/trunk/applications/order/minilang/order/OrderServices.xml
    ofbiz/trunk/applications/order/minilang/order/OrderSimpleMethods.xml
    ofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml
    ofbiz/trunk/applications/order/minilang/reports/NetBeforeOverheadDateEvent.xml
    ofbiz/trunk/applications/order/minilang/reports/NetBeforeOverheadEvent.xml
    ofbiz/trunk/applications/order/minilang/reports/NetBeforeOverheadMonthlyEvent.xml
    ofbiz/trunk/applications/order/minilang/reports/ProductDemandReportEvent.xml
    ofbiz/trunk/applications/order/minilang/reports/SalesReportEvent.xml
    ofbiz/trunk/applications/order/minilang/request/CustRequestEvents.xml
    ofbiz/trunk/applications/order/minilang/request/CustRequestServices.xml
    ofbiz/trunk/applications/order/minilang/requirement/RequirementServices.xml
    ofbiz/trunk/applications/order/minilang/shoppinglist/ShoppingListServices.xml
    ofbiz/trunk/applications/order/minilang/test/CustRequestTests.xml
    ofbiz/trunk/applications/order/minilang/test/QuoteTests.xml
    ofbiz/trunk/applications/order/minilang/test/ShoppingCartTests.xml
    ofbiz/trunk/applications/order/minilang/test/ShoppingListTests.xml
    ofbiz/trunk/applications/party/minilang/LookupServices.xml
    ofbiz/trunk/applications/party/minilang/communication/CommunicationEventEvents.xml
    ofbiz/trunk/applications/party/minilang/communication/CommunicationEventServices.xml
    ofbiz/trunk/applications/party/minilang/contact/ContactMechMapProcs.xml
    ofbiz/trunk/applications/party/minilang/contact/ContactMechServices.xml
    ofbiz/trunk/applications/party/minilang/contact/PartyContactMechMapProcs.xml
    ofbiz/trunk/applications/party/minilang/contact/PartyContactMechServices.xml
    ofbiz/trunk/applications/party/minilang/customer/CustomerEvents.xml
    ofbiz/trunk/applications/party/minilang/party/PartyInvitationServices.xml
    ofbiz/trunk/applications/party/minilang/party/PartyMapProcs.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/minilang/test/PartyContactMechTests.xml
    ofbiz/trunk/applications/party/minilang/test/PartyStatusChangeTests.xml
    ofbiz/trunk/applications/party/minilang/test/PartyTests.xml
    ofbiz/trunk/applications/party/minilang/user/UserEvents.xml
    ofbiz/trunk/applications/product/minilang/product/UpgradeServices.xml
    ofbiz/trunk/applications/product/minilang/product/catalog/CatalogServices.xml
    ofbiz/trunk/applications/product/minilang/product/category/CategoryContentServices.xml
    ofbiz/trunk/applications/product/minilang/product/category/CategoryServices.xml
    ofbiz/trunk/applications/product/minilang/product/config/ConfigServices.xml
    ofbiz/trunk/applications/product/minilang/product/config/ProductConfigItemContentServices.xml
    ofbiz/trunk/applications/product/minilang/product/cost/CostServices.xml
    ofbiz/trunk/applications/product/minilang/product/feature/ProductFeatureServices.xml
    ofbiz/trunk/applications/product/minilang/product/imagemanagement/ImageManagementEvents.xml
    ofbiz/trunk/applications/product/minilang/product/imagemanagement/ImageManagementServices.xml
    ofbiz/trunk/applications/product/minilang/product/inventory/InventoryIssueServices.xml
    ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
    ofbiz/trunk/applications/product/minilang/product/inventory/InventoryServices.xml
    ofbiz/trunk/applications/product/minilang/product/inventory/StockMoveServices.xml
    ofbiz/trunk/applications/product/minilang/product/price/PriceServices.xml
    ofbiz/trunk/applications/product/minilang/product/product/CustomerDigitalDownloadServices.xml
    ofbiz/trunk/applications/product/minilang/product/product/ProductContentServices.xml
    ofbiz/trunk/applications/product/minilang/product/product/ProductServices.xml
    ofbiz/trunk/applications/product/minilang/product/product/ProductUomFormulas.xml
    ofbiz/trunk/applications/product/minilang/product/promo/PromoServices.xml
    ofbiz/trunk/applications/product/minilang/product/rental/RentalServices.xml
    ofbiz/trunk/applications/product/minilang/product/storage/FacilityContactMechMapProcs.xml
    ofbiz/trunk/applications/product/minilang/product/storage/FacilityContactMechServices.xml
    ofbiz/trunk/applications/product/minilang/product/storage/FacilityEvents.xml
    ofbiz/trunk/applications/product/minilang/product/storage/StorageServices.xml
    ofbiz/trunk/applications/product/minilang/product/store/ProductStoreServices.xml
    ofbiz/trunk/applications/product/minilang/product/subscription/SubscriptionServices.xml
    ofbiz/trunk/applications/product/minilang/product/supplier/SupplierProductServices.xml
    ofbiz/trunk/applications/product/minilang/product/test/CategoryTests.xml
    ofbiz/trunk/applications/product/minilang/product/test/CostTests.xml
    ofbiz/trunk/applications/product/minilang/product/test/GroupOrderTest.xml
    ofbiz/trunk/applications/product/minilang/product/test/InventoryTests.xml
    ofbiz/trunk/applications/product/minilang/product/test/ProductPriceTests.xml
    ofbiz/trunk/applications/product/minilang/product/test/ProductTagTest.xml
    ofbiz/trunk/applications/product/minilang/shipment/issuance/IssuanceServices.xml
    ofbiz/trunk/applications/product/minilang/shipment/picklist/PicklistServices.xml
    ofbiz/trunk/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
    ofbiz/trunk/applications/product/minilang/shipment/shipment/ShipmentGatewayConfigServices.xml
    ofbiz/trunk/applications/product/minilang/shipment/shipment/ShipmentServices.xml
    ofbiz/trunk/applications/product/minilang/shipment/test/ShipmentTests.xml
    ofbiz/trunk/applications/securityext/minilang/login/LoginMapProcs.xml
    ofbiz/trunk/applications/securityext/minilang/login/LoginSimpleEvents.xml
    ofbiz/trunk/applications/workeffort/minilang/permission/WorkEffortPermissionServices.xml
    ofbiz/trunk/applications/workeffort/minilang/timesheet/TimesheetServices.xml
    ofbiz/trunk/applications/workeffort/minilang/workeffort/UpgradeServices.xml
    ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml
    ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowMapProcessors.xml
    ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowSimpleEvents.xml
    ofbiz/trunk/framework/common/minilang/CdyneServices.xml
    ofbiz/trunk/framework/common/minilang/CommonServices.xml
    ofbiz/trunk/framework/common/minilang/PortalPageMethods.xml
    ofbiz/trunk/framework/common/minilang/PortalPageServices.xml
    ofbiz/trunk/framework/common/minilang/email/EmailServices.xml
    ofbiz/trunk/framework/common/minilang/period/PeriodServices.xml
    ofbiz/trunk/framework/common/minilang/permission/CommonPermissionServices.xml
    ofbiz/trunk/framework/common/minilang/test/UserLoginTests.xml
    ofbiz/trunk/framework/entity/minilang/EntityUtilPropertiesTests.xml
    ofbiz/trunk/framework/entityext/minilang/EntitySyncServices.xml
    ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml
    ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
    ofbiz/trunk/framework/widget/dtd/compound-widgets.xsd
    ofbiz/trunk/specialpurpose/assetmaint/minilang/FixedAssetMaintServices.xml
    ofbiz/trunk/specialpurpose/assetmaint/minilang/test/FixedAssetMaintTests.xml
    ofbiz/trunk/specialpurpose/bi/minilang/DimensionServices.xml
    ofbiz/trunk/specialpurpose/bi/minilang/FactServices.xml
    ofbiz/trunk/specialpurpose/ebaystore/minilang/EbayServices.xml
    ofbiz/trunk/specialpurpose/ebaystore/minilang/EbayStoreEvents.xml
    ofbiz/trunk/specialpurpose/ecommerce/minilang/customer/CustomerEvents.xml
    ofbiz/trunk/specialpurpose/ecommerce/minilang/customer/QuickAnonCustomerEvents.xml
    ofbiz/trunk/specialpurpose/ecommerce/minilang/misc/AffiliateMapProcs.xml
    ofbiz/trunk/specialpurpose/ecommerce/minilang/misc/AffiliateSimpleEvents.xml
    ofbiz/trunk/specialpurpose/example/minilang/ExamplePermissionServices.xml
    ofbiz/trunk/specialpurpose/example/minilang/example/ExampleServices.xml
    ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml
    ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml
    ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml
    ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml
    ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml
    ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml
    ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml
    ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml
    ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.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/ScrumTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml
    ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/CartEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/CustomerEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/ManagerEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/PaymentEvents.xml
    ofbiz/trunk/specialpurpose/webpos/minilang/PromoEvents.xml

Modified: ofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="migrateStatusToGlReconciliation" short-description="Migrate statusId to GlReconciliation entity">
         <entity-condition entity-name="GlReconciliation" list="glReconciliationList">

Modified: ofbiz/trunk/applications/accounting/minilang/admin/AcctgAdminServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/admin/AcctgAdminServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/admin/AcctgAdminServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/admin/AcctgAdminServices.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 -->
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- ========= Miscellaenous services for accounting ========= -->
     <simple-method method-name="createPartyAcctgPreference"
         short-description="Create accounting preference settings for a party">

Modified: ofbiz/trunk/applications/accounting/minilang/agreement/AgreementServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/agreement/AgreementServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/agreement/AgreementServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/agreement/AgreementServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- ================================================================ -->
     <!-- Agreement Services -->

Modified: ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- create a new Budget header record -->
     <simple-method method-name="createBudget" short-description="Create an Budget">

Modified: ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountGlPostServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountGlPostServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountGlPostServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountGlPostServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- FinAccountTrans Services -->
     <simple-method method-name="postFinAccountTransToGl" short-description="Post a Financial Account Transaction to the General Ledger">

Modified: ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="getArithmeticSettingsInline" short-description="getArithmeticSettingsInline">
         <property-to-field resource="arithmetic" property="finaccount.decimals" field="roundingDecimals" default="2"/>

Modified: ofbiz/trunk/applications/accounting/minilang/fixedasset/FixedAssetServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/fixedasset/FixedAssetServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/fixedasset/FixedAssetServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/fixedasset/FixedAssetServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- cancel an existing Agreement -->
     <simple-method method-name="cancelFixedAssetStdCost" short-description="Cancel an existing FixedAssetStdCost">

Modified: ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceEvents.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createInvoiceItemPayrol" short-description="Create a new Invoice Item with Payrol Item Type">
         <entity-condition entity-name="InvoiceItemType" list="PayrolGroup">

Modified: ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="getNextInvoiceId" short-description="Get Next invoiceId">
         <!-- try to find PartyAcctgPreference for parameters.partyId, see if we need any special invoice number sequencing -->

Modified: ofbiz/trunk/applications/accounting/minilang/invoice/SampleCommissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/invoice/SampleCommissionServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/invoice/SampleCommissionServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/invoice/SampleCommissionServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="sampleCalculateAffiliateCommission" short-description="Sample Calculate Affiliate Commission">
         <entity-one entity-name="Payment" value-field="payment"/>

Modified: ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- ========= AcctgTrans methods ========= -->
     <simple-method method-name="createAcctgTrans" short-description="Create an AcctgTrans">
         <make-value entity-name="AcctgTrans" value-field="newEntity"/>

Modified: ofbiz/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- ========= GlAccount methods ========= -->
     <simple-method method-name="createGlAccount" short-description="Create an GlAccount">

Modified: ofbiz/trunk/applications/accounting/minilang/payment/PaymentGatewayConfigServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/payment/PaymentGatewayConfigServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/payment/PaymentGatewayConfigServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/payment/PaymentGatewayConfigServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="updatePaymentGatewayConfig" short-description="Update Payment Gateway Config">
         <entity-one entity-name="PaymentGatewayConfig" value-field="lookedUpValue"/>
         <set-nonpk-fields map="parameters" value-field="lookedUpValue"/>

Modified: ofbiz/trunk/applications/accounting/minilang/payment/PaymentMapProcs.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/payment/PaymentMapProcs.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/payment/PaymentMapProcs.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/payment/PaymentMapProcs.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-map-processors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
   <simple-map-processor name="deletePaymentMethod">
     <process field="paymentMethodId"><copy/><not-empty><fail-property resource="AccountingUiLabels" property="AccountingPaymentMethodIdMissing"/></not-empty></process>
   </simple-map-processor>

Modified: ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        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/minilang/payment/PaymentMapProcs.xml"

Modified: ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="setPaymentMethodAddress" short-description="Set the initial payment method address">
         <make-value value-field="lookupPKMap" entity-name="PaymentMethod"/>

Modified: ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 -->
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+ xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createPayment" short-description="Create a Payment">
         <if>

Modified: ofbiz/trunk/applications/accounting/minilang/period/PeriodServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/period/PeriodServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/period/PeriodServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/period/PeriodServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="findCustomTimePeriods" short-description="Find a CustomTimePeriod">
         <if-not-empty field="parameters.organizationPartyId">
             <!-- walk up the tree and find all party groups that this is a member of, and include the periods for all of them -->

Modified: ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- ============== Basic Permission Checking ============= -->
 

Modified: ofbiz/trunk/applications/accounting/minilang/rate/RateServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/rate/RateServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/rate/RateServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/rate/RateServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="updateRateAmount" short-description="update/create a rate amount value">
         <set value="_CREATE" field="securityAction"/>

Modified: ofbiz/trunk/applications/accounting/minilang/tax/TaxAuthorityServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/tax/TaxAuthorityServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/tax/TaxAuthorityServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/tax/TaxAuthorityServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- TaxAuthorityCategory methods -->
     <simple-method method-name="deleteTaxAuthorityCategory" short-description="delete a TaxAuthorityCategory">

Modified: ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsPurchase.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsPurchase.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsPurchase.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsPurchase.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- Test case for Accounting Transaction on Purchase -->
     <simple-method method-name="testAcctgTransOnPoReceipts" short-description="Test case for Accounting Transaction on Receipts of Purchase Order." login-required="false">

Modified: ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- Test case for Accounting Transaction on Sales -->
     <simple-method method-name="testAcctgTransForSalesOrderShipments" short-description="Creation and Shipments of sales order" login-required="false">

Modified: ofbiz/trunk/applications/accounting/minilang/test/AutoInvoiceTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/AutoInvoiceTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/AutoInvoiceTests.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/AutoInvoiceTests.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="testInvoiceWorkerGetInvoiceTotal" login-required="false" 
         short-description="Tests InvoiceWorker.getInvoiceTotal(GenericValue) for all demo invoices">

Modified: ofbiz/trunk/applications/accounting/minilang/test/AutoPaymentTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/AutoPaymentTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/AutoPaymentTests.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/AutoPaymentTests.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- Test case for Batching Payments process-->
     <simple-method method-name="testCreatePaymentGroupAndMember" short-description="auto test createPaymentGroupAndMember service" login-required="false">

Modified: ofbiz/trunk/applications/accounting/minilang/test/FixedAssetTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/FixedAssetTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/FixedAssetTests.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/FixedAssetTests.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="testCreateFixedAssetRegistration" short-description="Test case for service createFixedAssetRegistration" login-required="false">
         <set field="serviceCtx.fixedAssetId" value="DEMO_VEHICLE_01"/>

Modified: ofbiz/trunk/applications/accounting/minilang/test/InvoicePerShipmentTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/InvoicePerShipmentTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/InvoicePerShipmentTests.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/InvoicePerShipmentTests.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="testInvoicePerShipmentSetFalse" short-description="Test Invoice Per Shipment Set False" login-required="false">
         <!-- Test Invoice Per Shipment

Modified: ofbiz/trunk/applications/accounting/minilang/test/PaymentApplicationTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/test/PaymentApplicationTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/test/PaymentApplicationTests.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/test/PaymentApplicationTests.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
 
     <!-- most simple test both invoice and payment same amount same currency -->

Modified: ofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml (original)
+++ ofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+       xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createSystemInfoNote" short-description="Create a system to to a specific party">
         <set field="parameters.partyId" from-field="parameters.partyId" default-value="userLogin.partyId"/>

Modified: ofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml (original)
+++ ofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createOrganization" short-description="Create Customer" login-required="false">
         <set field="require_email" value="true"/>

Modified: ofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml (original)
+++ ofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-map-processors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
   <simple-map-processor name="contentIn">
       <process field="contentId"><copy to-field="contentId" replace="true" set-if-null="false"/></process>
       <process field="contentTypeId"><copy to-field="contentTypeId" replace="true" set-if-null="false"/></process>

Modified: ofbiz/trunk/applications/content/minilang/blog/BlogServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/blog/BlogServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/blog/BlogServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/blog/BlogServices.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@
   under the License.
   -->
 
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="createBlogEntry" short-description="Create a new Blog Entry">
         <set field="contentAssocTypeId" value="PUBLISH_LINK"/>
         <set field="ownerContentId" from-field="parameters.blogContentId"/>

Modified: ofbiz/trunk/applications/content/minilang/compdoc/CompDocServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/compdoc/CompDocServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/compdoc/CompDocServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/compdoc/CompDocServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+                xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="genCompDocInstance" short-description="Create CompDoc">
         <entity-one entity-name="Content" value-field="rootTemplateContent">

Modified: ofbiz/trunk/applications/content/minilang/content/ContentEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/content/ContentEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/content/ContentEvents.xml (original)
+++ ofbiz/trunk/applications/content/minilang/content/ContentEvents.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 -->
 
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createContentAndPurpose" short-description="Create Content And Purpose" login-required="false">
         <log level="always" message="in createContentAndPurpose."/>

Modified: ofbiz/trunk/applications/content/minilang/content/ContentPermissionEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/content/ContentPermissionEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/content/ContentPermissionEvents.xml (original)
+++ ofbiz/trunk/applications/content/minilang/content/ContentPermissionEvents.xml Thu Jun 23 16:40:22 2016
@@ -17,7 +17,7 @@ specific language governing permissions
 under the License.
 -->
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+                xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createContentAndPurpose" short-description="Create Content And Purpose" login-required="false">
         <make-value entity-name="Content" value-field="currentContent"/>

Modified: ofbiz/trunk/applications/content/minilang/content/ContentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/content/ContentServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/content/ContentServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/content/ContentServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@
   -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- base content CRUD services -->
     <simple-method method-name="createContent" short-description="Create a Content Record">

Modified: ofbiz/trunk/applications/content/minilang/data/DataServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/data/DataServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/data/DataServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/data/DataServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
   <!-- Methods for DataResource -->
     <simple-method method-name="createDataResource" short-description="Create a Data Resource">
         <make-value entity-name="DataResource" value-field="newEntity"/>

Modified: ofbiz/trunk/applications/content/minilang/layout/LayoutEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/layout/LayoutEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/layout/LayoutEvents.xml (original)
+++ ofbiz/trunk/applications/content/minilang/layout/LayoutEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+                xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method login-required="true" method-name="createLayout" short-description="Create Layout">
         <log level="always" message="in createLayout."/>

Modified: ofbiz/trunk/applications/content/minilang/permission/ContentPermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/permission/ContentPermissionServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/permission/ContentPermissionServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/permission/ContentPermissionServices.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@
   -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="contentManagerPermission" short-description="Check user has Content Manager permission">
         <set field="primaryPermission" value="CONTENTMGR"/>

Modified: ofbiz/trunk/applications/content/minilang/permission/DataResourcePermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/permission/DataResourcePermissionServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/permission/DataResourcePermissionServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/permission/DataResourcePermissionServices.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@
   -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="genericDataResourcePermission" short-description="Generic Service for DataResource Permissions">
         <set field="primaryPermission" value="CONTENTMGR"/>

Modified: ofbiz/trunk/applications/content/minilang/survey/SurveyServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/survey/SurveyServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/survey/SurveyServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/survey/SurveyServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@
   -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- Methods for SurveyQuestion -->
     <simple-method method-name="createSurveyQuestion" short-description="Create Survey Question">

Modified: ofbiz/trunk/applications/content/minilang/website/WebSiteServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/minilang/website/WebSiteServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/minilang/website/WebSiteServices.xml (original)
+++ ofbiz/trunk/applications/content/minilang/website/WebSiteServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
 
     <!-- WebSite Path Alias -->

Modified: ofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml (original)
+++ ofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="createInternalOrg" short-description="">
         <set field="internalCtx.partyIdFrom" from-field="parameters.headpartyId"/>
         <set field="internalCtx.partyIdTo" from-field="parameters.partyId"/>

Modified: ofbiz/trunk/applications/humanres/minilang/HumanResServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/minilang/HumanResServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/minilang/HumanResServices.xml (original)
+++ ofbiz/trunk/applications/humanres/minilang/HumanResServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createPartySkill" short-description="Create Party Skills">
         <make-value entity-name="PartySkill" value-field="newEntity"/>

Modified: ofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml (original)
+++ ofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="migrateSalaryStep" short-description="Migrate data from OldSalaryStep to SalaryStep">
         <entity-condition entity-name="OldSalaryStep" list="oldSalarySteps"/>

Modified: ofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml (original)
+++ ofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@
   -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="humanResManagerPermission" short-description="Check user has Humanres Manager permission">
         <set field="primaryPermission" value="HUMANRES"/>

Modified: ofbiz/trunk/applications/manufacturing/minilang/bom/BomFormulas.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/bom/BomFormulas.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/bom/BomFormulas.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/bom/BomFormulas.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="exampleComponentFormula" short-description="Formula that the number of linear components in bom">
         <set field="arguments" from-field="parameters.arguments"/>

Modified: ofbiz/trunk/applications/manufacturing/minilang/bom/BomMapProcs.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/bom/BomMapProcs.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/bom/BomMapProcs.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/bom/BomMapProcs.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-map-processors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-map-processor name="prepareUpdateBOMAssoc">
         <process field="productId">
             <copy/>

Modified: ofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- ProductAssoc -->
     <simple-method method-name="createBOMAssoc" short-description="Create Product to Product Association">
         <if-empty field="parameters.fromDate">

Modified: ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     
     
     <simple-method method-name="createProductionRunPartyAssign" 

Modified: ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunSimpleEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunSimpleEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunSimpleEvents.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunSimpleEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="editProductionRunRoutingTask" short-description="Check parameters and edit a production run task.">
         <call-map-processor in-map-name="parameters" out-map-name="context">

Modified: ofbiz/trunk/applications/manufacturing/minilang/routing/RoutingServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/routing/RoutingServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/routing/RoutingServices.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/routing/RoutingServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="getProductRouting" short-description="Get the product's routing and routing tasks">
         <set from-field="parameters.productId" field="lookupRouting.productId"/>

Modified: ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingMapProcs.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingMapProcs.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingMapProcs.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingMapProcs.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 -->
 <simple-map-processors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
   <simple-map-processor name="copyRoutingTask">
     <process field="workEffortName"><copy/></process>
     <process field="description"><copy/></process>

Modified: ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="addRoutingTaskAssoc"
             short-description="If copyTask field = Y create a copy of the routingTask,  in all the case add a RoutingTaskAssociation">
         <if-compare field="parameters.copyTask" operator="equals" value="Y">

Modified: ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleServices.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="createCalendar" short-description="Create Calendar">
         <check-permission permission="MANUFACTURING" action="_CREATE"><fail-property resource="ManufacturingUiLabels" property="ManufacturingCalendarPermissionError"/></check-permission>
         <check-errors/>

Modified: ofbiz/trunk/applications/manufacturing/minilang/techdata/TaskFormulae.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/techdata/TaskFormulae.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/techdata/TaskFormulae.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/techdata/TaskFormulae.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="exampleTaskFormula" short-description="Example task formula" login-required="false">
         <set field="arguments" from-field="parameters.arguments"/>

Modified: ofbiz/trunk/applications/manufacturing/minilang/test/ProductionRunTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/minilang/test/ProductionRunTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/minilang/test/ProductionRunTests.xml (original)
+++ ofbiz/trunk/applications/manufacturing/minilang/test/ProductionRunTests.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- Prerequisite data (available in demo data):
            * PROD_MANUF and related manufacturing setup
            * inventory for MAT_A_COST and MAT_B_COST

Modified: ofbiz/trunk/applications/marketing/minilang/marketing/campaign/CampaignServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/marketing/campaign/CampaignServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/marketing/campaign/CampaignServices.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/marketing/campaign/CampaignServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- MarketingCampaignRole methods -->
     <simple-method method-name="createMarketingCampaignRole" short-description="Add Role To MarketingCampaign">
         <!-- allow if userLogin.partyId = parameters.partyId or has permission -->

Modified: ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListEvents.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListEvents.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="importContactListParties" short-description="Import an ContactList Parties">
         <check-permission permission="MARKETING" action="_CREATE">
             <fail-property resource="MarketingUiLabels.xml" property="MarketingCreatePermissionError"/>

Modified: ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- ContactList methods -->
     <simple-method method-name="createContactList" short-description="Create an ContactList">
         <check-permission permission="MARKETING" action="_CREATE">

Modified: ofbiz/trunk/applications/marketing/minilang/marketing/segment/SegmentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/marketing/segment/SegmentServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/marketing/segment/SegmentServices.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/marketing/segment/SegmentServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- SegmentGroup Related Find Service -->
     <simple-method method-name="arePartiesRelatedThroughSegmentGroup" short-description="Determine: are Parties Related Through SegmentGroup?">

Modified: ofbiz/trunk/applications/marketing/minilang/marketing/test/MarketingTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/marketing/test/MarketingTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/marketing/test/MarketingTests.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/marketing/test/MarketingTests.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <!-- Test case for create and update contact list -->
     <simple-method  method-name="testCreateAndUpdateContactList" short-description="Test case to check create and update contact list services" login-required="false">

Modified: ofbiz/trunk/applications/marketing/minilang/marketing/tracking/TrackingCodeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/marketing/tracking/TrackingCodeServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/marketing/tracking/TrackingCodeServices.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/marketing/tracking/TrackingCodeServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- TrackingCodeType methods -->
     <simple-method method-name="createTrackingCodeType" short-description="Create an TrackingCodeType">
         <check-permission permission="MARKETING" action="_CREATE">

Modified: ofbiz/trunk/applications/marketing/minilang/sfa/ContactMechMapProcs.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/sfa/ContactMechMapProcs.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/sfa/ContactMechMapProcs.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/sfa/ContactMechMapProcs.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-map-processors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- ContactMech map procs -->
 
     <simple-map-processor name="newEmail">

Modified: ofbiz/trunk/applications/marketing/minilang/sfa/account/AccountServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/sfa/account/AccountServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/sfa/account/AccountServices.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/sfa/account/AccountServices.xml Thu Jun 23 16:40:22 2016
@@ -18,7 +18,7 @@
     under the License.
 -->
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="createAccount"  short-description="create Account Group">
         <set field="parameters.roleTypeId" value="ACCOUNT"/>
         <call-simple-method method-name="createPartyGroupRoleAndContactMechs" xml-resource="component://party/minilang/party/PartySimpleMethods.xml"/>

Modified: ofbiz/trunk/applications/marketing/minilang/sfa/contact/ContactServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/sfa/contact/ContactServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/sfa/contact/ContactServices.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/sfa/contact/ContactServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method short-description="Create Contact" method-name="createContact">
         <set field="parameters.roleTypeId" value="CONTACT"/>
         <if-compare field="parameters.quickAdd" operator="not-equals" value="Y">

Modified: ofbiz/trunk/applications/marketing/minilang/sfa/lead/LeadServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/minilang/sfa/lead/LeadServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/minilang/sfa/lead/LeadServices.xml (original)
+++ ofbiz/trunk/applications/marketing/minilang/sfa/lead/LeadServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createLead"  short-description="">
         <!-- Check if Person or PartyGroup name is supplied -->

Modified: ofbiz/trunk/applications/order/minilang/UpgradeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/minilang/UpgradeServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/minilang/UpgradeServices.xml (original)
+++ ofbiz/trunk/applications/order/minilang/UpgradeServices.xml Thu Jun 23 16:40:22 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="migrateOrderItemAssociation" short-description="Migrate data from OldOrderItemAssociation to OrderItemAssoc">
         <entity-condition entity-name="OldOrderItemAssociation" list="oldOrderItemAssociations"/>