Hi Pierre,
sure, I reinstalled and here is what I did:
Clean 13.07 via SVN
Create Mysql DB
- ofbiz_demo1
- ofbiz_demo2
- ofbiz_demo3
- ofbizolap_demo1
- ofbizolap_demo2
- ofbizolap_demo3
- ofbiztenant
- framework/entity/config/entityengine.xml (see attachment)
entityengine.xml
<http://ofbiz.135035.n4.nabble.com/file/n4654960/entityengine.xml>
- framework/common/general.properties --> multitenant = Y
Eclipse:
- download-mySQL-JDBC
- build[default]
- create-tenant
(id: demo1)
(name: demo1)
(data: seed,seed-initial,ext)
(DB: M)
(IP: 127.0.0.1)
(dbuser: ofbiz)
(pass: ofbiz)
(continue:Y)
--> [echo] database for tenant data will be 'ofbiz_demo1'
[echo] database for tenant olap data will be 'ofbizolap_demo1
=-=-=-=-=-=-= Finished the data load with 8898 rows
changed.
--> same for demo2 and demo3
- load-seed
shell:
./ant load-tenant-admin-user-login -DdelegatorId=default#demo1
-DuserLoginId=admin-demo1
...
/specialpurpose/ecommerce/webapp/ecomclone/WEB-INF/web.xml
<context-param>
<param-name>entityDelegatorName</param-name>
<param-value>default#demo1</param-value>
<description>The Name of the Entity Delegator to use, defined in
entityengine.xml</description>
</context-param>
- start
- http://.../ofbizsetup (filling in some demo data)
- http://.../ecomclone
Kind regards,
Ingo
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Tenant-datasource-helper-missing-tp4654914p4654960.html
Sent from the OFBiz - User mailing list archive at Nabble.com.