Attachments don't make through to ASF MLs, use rather Nabble user forum or any mean you like for that
II don't remember all the details of the autogenerate deploy.sh. You could try to use an OOTB entityengine.xml file Also you say >it is strange, because my personal entity engine, have the connection with >mysql database. Any suggestion?? What do you mean exactly by that? Could you simply copy in your anwser the patch content between your working copy and OFBIz repo for entityengine.xml file only? Jacques ----- Original Message ----- From: [email protected] To: [email protected] Sent: Monday, October 14, 2013 6:14 PM Subject: problem during deploy ofbiz.ear Hi to everyone, i’ve tried to follow this guide, https://cwiki.apache.org/confluence/display/OFBTECH/Glassfish+v2.1 to generate my ofbiz.ear, using the autogenerate deploy.sh My ofbiz.ear is done by every war component of the application, and my custom component in hot-deploy application In attachment the structure of my ofbiz.ear. Are anyone see something wrong?? And in my framework\entity\config\ folder, i’ve find 3 files : entityengine.xml entityengine.xml.rej entityengine.xml.orig i’ve look just the entityengine.xml,and it seem strange.... : <datasource name="derby" helper-class="org.ofbiz.entity.datasource.GenericHelperDAO" schema-name="ofbiz" field-type-name="derby" check-on-start="true" add-missing-on-start="true" use-pk-constraint-names="false" use-indices-unique="false" alias-view-columns="false"> <read-data reader-name="seed"/> <read-data reader-name="seed-initial"/> <read-data reader-name="demo"/> <read-data reader-name="ext"/> <inline-jdbc jdbc-driver="org.apache.derby.jdbc.ClientDriver" jdbc-uri="jdbc:derby://localhost:1527/ofbiz;create=true" jdbc-username="ofbiz" jdbc-password="ofbiz" isolation-level="ReadCommitted" pool-minsize="2" pool-maxsize="250"/> <!-- <jndi-jdbc jndi-server-name="localjndi" jndi-name="java:/DerbyDataSource" isolation-level="ReadCommitted"/> --> </datasource> And another connection to datasource derbyolap. it is strange, because my personal entity engine, have the connection with mysql database. Any suggestion??
