Commit Graph

264 Commits

Author SHA1 Message Date
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
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
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
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
markpollack
c8ec84d9a9 SPRNET-1196 - Added build support but disabled until CI machine can support running mstest. 2009-07-24 03:18:35 +00:00
markpollack
2df26716e3 More fixes upgrading to NUnit 2.5.x 2009-07-24 01:11:16 +00:00
lahma
0e7454f17c Fixed VS2005 project files 2009-07-23 22:25:54 +00:00
lahma
bb05bc85e6 Changed failing DotNetMock tests to use Rhino, one test needs checkup to get it out from ignore 2009-07-23 21:49:09 +00:00
eeichinger
b72a4eda8d cleanup
throw ArgumentException if no config location is passed into XmlApplicationContext 
always create DynamicMethod with "skipVisibility=true"
fixed bug introduced with the object definition's "scope" property when configuring prototypes in webapps
2009-07-22 23:42:01 +00:00
markpollack
31ef1727d6 SPRNET-1206 - Upgrade to NUnit 2.5 2009-07-22 20:27:38 +00:00
eeichinger
522d55ca2a fixed SPRNET-1231 2009-07-22 18:09:24 +00:00
markpollack
b3e76a021d SPRNET-1126 - XmlMessageConverter/TypeMapper usage should be able to embed fully qualified type name to enable type sharing between producer and subscriber 2009-07-22 06:51:33 +00:00
eeichinger
2931669848 excluded tests from net-1.0 build 2009-07-14 23:08:26 +00:00
eeichinger
f0cfda94b8 excluded tests from net-1.0 build 2009-07-14 23:04:59 +00:00
eeichinger
47762e3f0f upgraded to nunit 2.5.1 for running unit tests
integrated ncover for code coverage analysis
switched COM integration tests to explicit
2009-07-14 22:37:59 +00:00
eeichinger
ec75e5c13a upgraded to NUnitAspEx 2.0.3482.27831 - no nunit dependency anymore 2009-07-14 16:59:47 +00:00
erezmazor
ee682866bf Adding templating xsds to build file 2009-07-11 22:24:24 +00:00
erezmazor
c75ee59140 - Added custom namespace definition for (spring-template-1.2.xsd) the associated entry in NamespaceParserRegistry
- Added documentation for the spring template nvelocity implementation
2009-07-11 20:25:38 +00:00
eeichinger
60ecf0e05d fixed SPRNET-1225
fixed SPRNET-1224
2009-06-27 03:09:55 +00:00
eeichinger
ff3bb33a3a synced AbstractAdvisorAutoProxyCreator hierarchy w/ Spring/J
introduced new "Role" property in IObjectDefinition
prepared introducing InfrastructureAdvisorAutoProxyCreator
2009-06-25 20:06:10 +00:00
eeichinger
adb63f8e6d partial fix for SPRNET-1221 (avoid duplicate advice invocations for nested proxies) 2009-06-25 10:17:11 +00:00
eeichinger
26555e09a0 fixed Spring.Messaging.Tests 2009-06-25 10:14:39 +00:00
markpollack
6ee64f4776 exclude from mono build 2009-06-20 20:26:17 +00:00
markpollack
d4a1ea8194 fixes to build mono
clean up some extraneous TODO's
2009-06-20 01:36:54 +00:00
markpollack
4ae54fe77b SPRNET-1218 - Update to use Apache NMS 1.1 2009-06-16 20:02:46 +00:00
erezmazor
5ef2b47007 Added tests, corrected documentation and made some minor enhancements to the engine factory. 2009-06-06 19:33:57 +00:00
erezmazor
b52f540a62 Fixed build issues:
1. Changed default Spring.build target for Spring.Template.Velocity.Tests to test to prevent hiding of test failures in CC.net build
2. Added NVelocity.dll and resource embedding in build target Spring.Template.Velocity.Tests.build and changed default target to test
3. Removed tx xmlns from test VelocityEngineFactoryObjectTests.xml
2009-06-05 11:46:05 +00:00
erezmazor
1c3fb1b352 Fixed broken unit tests:
1. Changed incorrect reference to template object in VelocityEngineFactoryObjectTests.xml
2. Made VelocityEngineFactoryObjectTests.xml embedded resource
2009-06-05 07:31:11 +00:00
markpollack
b12e013584 TIBCO EMS development 2009-06-04 17:59:28 +00:00
markpollack
6d99ceff95 NVelocity configuration integration classes - thanks Erez Mazor and welcome to the project! 2009-06-04 03:48:24 +00:00
markpollack
f418aaa4d9 NVelocity configuration integration classes - thanks Erez Mazor and welcome to the project! 2009-06-04 01:34:53 +00:00
markpollack
9c0d6fe821 SPRNET-1213 - Provide ConfigSectionVariableSource support to read <applicationSettings> and <userSettings> elements 2009-05-28 00:51:56 +00:00
eeichinger
2a203a7f7c removed HttpContext deps
further Spring/J syncs (introduced INamespaceParserResolver (just internal yet))
fixed ParserContext.ContainingObjectDefinition handling
fixed SPRNET-1211
2009-05-25 03:07:01 +00:00
eeichinger
34fea21fdd fixed NamespaceParserRegistry.Reset() 2009-05-23 13:22:39 +00:00
markpollack
c466802526 SPRNET-1186 - DbParameters.GetValue returning DbParameter object instead of value 2009-05-21 22:39:17 +00:00
eeichinger
c356bc76a0 made Spring.NET partial trust ready 2009-05-19 04:09:27 +00:00
eeichinger
ab4fe93dfe fixed SPRNET-1204: added Server Component support 2009-05-13 18:17:11 +00:00
eeichinger
e4ecb38507 fixed SPRNET-1204: added Server Component support 2009-05-13 16:16:05 +00:00
eeichinger
ab9683d9c9 fixed SPRNET-1204: added Server Component support 2009-05-10 22:00:45 +00:00
eeichinger
fb0fb91c7d fixed SPRNET-1204 2009-05-10 15:44:08 +00:00
eeichinger
fe28e6d0ab fixed SPRNET-1208 2009-05-10 08:09:53 +00:00
eeichinger
ae6874ac0a added SimpleLoggingAdvice integration test 2009-05-10 07:33:49 +00:00
markpollack
c32eeb0727 Add interfaces for ConnectionFactory, Connection, Session, MessageConsumer, MessageProducer, and TopicSubscriber and EMS implementations
Add caching infrastructure
2009-05-03 04:55:39 +00:00
markpollack
27b6376f6b misc updates. 2009-04-21 05:51:47 +00:00
markpollack
ed120b2f52 Add support for Microsoft's testing framework 2009-04-21 05:36:10 +00:00