Commit Graph

61 Commits

Author SHA1 Message Date
eeichinger
32d48566cd fixed SPRNET-978 2008-07-21 15:16:49 +00:00
eeichinger
b840e9fafc removed System, 1.500.x.x assembly reference 2008-07-21 14:13:42 +00:00
eeichinger
626532f63d fixed warning as error w/ nant build 2008-07-20 12:31:54 +00:00
eeichinger
733402b15f performance improvements
fixed SynchronizedHashtable
SPRNET-974: support private ctors with ConstructorNode
SPRNET-975: treat alias case insensitive as well
SPRNET-976: defered registering WebObjectFactory event handlers with VirtualEnvironment to when they are really needed
SPRNET-977: avoid unnecessary usages of HttpContextSwitch in WebObjectFactory.ConfigureObject()
added tests
added VirtualEnvironment HttpSessionState/HttpRequest abstraction
2008-07-20 12:10:15 +00:00
markpollack
d4e4d324ab fixed build script - need to make configurable the output directory when creating docs.... 2008-07-20 00:17:14 +00:00
markpollack
643578e1e7 misc fixes for broken build 2008-07-18 21:42:08 +00:00
markpollack
92b421f7cb copy Spring.Messaging .dll's to output dir. 2008-07-18 17:24:39 +00:00
markpollack
6084d8f068 Caching of NMS sessions/message producers
Add IsTrue utility method to AssertUtils
2008-07-18 15:30:44 +00:00
bbaia
e51c7e9bc7 Added first draft of spring-objects-1.2.xsd (synchronized with Java). 2008-07-18 09:47:40 +00:00
markpollack
7641432576 Add NmsTransactionManager + tests
Initial work for SingleConnectionFactory
2008-07-17 01:16:00 +00:00
markpollack
90379aced9 Initial MSMQ support 2008-07-16 19:12:51 +00:00
markpollack
325250f358 Additional tests on ExpressionEvaluator for delegate functions and custom collection processors. (mostly for documentation purposes)
Messed up my environment, xcopy wasn't working, so changes to .csproj are false positives.
2008-07-16 18:21:42 +00:00
markpollack
4928371e5c add NET_3_0 build symbol 2008-07-16 18:16:26 +00:00
markpollack
5fbfcb0795 simple code cleanup 2008-07-16 18:15:40 +00:00
markpollack
14d7f869b2 Add IResourceTransactionManager to indicate which tx managers operate on a since tx resource. 2008-07-16 18:14:34 +00:00
markpollack
bb7a269789 Add IResourceTransactionManager to indicate which tx managers operate on a since tx resource.
Thread local storage slot name for MultiDelegatingDbProvider generated using Spring.Util.UniqueKey.
Some simple code cleanup.
2008-07-16 18:14:02 +00:00
markpollack
747b4d4c0c xml doc fix 2008-07-16 18:09:26 +00:00
eeichinger
5f971daea2 northwind sample cleanup
added northwind web debug solution
2008-07-11 17:50:50 +00:00
eeichinger
6622f0ed4d preparational changes for adding configurable control and response caching (SPRNET-972) 2008-07-11 17:08:01 +00:00
bbaia
5e8a094389 Added Wcf Quickstart. 2008-07-07 10:19:50 +00:00
markpollack
074a212357 msmq doc updates 2008-07-05 11:14:19 +00:00
bbaia
b0ec233aca Fixed error in AspNetCache configuration 2008-07-04 13:21:42 +00:00
lahma
fc841477ed NHibernate beta 1 2008-07-04 09:07:12 +00:00
markpollack
7270a3c61d msmq docs 2008-07-04 08:02:09 +00:00
lahma
cfda7597d2 Updates to make NHibernate 2.0 integration tests pass 2008-06-29 09:40:35 +00:00
lahma
f949a91ca8 Changing NHibernate tests to support NHibernate 2.0 2008-06-28 23:00:47 +00:00
lahma
5d5f27dce4 Added own projects for NHibernate 2.0 testing, updated build files accordingly 2008-06-28 13:33:05 +00:00
eeichinger
3c4f1a455c updated SpringAir 2005 with master page DI demo 2008-06-27 09:44:36 +00:00
markpollack
184f4f2cbe SPRNET-898 - Add additional ICollectionProcessors to SpEL 2008-06-23 13:53:20 +00:00
bbaia
587151854b Remove "throw ex" code. 2008-06-23 07:35:43 +00:00
markpollack
8bdae60623 nhibernate example application: add config files that were moved to new location 2008-06-23 02:49:11 +00:00
eeichinger
fa7eb58283 SPRNET-966: added tests for whitespace handling in xml object definition parser 2008-06-22 08:36:44 +00:00
eeichinger
c6c9a938e2 changed ConfigureObject(target, name) to return original target if no definition is found 2008-06-22 07:50:42 +00:00
lahma
fa1a9a235b First version of Quartz.NET integration example 2008-06-18 10:57:48 +00:00
lahma
15c508a50a Fixing NAnt based NHibernate testing by excluding NHibernate 2.0 dll 2008-06-18 10:54:05 +00:00
lahma
c1ecf95119 NHibernate Alpha 2 2008-06-18 10:13:18 +00:00
markpollack
fc584813bb fixes for daily build target
misc updates to ref documentation
use signed NNS assembly based on spring.net key
sync vs.net 2003 solution
2008-06-17 02:13:28 +00:00
markpollack
d56ad5a9dc fix minor documentation bug
fix setting of messageProducer in ProducerCreatorCallback
2008-06-17 02:07:30 +00:00
markpollack
24020e0f1b SPRNET-961 - Exception handling advice throws NullReferenceException when using swallow action on methods that return value types
(introduced error when handling method with void return type
2008-06-14 12:28:37 +00:00
markpollack
41f41e3902 update NMS library for .NET 1.1
Using private build version
2008-06-14 11:47:52 +00:00
markpollack
106c5dacfe Update NMS libraries.
Note, using privately modified NMS library, not strongly signed.
2008-06-14 11:29:59 +00:00
markpollack
e05df65c40 Add integration tests based on Spring.Testing.NUnit 2008-06-13 16:43:21 +00:00
markpollack
054ec02736 Add integration tests based on features in Spring.Testing.NUnit 2008-06-13 16:42:17 +00:00
lahma
a8728b97d6 Added Spring.Data.NHibernate20 to main VS2005 solution file 2008-06-10 20:57:14 +00:00
lahma
b9308cab05 Adding NHibernate 2.0 support, only compiling, no packaging in Spring.build for now 2008-06-10 20:44:29 +00:00
markpollack
1ed862b25c move config files 2008-06-10 17:27:14 +00:00
markpollack
fbf2a7bc19 move config to subdirectory 2008-06-10 17:25:11 +00:00
markpollack
0b6482ef78 change output directory 2008-06-10 16:35:02 +00:00
lahma
fcbeb707ff Quartz.NET 0.9.1, syncing with latest CVS changes 2008-06-10 08:26:01 +00:00
markpollack
26c254d5f1 SPRNET-942 - ExceptionHandlerAdvice doesn't allow for explicitly configured Handlers 2008-06-10 03:37:11 +00:00