Modified: 
ofbiz/trunk/applications/workeffort/minilang/timesheet/TimesheetServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/minilang/timesheet/TimesheetServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/workeffort/minilang/timesheet/TimesheetServices.xml 
(original)
+++ 
ofbiz/trunk/applications/workeffort/minilang/timesheet/TimesheetServices.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";>
 
     <!-- Timesheet Services -->
     <simple-method method-name="createTimesheet" short-description="Create 
Timesheet">

Modified: 
ofbiz/trunk/applications/workeffort/minilang/workeffort/UpgradeServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/minilang/workeffort/UpgradeServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/minilang/workeffort/UpgradeServices.xml 
(original)
+++ ofbiz/trunk/applications/workeffort/minilang/workeffort/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="migrateWorkEffortContactMech" 
short-description="Migrate data from OldWorkEffortContactMech to 
WorkEffortContactMech">
         <entity-condition entity-name="OldWorkEffortContactMech" 
list="oldWorkEffortContactMechs"/>

Modified: 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml
 (original)
+++ 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.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="createWorkEffortAndPartyAssign" 
short-description="Create Work Effort and assign to a party with a role">
         <set-service-fields service-name="createWorkEffort" map="parameters" 
to-map="create"/>

Modified: 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowMapProcessors.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowMapProcessors.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowMapProcessors.xml
 (original)
+++ 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowMapProcessors.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="assignmentMap">
     <process field="workEffortId"><copy/><not-empty><fail-property 
resource="WorkEffortUiLabels" 
property="WorkEffortIdMissing"/></not-empty></process>
     <process field="partyId"><copy/><not-empty><fail-property 
resource="PartyUiLabels" property="PartyPartyIdMissing"/></not-empty></process>

Modified: 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowSimpleEvents.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowSimpleEvents.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowSimpleEvents.xml
 (original)
+++ 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkflowSimpleEvents.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="acceptAssignment" short-description="Create 
Work Effort">
         <call-map-processor 
xml-resource="component://workeffort/minilang/workeffort/WorkflowMapProcessors.xml"
                 processor-name="assignmentMap" in-map-name="parameters" 
out-map-name="context"/>

Modified: ofbiz/trunk/framework/common/minilang/CdyneServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/CdyneServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/minilang/CdyneServices.xml (original)
+++ ofbiz/trunk/framework/common/minilang/CdyneServices.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="cdynePostalAddressFillInCounty" 
short-description="Cdyne PostalAddress Fill In County">
         <entity-one entity-name="PostalAddress" value-field="postalAddress"/>
         <log level="verbose" message="In cdynePostalAddressFillInCounty 
contactMechId=${parameters.contactMechId}; postalAddress=${postalAddress}"/>

Modified: ofbiz/trunk/framework/common/minilang/CommonServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/CommonServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/minilang/CommonServices.xml (original)
+++ ofbiz/trunk/framework/common/minilang/CommonServices.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="commonGenericPermission" 
short-description="Main permission logic">
         <set field="primaryPermission" value="COMMON"/>
         <call-simple-method method-name="genericBasePermissionCheck" 
xml-resource="component://common/minilang/permission/CommonPermissionServices.xml"/>

Modified: ofbiz/trunk/framework/common/minilang/PortalPageMethods.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/PortalPageMethods.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/minilang/PortalPageMethods.xml (original)
+++ ofbiz/trunk/framework/common/minilang/PortalPageMethods.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="setPortalPortletAttributes" 
short-description="Sets a PortalPortlet attributes">
         <if-not-empty field="parameters">

Modified: ofbiz/trunk/framework/common/minilang/PortalPageServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/PortalPageServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/minilang/PortalPageServices.xml (original)
+++ ofbiz/trunk/framework/common/minilang/PortalPageServices.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="movePortletToPortalPage" 
short-description="Moves a PortalPortlet from the actual portalPage to a 
different one">
         <call-simple-method method-name="checkOwnerShip"/>

Modified: ofbiz/trunk/framework/common/minilang/email/EmailServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/email/EmailServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/minilang/email/EmailServices.xml (original)
+++ ofbiz/trunk/framework/common/minilang/email/EmailServices.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="sendMailFromTemplateSetting" 
short-description="Send Mail from Email Template Setting">
         <!-- if partyIdTo provided but no emailAddress, get it from the 
partyContactMech -->
         <if-empty field="parameters.sendTo">

Modified: ofbiz/trunk/framework/common/minilang/period/PeriodServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/period/PeriodServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/minilang/period/PeriodServices.xml (original)
+++ ofbiz/trunk/framework/common/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";>
     <!-- CustomTimePeriod Services -->
     <simple-method method-name="createCustomTimePeriod" 
short-description="Create a CustomTimePeriod">
         <check-permission permission="PERIOD_MAINT">

Modified: 
ofbiz/trunk/framework/common/minilang/permission/CommonPermissionServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/permission/CommonPermissionServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- 
ofbiz/trunk/framework/common/minilang/permission/CommonPermissionServices.xml 
(original)
+++ 
ofbiz/trunk/framework/common/minilang/permission/CommonPermissionServices.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="genericBasePermissionCheck" 
short-description="Basic Permission check">
         <!-- allow mainAction to be set from outside methods or direct to the 
service -->

Modified: ofbiz/trunk/framework/common/minilang/test/UserLoginTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/minilang/test/UserLoginTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/minilang/test/UserLoginTests.xml (original)
+++ ofbiz/trunk/framework/common/minilang/test/UserLoginTests.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="testCreateUserLogin" short-description="Test 
case for service createUserLogin" login-required="false">
         <set field="userLoginId" value="demo.person"/>

Modified: ofbiz/trunk/framework/entity/minilang/EntityUtilPropertiesTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/minilang/EntityUtilPropertiesTests.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/minilang/EntityUtilPropertiesTests.xml 
(original)
+++ ofbiz/trunk/framework/entity/minilang/EntityUtilPropertiesTests.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="testGetGeneralProperties" 
short-description="test getting general properties" login-required="false">
         <call-class-method ret-field="currencyUomIdDefault" 
method-name="getPropertyValue" 
class-name="org.ofbiz.entity.util.EntityUtilProperties">

Modified: ofbiz/trunk/framework/entityext/minilang/EntitySyncServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entityext/minilang/EntitySyncServices.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/entityext/minilang/EntitySyncServices.xml (original)
+++ ofbiz/trunk/framework/entityext/minilang/EntitySyncServices.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="createEntitySync" short-description="Create a 
EntitySync">
         <check-permission permission="ENTITY_SYNC" action="_CREATE">
             <fail-property resource="CommonUiLabels" 
property="CommonGenericPermissionError"/>

Modified: ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml?rev=1749938&r1=1749937&r2=1749938&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml (original)
+++ ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml Thu Jun 23 16:40:22 
2016
@@ -27,5 +27,6 @@ under the License.
     <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
 
     <system systemId="http://ofbiz.apache.org/dtds/simple-methods.xsd"; 
uri="simple-methods.xsd" />
+    <system systemId="http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"; 
uri="simple-methods-ns.xsd" />
 
 </catalog>


Reply via email to