Commit Graph

934 Commits

Author SHA1 Message Date
sbohlen
dfd305a58d SPRNET-1122
-change behavior of RegularExpressionValidator.Validate(...) method to depend almost entirely on the regex match in re: its boolean return
2010-08-02 19:30:38 +00:00
markpollack
a516731cb7 SPRNET-1307 - TransactionPropagation.NotSupported should run with new TransactionScopeOption.Suppress 2010-08-02 16:40:30 +00:00
sbohlen
ba0966d4b5 SPRNET-1124
fixing broken build from inadvertent use of still more non-.NET 1.1-compatible elements in code (and a broken test due to changes in .NET 1.1 SP1)
2010-07-29 20:01:35 +00:00
sbohlen
6fbf4b3366 SPRNET-1124
fixing broken build from inadvertent introduction of anonymous delegates...ANOTHER something obviously unsupported under .NET 1.1
2010-07-29 16:09:12 +00:00
sbohlen
75a5e158e4 SPRNET-1124
fixing broken build from inadvertent introduction of using statements referencing the System.Collections.Generic namespace unsupported under .NET 1.1 (bad VS2008!, bad VS2008!)
2010-07-29 15:12:55 +00:00
bbaia
5ba5b8bc50 REST client API: Fix build in VS2008 (SPRNET-1345) 2010-07-29 08:34:29 +00:00
sbohlen
7b550ff4e4 SPRNET-1124
fixing broken build from inadvertent introduction of .NET 2.0 inline property initializers unsupported by the 1.1 or 2.0 csc.exe compiler used to build those targets
2010-07-28 21:44:18 +00:00
sbohlen
617adb53d6 SPRNET-1124
-added direct support for specifying a collection of IResource instances to configure the container
-introduced various ApplicationContextArgs classes to encapsulate ever-expanding constructor params for ApplicationContexts
-revise constructors chaining to fall over to ApplicationContextArgs-based constructors.
-move codifation of differnt ApplicationContext 'defaults' (caseSensitive, Refresh, etc.) from ApplicationContext constructors into ApplicationContextArgs classes
2010-07-28 15:02:31 +00:00
bbaia
ce275c9a25 REST client API: Initial checkin (SPRNET-1345) 2010-07-28 00:09:16 +00:00
sbohlen
46a0edbef8 SPRNET-1258
-changed all references to hard-coded folder and filenames in the relevant tests to use run-time-generated GUIDs to ensure (best as humanly possible!) no collisions with existing files or folders
2010-07-26 16:16:10 +00:00
sbohlen
7926a00776 SPRNET-1297
-removal of errant temp test left over from prior troubleshooting session
2010-07-26 15:39:18 +00:00
sbohlen
5478adffb4 SPRNET-1297
-implement IEnumerable in DictionaryVariableSource to support .NET 3.5 inline initializer syntax for dictionaries
2010-07-26 15:06:09 +00:00
sbohlen
611bdbb107 SPRNET-1297
-introduced IDictionary convenience constructor overload for DictionaryVariableSource
-added unit tests for DictionaryVariableSource behaviors
-introduced guard exception if unbalanced strings are passed to constructor as key-value pairs (but aren't in fact properly 'paired')
2010-07-23 21:28:48 +00:00
markpollack
c9ef6b8372 misc documentation fixes... 2010-07-22 15:54:37 +00:00
markpollack
90a8415720 work on SPRNET-987 and SPRNET-1214 2010-07-22 15:52:26 +00:00
bbaia
3dc044203c Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] 2010-07-21 14:33:15 +00:00
markpollack
781785b112 Improve testing infrastructure to run all tests together
Fix test that were failing due to typos of property values in XML config that have changed.
2010-07-15 21:49:33 +00:00
lahma
d9db104cd2 Fixing some Quartz integration test issues 2010-07-13 14:59:17 +00:00
lahma
4a501f3e71 SPRNET-1342: Quartz scheduler should not start until context is refreshed 2010-07-13 10:27:07 +00:00
lahma
46ec969e09 SPRNET-1341: CronTriggerObject start delay support 2010-07-13 09:44:18 +00:00
lahma
54b2eb0b2e SPRNET-1340 MethodInvokingJobDetailFactoryObject does not set the result in JobContext 2010-07-13 09:24:36 +00:00
lahma
5326ae1327 Fixing Spring.Data.2010.csproj 2010-07-04 18:58:32 +00:00
markpollack
7d7cabb3bf SPRNET-1042 - Specify location of additional DbProvider definitions in Spring XML database namespace 2010-06-10 21:47:46 +00:00
markpollack
30a4bf4146 SPRNET-1200 - Default names for DataTables not generated correctly when filling DataSet from query that returns multiple result sets. 2010-06-09 20:22:16 +00:00
markpollack
f85c342994 SPRNET-1336 - Update documentation for MultiDelegatingDbProvider to show preferred way to set DbProvider name and notes for (not) using with NHibernate. 2010-06-09 15:15:57 +00:00
markpollack
e1d92e5259 SPRNET-1335 - MultiDelegatingDbProvider CreateCommandBuilder returns IDbDataAdapter instead of DbCommandBuilder 2010-06-09 15:13:54 +00:00
bbaia
61bc468d66 Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fixed Spring.Web) 2010-06-08 00:40:46 +00:00
markpollack
65f1d2f4b8 SPRNET-1310 - Update to use Apache NMS 1.3 2010-06-02 20:09:43 +00:00
bbaia
eb4139219e Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fixed Spring.Web) 2010-05-28 18:44:18 +00:00
bbaia
3339f3727c minor doc update 2010-05-05 15:36:46 +00:00
markpollack
ed0d83da24 misc update on instructions to use with .NET 3.0 2010-05-03 14:10:51 +00:00
bbaia
f86fcb2606 Temporary commit to fix nigthly build 2010-05-01 08:52:33 +00:00
bbaia
9f4352787a try to fix nightly build 2010-04-30 18:05:54 +00:00
bbaia
f4838018cd Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fixed Spring.Web) 2010-04-30 17:43:35 +00:00
bbaia
70bb4f5bbc Optimized WebServiceProxyFactory when using ProxyType. 2010-04-19 17:06:10 +00:00
bbaia
f6b7596932 Fixed Namespace rules in NVelocity tests project 2010-04-19 16:39:36 +00:00
bbaia
bd58a75fc0 Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fix 1.1 build) 2010-04-19 15:29:50 +00:00
bbaia
231e8b6b7e Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fix 1.1 build) 2010-04-19 15:21:23 +00:00
bbaia
be38061081 Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] 2010-04-19 15:15:37 +00:00
bbaia
9b9448e2e2 Fixed warnings detected by VS2010 2010-04-16 15:08:19 +00:00
bbaia
542d825320 Added VS2010 solutions/projects for sources and tests [SPRNET-1320] 2010-04-16 14:37:19 +00:00
bbaia
c7f00fe9c1 Add namespace parser for WCF integration [SPRNET-1324] (Fix 1.1 build) 2010-04-16 09:57:14 +00:00
bbaia
b97af59e06 Started adding VS2010 solutions/projects for quickstarts [SPRNET-1320] 2010-04-15 17:50:29 +00:00
bbaia
91f2eb6fe6 Added TypeNameAutoProxyCreator example to the AOP quick start [SPRNET-924] 2010-04-15 13:14:49 +00:00
bbaia
13f73136ed Add namespace parser for WCF integration [SPRNET-1324] (Fix 1.1 build) 2010-04-14 15:10:28 +00:00
bbaia
9551238d09 Add namespace parser for WCF integration [SPRNET-1324] 2010-04-14 14:57:28 +00:00
bbaia
097bda93bd Fix WebServiceExporter to allow type-based auto-wiring and auto-proxying [SPRNET-1323] 2010-04-12 17:34:25 +00:00
bbaia
060f6561c2 A target retrieved from a dynamic target source, is not entirely thread safe, e.g.ThreadLocalTargetSource [SPRNET-1289] (Fix 1.1 build) 2010-04-12 15:09:36 +00:00
bbaia
54407b6496 A target retrieved from a dynamic target source, is not entirely thread safe, e.g.ThreadLocalTargetSource [SPRNET-1289] (Fix 1.1 build) 2010-04-12 14:59:14 +00:00
bbaia
f9b55fb84e A target retrieved from a dynamic target source, is not entirely thread safe, e.g.ThreadLocalTargetSource [SPRNET-1289] 2010-04-12 14:40:40 +00:00