Author: hansbak
Date: Sun Jun 10 06:22:13 2012
New Revision: 1348534
URL:
http://svn.apache.org/viewvc?rev=1348534&view=revLog:
security file with wrong reader-type
Modified:
ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml
Modified: ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml?rev=1348534&r1=1348533&r2=1348534&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml Sun Jun 10 06:22:13 2012
@@ -26,7 +26,7 @@ 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="security" loader="main" location="data/WebPosSecurityData.xml"/>
<service-resource type="model" loader="main" location="servicedef/services.xml"/>
<service-resource type="model" loader="main" location="servicedef/services_cart.xml"/>