The entitygroup.xml file in the bi component should not have been removed. I don't know about the other ones since I haven't checked, but for EVERY entitygroup.xml file that I removed before I first made sure that every single group-name in the file was "org.ofbiz". If it is anything different then the group file is needed, and I know that is the case with the bi component.

-David


On Jul 11, 2008, at 7:32 AM, [EMAIL PROTECTED] wrote:

Author: jleroux
Date: Fri Jul 11 06:32:46 2008
New Revision: 675947

URL: http://svn.apache.org/viewvc?rev=675947&view=rev
Log:
Complete Revision 672822 for specialpurpose

Removed:
   ofbiz/trunk/specialpurpose/assetmaint/entitydef/entitygroup.xml
   ofbiz/trunk/specialpurpose/bi/entitydef/entitygroup.xml
   ofbiz/trunk/specialpurpose/oagis/entitydef/entitygroup.xml
   ofbiz/trunk/specialpurpose/pos/entitydef/entitygroup.xml
   ofbiz/trunk/specialpurpose/projectmgr/entitydef/entitygroup.xml
   ofbiz/trunk/specialpurpose/shark/entitydef/entitygroup.xml
   ofbiz/trunk/specialpurpose/workflow/entitydef/entitygroup.xml
Modified:
   ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml
   ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml
   ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml
   ofbiz/trunk/specialpurpose/pos/config/xpos.properties
   ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml
   ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml
   ofbiz/trunk/specialpurpose/shark/ofbiz-component.xml
   ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ====================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml Fri Jul 11 06:32:46 2008
@@ -33,7 +33,7 @@

<!-- entity resources: model(s), eca(s), group, and data definitions --> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/>
+
<entity-resource type="data" reader-name="seed" loader="main" location="data/AssetMaintSecurityData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/AssetMaintSeedData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/AssetMaintDemoData.xml"/>

Modified: ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ======================================================================
--- ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml Fri Jul 11 06:32:46 2008
@@ -27,7 +27,7 @@
    <classpath type="jar" location="build/lib/*"/>

<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/>
+

<entity-resource type="data" reader-name="seed" loader="main" location="data/DimensionTypeData.xml"/>


Modified: ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ======================================================================
--- ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml Fri Jul 11 06:32:46 2008
@@ -27,7 +27,7 @@
    <classpath type="jar" location="build/lib/*"/>

<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.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"/>


Modified: ofbiz/trunk/specialpurpose/pos/config/xpos.properties
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/config/xpos.properties?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ======================================================================
--- ofbiz/trunk/specialpurpose/pos/config/xpos.properties (original)
+++ ofbiz/trunk/specialpurpose/pos/config/xpos.properties Fri Jul 11 06:32:46 2008
@@ -1,29 +1,32 @@
###############################################################################
-# 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.
+# 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.
###############################################################################
-StartPackage=org.ofbiz.pos
-StartClass=default/pospanel
-LogLevel=0
-StyleFile=posstyles.xml
+#
+#Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue)
+#Fri Apr 11 22:27:05 CEST 2008
CenterWin=true
ClientHeight=768
+Language=XuiLabels_fr
ClientWidth=1024
-Language=XuiLabels
+StartClass=default/pospanel
Title=OFBiz POS
+StyleFile=posstyles.xml
UseWindow=false
UseFrames=false
+StartPackage=org.ofbiz.pos
+LogLevel=0

Modified: ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ======================================================================
--- ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/pos/ofbiz-component.xml Fri Jul 11 06:32:46 2008
@@ -28,7 +28,7 @@
    <classpath type="jar" location="lib/*"/>
    <classpath type="jar" location="build/lib/*"/>
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/>
+
<entity-resource type="data" reader-name="seed" loader="main" location="data/PosSecurityData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/PosTypeData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoRetail.xml"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ====================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml Fri Jul 11 06:32:46 2008
@@ -27,7 +27,7 @@
    <classpath type="jar" location="build/lib/*"/>

<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/>
+
<entity-resource type="data" reader-name="seed" loader="main" location="data/ProjectMgrTypeData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/ProjectMgrSecurityData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/ProjectMgrDemoData.xml"/>

Modified: ofbiz/trunk/specialpurpose/shark/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/ofbiz-component.xml?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ======================================================================
--- ofbiz/trunk/specialpurpose/shark/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/shark/ofbiz-component.xml Fri Jul 11 06:32:46 2008
@@ -26,7 +26,7 @@
    <classpath type="jar" location="lib/*"/>
    <classpath type="jar" location="build/lib/*"/>
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/>
+
<service-resource type="model" loader="main" location="servicedef/services_test.xml"/>
    <webapp name="shark"
        title="Shark"

Modified: ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml?rev=675947&r1=675946&r2=675947&view=diff
= = = = = = = = ======================================================================
--- ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/workflow/ofbiz-component.xml Fri Jul 11 06:32:46 2008
@@ -25,7 +25,7 @@
    <classpath type="dir" location="dtd"/>
    <classpath type="jar" location="build/lib/*"/>
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.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/WorkFlowTypeData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderProcessWorkflow.xml"/>



Reply via email to