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/29 14:06:31 UTC

svn commit: r1750647 [4/4] - in /ofbiz/trunk: applications/accounting/minilang/ applications/accounting/minilang/admin/ applications/accounting/minilang/agreement/ applications/accounting/minilang/budget/ applications/accounting/minilang/finaccount/ ap...

Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleCompoundWidgets.xml Wed Jun 29 14:06:29 2016
@@ -114,7 +114,7 @@ under the License.
     
     <sm:simple-methods>
         <sm:simple-method method-name="CompoundWidgetsFunc">
-            <sm:log message="CompoundWidgetsFunc runs" sm:level="info"/>
+            <sm:log message="CompoundWidgetsFunc runs" level="info"/>
         </sm:simple-method>
     </sm:simple-methods>
     

Modified: ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="startStopScheduledGbase" short-description="Start or Stop Auto Update to Googlebase Scheduled">
         <entity-and list="jobSandboxs" entity-name="JobSandbox">
             <field-map field-name="serviceName" value="autoUpdateToGoogleBase"/>

Modified: ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="autoUpdateToGoogleBase" short-description="Auto update to google base" >
         <call-class-method method-name="getPropertyValue" class-name="org.ofbiz.base.util.UtilProperties" ret-field="productStoreIds">
             <string value="autoUpdateToGoogleBase.properties"/>

Modified: ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
 
     <simple-method method-name="transmitRequest" short-description="" login-required="false">

Modified: ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="ConvertOfbizCartToGoogle" short-description="" login-required="false">
         <set field="cart" from-field="parameters.shoppingCart"/>

Modified: ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="tc_ProductExists" short-description="Check Product Exists" login-required="false">
         <set from-field="parameters.productId" field="productIdMap.productId"/>

Modified: ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createRegister"
         short-description="Create person when new register" login-required="false">

Modified: ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="portalPermissionIsEmployee" short-description="check permission for Employee">
         <set field="hasPermission" value="true" type="Boolean"/>

Modified: ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createOagisMessageInfo" short-description="Create MessageInfo">
         <make-value entity-name="OagisMessageInfo" value-field="newEntity"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     
     <simple-method method-name="projectMgrRequestPermission" short-description="Make sure the sure the user can read the requests for the projects">
         <if-has-permission permission="PROJECTMGR" action="ADMIN">

Modified: ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="createProject" short-description="Create a project">
         <if-not-empty field="parameters.templateId">

Modified: ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml Wed Jun 29 14:06:29 2016
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<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-method method-name="CreateCustRequestAndAssignTaskToPerson" short-description="">
         <set field="parameters.statusId" value="CRQ_ACCEPTED"/><!-- entered by employee, should only enter accepted customer requests -->
         <if-not-empty field="parameters.communicationEventId">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     
     <simple-method method-name="createSprint" short-description="Create Sprint">
         <!-- Permission Check -->

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="scrumPermissionCheck" short-description="general service to check access to the scrum component">
         <set field="primaryPermission" value="SCRUM"/>
         <set field="hasPermission" value="true" type="Boolean"/>

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+    xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="updateSprintBacklogseq"
         short-description="Update the portal page sequence numbers">
         <if-compare field="parameters.statusId" operator="equals" value="Any">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
         
     <simple-method method-name="testDailyMinute" short-description="Daily Meeting Minute Test" login-required="false">
         <entity-one value-field="userLogin" entity-name="UserLogin">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="testUpdateTimesheetEntryByWorkeffortNotComplete" short-description="Test update timesheet entry by workeffort" login-required="false">
         <entity-one value-field="userLogin" entity-name="UserLogin">
             <field-map field-name="userLoginId" value="scrumteam1"/>

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="testCreateProductBacklogByAdmin" short-description="Test Create Product Backlog" login-required="false">
         <entity-one value-field="userLogin" entity-name="UserLogin">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
         <simple-method method-name="testCreateProductByAdmin" short-description="" login-required="false">
             <entity-one value-field="userLogin" entity-name="UserLogin">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
         <simple-method method-name="testCreateTestTask" short-description="" login-required="false">
             <entity-one value-field="userLogin" entity-name="UserLogin">
                 <field-map field-name="userLoginId" value="testadmin"/>

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
         
     <simple-method method-name="testCreateScrumProjectByProductOwner" short-description="Test Create Scrum Project" login-required="false">
         <entity-one value-field="userLogin" entity-name="UserLogin">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="testFindProjectWithSearchParameters" short-description="Test find project service on certain search parameters" login-required="false">
         <set field="searchParameters.workEffortTypeId" value="SCRUM_PROJECT"/>

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <simple-method method-name="testcreateSprintBacklogByAdmin" short-description="" login-required="false">
         <entity-one value-field="userLogin" entity-name="UserLogin">
             <field-map field-name="userLoginId" value="admin"/>

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="testUpdateSprintBacklog" short-description="Update Sprint Backlog" login-required="false">
         <entity-one value-field="userLogin" entity-name="UserLogin">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
         
         <simple-method method-name="testViewScrumRevision" short-description="Test View Scrum Revision" login-required="false">
             <entity-one value-field="userLogin" entity-name="UserLogin">

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml Wed Jun 29 14:06:29 2016
@@ -19,7 +19,7 @@ under the License.
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+        xmlns="http://ofbiz.apache.org/Simple-Method" xsi:schemaLocation="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="testTimesheetToComplete" short-description="Test set timesheet status to complete" login-required="false">
         <entity-one value-field="userLogin" entity-name="UserLogin">

Modified: ofbiz/trunk/specialpurpose/webpos/minilang/CartEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/minilang/CartEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/minilang/CartEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/minilang/CartEvents.xml Wed Jun 29 14:06:29 2016
@@ -17,7 +17,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<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-method method-name="setPartyToCart" short-description="Set party to cart" login-required="true">
         <clear-field field="posTerminalId"/>
         <call-class-method class-name="org.ofbiz.webpos.WebPosEvents" method-name="getWebPosSession" ret-field="webPosSession">

Modified: ofbiz/trunk/specialpurpose/webpos/minilang/CustomerEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/minilang/CustomerEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/minilang/CustomerEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/minilang/CustomerEvents.xml Wed Jun 29 14:06:29 2016
@@ -17,7 +17,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<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-method method-name="createUpdateAddress" short-description="Create/Update party address" login-required="true">
         <set-service-fields service-name="createUpdatePerson" map="parameters" to-map="createUpdatePersonMap"/>
         <call-service service-name="createUpdatePerson" in-map-name="createUpdatePersonMap">

Modified: ofbiz/trunk/specialpurpose/webpos/minilang/ManagerEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/minilang/ManagerEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/minilang/ManagerEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/minilang/ManagerEvents.xml Wed Jun 29 14:06:29 2016
@@ -17,7 +17,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<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-method method-name="openTerminal" short-description="Open Terminal" login-required="true">
         <clear-field field="posTerminalId"/>
         <call-class-method class-name="org.ofbiz.webpos.WebPosEvents" method-name="getWebPosSession" ret-field="webPosSession">

Modified: ofbiz/trunk/specialpurpose/webpos/minilang/PaymentEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/minilang/PaymentEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/minilang/PaymentEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/minilang/PaymentEvents.xml Wed Jun 29 14:06:29 2016
@@ -17,7 +17,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<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-method method-name="payCash" short-description="Pay Cash" login-required="true">
         <clear-field field="posTerminalId"/>
         <call-class-method class-name="org.ofbiz.webpos.WebPosEvents" method-name="getWebPosSession" ret-field="webPosSession">

Modified: ofbiz/trunk/specialpurpose/webpos/minilang/PromoEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/minilang/PromoEvents.xml?rev=1750647&r1=1750646&r2=1750647&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/minilang/PromoEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/minilang/PromoEvents.xml Wed Jun 29 14:06:29 2016
@@ -17,7 +17,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
+<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-method method-name="addPromoCode" short-description="Add Promotion Code" login-required="true">
         <clear-field field="posTerminalId"/>
         <call-class-method class-name="org.ofbiz.webpos.WebPosEvents" method-name="getWebPosSession" ret-field="webPosSession">