Commit Graph

  • 63f81b6749 SPRNET-1359: Upgrade Quartz.NET to version 1.0.3 lahma 2010-08-22 18:45:33 +00:00
  • 891c2843c9 Fixing broken build...seems contrary to what I was told, at least SOME of the CI build does indeed invoke MSBUILS and target the SLN file (since this last broken build is due to stale refs in sln files!) sbohlen 2010-08-20 20:58:24 +00:00
  • 3c6e30253d Fixing broken build (error was caused by having two DIFFERENT tests in the same assembly reuse the same service name so the typenames of the dynamic types created by the proxying engine collided). Second test changed to use Guid-generated service name for the registration of its service so no future collisions should be possible. sbohlen 2010-08-20 20:46:46 +00:00
  • 7ef83af370 SPRNET-1262 -add tests to verify proper behavior from service exporter when applying declarative attributes to exported services -relocate recent ConstructorInstantiationInfo class into Utils namespace sbohlen 2010-08-20 20:04:55 +00:00
  • 6d2410dc5d update 2010 projects to reflect new files introduced sbohlen 2010-08-19 18:07:40 +00:00
  • 2aee3148ca SPRNET-1358 : Allow for ignoring of resources not found in PropertyFileVariableSource SPRNET-1356 : Introduce IPriorityOrdered interface to ensure correct ordering among IObjectFactoryPostProcessors SPRNET-1355 : TypeAlias usage with other IObjectFactoryPostProcessor object definitions not working. markpollack 2010-08-19 14:56:55 +00:00
  • e793a01220 SPRNET-1262 added test to demonstrate proper functionality when passing CustomAttributeBuilder instance to the proxy builder sbohlen 2010-08-18 16:06:58 +00:00
  • dfc45053fb misc updates to cleanup VS2010 projects and tests sbohlen 2010-08-17 18:41:44 +00:00
  • 11bb25277b remove EMS-related projects from VS2010 solution so that sln can be loaded + built by those without TIBCO EMS installed/available sbohlen 2010-08-17 13:52:02 +00:00
  • 16c5d60584 create VS2010 project for Spring.Messaging.Ems.Tests sbohlen 2010-08-17 13:49:10 +00:00
  • 3466cdf3b2 update Spring.Messaging.Ems.2010.csproj to reference 2010 versions of Core, Aop, and Data sbohlen 2010-08-17 13:43:22 +00:00
  • 85a6c2266b Unit Test reproducing SPRNET-1262 bbaia 2010-08-17 10:19:00 +00:00
  • 5d5500a02a - remove 2005 solutions from example builds - update VS2010 Solution sbohlen 2010-08-16 19:38:25 +00:00
  • 24700062bb added NAnt to build tools sbohlen 2010-08-16 14:28:32 +00:00
  • b7abc08af5 Fixed Spring.Data.2010.csproj, was missing 1.3 configuration schema file as embedded resource lahma 2010-08-15 19:55:42 +00:00
  • eb1661d6b0 NHibernate 3 Alpha 2, added new needed method to ProxyFactoryFactory lahma 2010-08-15 19:44:17 +00:00
  • b2dc1821b9 SPRNET-1107 -Confirmed fix is present in the trunk; added explicit test to validate expected behavior sbohlen 2010-08-11 16:41:52 +00:00
  • bcffabdf93 SPRNET-1212 - NamespaceParserRegistry: System.UriFormatException: Invalid markpollack 2010-08-10 16:32:15 +00:00
  • d119d8f535 SPRNET-1364 Verified as resolved in SPRNET-1214 (which is a superset of this issue) but added new tests specifically for this reported use-case sbohlen 2010-08-09 21:17:57 +00:00
  • f81b98696a Fix VS2010 project files lahma 2010-08-09 19:37:00 +00:00
  • fb81403684 SPRSPRNET-998 Fixing broken build (inferred array typing and in-line initialization are also no-nos under .NET 2.0...you'd think I'd start to be catching on to this by now, eh?) /slaps self on back of hand/ sbohlen 2010-08-09 15:42:55 +00:00
  • 5791c6eefc SPRSPRNET-998 Fixing broken build (accidental use of the improper var keyword) /slaps self on back of hand/ sbohlen 2010-08-09 14:10:23 +00:00
  • 36f6310fb4 SPRNET-998 Reduced the ambition of the method designed to create the array of constructor args so that it no longer attempts any type-casting. The method takes type object and returns type object so creating typed arrays in the middle of the method isn't needed and leads to several so-called edge-conditions depending on constructor arg types such as the enum array indicated by this issue. sbohlen 2010-08-06 21:53:42 +00:00
  • 11816bf43b SPRNET-694 -updated so-called "anonymous child containers" to be assigned deterministic naming of the form "parent/nestedContainer1/nestedContainer2/nestedContainer3/etc" -prior changes already prevent the actual error reported in this issue by throwing if two contexts are attempted to be registered with the same names sbohlen 2010-08-04 19:56:30 +00:00
  • c756336427 SPRNET-1324 - Add namespace parser for WCF integration markpollack 2010-08-03 18:28:15 +00:00
  • 904167ec0f SPRNET-1306 - Exception parsing concurrency attribute in ems listener-container config markpollack 2010-08-03 17:10:50 +00:00
  • bf3407d201 SPRNET-984 -fixing broken build (apparently .ToLowerInvariant() didn't show up on the .NET String class until .NET 2.0 so reverting to the somewhat less reliable .ToLower() method for now) sbohlen 2010-08-03 16:26:36 +00:00
  • 2c65cd280e SPRNET-984 -modified CreateAbsolutePath method to respect FQ urls as 'relativePath' argument sbohlen 2010-08-03 16:17:25 +00:00
  • b351bc2f21 SPRNET-1271 -cannot reproduce -added unit tests around the HandlerMap class' MapPath() method so that if a subsequent example of the behavior reported in this issue is provided we can properly test against it sbohlen 2010-08-03 15:14:41 +00:00
  • 9998999a95 REST client API: Dev (SPRNET-1345) bbaia 2010-08-03 15:03:38 +00:00
  • dfd305a58d SPRNET-1122 -change behavior of RegularExpressionValidator.Validate(...) method to depend almost entirely on the regex match in re: its boolean return sbohlen 2010-08-02 19:30:38 +00:00
  • a516731cb7 SPRNET-1307 - TransactionPropagation.NotSupported should run with new TransactionScopeOption.Suppress markpollack 2010-08-02 16:40:30 +00:00
  • 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) sbohlen 2010-07-29 20:01:35 +00:00
  • 6fbf4b3366 SPRNET-1124 fixing broken build from inadvertent introduction of anonymous delegates...ANOTHER something obviously unsupported under .NET 1.1 sbohlen 2010-07-29 16:09:12 +00:00
  • 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!) sbohlen 2010-07-29 15:12:55 +00:00
  • 5ba5b8bc50 REST client API: Fix build in VS2008 (SPRNET-1345) bbaia 2010-07-29 08:34:29 +00:00
  • 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 sbohlen 2010-07-28 21:44:18 +00:00
  • 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 sbohlen 2010-07-28 15:02:31 +00:00
  • ce275c9a25 REST client API: Initial checkin (SPRNET-1345) bbaia 2010-07-28 00:09:16 +00:00
  • 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 sbohlen 2010-07-26 16:16:10 +00:00
  • 7926a00776 SPRNET-1297 -removal of errant temp test left over from prior troubleshooting session sbohlen 2010-07-26 15:39:18 +00:00
  • 5478adffb4 SPRNET-1297 -implement IEnumerable in DictionaryVariableSource to support .NET 3.5 inline initializer syntax for dictionaries sbohlen 2010-07-26 15:06:09 +00:00
  • 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') sbohlen 2010-07-23 21:28:48 +00:00
  • c9ef6b8372 misc documentation fixes... markpollack 2010-07-22 15:54:37 +00:00
  • 90a8415720 work on SPRNET-987 and SPRNET-1214 markpollack 2010-07-22 15:52:26 +00:00
  • 3dc044203c Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] bbaia 2010-07-21 14:33:15 +00:00
  • 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. markpollack 2010-07-15 21:49:33 +00:00
  • d9db104cd2 Fixing some Quartz integration test issues lahma 2010-07-13 14:59:17 +00:00
  • 4a501f3e71 SPRNET-1342: Quartz scheduler should not start until context is refreshed lahma 2010-07-13 10:27:07 +00:00
  • 46ec969e09 SPRNET-1341: CronTriggerObject start delay support lahma 2010-07-13 09:44:18 +00:00
  • 54b2eb0b2e SPRNET-1340 MethodInvokingJobDetailFactoryObject does not set the result in JobContext lahma 2010-07-13 09:24:36 +00:00
  • 5326ae1327 Fixing Spring.Data.2010.csproj lahma 2010-07-04 18:58:32 +00:00
  • 7d7cabb3bf SPRNET-1042 - Specify location of additional DbProvider definitions in Spring XML database namespace markpollack 2010-06-10 21:47:46 +00:00
  • 30a4bf4146 SPRNET-1200 - Default names for DataTables not generated correctly when filling DataSet from query that returns multiple result sets. markpollack 2010-06-09 20:22:16 +00:00
  • f85c342994 SPRNET-1336 - Update documentation for MultiDelegatingDbProvider to show preferred way to set DbProvider name and notes for (not) using with NHibernate. markpollack 2010-06-09 15:15:57 +00:00
  • e1d92e5259 SPRNET-1335 - MultiDelegatingDbProvider CreateCommandBuilder returns IDbDataAdapter instead of DbCommandBuilder markpollack 2010-06-09 15:13:54 +00:00
  • 61bc468d66 Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fixed Spring.Web) bbaia 2010-06-08 00:40:46 +00:00
  • 65f1d2f4b8 SPRNET-1310 - Update to use Apache NMS 1.3 markpollack 2010-06-02 20:09:43 +00:00
  • eb4139219e Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fixed Spring.Web) bbaia 2010-05-28 18:44:18 +00:00
  • 3339f3727c minor doc update bbaia 2010-05-05 15:36:46 +00:00
  • ed0d83da24 misc update on instructions to use with .NET 3.0 markpollack 2010-05-03 14:10:51 +00:00
  • f86fcb2606 Temporary commit to fix nigthly build bbaia 2010-05-01 08:52:33 +00:00
  • 9f4352787a try to fix nightly build bbaia 2010-04-30 18:05:54 +00:00
  • f4838018cd Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fixed Spring.Web) bbaia 2010-04-30 17:43:35 +00:00
  • 70bb4f5bbc Optimized WebServiceProxyFactory when using ProxyType. bbaia 2010-04-19 17:06:10 +00:00
  • f6b7596932 Fixed Namespace rules in NVelocity tests project bbaia 2010-04-19 16:39:36 +00:00
  • bd58a75fc0 Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fix 1.1 build) bbaia 2010-04-19 15:29:50 +00:00
  • 231e8b6b7e Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] (Fix 1.1 build) bbaia 2010-04-19 15:21:23 +00:00
  • be38061081 Add 'side by side' support in Framework .NET 4.0 [SPRNET-1320] bbaia 2010-04-19 15:15:37 +00:00
  • 9b9448e2e2 Fixed warnings detected by VS2010 bbaia 2010-04-16 15:08:19 +00:00
  • 542d825320 Added VS2010 solutions/projects for sources and tests [SPRNET-1320] bbaia 2010-04-16 14:37:19 +00:00
  • c7f00fe9c1 Add namespace parser for WCF integration [SPRNET-1324] (Fix 1.1 build) bbaia 2010-04-16 09:57:14 +00:00
  • b97af59e06 Started adding VS2010 solutions/projects for quickstarts [SPRNET-1320] bbaia 2010-04-15 17:50:29 +00:00
  • 91f2eb6fe6 Added TypeNameAutoProxyCreator example to the AOP quick start [SPRNET-924] bbaia 2010-04-15 13:14:49 +00:00
  • 13f73136ed Add namespace parser for WCF integration [SPRNET-1324] (Fix 1.1 build) bbaia 2010-04-14 15:10:28 +00:00
  • 9551238d09 Add namespace parser for WCF integration [SPRNET-1324] bbaia 2010-04-14 14:57:28 +00:00
  • 097bda93bd Fix WebServiceExporter to allow type-based auto-wiring and auto-proxying [SPRNET-1323] bbaia 2010-04-12 17:34:25 +00:00
  • 060f6561c2 A target retrieved from a dynamic target source, is not entirely thread safe, e.g.ThreadLocalTargetSource [SPRNET-1289] (Fix 1.1 build) bbaia 2010-04-12 15:09:36 +00:00
  • 54407b6496 A target retrieved from a dynamic target source, is not entirely thread safe, e.g.ThreadLocalTargetSource [SPRNET-1289] (Fix 1.1 build) bbaia 2010-04-12 14:59:14 +00:00
  • f9b55fb84e A target retrieved from a dynamic target source, is not entirely thread safe, e.g.ThreadLocalTargetSource [SPRNET-1289] bbaia 2010-04-12 14:40:40 +00:00
  • e3d54e2695 Support proxying internal interfaces with InternalsVisibleTo attribute and Strong-Named assemblies [SPRNET-1322] bbaia 2010-04-09 13:22:05 +00:00
  • 78f4775b30 Add threading lib deps. markpollack 2010-04-08 21:04:38 +00:00
  • 554ba5dc55 SPRNET-1314 - temporarily ignoring test failure on .NET 1.1 markpollack 2010-04-08 20:27:23 +00:00
  • f572afa487 no not run unit tests with ncover for now... markpollack 2010-04-08 20:18:01 +00:00
  • 8a3df5654c some doc cleanup markpollack 2010-04-08 20:06:09 +00:00
  • 1d850066b3 remove extraneous code that was accidentally committed. markpollack 2010-04-08 20:04:08 +00:00
  • e1969d855c Fix AttributeMatchMethodPointcut with explicitly implemented interfaces [SPRNET-1314] bbaia 2010-04-08 17:30:52 +00:00
  • cb776d4098 Support type alias resolution in <value/> element [SPRNET-1119] bbaia 2010-04-08 16:19:02 +00:00
  • 4dc026d2e6 Fix TypeNameAutoProxyCreator to use <list/> element for the TypeNames property [SPRNET-1184] bbaia 2010-04-08 09:45:26 +00:00
  • 17622da552 Add MySql 6.2.2 ado.net provider [SPRNET-1321] bbaia 2010-04-07 15:01:46 +00:00
  • aeaabb487d DbProvider configuration references renamed property [SPRNET-1312] bbaia 2010-04-06 16:35:32 +00:00
  • eae81929de Typing mistake in online documentation [SPRNET-1316] bbaia 2010-04-06 15:46:52 +00:00
  • 285385abab Add VS2008 solutions/projects for all examples [SPRNET-1319] bbaia 2010-04-06 15:20:37 +00:00
  • 8807ea5879 Revive concurrency tests. markpollack 2010-03-25 16:31:39 +00:00
  • 56a36ea7ba added info about build errors on Vista eeichinger 2010-02-03 09:57:30 +00:00
  • f0e3c02f13 Fixing some typos in templating documentation lahma 2010-01-28 11:56:30 +00:00
  • 3dc13bec2f SPRNET-1246: Show DI for NHibernate managed objects in NHibernate example application lahma 2009-12-26 20:19:39 +00:00
  • 69cc934cfe eeichinger 2009-12-25 10:54:46 +00:00
  • c9ada50a6b copy over non-redistributables at build start - allows for clean builds eeichinger 2009-12-25 10:01:15 +00:00
  • 3924f25f14 added missing readme-net-3.5.txt eeichinger 2009-12-25 09:36:04 +00:00