Commit Graph

842 Commits

Author SHA1 Message Date
bbaia
7fccdcd788 Use 'invocation.Method' as variable for CacheResultAdvice Key expression resolution [SPRNET-959]. 2008-08-02 16:06:06 +00:00
bbaia
5ac6e4403c Add support for XmlArrayAttribute to WebServiceProxyFactory [SPRNET-988] 2008-08-02 15:59:37 +00:00
bbaia
0ee59eaddf Use 'invocation.Method' as variable for CacheResultAdvice Key expression resolution [SPRNET-959]. 2008-08-01 22:27:48 +00:00
markpollack
d8942bc081 Move classes in Spring.Messaging.Nms to Spring.Messaging.Nms to help ensure avoiding potential circular dependencies in the future. 2008-08-01 20:12:29 +00:00
markpollack
44f870f723 Move classes in Spring.Messaging.Nms to Spring.Messaging.Nms to help ensure avoiding potential circular dependencies in the future. 2008-08-01 19:34:19 +00:00
lahma
4bfc57c9d5 Moved JobStoreCMT to Quartz's side and some polishing 2008-08-01 10:07:35 +00:00
markpollack
1eed54d668 NMS development 2008-08-01 06:22:54 +00:00
markpollack
7e3b716350 misc doc cleanup 2008-08-01 05:44:44 +00:00
markpollack
236a7dcd18 Rename parsing methods from 'GetX' to 'ParseXElement' 2008-08-01 05:40:47 +00:00
markpollack
fbbac69edb SPRNET-986 - Constructor autowiring for array types not working
Notes:
This was a simple fix (see DefaultListableObjectFactory.ResolveDependency) but took the opportunity to sync more with Java 2.5.3 implementation for parsing object definitions and autowiring algorithm.
There maybe some extraneous commits due to spurious changes in line feed/CR while viewing some files.
2008-08-01 05:13:41 +00:00
markpollack
c071d6a942 SPRNET-986 - Constructor autowiring for array types not working
Notes:
This was a simple fix (see DefaultListableObjectFactory.ResolveDependency) but took the opportunity to sync more with Java 2.5.3 implementation for parsing object definitions)
There maybe some extraneous commits due to spurious changes in line feed/CR while viewing some files.
2008-08-01 04:53:05 +00:00
lahma
9fc7a53f03 Delegate connection handling to Spring, still problems.. 2008-07-31 20:37:10 +00:00
lahma
0c1ab68f93 Starting to craft LocalDataSourceJobStore for Spring managed transactions 2008-07-31 13:54:19 +00:00
markpollack
34582d9bbb add activemq library 2008-07-31 13:11:04 +00:00
lahma
aab59d0f39 Syncing with Java Spring integration, polishing 2008-07-31 10:49:48 +00:00
lahma
973243e13f Quartz.NET 1.0 RC 1 and removing now unnecessary Spring side delayed scheduler start 2008-07-30 19:01:30 +00:00
markpollack
b18643daab removed reference to old download location of docbook libraries. 2008-07-29 13:40:27 +00:00
markpollack
25fadf6093 add file lost in naming change... 2008-07-28 19:33:55 +00:00
markpollack
52a903e107 rename messaging classes to remove used of NMS prefix. 2008-07-28 19:11:49 +00:00
lahma
5fe46807e3 NHibernate 2.0 CR1 2008-07-28 09:33:02 +00:00
markpollack
a530e4720b NMS development 2008-07-25 04:53:19 +00:00
markpollack
b6f610230f NMS development 2008-07-25 04:45:15 +00:00
markpollack
c467f49035 NMS Development 2008-07-23 22:54:02 +00:00
eeichinger
d52766af07 made SharedStateResourceCache public 2008-07-23 12:29:27 +00:00
eeichinger
d9c328e13d made StringResource a 1st class citizen of Spring.Core 2008-07-23 10:35:38 +00:00
eeichinger
b8dd1d2c64 added logging 2008-07-23 10:34:34 +00:00
markpollack
19abcd0336 add missing file to fix build 2008-07-22 21:08:07 +00:00
markpollack
51f97b6657 Changes to compile under mono 2.0 beta. Thanks James Fitzsimons. 2008-07-22 20:49:43 +00:00
eeichinger
74cc8c7223 added support for non-string keys 2008-07-22 12:11:42 +00:00
eeichinger
d87b2aa5a3 fixed CaseInsensitiveHashtable serialization issue w/ net 1.0 & 1.1 2008-07-22 10:49:47 +00:00
lahma
a513851dcb NHibernate 2.0 beta 2 2008-07-22 09:29:36 +00:00
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