Re: svn commit: r594207 - /ofbiz/trunk/framework/entity/config/entityengine.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r594207 - /ofbiz/trunk/framework/entity/config/entityengine.xml

Jacques Le Roux
Administrator
Sorry all and thanks David,

I should know that, I have already done one... too fast !

Jacques

> URL: http://svn.apache.org/viewvc?rev=594207&view=rev
> Log:
> Fixed bad XML from recent commit in r594077
>
> Modified:
>     ofbiz/trunk/framework/entity/config/entityengine.xml
>
> Modified: ofbiz/trunk/framework/entity/config/entityengine.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=594207&r1=594206&r2=594207&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
> +++ ofbiz/trunk/framework/entity/config/entityengine.xml Mon Nov 12 08:44:01 2007
> @@ -444,16 +444,13 @@
>          <read-data reader-name="ext"/>
>          <inline-jdbc
>                  jdbc-driver="org.firebirdsql.jdbc.FBDriver"
> -                <!-- jdbc-uri="jdbc:firebirdsql://localhost:3050//opt/interbase/data/ofbiz.gdb"
> -                jdbc-username="OFBIZ"
> -                jdbc-password="ofbiz" -->
>                  jdbc-uri="jdbc:firebirdsql:127.0.0.1:C:\\data\\ofbiz.gdb"
>                  jdbc-username="SYSDBA"
>                  jdbc-password="masterkey"
>                  isolation-level="ReadCommitted"
>                  pool-minsize="2"
> -                pool-maxsize="250"
> -                 />
> +                pool-maxsize="250"/>
> +        <!-- Sample remote URI: jdbc-uri="jdbc:firebirdsql://localhost:3050//opt/interbase/data/ofbiz.gdb" -->
>          <!-- <jndi-jdbc jndi-server-name="default" jndi-name="comp/env/jdbc/xa/localfirebird"
isolation-level="ReadCommitted"/> --> <!-- Orion Style JNDI name -->
>          <!-- <tyrex-dataSource dataSource-name="firebird" isolation-level="ReadCommitted"/> Â -->
>      </datasource>
>
>