Author: mrisaliti
Date: Tue Dec 11 12:00:24 2007
New Revision: 603345
URL:
http://svn.apache.org/viewvc?rev=603345&view=revLog:
The seed data for security in the eBay application was not correct (Part of issue OFBIZ-1441)
Modified:
ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml
Modified: ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml?rev=603345&r1=603344&r2=603345&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml Tue Dec 11 12:00:24 2007
@@ -25,7 +25,7 @@
<classpath type="dir" location="config"/>
<classpath type="jar" location="build/lib/*"/>
- <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayBaseSecurityData.xml"/>
+ <entity-resource type="data" reader-name="seed" loader="main" location="data/EbaySecurityData.xml"/>
<service-resource type="model" loader="main" location="servicedef/services.xml"/>