Hallo, I am using Windows XP Prof. and postgresql is working fine. I changed the entityengine file and replaced the datasource-name "localderby" with "postgres" in <delegator name="default" ....> is. A postgresql-8.1*.jdbc3 file is also in the C:\Opentaps\framework\entity\lib\jdbc directory.
The only problem is that, after configuring the file, I see a conflict sign (!) in the explorer. Regards Walter Vaughan wrote: > > ama71 wrote: > >> I am using postgre 8.2 with opentaps v-1.0 on windowsXP. > > Are you using XPHome or XP-Pro? I cannot get postgresql to run on my > XPHome > laptop at all, while it works fine on my XP-Pro desktop. There are work > arounds, > but they have not worked for me yet. If you can access the database with > something like pgAdminIII then you are fine. > >> When I replace the value of datasource-name in all the delegators from >> localderby to localpostgresql, the file shows conflicts. > > You don't replace everywhere it says localderby to localpostgresql since > that is > the wrong spelling anyways.. > > look around line 49 and replace > <group-map group-name="org.ofbiz" datasource-name="localderby"/> > with > <group-map group-name="org.ofbiz" > datasource-name="localpostgres"/> > > and farther on down around line 300 or so replace with proper info > <inline-jdbc > jdbc-driver="org.postgresql.Driver" > jdbc-uri="jdbc:postgresql://localhost/opentaps" > jdbc-username="opentaps" > jdbc-password="opentaps" > > Also in your C:\YourOpentapsInstallDirectory\framework\entity\lib\jdbc > directory > there needs to be a postgresql jar file like postgresql-8.1-405.jdbc3.jar > or > postgresql-8.2-506.jdbc3.jar > > Questions that are specific to Opentaps should be directed back to > http://sourceforge.net/forum/forum.php?thread_id=1867252&forum_id=487771 > > -- > Walter > > > > -- View this message in context: http://www.nabble.com/conflict-in-entityengine.xml-tf4792019.html#a13723172 Sent from the OFBiz - User mailing list archive at Nabble.com.
