File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 290
290
</namespaces >
291
291
</xmlpoke >
292
292
293
+ <xmlpoke file =" ${app.config}"
294
+ xpath=" //*/hbm:property[@name='command_timeout']"
295
+ value=" ${nhibernate.command_timeout}" >
296
+ <namespaces >
297
+ <namespace prefix =" hbm" uri =" urn:nhibernate-configuration-2.2" />
298
+ </namespaces >
299
+ </xmlpoke >
300
+
293
301
<xmlpoke file =" ${app.config}"
294
302
xpath=" //*/hbm:property[@name='connection.driver_class']"
295
303
value=" ${nhibernate.connection.driver_class}" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<project xmlns =" http://nant.sf.net/release/0.85-rc3/nant.xsd" >
3
3
<property name =" nhibernate.dialect" value =" NHibernate.Dialect.MsSql2008Dialect" overwrite =" false" />
4
+ <property name =" nhibernate.command_timeout" value =" 444" overwrite =" false" />
4
5
<property name =" nhibernate.connection.driver_class" value =" NHibernate.Driver.SqlClientDriver" overwrite =" false" />
5
6
<property name =" nhibernate.connection.connection_string" value =" Server=.\SQLExpress;initial catalog=nhibernate;Integrated Security=SSPI" overwrite =" false" />
6
7
</project >
Original file line number Diff line number Diff line change 46
46
<property name =" nhibernate.connection.driver_class" value =" NHibernate.Driver.SqlServerCeDriver" />
47
47
<property name =" nhibernate.dialect" value =" NHibernate.Dialect.MsSqlCe40Dialect" />
48
48
<property name =" nhibernate.connection.connection_string" value =" Data Source=NHibernate.sdf" />
49
+ <property name =" nhibernate.command_timeout" value =" 0" />
49
50
<property name =" NHibernate.Test.IgnoreFail" value =" true" />
50
51
<property name =" teamcity.last.result" value =" ${root.dir}/lib/teamcity/sqlServerCe/NHibernate.Test.last-results.xml" />
51
52
<copy todir =" ${bin.dir}" >
59
60
<property name =" nhibernate.connection.driver_class" value =" NHibernate.Driver.SqlServerCeDriver" />
60
61
<property name =" nhibernate.dialect" value =" NHibernate.Dialect.MsSqlCe40Dialect" />
61
62
<property name =" nhibernate.connection.connection_string" value =" Data Source=NHibernate.sdf" />
63
+ <property name =" nhibernate.command_timeout" value =" 0" />
62
64
<property name =" NHibernate.Test.IgnoreFail" value =" true" />
63
65
<property name =" teamcity.last.result" value =" ${root.dir}/lib/teamcity/sqlServerCe/NHibernate.Test.last-results.xml" />
64
66
<copy todir =" ${bin.dir}" >
You can’t perform that action at this time.
0 commit comments