Commit Graph

143 Commits

Author SHA1 Message Date
markpollack
4e5a785273 Add SQLite 1.0.56 provider 2008-08-13 19:57:56 +00:00
markpollack
4fc027146c Added WCF documentation
misc updates.
2008-08-13 05:07:16 +00:00
markpollack
d7f9a3446a TIBCO EMS Integration - SPRNET-982
visualsvn didn't see some file...added them now.
2008-08-12 23:17:41 +00:00
markpollack
927f1ed209 TIBCO EMS Integration - SPRNET-982 2008-08-12 22:24:08 +00:00
markpollack
c321c0da5c add missing build files 2008-08-12 22:04:10 +00:00
markpollack
06e1dfdbe0 Sync to trunk implementations in Java (post 2.5.6 atm)
CachedMessageProducer initializes its deliveryMode, priority and timeToLive fields with the target's settings 
NmsResourceHolder remove all Connections and Sessions after closing 
CachingConnectionFactory rolls back cached transacted JMS Sessions on logical close if no commit/rollback was issued
CachingConnectionFactory explicitly closes cached JMS Sessions on Connection close
CachingConnectionFactory consistently rollback and physically close Sessions on close() 
CachingConnectionFactory also caches MessageConsumers (controlled through "cache…
CachedMessageProducers pass on "disableMessageID" and "disableMessageTimestamp" properties 
SingleConnectionFactory only calls "Connection.Stop()" on reset when the shared Connection has actually been started
2008-08-12 19:09:13 +00:00
markpollack
63aebbf99c build fixes. 2008-08-12 19:08:23 +00:00
markpollack
e5cdb1829d TIBCO EMS Integration - SPRNET-982 2008-08-12 04:18:53 +00:00
markpollack
21fe0a1919 Add reconnection logic to SimpleMessageListenerContainer.
Test for SimpleMessageListenerContainer's ExceptionListener being invoked (SPRNET-542)
2008-08-12 02:55:54 +00:00
markpollack
2e55bc71b4 Add reconnection logic to SimpleMessageListenerContainer.
Test for SimpleMessageListenerContainer's ExceptionListener being invoked (SPRNET-542)
2008-08-11 21:35:58 +00:00
markpollack
d6a5fd2524 Add reconnection logic to SimpleMessageListenerContainer.
Test for SimpleMessageListenerContainer's ExceptionListener being invoked (SPRNET-542)
2008-08-11 21:25:30 +00:00
markpollack
a79d4769dc Add reconnection logic to SimpleMessageListenerContainer.
Test for SimpleMessageListenerContainer's ExceptionListener being invoked (SPRNET-542)
2008-08-11 21:20:03 +00:00
markpollack
b867ebea34 nms quickstart example development 2008-08-08 21:58:30 +00:00
markpollack
5081df2032 start of nms quickstart docs
quartz doc cleanup
2008-08-08 20:10:24 +00:00
markpollack
e58917af3b nms quickstart example development 2008-08-08 20:09:50 +00:00
markpollack
ac8e34dc6a Updates to build file for mono - thanks James Fitzsimons
Included Spring.Scheduling.Quartz into the build process
Fix Spring.Messaging.Nms 2003 solution
2008-08-08 18:05:23 +00:00
markpollack
45a9d27989 Update quartz quickstart
Write docs for quartz quickstart
2008-08-08 18:04:47 +00:00
markpollack
a255b6665c Update quartz quickstart
Write docs for quartz quickstart
2008-08-08 18:03:00 +00:00
markpollack
36035798d9 Updates to build file for mono - thanks James Fitzsimons
Included Spring.Scheduling.Quartz into the build process
Fix Spring.Messaging.Nms 2003 solution
2008-08-08 16:17:20 +00:00
eeichinger
25eb3ddb83 fixed 2003 project file 2008-08-08 12:35:55 +00:00
lahma
e55de55cea Fixing build file for nightly builds (wrong directory for NMS XSD) 2008-08-08 11:16:36 +00:00
eeichinger
ac405c8dad fixed SPRNET-985 (UnsatisfiedNonSimpleProperties didn't take existing property values in ObjectDefinition into account)
added CollectionUtils.ToArray()
2008-08-08 09:11:37 +00:00
markpollack
5815f0618f SPRNET-994 - Null reference in SessionFactoryUtils.GetDbProvider
Side effect introduced fixing SPRNET-986.
Updated vs.net 2003 solution
Thanks to Roberto Paterlini and Marko Lahma
2008-08-07 20:34:46 +00:00
markpollack
40a806322d fix build... 2008-08-07 15:55:24 +00:00
markpollack
0f68eb8e07 fix typo 2008-08-07 13:29:24 +00:00
markpollack
f2410efaf6 completed messaging documentation. Minor improvements to NMS apis using delegates. 2008-08-07 05:16:34 +00:00
eeichinger
bc6029a8a7 updated latest antlr generated expression lexer & parser files 2008-08-06 00:17:42 +00:00
eeichinger
0063089921 reset ConfigurationSystem before each ContextRegistryTests test 2008-08-05 23:58:48 +00:00
bbaia
1716432233 Added InheritanceBasedAopConfigurer for true inheritance based AOP. [SPRNET-993] 2008-08-05 23:18:13 +00:00
markpollack
1d84a0024a make NMS example based of XML schema generated data types not not 'plain' C# objects for future demo with Java. 2008-08-05 22:20:46 +00:00
eeichinger
6eac2134bf fixed ContextRegistryTest missing HookableContextHandler for net-1.1 2008-08-05 20:31:32 +00:00
bbaia
8bc27628a5 ContextRegistry.GetContext(string name) should throw an exception if no context has been registered under that name. [SPRNET-991] 2008-08-05 19:33:16 +00:00
bbaia
b69f1331aa ContextRegistry.GetContext(string name) should throw an exception if no context has been registered under that name. [SPRNET-991] 2008-08-05 18:29:52 +00:00
bbaia
4fce21df8d Added DynamicCodeManager.Clear() method. Used by ContextRegistry.Clear(). 2008-08-05 17:14:26 +00:00
lahma
59d537b4ea Changed forgotten StartDelayed to use TimeSpan 2008-08-05 15:54:46 +00:00
lahma
03d93151a7 Quartz.NET RC 2 2008-08-05 15:31:08 +00:00
bbaia
56fb2cc5ce Remove IResourceLoaderAware.ResourceLoader getter from the interface. [SPRNET-990] 2008-08-05 14:01:47 +00:00
bbaia
e410a395e4 WebServiceExporter should generate WebServiceBinding attribute with WSI basic profile 1.1 by default. [SPRNET-869] 2008-08-05 14:01:19 +00:00
bbaia
38cab98326 Remove IApplicationContextAware.ApplicationContext getter from the interface. [SPRNET-782] 2008-08-05 14:00:48 +00:00
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
f12d845982 Updated VS2008 sln/csproj files (NET_3_0 symbol, target framework 2.0 by default). 2008-08-05 08:25:48 +00:00
bbaia
7341a69396 Removed WebServiceProxyFactory.ClientProtocolType property (obsolete) [SPRNET-811] 2008-08-05 08:19:48 +00:00
markpollack
44f216bac3 Add initial NMS QuickStart application.
Minor bug fix in NMS listener
'VisualSVN' add-in updated files excludes on Spring Core, Aop, Data.
2008-08-05 07:58:27 +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
bbaia
d3d15f0a53 WCF integration update (Added Oran Dennison's approach) [SPRNET-317] 2008-08-05 00:22:59 +00:00
markpollack
3c2e420a70 Changed back to specific class names for each messaging provider's implementation 2008-08-04 22:08:25 +00:00
bbaia
f6199ccd2d Removed old Spring.Services.WindowsService files 2008-08-04 21:09:15 +00:00
markpollack
ec5b3278f7 changes for 1.2 M1 release packaging. 2008-08-04 20:14:18 +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