Commit Graph

  • 74cc8c7223 added support for non-string keys eeichinger 2008-07-22 12:11:42 +00:00
  • d87b2aa5a3 fixed CaseInsensitiveHashtable serialization issue w/ net 1.0 & 1.1 eeichinger 2008-07-22 10:49:47 +00:00
  • a513851dcb NHibernate 2.0 beta 2 lahma 2008-07-22 09:29:36 +00:00
  • 32d48566cd fixed SPRNET-978 eeichinger 2008-07-21 15:16:49 +00:00
  • b840e9fafc removed System, 1.500.x.x assembly reference eeichinger 2008-07-21 14:13:42 +00:00
  • 626532f63d fixed warning as error w/ nant build eeichinger 2008-07-20 12:31:54 +00:00
  • 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 eeichinger 2008-07-20 12:10:15 +00:00
  • d4e4d324ab fixed build script - need to make configurable the output directory when creating docs.... markpollack 2008-07-20 00:17:14 +00:00
  • 643578e1e7 misc fixes for broken build markpollack 2008-07-18 21:42:08 +00:00
  • 92b421f7cb copy Spring.Messaging .dll's to output dir. markpollack 2008-07-18 17:24:39 +00:00
  • 6084d8f068 Caching of NMS sessions/message producers Add IsTrue utility method to AssertUtils markpollack 2008-07-18 15:30:44 +00:00
  • e51c7e9bc7 Added first draft of spring-objects-1.2.xsd (synchronized with Java). bbaia 2008-07-18 09:47:40 +00:00
  • 7641432576 Add NmsTransactionManager + tests Initial work for SingleConnectionFactory markpollack 2008-07-17 01:16:00 +00:00
  • 90379aced9 Initial MSMQ support markpollack 2008-07-16 19:12:51 +00:00
  • 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. markpollack 2008-07-16 18:21:42 +00:00
  • 4928371e5c add NET_3_0 build symbol markpollack 2008-07-16 18:16:26 +00:00
  • 5fbfcb0795 simple code cleanup markpollack 2008-07-16 18:15:40 +00:00
  • 14d7f869b2 Add IResourceTransactionManager to indicate which tx managers operate on a since tx resource. markpollack 2008-07-16 18:14:34 +00:00
  • 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. markpollack 2008-07-16 18:14:02 +00:00
  • 747b4d4c0c xml doc fix markpollack 2008-07-16 18:09:26 +00:00
  • 5f971daea2 northwind sample cleanup added northwind web debug solution eeichinger 2008-07-11 17:50:50 +00:00
  • 6622f0ed4d preparational changes for adding configurable control and response caching (SPRNET-972) eeichinger 2008-07-11 17:08:01 +00:00
  • 5e8a094389 Added Wcf Quickstart. bbaia 2008-07-07 10:19:50 +00:00
  • 074a212357 msmq doc updates markpollack 2008-07-05 11:14:19 +00:00
  • b0ec233aca Fixed error in AspNetCache configuration bbaia 2008-07-04 13:21:42 +00:00
  • fc841477ed NHibernate beta 1 lahma 2008-07-04 09:07:12 +00:00
  • 7270a3c61d msmq docs markpollack 2008-07-04 08:02:09 +00:00
  • cfda7597d2 Updates to make NHibernate 2.0 integration tests pass lahma 2008-06-29 09:40:35 +00:00
  • f949a91ca8 Changing NHibernate tests to support NHibernate 2.0 lahma 2008-06-28 23:00:47 +00:00
  • 5d5f27dce4 Added own projects for NHibernate 2.0 testing, updated build files accordingly lahma 2008-06-28 13:33:05 +00:00
  • 3c4f1a455c updated SpringAir 2005 with master page DI demo eeichinger 2008-06-27 09:44:36 +00:00
  • 184f4f2cbe SPRNET-898 - Add additional ICollectionProcessors to SpEL markpollack 2008-06-23 13:53:20 +00:00
  • 587151854b Remove "throw ex" code. bbaia 2008-06-23 07:35:43 +00:00
  • 8bdae60623 nhibernate example application: add config files that were moved to new location markpollack 2008-06-23 02:49:11 +00:00
  • fa7eb58283 SPRNET-966: added tests for whitespace handling in xml object definition parser eeichinger 2008-06-22 08:36:44 +00:00
  • c6c9a938e2 changed ConfigureObject(target, name) to return original target if no definition is found eeichinger 2008-06-22 07:50:42 +00:00
  • fa1a9a235b First version of Quartz.NET integration example lahma 2008-06-18 10:57:48 +00:00
  • 15c508a50a Fixing NAnt based NHibernate testing by excluding NHibernate 2.0 dll lahma 2008-06-18 10:54:05 +00:00
  • c1ecf95119 NHibernate Alpha 2 lahma 2008-06-18 10:13:18 +00:00
  • 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 markpollack 2008-06-17 02:13:28 +00:00
  • d56ad5a9dc fix minor documentation bug fix setting of messageProducer in ProducerCreatorCallback markpollack 2008-06-17 02:07:30 +00:00
  • 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 markpollack 2008-06-14 12:28:37 +00:00
  • 41f41e3902 update NMS library for .NET 1.1 Using private build version markpollack 2008-06-14 11:47:52 +00:00
  • 106c5dacfe Update NMS libraries. Note, using privately modified NMS library, not strongly signed. markpollack 2008-06-14 11:29:59 +00:00
  • e05df65c40 Add integration tests based on Spring.Testing.NUnit markpollack 2008-06-13 16:43:21 +00:00
  • 054ec02736 Add integration tests based on features in Spring.Testing.NUnit markpollack 2008-06-13 16:42:17 +00:00
  • a8728b97d6 Added Spring.Data.NHibernate20 to main VS2005 solution file lahma 2008-06-10 20:57:14 +00:00
  • b9308cab05 Adding NHibernate 2.0 support, only compiling, no packaging in Spring.build for now lahma 2008-06-10 20:44:29 +00:00
  • 1ed862b25c move config files markpollack 2008-06-10 17:27:14 +00:00
  • fbf2a7bc19 move config to subdirectory markpollack 2008-06-10 17:25:11 +00:00
  • 0b6482ef78 change output directory markpollack 2008-06-10 16:35:02 +00:00
  • fcbeb707ff Quartz.NET 0.9.1, syncing with latest CVS changes lahma 2008-06-10 08:26:01 +00:00
  • 26c254d5f1 SPRNET-942 - ExceptionHandlerAdvice doesn't allow for explicitly configured Handlers markpollack 2008-06-10 03:37:11 +00:00
  • 4c91c42635 clean up aop schema in xml example add additional configuration examples for type registration and type alias. markpollack 2008-06-10 02:53:31 +00:00
  • d277e69112 SPRNET-961 - Exception handling advice throws NullReferenceException when using swallow action on methods that return value types markpollack 2008-06-10 01:12:40 +00:00
  • 7555bd26bc added tests eeichinger 2008-06-08 20:30:25 +00:00
  • 6d92bf9176 some svn cleanup eeichinger 2008-06-08 20:28:57 +00:00
  • c33ba2dea5 remove $Id keyword markpollack 2008-06-02 20:18:24 +00:00
  • 08227919f1 remove compiler generated documentation files update Spring.Data.Tests 2005 solution markpollack 2008-05-31 04:50:43 +00:00
  • 35b7c3e459 fix nms build markpollack 2008-05-31 04:49:31 +00:00
  • 156b086c33 remove compiler generated documentation files markpollack 2008-05-31 04:48:52 +00:00
  • feb7d250d4 ignore generated assembly info file markpollack 2008-05-31 04:10:09 +00:00
  • c565e34502 Add files overlooked in migration to svn markpollack 2008-05-31 04:07:44 +00:00
  • c478a783c0 Initial import! markpollack 2008-05-30 22:55:02 +00:00