lahma
5bf07f9b83
Fixed Velocity integrations output directory in release build, set treat warnings as errors, added simple documentation for missing members
...
Set MSBuild's output to minimal when doing solution builds to make CI server's build log more tolerable
2009-11-29 21:39:23 +00:00
eeichinger
e56b513964
added test for missing block delimiter case
2009-11-28 19:44:07 +00:00
lahma
5268e1e54d
Fixed ManagedDictionaryTests to work with framework 1.1
2009-11-26 14:24:29 +00:00
markpollack
d0989221f9
SPRNET-1239 - Check for package cycles with NDepend
2009-11-24 18:24:03 +00:00
markpollack
139d947140
SPRNET-1278 - Add integration with JNDI for TIBCO EMS
...
SPRNET-1279 - Create integration test project for NMS
SPRNET-1280 - Create integration test project for TIBCO EMS
2009-11-21 19:31:13 +00:00
markpollack
fd55908ad2
SPRNET-1273 - Remove unnecessary cast to (int) in Spring.Data.Core.AdoTemplate ExecuteScalar with ICommandSetter
2009-11-16 15:05:01 +00:00
eeichinger
3486f9a8b9
added fix + test for SPRNET-1272
2009-11-16 13:34:22 +00:00
eeichinger
c441d22df9
added fix + test for SPRNET-1272
2009-11-16 13:14:15 +00:00
eeichinger
c04397943c
fix for SPRNET-1260. DefensiveEventRaiser now rethrows first caught exception, if any
2009-11-16 13:09:16 +00:00
eeichinger
c9d328441f
added fix + test for SPRNET-1272
2009-11-16 11:00:00 +00:00
markpollack
b61043b840
SPRNET-1273 - Remove unnecessary cast to (int) in Spring.Data.Core.AdoTemplate ExecuteScalar with ICommandSetter
2009-11-13 18:33:11 +00:00
markpollack
cc6c10b0f9
SPRNET-989 - Avoid throwing exception in Spring's custom timespan converter when delegating to default .NET BCL implementation.
...
Thanks Roberto Paterlini!
2009-11-13 04:49:45 +00:00
markpollack
8b687e7d3f
SPRNET-1041 - Add new DbProvider for Oracle 11g
...
Tested provider by adding reference and then removing. oracleAdoTemplateTests.xml now refers to 11g database in SpringSource QA LAB
Remove miscellaneous TODO comments that were not relevant.
(fix code formatting that added 'var')
2009-11-10 05:41:49 +00:00
markpollack
98041ef4da
SPRNET-1041 - Add new DbProvider for Oracle 11g
...
Tested provider by adding reference and then removing. oracleAdoTemplateTests.xml now refers to 11g database in SpringSource QA LAB
Remove miscellaneous TODO comments that were not relevant.
(fix code formatting that added 'var')
2009-11-10 05:30:35 +00:00
markpollack
920f884e38
SPRNET-1041 - Add new DbProvider for Oracle 11g
...
Tested provider by adding reference and then removing. oracleAdoTemplateTests.xml now refers to 11g database in SpringSource QA LAB
Remove miscellaneous TODO comments that were not relevant.
(fix code formatting that added 'var')
2009-11-10 05:26:19 +00:00
markpollack
1eab3463df
SPRNET-1041 - Add new DbProvider for Oracle 11g
...
Tested provider by adding reference and then removing. oracleAdoTemplateTests.xml now refers to 11g database in SpringSource QA LAB
Remove miscellaneous TODO comments that were not relevant.
2009-11-10 05:15:47 +00:00
markpollack
196a54ceda
SPRNET-1269 - Time based test in NHibernate.Test failed
...
(Remove execution of tests until we can investigate further.)
2009-11-10 04:45:07 +00:00
markpollack
f7a97bfe31
SPRNET-1268 - Spring Exceptions should pass tests to ensure compliance with .NET framework guidelines.
...
SPRNET-1267 - Add optimize compiler flag for release build
2009-11-10 03:04:07 +00:00
lahma
e76b73225e
Fixing Quartz integration code comments and setting warnaserror = true in build file
2009-11-06 05:52:13 +00:00
markpollack
d1bfe35fab
remove Common.Logging.Log4Net dependency in order to reuse existing build files for integration testing.
...
fix 2005 solutions
2009-11-05 22:46:46 +00:00
lahma
c7ab2c8b78
SPRNET-1265: Upgrade to NHibernate 2.1.1, also upgraded NHibernate 3.0 trunk snapshot to keep up with FilterDefinition API changes
2009-11-05 20:51:27 +00:00
markpollack
e498eb7b9d
enable ncover, fix 2003 build, modify solutions.build.nant to exclude Calculator and add ${root} prefix to build 2003 solution.
2009-11-04 23:17:17 +00:00
markpollack
878c3aba06
SPRNET-1266 - Context creation can throw ObjectCurrentlyInCreatation exception thrown when using <tx:attribute-driven/> with NHibernateTransactionManager
2009-11-03 23:11:22 +00:00
bbaia
52f4cf7ff2
Spring.Aop/Aop/Framework/ProxyConfig instantiation optimization
2009-10-17 12:52:56 +00:00
eeichinger
4890f7f580
2009-10-15 18:14:47 +00:00
eeichinger
5c3a40204b
fixed ConfigSectionResource error handling
...
polishing
added DelegateObjectFactoryConfigurer
2009-10-15 18:07:04 +00:00
eeichinger
ccc64cbf73
polishing
2009-10-15 17:14:45 +00:00
eeichinger
0e716ecfa0
fixed SPRNET-1259
2009-10-14 18:09:22 +00:00
eeichinger
f00f3afcc3
SpEL API polishing
2009-10-14 16:28:18 +00:00
eeichinger
921cddbe2e
further performance improvements
2009-10-14 12:49:46 +00:00
eeichinger
3d984ca1f6
slashdoc improvement
...
better stack reporting in case WebApplicationContext cannot be created
2009-10-14 06:08:08 +00:00
eeichinger
9029479963
improved performance acc. to SPRNET-1257 by replacing DynamicInvoke with SafeMethod.Invoke
2009-10-13 22:04:08 +00:00
eeichinger
0882e83fe3
polishing
2009-09-27 16:48:37 +00:00
eeichinger
dbb3951e6b
improved retry test performance
2009-09-23 15:46:34 +00:00
eeichinger
c6a5918c67
fixed SPRNET-1155 - removed dateLiteral from antlr grammar and replaced with IMethodCallProcessor strategy in MethodNode
2009-09-04 21:42:55 +00:00
eeichinger
33fbc05483
added NullReferenceException test for SPRNET-1251
2009-09-03 22:56:22 +00:00
eeichinger
51419efa67
fixed SPRNET-1251
2009-09-03 22:37:02 +00:00
lahma
9fe54d243c
SPRNET-1226: Provider more meaningful error message if cache attribute does not have key specified
2009-08-16 14:56:42 +00:00
eeichinger
0e1facc834
started mono integration
2009-08-10 12:25:58 +00:00
eeichinger
1d267a979e
added info for running NHibernate.Test suite against Spring's ProxyFactoryFactory from within VS
2009-08-05 16:36:39 +00:00
eeichinger
9fb46fd5fb
fixed NH21 integration ProxyFactoryFactory Bug
2009-08-05 15:56:23 +00:00
markpollack
9852b90c45
some build fixes for mono
2009-08-03 20:58:49 +00:00
markpollack
c31963a7e6
Fix VS.NET 2003 solution file
2009-08-03 20:09:27 +00:00
eeichinger
da3093992f
ingored files
2009-08-03 17:19:38 +00:00
markpollack
57c972ebab
misc build fixes for release, doc improvements.
2009-08-03 12:16:43 +00:00
eeichinger
64ff3178a6
upgraded Spring.Data.NHibernate20.Integration.Tests to test.integration.data
2009-08-03 00:28:51 +00:00
eeichinger
7db5ac4a84
added "test.integration.data" build flag to run integration tests
2009-08-02 23:25:30 +00:00
eeichinger
442d943ebe
automated NH21 integration tests up & running
2009-08-02 22:25:00 +00:00
eeichinger
6fbf135530
fixed compile error
2009-08-02 22:22:40 +00:00
eeichinger
e44e460143
SPRNET-691
2009-08-02 20:24:20 +00:00