Commit Graph

47 Commits

Author SHA1 Message Date
bbaia
852b83a4c6 WebServiceExporter should generate WebServiceBinding attribute with WSI basic profile 1.1 by default. [SPRNET-869] 2008-08-05 13:16:21 +00:00
bbaia
5ffea6052d Updated VS2008 sln/csproj files (NET_3_0 symbol, target framework 2.0 by default). 2008-08-05 00:55:05 +00:00
markpollack
3c2e420a70 Changed back to specific class names for each messaging provider's implementation 2008-08-04 22:08:25 +00:00
lahma
651ab8ef8c Changing startup delay properties to be time spans instead of plain integers 2008-08-04 18:43:39 +00:00
bbaia
f58951caa0 Added VS2008 sln/csproj files. 2008-08-03 15:51:15 +00:00
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
markpollack
1eed54d668 NMS development 2008-08-01 06:22:54 +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
aab59d0f39 Syncing with Java Spring integration, polishing 2008-07-31 10:49:48 +00:00
markpollack
52a903e107 rename messaging classes to remove used of NMS prefix. 2008-07-28 19:11:49 +00:00
markpollack
a530e4720b NMS development 2008-07-25 04:53:19 +00:00
markpollack
c467f49035 NMS Development 2008-07-23 22:54:02 +00:00
eeichinger
d9c328e13d made StringResource a 1st class citizen of Spring.Core 2008-07-23 10:35:38 +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
32d48566cd fixed SPRNET-978 2008-07-21 15:16:49 +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
643578e1e7 misc fixes for broken build 2008-07-18 21:42:08 +00:00
markpollack
6084d8f068 Caching of NMS sessions/message producers
Add IsTrue utility method to AssertUtils
2008-07-18 15:30:44 +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
eeichinger
6622f0ed4d preparational changes for adding configurable control and response caching (SPRNET-972) 2008-07-11 17:08:01 +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
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
15c508a50a Fixing NAnt based NHibernate testing by excluding NHibernate 2.0 dll 2008-06-18 10:54:05 +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
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
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
markpollack
d277e69112 SPRNET-961 - Exception handling advice throws NullReferenceException when using swallow action on methods that return value types 2008-06-10 01:12:40 +00:00
eeichinger
7555bd26bc added tests 2008-06-08 20:30:25 +00:00
markpollack
c33ba2dea5 remove $Id keyword 2008-06-02 20:18:24 +00:00
markpollack
08227919f1 remove compiler generated documentation files
update Spring.Data.Tests 2005 solution
2008-05-31 04:50:43 +00:00
markpollack
c565e34502 Add files overlooked in migration to svn 2008-05-31 04:07:44 +00:00
markpollack
c478a783c0 Initial import! 2008-05-30 22:55:02 +00:00