You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2012/06/21 09:21:54 UTC

svn commit: r1352431 [3/3] - in /ofbiz/trunk: applications/accounting/ applications/accounting/data/ applications/commonext/ applications/commonext/data/ applications/content/ applications/content/data/ applications/humanres/ applications/humanres/data...

Modified: ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -28,7 +28,8 @@ under the License.
 
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
 
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/EbayStoreSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreHelpData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStorePortletData.xml"/>

Copied: ofbiz/trunk/specialpurpose/example/data/ExampleSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/example/data/ExampleSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/data/ExampleSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/example/data/ExampleSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/example/data/ExampleSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/data/ExampleSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/example/data/ExampleSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -19,11 +19,6 @@ under the License.
 -->
 <entity-engine-xml>
     <!-- Example security -->
-    <SecurityPermission description="View operations in the Example Management Screens." permissionId="EXAMPLE_VIEW"/>
-    <SecurityPermission description="Create operations in the Example Management Screens." permissionId="EXAMPLE_CREATE"/>
-    <SecurityPermission description="Update operations in the Example Management Screens." permissionId="EXAMPLE_UPDATE"/>
-    <SecurityPermission description="Delete operations in the Example Management Screens." permissionId="EXAMPLE_DELETE"/>
-    <SecurityPermission description="ALL operations in the Example Management Screens." permissionId="EXAMPLE_ADMIN"/>
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="EXAMPLE_ADMIN"/>
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="EXAMPLE_CREATE"/>
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="EXAMPLE_DELETE"/>

Added: ofbiz/trunk/specialpurpose/example/data/ExampleSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/data/ExampleSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/example/data/ExampleSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/example/data/ExampleSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <!-- Example security -->
+    <SecurityPermission description="View operations in the Example Management Screens." permissionId="EXAMPLE_VIEW"/>
+    <SecurityPermission description="Create operations in the Example Management Screens." permissionId="EXAMPLE_CREATE"/>
+    <SecurityPermission description="Update operations in the Example Management Screens." permissionId="EXAMPLE_UPDATE"/>
+    <SecurityPermission description="Delete operations in the Example Management Screens." permissionId="EXAMPLE_DELETE"/>
+    <SecurityPermission description="ALL operations in the Example Management Screens." permissionId="EXAMPLE_ADMIN"/>
+
+    <!-- super user -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="EXAMPLE_ADMIN"/>
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/example/data/ExampleSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/example/data/ExampleSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/example/data/ExampleSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/example/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/example/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -36,7 +36,8 @@ under the License.
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_view.xml"/>
     <!-- <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> -->
     <entity-resource type="data" reader-name="seed" loader="main" location="data/ExampleTypeData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/ExampleSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/ExampleSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/ExampleSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/ExamplePortletData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/ExamplePortalSeedData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/ExampleHelpData.xml"/>

Copied: ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -20,16 +20,11 @@ under the License.
 
 <entity-engine-xml>
     <!-- Google Base component security -->
-    <SecurityPermission description="All operations in the Google Base." permissionId="GOOGLEBASE_ADMIN"/>
-    <SecurityPermission description="View operations in the Google Base application." permissionId="GOOGLEBASE_VIEW"/>
-
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="GOOGLEBASE_VIEW"/>
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="GOOGLEBASE_ADMIN"/>
     <SecurityGroupPermission groupId="VIEWADMIN" permissionId="GOOGLEBASE_VIEW"/>
     <SecurityGroupPermission groupId="BIZADMIN" permissionId="GOOGLEBASE_VIEW"/>
     
     <SecurityGroup description="Google Base Administrator" groupId="GOOGLEBASEADMIN"/>
-    <SecurityGroupPermission groupId="GOOGLEBASEADMIN" permissionId="GOOGLEBASE_ADMIN"/>
     <SecurityGroup description="Google Base View" groupId="GOOGLEBASEVIEW"/>
-    <SecurityGroupPermission groupId="GOOGLEBASEVIEW" permissionId="GOOGLEBASE_VIEW"/>
 </entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <!-- Google Base component security -->
+    <SecurityPermission description="All operations in the Google Base." permissionId="GOOGLEBASE_ADMIN"/>
+    <SecurityPermission description="View operations in the Google Base application." permissionId="GOOGLEBASE_VIEW"/>
+
+    <!-- Super group assignment -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="GOOGLEBASE_ADMIN"/>
+
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -27,7 +27,8 @@ under the License.
 
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GoogleBaseTypeData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/GoogleBaseSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/GoogleBaseSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/GoogleBaseSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoGoogleBaseData.xml"/>
 
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>

Copied: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -19,11 +19,6 @@ under the License.
 -->
 <entity-engine-xml>
     <!-- Google Checkout security -->
-    <SecurityPermission description="View operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_VIEW"/>
-    <SecurityPermission description="Create operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_CREATE"/>
-    <SecurityPermission description="Update operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_UPDATE"/>
-    <SecurityPermission description="Delete operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_DELETE"/>
-    <SecurityPermission description="ALL operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_ADMIN"/>
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="GCHECKOUT_ADMIN"/>
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="GCHECKOUT_CREATE"/>
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="GCHECKOUT_DELETE"/>

Added: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <!-- Google Checkout security -->
+    <SecurityPermission description="View operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_VIEW"/>
+    <SecurityPermission description="Create operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_CREATE"/>
+    <SecurityPermission description="Update operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_UPDATE"/>
+    <SecurityPermission description="Delete operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_DELETE"/>
+    <SecurityPermission description="ALL operations in the Google Checkout Management Screens." permissionId="GCHECKOUT_ADMIN"/>
+
+    <!--  SUPER group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="GCHECKOUT_ADMIN"/>
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -28,7 +28,8 @@
 
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GoogleCheckoutTypeData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/GoogleCheckoutSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/GoogleCheckoutSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/GoogleCheckoutSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoGoogleCheckoutData.xml"/>
     
     <service-resource type="model" loader="main" location="servicedef/services_request.xml"/>

Copied: ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -18,8 +18,5 @@ specific language governing permissions 
 under the License.
 -->
 <entity-engine-xml>
-    <SecurityPermission description="ALL hh facility operations." permissionId="HHFACILITY_ADMIN"/>
-    <SecurityPermission description="hh facility View permission." permissionId="HHFACILITY_VIEW"/>
-
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="HHFACILITY_ADMIN"/>
 </entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <SecurityPermission description="ALL hh facility operations." permissionId="HHFACILITY_ADMIN"/>
+    <SecurityPermission description="hh facility View permission." permissionId="HHFACILITY_VIEW"/>
+
+    <!-- SUPER group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="HHFACILITY_ADMIN"/>
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/hhfacility/data/HhFacilitySecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -24,7 +24,8 @@ under the License.
     <resource-loader name="main" type="component"/>
     <classpath type="jar" location="build/lib/*"/>
 
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/HhFacilitySecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/HhFacilitySecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/HhFacilitySecurityGroupDemoData.xml"/>
 
     <service-resource type="model" loader="main" location="servicedef/services_hhfacility.xml"/>
 

Copied: ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -18,9 +18,6 @@ specific language governing permissions 
 under the License.
 -->
 <entity-engine-xml>
-    <SecurityPermission description="ALL MyPortal base operations" permissionId="MYPORTALBASE_ADMIN"/>
-    <SecurityPermission description="MyPortal Base View permission." permissionId="MYPORTALBASE_VIEW"/>
-    
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="MYPORTALBASE_ADMIN"/>
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="MYPORTALBASE_ADMIN"/>
     

Added: ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <SecurityPermission description="ALL MyPortal base operations" permissionId="MYPORTALBASE_ADMIN"/>
+    <SecurityPermission description="MyPortal Base View permission." permissionId="MYPORTALBASE_VIEW"/>
+    
+    <!-- Super group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="MYPORTALBASE_ADMIN"/>
+    
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/myportal/data/MyPortalSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -24,8 +24,9 @@
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="config"/>
 
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/MyPortalSecurityData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/MyPortalTypeData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/MyPortalSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/MyPortalSecurityGroupDemoData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/MyPortalPageDemoData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/MyPortalDemoData.xml"/>
 
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>

Copied: ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -20,8 +20,6 @@ under the License.
 
 <entity-engine-xml>
     <!-- Oagis component security -->
-    <SecurityPermission description="View operations in the Oagis application." permissionId="OAGIS_VIEW"/>
-
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="OAGIS_VIEW"/>
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="OAGIS_VIEW"/>
     <SecurityGroupPermission groupId="VIEWADMIN" permissionId="OAGIS_VIEW"/>

Added: ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <!-- Oagis component security -->
+    <SecurityPermission description="View operations in the Oagis application." permissionId="OAGIS_VIEW"/>
+
+    <!-- SUPER group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="OAGIS_VIEW"/>
+
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/oagis/data/OagisSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -28,7 +28,8 @@ under the License.
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
 
     <entity-resource type="data" reader-name="seed" loader="main" location="data/OagisTypeData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/OagisSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/OagisSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/OagisSecurityGroupDemoData.xml"/>
 
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
     <!-- Uncomment To activate automatic messaging to the partner

Copied: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -21,20 +21,6 @@ under the License.
 <entity-engine-xml>
 
     <!-- Project Manager security -->
-    <!-- General, all projects -->
-    <SecurityPermission permissionId="PROJECTMGR_ADMIN" description="ALL operations in the Project Manager."/>
-    <SecurityPermission permissionId="PROJECTMGR_VIEW" description="ALL View operations in the Project Manager(but can be limited by ROLE_VIEW)"/>
-    <!-- General, Role dependent (must be member of the project) -->
-    <SecurityPermission permissionId="PROJECTMGR_ROLE_ADMIN" description="All admin operations in the Project Manager for a project/phase/task the user is member of."/>
-    <SecurityPermission permissionId="PROJECTMGR_ROLE_VIEW" description="All view operations in the Project Manager for a project/phase/task the user is member of."/>
-    <SecurityPermission permissionId="PROJECTMGR_ROLE_UPDATE" description="Update operations in the Project Manager for a project/phase/task the user is member of."/>
-    <!-- Role and Task dependent -->
-    <SecurityPermission permissionId="PROJECTMGR_ROLE_TASK_CREATE" description="Be able to create a task (should be member of project)"/>
-    <!-- Timesheet dependent -->
-    <SecurityPermission description="Be able to create any weekly timesheet." permissionId="PROJECTMGR_TIMESHEET_CREATE"/>
-    <SecurityPermission description="Be able to update any weekly timesheet." permissionId="PROJECTMGR_TIMESHEET_UPDATE"/>
-    <SecurityPermission description="Be able to create a weekly timesheet for the loginid." permissionId="PROJECTMGR_ROLE_TIMESHEET_CREATE"/>
-    <SecurityPermission description="Be able to update(report) on an existing own timesheet" permissionId="PROJECTMGR_ROLE_TIMESHEET_UPDATE"/>
 
     <!-- add permission to general groups -->
     <SecurityGroupPermission groupId="BIZADMIN" permissionId="PROJECTMGR_ADMIN"/>

Added: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+
+    <!-- Project Manager security -->
+    <!-- General, all projects -->
+    <SecurityPermission permissionId="PROJECTMGR_ADMIN" description="ALL operations in the Project Manager."/>
+    <SecurityPermission permissionId="PROJECTMGR_VIEW" description="ALL View operations in the Project Manager(but can be limited by ROLE_VIEW)"/>
+    <!-- General, Role dependent (must be member of the project) -->
+    <SecurityPermission permissionId="PROJECTMGR_ROLE_ADMIN" description="All admin operations in the Project Manager for a project/phase/task the user is member of."/>
+    <SecurityPermission permissionId="PROJECTMGR_ROLE_VIEW" description="All view operations in the Project Manager for a project/phase/task the user is member of."/>
+    <SecurityPermission permissionId="PROJECTMGR_ROLE_UPDATE" description="Update operations in the Project Manager for a project/phase/task the user is member of."/>
+    <!-- Role and Task dependent -->
+    <SecurityPermission permissionId="PROJECTMGR_ROLE_TASK_CREATE" description="Be able to create a task (should be member of project)"/>
+    <!-- Timesheet dependent -->
+    <SecurityPermission description="Be able to create any weekly timesheet." permissionId="PROJECTMGR_TIMESHEET_CREATE"/>
+    <SecurityPermission description="Be able to update any weekly timesheet." permissionId="PROJECTMGR_TIMESHEET_UPDATE"/>
+    <SecurityPermission description="Be able to create a weekly timesheet for the loginid." permissionId="PROJECTMGR_ROLE_TIMESHEET_CREATE"/>
+    <SecurityPermission description="Be able to update(report) on an existing own timesheet" permissionId="PROJECTMGR_ROLE_TIMESHEET_UPDATE"/>
+
+    <!-- SUPER group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="PROJECTMGR_ADMIN"/>
+
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -29,7 +29,8 @@ under the License.
 
     <entity-resource type="data" reader-name="seed" loader="main" location="data/ProjectMgrTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/ProjectMgrHelpData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/ProjectMgrSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/ProjectMgrSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/ProjectMgrSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/ProjectMgrPortletData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/ProjectMgrDemoData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/ProjectMgrDemoPasswordData.xml"/>

Copied: ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -18,77 +18,6 @@ specific language governing permissions 
 under the License.
 -->
 <entity-engine-xml>
-    <!-- Scrum Component -->
-    <SecurityPermission description="View operations in the SCRUM Component." permissionId="SCRUM_VIEW"/>
-    <SecurityPermission description="Create operations in the SCRUM Component." permissionId="SCRUM_CREATE"/>
-    <SecurityPermission description="Update operations in the SCRUM Component." permissionId="SCRUM_UPDATE"/>
-    <SecurityPermission description="Delete operations in the SCRUM Component." permissionId="SCRUM_DELETE"/>
-    <SecurityPermission description="ALL operations in the SCRUM Component." permissionId="SCRUM_ADMIN"/>
-    <!-- General, Role dependent (must be member of the project) -->
-    <SecurityPermission permissionId="SCRUM_ROLE_ADMIN" description="All admin operations in the Scrum component for a project/sprint/task the user is member of."/>
-    <SecurityPermission permissionId="SCRUM_ROLE_VIEW" description="All view operations in the Scrum component for a project/sprint/task the user is member of."/>
-    <SecurityPermission permissionId="SCRUM_ROLE_UPDATE" description="Update operations in the Scrum component for a project/sprint/task the user is member of."/>
-   <!-- Role and Project dependent -->
-    <SecurityPermission permissionId="SCRUM_PROJECT_ROLE_ADMIN" description="All admin operations in the Scrum component for a project the user is member of."/>
-    <SecurityPermission permissionId="SCRUM_PROJECT_ROLE_VIEW" description="All view operations in the Scrum component for a project the user is member of."/>
-    <SecurityPermission permissionId="SCRUM_PROJECT_ROLE_UPDATE" description="Update operations in the Scrum component for a project the user is member of."/>
-    <!-- Product -->
-    <SecurityPermission description="View operations for Product" permissionId="SCRUM_PRODUCT_VIEW"/>
-    <SecurityPermission description="Create operations for Product" permissionId="SCRUM_PRODUCT_CREATE"/>
-    <SecurityPermission description="Update operations for Product" permissionId="SCRUM_PRODUCT_UPDATE"/>
-    <SecurityPermission description="Delete operations for Product" permissionId="SCRUM_PRODUCT_DELETE"/>
-    <SecurityPermission description="Admin operations for Product" permissionId="SCRUM_PRODUCT_ADMIN"/>
-    <SecurityPermission description="Limited view operations in the SCRUM Component." permissionId="SCRUM_PRODUCT_ROLE_VIEW"/>
-    <SecurityPermission description="Limited update operations in the SCRUM Component." permissionId="SCRUM_PRODUCT_ROLE_UPDATE"/>
-    <!-- Product Backlog-->
-    <SecurityPermission description="View operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_VIEW"/>
-    <SecurityPermission description="Create operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_CREATE"/>
-    <SecurityPermission description="Update operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_UPDATE"/>
-    <SecurityPermission description="Delete operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_DELETE"/>
-    <SecurityPermission description="Admin operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_ADMIN"/>
-    <!-- Project -->
-    <SecurityPermission description="View operations for Project" permissionId="SCRUM_PROJECT_VIEW"/>
-    <SecurityPermission description="Create operations for Project" permissionId="SCRUM_PROJECT_CREATE"/>
-    <SecurityPermission description="Update operations for Project" permissionId="SCRUM_PROJECT_UPDATE"/>
-    <SecurityPermission description="Delete operations for Project" permissionId="SCRUM_PROJECT_DELETE"/>
-    <!-- Sprint -->
-    <SecurityPermission description="View operations for Sprint" permissionId="SCRUM_SPRINT_VIEW"/>
-    <SecurityPermission description="Create operations for Sprint" permissionId="SCRUM_SPRINT_CREATE"/>
-    <SecurityPermission description="Update operations for Sprint" permissionId="SCRUM_SPRINT_UPDATE"/>
-    <SecurityPermission description="Delete operations for Sprint" permissionId="SCRUM_SPRINT_DELETE"/>
-    <!-- Task -->
-    <SecurityPermission description="View operations for Task" permissionId="SCRUM_TASK_VIEW"/>
-    <SecurityPermission description="Create operations for Task" permissionId="SCRUM_TASK_CREATE"/>
-    <SecurityPermission description="Update operations for Task" permissionId="SCRUM_TASK_UPDATE"/>
-    <SecurityPermission description="Delete operations for Task" permissionId="SCRUM_TASK_DELETE"/>
-    <!-- Daily Meeting Minute -->
-    <SecurityPermission description="View Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_VIEW"/>
-    <SecurityPermission description="Create Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_CREATE"/>
-    <SecurityPermission description="Update Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_UPDATE"/>
-    <SecurityPermission description="Delete Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_DELETE"/>
-    <!-- Member -->
-    <SecurityPermission description="View member operations for Scrum" permissionId="SCRUM_MEMBER_VIEW"/>
-    <SecurityPermission description="Create member operations for Scrum" permissionId="SCRUM_MEMBER_CREATE"/>
-    <SecurityPermission description="Update member operations for Scrum" permissionId="SCRUM_MEMBER_UPDATE"/>
-    <SecurityPermission description="Delete member operations for Scrum" permissionId="SCRUM_MEMBER_DELETE"/>
-    <SecurityPermission description="Update member operations for Scrum the user is member of." permissionId="SCRUM_MEMBER_ROLE_UPDATE"/>
-    <!-- Billing -->
-    <SecurityPermission description="View operations for Billing" permissionId="SCRUM_BILLING_VIEW"/>
-    <SecurityPermission description="Create operations for Billing" permissionId="SCRUM_BILLING_CREATE"/>
-    <SecurityPermission description="Update operations for Billing" permissionId="SCRUM_BILLING_UPDATE"/>
-    <SecurityPermission description="Delete operations for Billing" permissionId="SCRUM_BILLING_DELETE"/>
-    <SecurityPermission description="Admin operations for Billing" permissionId="SCRUM_BILLING_ADMIN"/>
-    <!-- Test -->
-    <SecurityPermission description="All Admin Test operations for Scrum" permissionId="SCRUM_TEST_ADMIN"/>
-    <SecurityPermission description="View Test operations for Scrum" permissionId="SCRUM_TEST_VIEW"/>
-    <SecurityPermission description="Create Test operations for Scrum" permissionId="SCRUM_TEST_CREATE"/>
-    <SecurityPermission description="Update Test operations for Scrum" permissionId="SCRUM_TEST_UPDATE"/>
-    <SecurityPermission description="Delete Test operations for Scrum" permissionId="SCRUM_TEST_DELETE"/>
-    <!-- Timesheet dependent -->
-    <SecurityPermission description="Be able to create any weekly timesheet." permissionId="SCRUM_TIMESHEET_CREATE"/>
-    <SecurityPermission description="Be able to update any weekly timesheet." permissionId="SCRUM_TIMESHEET_UPDATE"/>
-    <SecurityPermission description="Be able to create a weekly timesheet for the loginid." permissionId="SCRUM_ROLE_TIMESHEET_CREATE"/>
-    <SecurityPermission description="Be able to update(report) on an existing own timesheet" permissionId="SCRUM_ROLE_TIMESHEET_UPDATE"/>
     
     <!-- Product Owner Security Group -->
     <SecurityGroup description="Product Owner" groupId="SCRUM_PRODUCT_OWNER"/>

Added: ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <!-- Scrum Component -->
+    <SecurityPermission description="View operations in the SCRUM Component." permissionId="SCRUM_VIEW"/>
+    <SecurityPermission description="Create operations in the SCRUM Component." permissionId="SCRUM_CREATE"/>
+    <SecurityPermission description="Update operations in the SCRUM Component." permissionId="SCRUM_UPDATE"/>
+    <SecurityPermission description="Delete operations in the SCRUM Component." permissionId="SCRUM_DELETE"/>
+    <SecurityPermission description="ALL operations in the SCRUM Component." permissionId="SCRUM_ADMIN"/>
+    <!-- General, Role dependent (must be member of the project) -->
+    <SecurityPermission permissionId="SCRUM_ROLE_ADMIN" description="All admin operations in the Scrum component for a project/sprint/task the user is member of."/>
+    <SecurityPermission permissionId="SCRUM_ROLE_VIEW" description="All view operations in the Scrum component for a project/sprint/task the user is member of."/>
+    <SecurityPermission permissionId="SCRUM_ROLE_UPDATE" description="Update operations in the Scrum component for a project/sprint/task the user is member of."/>
+   <!-- Role and Project dependent -->
+    <SecurityPermission permissionId="SCRUM_PROJECT_ROLE_ADMIN" description="All admin operations in the Scrum component for a project the user is member of."/>
+    <SecurityPermission permissionId="SCRUM_PROJECT_ROLE_VIEW" description="All view operations in the Scrum component for a project the user is member of."/>
+    <SecurityPermission permissionId="SCRUM_PROJECT_ROLE_UPDATE" description="Update operations in the Scrum component for a project the user is member of."/>
+    <!-- Product -->
+    <SecurityPermission description="View operations for Product" permissionId="SCRUM_PRODUCT_VIEW"/>
+    <SecurityPermission description="Create operations for Product" permissionId="SCRUM_PRODUCT_CREATE"/>
+    <SecurityPermission description="Update operations for Product" permissionId="SCRUM_PRODUCT_UPDATE"/>
+    <SecurityPermission description="Delete operations for Product" permissionId="SCRUM_PRODUCT_DELETE"/>
+    <SecurityPermission description="Admin operations for Product" permissionId="SCRUM_PRODUCT_ADMIN"/>
+    <SecurityPermission description="Limited view operations in the SCRUM Component." permissionId="SCRUM_PRODUCT_ROLE_VIEW"/>
+    <SecurityPermission description="Limited update operations in the SCRUM Component." permissionId="SCRUM_PRODUCT_ROLE_UPDATE"/>
+    <!-- Product Backlog-->
+    <SecurityPermission description="View operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_VIEW"/>
+    <SecurityPermission description="Create operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_CREATE"/>
+    <SecurityPermission description="Update operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_UPDATE"/>
+    <SecurityPermission description="Delete operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_DELETE"/>
+    <SecurityPermission description="Admin operations for Product Backlog" permissionId="SCRUM_PRODUCT_BACKLOG_ADMIN"/>
+    <!-- Project -->
+    <SecurityPermission description="View operations for Project" permissionId="SCRUM_PROJECT_VIEW"/>
+    <SecurityPermission description="Create operations for Project" permissionId="SCRUM_PROJECT_CREATE"/>
+    <SecurityPermission description="Update operations for Project" permissionId="SCRUM_PROJECT_UPDATE"/>
+    <SecurityPermission description="Delete operations for Project" permissionId="SCRUM_PROJECT_DELETE"/>
+    <!-- Sprint -->
+    <SecurityPermission description="View operations for Sprint" permissionId="SCRUM_SPRINT_VIEW"/>
+    <SecurityPermission description="Create operations for Sprint" permissionId="SCRUM_SPRINT_CREATE"/>
+    <SecurityPermission description="Update operations for Sprint" permissionId="SCRUM_SPRINT_UPDATE"/>
+    <SecurityPermission description="Delete operations for Sprint" permissionId="SCRUM_SPRINT_DELETE"/>
+    <!-- Task -->
+    <SecurityPermission description="View operations for Task" permissionId="SCRUM_TASK_VIEW"/>
+    <SecurityPermission description="Create operations for Task" permissionId="SCRUM_TASK_CREATE"/>
+    <SecurityPermission description="Update operations for Task" permissionId="SCRUM_TASK_UPDATE"/>
+    <SecurityPermission description="Delete operations for Task" permissionId="SCRUM_TASK_DELETE"/>
+    <!-- Daily Meeting Minute -->
+    <SecurityPermission description="View Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_VIEW"/>
+    <SecurityPermission description="Create Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_CREATE"/>
+    <SecurityPermission description="Update Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_UPDATE"/>
+    <SecurityPermission description="Delete Daily Scrum Meeting Minute" permissionId="SCRUM_DAILY_DELETE"/>
+    <!-- Member -->
+    <SecurityPermission description="View member operations for Scrum" permissionId="SCRUM_MEMBER_VIEW"/>
+    <SecurityPermission description="Create member operations for Scrum" permissionId="SCRUM_MEMBER_CREATE"/>
+    <SecurityPermission description="Update member operations for Scrum" permissionId="SCRUM_MEMBER_UPDATE"/>
+    <SecurityPermission description="Delete member operations for Scrum" permissionId="SCRUM_MEMBER_DELETE"/>
+    <SecurityPermission description="Update member operations for Scrum the user is member of." permissionId="SCRUM_MEMBER_ROLE_UPDATE"/>
+    <!-- Billing -->
+    <SecurityPermission description="View operations for Billing" permissionId="SCRUM_BILLING_VIEW"/>
+    <SecurityPermission description="Create operations for Billing" permissionId="SCRUM_BILLING_CREATE"/>
+    <SecurityPermission description="Update operations for Billing" permissionId="SCRUM_BILLING_UPDATE"/>
+    <SecurityPermission description="Delete operations for Billing" permissionId="SCRUM_BILLING_DELETE"/>
+    <SecurityPermission description="Admin operations for Billing" permissionId="SCRUM_BILLING_ADMIN"/>
+    <!-- Test -->
+    <SecurityPermission description="All Admin Test operations for Scrum" permissionId="SCRUM_TEST_ADMIN"/>
+    <SecurityPermission description="View Test operations for Scrum" permissionId="SCRUM_TEST_VIEW"/>
+    <SecurityPermission description="Create Test operations for Scrum" permissionId="SCRUM_TEST_CREATE"/>
+    <SecurityPermission description="Update Test operations for Scrum" permissionId="SCRUM_TEST_UPDATE"/>
+    <SecurityPermission description="Delete Test operations for Scrum" permissionId="SCRUM_TEST_DELETE"/>
+    <!-- Timesheet dependent -->
+    <SecurityPermission description="Be able to create any weekly timesheet." permissionId="SCRUM_TIMESHEET_CREATE"/>
+    <SecurityPermission description="Be able to update any weekly timesheet." permissionId="SCRUM_TIMESHEET_UPDATE"/>
+    <SecurityPermission description="Be able to create a weekly timesheet for the loginid." permissionId="SCRUM_ROLE_TIMESHEET_CREATE"/>
+    <SecurityPermission description="Be able to update(report) on an existing own timesheet" permissionId="SCRUM_ROLE_TIMESHEET_UPDATE"/>
+    
+    <!-- SUPER group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="SCRUM_ADMIN"/>
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -35,7 +35,8 @@ under the License.
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
     <!-- <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> -->
     <entity-resource type="data" reader-name="seed" loader="main" location="data/scrumTypeData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/scrumSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/scrumSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/scrumSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/scrumHelpData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/scrumDemoData.xml"/>
 

Copied: ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityGroupDemoData.xml (from r1351941, ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityGroupDemoData.xml?p2=ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityGroupDemoData.xml&p1=ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -18,10 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 <entity-engine-xml>
-    <!-- Asset Maintenance security -->
-    <SecurityPermission description="ALL Web POS operations." permissionId="WEBPOS_ADMIN"/>
-    <SecurityPermission description="Web POS View permission." permissionId="WEBPOS_VIEW"/>
-
+    <!-- WedbPOS security -->
     <SecurityGroupPermission groupId="FLEXADMIN" permissionId="MYPORTALBASE_ADMIN"/>
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="WEBPOS_ADMIN"/>
 </entity-engine-xml>

Added: ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityPermissionSeedData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityPermissionSeedData.xml (added)
+++ ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <!-- WedbPOS security -->
+    <SecurityPermission description="ALL Web POS operations." permissionId="WEBPOS_ADMIN"/>
+    <SecurityPermission description="Web POS View permission." permissionId="WEBPOS_VIEW"/>
+
+    <!-- SUPER group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="WEBPOS_ADMIN"/>
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/webpos/data/WebPosSecurityPermissionSeedData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -26,7 +26,8 @@ under the License.
     <classpath type="jar" location="build/lib/*"/>
 
     <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoPosData.xml"/>
-    <entity-resource type="data" reader-name="demo" loader="main" location="data/WebPosSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/WebPosSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/WebPosSecurityGroupDemoData.xml"/>
     
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
     <service-resource type="model" loader="main" location="servicedef/services_cart.xml"/>

Added: ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityGroupDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityGroupDemoData.xml?rev=1352431&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityGroupDemoData.xml (added)
+++ ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityGroupDemoData.xml Thu Jun 21 07:21:49 2012
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<entity-engine-xml>
+    <!-- Workflow security -->
+    <SecurityGroupPermission groupId="FULLADMIN" permissionId="WORKFLOW_MAINT"/>
+    <SecurityGroupPermission groupId="FLEXADMIN" permissionId="WORKFLOW_MAINT"/>
+    <SecurityGroupPermission groupId="VIEWADMIN" permissionId="WORKFLOW_MAINT"/>
+</entity-engine-xml>

Propchange: ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityGroupDemoData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityGroupDemoData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityGroupDemoData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityPermissionSeedData.xml (from r1351941, ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityData.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityPermissionSeedData.xml?p2=ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityPermissionSeedData.xml&p1=ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityData.xml&r1=1351941&r2=1352431&rev=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/workflow/data/WorkFlowSecurityPermissionSeedData.xml Thu Jun 21 07:21:49 2012
@@ -20,7 +20,7 @@ under the License.
 <entity-engine-xml>
     <!-- Workflow security -->
     <SecurityPermission description="Use the Workflow Maintenance pages." permissionId="WORKFLOW_MAINT"/>
-    <SecurityGroupPermission groupId="FULLADMIN" permissionId="WORKFLOW_MAINT"/>
-    <SecurityGroupPermission groupId="FLEXADMIN" permissionId="WORKFLOW_MAINT"/>
-    <SecurityGroupPermission groupId="VIEWADMIN" permissionId="WORKFLOW_MAINT"/>
+
+    <!-- SUPER group -->
+    <SecurityGroupPermission groupId="SUPER" permissionId="WORKFLOW_MAINT"/>
 </entity-engine-xml>

Modified: ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml?rev=1352431&r1=1352430&r2=1352431&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml Thu Jun 21 07:21:49 2012
@@ -28,7 +28,8 @@ under the License.
 
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
 
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/WorkFlowSecurityData.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/WorkFlowSecurityPermissionSeedData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/WorkFlowSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/WorkFlowTypeData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderProcessWorkflow.xml"/>