Did you make following changes In entityengine.xml :-
At line # 52 and 55 use datasource-name="localpostgres"
At line # 307 use *
*jdbc-uri="jdbc:postgresql://127.0.0.1/yourDataBaseName"
At line# 308-09 use
jdbc-username="yourUserName"
jdbc-password=""
Also make sure that you have psotgres RDBMS
connector(postgresql-8.1-405.jdbc3.jar) in framework/entity/lib/jdbc
I think this will help you.
Sumit Pandit
Ritz123 wrote:
What is the error that you are getting?
ladroge wrote:
HI
I use postgresql as database and when i configure opentaps with it i can
run my application.
For the same configuration on Ofbiz it does not run .
Someone can show me how to configure this file????????
entityengine.xml
Thanks