Commit Graph

619 Commits

Author SHA1 Message Date
eeichinger
8ea2bb4e86 integrated antlr 2.7.6.2 sources 2009-07-28 21:25:58 +00:00
markpollack
040c27d5ca SPRNET-1190 - Add error code for duplicateKeyCodes to DbProvider metadata for Oracle 2009-07-28 21:02:34 +00:00
markpollack
aa30032e3d SPRNET-1240 - Add TransientDataAccessException to DAO exception hierarchy 2009-07-28 20:56:50 +00:00
markpollack
7b8ea2a7ea SPRNET-904 - RollbackRuleAttribute throws AopConfiguration exception instead of ArgumentException 2009-07-28 20:15:08 +00:00
markpollack
ca819eed8a SPRNET-1222 MessageQueueFactoryObject.GetObject() sets global MessageQueue.EnableConnectionCache property 2009-07-28 19:58:14 +00:00
eeichinger
b60f2f53bb switch ObjectDefinitionValueResolver & related infrastructure code from using RootObjectDefinition to IObjectDefinition 2009-07-28 17:09:13 +00:00
eeichinger
de0a3bfa41 fixed SPRNET-1073 2009-07-28 17:08:05 +00:00
markpollack
c0188c44cb enable ncover in build 2009-07-28 17:06:20 +00:00
eeichinger
e4cfc39ed2 polishing
switch ObjectDefinitionValueResolver & related infrastructure code from using RootObjectDefinition to IObjectDefinition
fixed SPRNET-1073
added PropertyOrFieldNode tests for injecting transparent proxies
added new CollectionUtils.FindValuesOfType() method for filtering collections
2009-07-28 16:59:40 +00:00
markpollack
b49745e19b undo call out to different NUnit console executables for .NET 1.1 vs 2.0 - was already correct using just nunit-console-x86.exe with command line args for framework version. oops. 2009-07-28 16:20:23 +00:00
markpollack
8603a1bcbc SPRNET-1143 - update renamed IApplicationListener -> IApplicationEventListener interface in reference docs
add in copy editors edits to objects.xml
2009-07-28 16:00:11 +00:00
markpollack
1d9a50b292 SPRNET-1191 - Add additional convenience constructors to ProxyFactory 2009-07-28 15:51:59 +00:00
markpollack
cfc189ab43 fix .NET 1.1 build - call out to different NUnit console executables for .NET 1.1 vs 2.0 2009-07-28 15:37:16 +00:00
markpollack
c3ffd8bf72 fix Spring.Core.2003.csproj 2009-07-28 15:23:44 +00:00
eeichinger
db36836eff fixed compiler error 2009-07-28 15:21:16 +00:00
eeichinger
aa4f776cde fixed compiler error 2009-07-28 14:00:23 +00:00
erezmazor
fd343cfaf0 fixed the location of moved XSD schema in build file 2009-07-28 08:11:15 +00:00
erezmazor
f33f68918b updated xsd schema version in build 2009-07-28 07:29:07 +00:00
markpollack
6684b03928 re-enable .NET 1.1 build. Ug, sorry about that. 2009-07-28 07:12:50 +00:00
markpollack
326b6d5d19 SPRNET-1089 - Change DoStop() in AbstractListenerContainer to protected 2009-07-28 07:09:28 +00:00
markpollack
2302c5ac9d SPRNET-1196 - MSTest support 2009-07-28 06:22:26 +00:00
markpollack
d536699632 SPRNET-1089 2009-07-28 06:01:38 +00:00
markpollack
865ae0fb86 SPRNET-1090 2009-07-28 05:58:35 +00:00
markpollack
85c75d4fe4 SPRNET-1091 2009-07-28 05:57:20 +00:00
markpollack
a5172768e7 SPRNET-1236 - NVelocity integration 2009-07-28 05:04:37 +00:00
lahma
f46b755b99 Fixed XML for expression documentation 2009-07-27 20:28:48 +00:00
lahma
2e2e60b26c SPRNET-1102: Improve Northwind NHibernate example 2009-07-27 20:24:32 +00:00
eeichinger
0521f868bd added enum support for SPRNET-467 2009-07-27 16:36:59 +00:00
eeichinger
231e096fac SPRNET-467 2009-07-27 16:03:21 +00:00
lahma
5a2e7c6c26 Fixed VS2005 project files 2009-07-27 06:20:22 +00:00
eeichinger
2c9b7a5c6e improved tests for SPRNET-1235 2009-07-26 21:10:21 +00:00
eeichinger
477b829469 SPRNET-1235 2009-07-26 20:36:59 +00:00
eeichinger
6091e9c491 SPRNET-1234 2009-07-26 17:49:40 +00:00
eeichinger
96a447f7c3 renamed BreakingChanges-1.2.txt to BreakingChanges-1.3.txt 2009-07-26 16:06:01 +00:00
eeichinger
640cddbd91 polishing
renamed BreakingChanges-1.2.txt to BreakingChanges-1.3.txt
2009-07-26 16:05:31 +00:00
eeichinger
6610f5e014 sprnet-504
sprnet-1005
2009-07-26 15:26:48 +00:00
eeichinger
a98965e7e5 fixed webcontrol object naming compatibility issue
fixed factory product caching
2009-07-25 14:03:12 +00:00
lahma
4c5675663d Visual updates to Northwind demo, some refactoring 2009-07-25 13:16:55 +00:00
lahma
573a0903f6 Added support for NH 3.0 (built from trunk), added net-3.5 target to build file, added NH 3.0 targets to build, set NH 2.1 to be part of standard build 2009-07-25 09:34:50 +00:00
lahma
264cc82c81 Fixed Spring.Messaging.2005 project file 2009-07-25 07:33:09 +00:00
markpollack
64df937a58 SPRNET-1233 - Support for sending to remote private queue.
Changes to MessageQueueTemplate
1. Registers MessageQueueMetadataCache in ApplicationContext if not set explicitly.  
2. Logs warnings if MetadataCache property is set to null, for example in stand alone API usage.  
3. No longer has DefaultMessageQueueObjectName as a required .

DefaultMessageQueueFactory updates MessageQueueMetadataCache in ApplicationContext when a new MessageQueue is registered.
2009-07-25 05:05:43 +00:00
markpollack
c217365748 SPRNET-1233 - Support for sending to remote private queue. Clean up debug logging that would cause issues with remote private queues. 2009-07-24 21:34:33 +00:00
lahma
9635c82336 SPRNET-1102: Updating NHibernate Northwind example to NH 2.1, some minor UI adjustments 2009-07-24 19:03:28 +00:00
eeichinger
0bc02e8db1 synced AdvisedSupport with Spring/J 2009-07-24 16:34:14 +00:00
lahma
bf2fc3df7b Set Spring.build to allow compilation on x64 machines with NAnt 0.86 (sysinfo failonerror=false) and fixed NHibernate test build file 2009-07-24 15:42:43 +00:00
lahma
073a6cb39d Reverted unintentional change that showed problem with attributes without cache keys 2009-07-24 15:13:42 +00:00
lahma
82d5d43e75 Fixing some unfortunate build problems... 2009-07-24 15:08:46 +00:00
lahma
29f1437ea2 SPRNET-1104: Updating to NHibernate 2.1 GA, porting Java features to LocalSessionFactoryObject, changing integration tests to use (local) SQL Server instance instead of fixed host name and named instance, changing to LinFu provider for now 2009-07-24 14:59:24 +00:00
lahma
403f53e6c0 Removing a couple more dependencies to DotNetMock 2009-07-24 09:27:03 +00:00
lahma
5943c13b27 Changed deprecated use of Assert.IsInstanceOfType to new Assert.IsInstanceOf 2009-07-24 07:42:10 +00:00