markpollack
7c17eb3e34
fix build event.
2008-08-15 05:27:39 +00:00
markpollack
acf0312b22
remove old interfac21 reference!!!
2008-08-15 05:12:30 +00:00
markpollack
a8c4021dd2
misc build fixes.
2008-08-15 04:36:32 +00:00
markpollack
32820cf60e
fix 2003 sln
...
fix daily build for .net 3.0
2008-08-15 02:44:12 +00:00
markpollack
2dc766d533
fix 2003 sln
2008-08-15 02:41:12 +00:00
markpollack
10f1029ca2
Add BreakingChanges-1.2.txt
...
Updates of readme/changelog for release.
2008-08-15 02:12:53 +00:00
markpollack
712f4dd5a9
misc updates, fix 2008 solution.
2008-08-15 02:11:44 +00:00
markpollack
955d2ad44a
misc updates to examples.
2008-08-15 02:10:57 +00:00
markpollack
9f4849f780
misc doc improvements
2008-08-15 02:10:25 +00:00
markpollack
9fac2a99e7
new installaware files for 1.2 build
2008-08-15 02:09:58 +00:00
markpollack
7d53f56124
add EMS solution
2008-08-14 21:16:50 +00:00
markpollack
875fedd45b
misc cleanup
2008-08-14 21:16:20 +00:00
markpollack
9660f57d16
add logging statement.
2008-08-14 21:15:37 +00:00
markpollack
0c68ebef38
Added MSMQ gateway base class.
2008-08-14 21:15:03 +00:00
markpollack
4ffe186c2c
Add MSMQ QuickStart
2008-08-14 21:14:24 +00:00
markpollack
cfe561fe0c
Add MSMQ QuickStart
2008-08-14 21:11:40 +00:00
markpollack
5e37960fa2
SPRNET-1002 - Object name generation when no name specified produces duplicate names
2008-08-14 18:19:30 +00:00
markpollack
09065f9979
SPRNET-1002 - Object name generation when no name specified produces duplicate names
2008-08-14 16:26:35 +00:00
markpollack
13f434fbcf
update schema to include pubsub-domain attribute.
2008-08-14 15:54:25 +00:00
markpollack
4141fb0cab
SPRNET-1002 - Object name generation when no name specified produces duplicate names
2008-08-14 15:21:22 +00:00
markpollack
6f06732d37
remove unused dir
2008-08-14 14:17:33 +00:00
markpollack
f595ed95c7
add CachingConnectionFactory to docs.
...
add wcf quickstart
2008-08-14 08:54:49 +00:00
markpollack
299f8014d3
misc updates to wcf quickstart
2008-08-14 08:10:27 +00:00
markpollack
66b1750bc2
misc updates to NMS quickstart
2008-08-14 08:09:32 +00:00
markpollack
2e9f948ffd
finish nms quickstart docs
...
add minimal wcf quickstart docs
2008-08-14 08:09:02 +00:00
markpollack
3f5d910936
add ref to System.ServiceModel.
2008-08-14 07:57:52 +00:00
markpollack
51232d1398
Fix autowiring test data.
2008-08-14 07:57:19 +00:00
markpollack
45eb16c6b2
misc updates for quick start application
2008-08-14 07:09:03 +00:00
markpollack
6e5a741be5
Fix autowiring test data.
2008-08-14 05:08:14 +00:00
markpollack
cd7ee2a268
update Apache NMS libraries to svn revision 685750
2008-08-14 04:08:18 +00:00
markpollack
e7cd2b530d
update Apache NMS libraries to svn revision 685750
2008-08-14 04:07:21 +00:00
markpollack
e806f50ad9
update Apache NMS libraries to svn revision 685750
2008-08-14 04:06:37 +00:00
markpollack
6e72dc997b
Add queue browsing functionality to TIBCO EmsTemplate
2008-08-14 00:41:21 +00:00
markpollack
4018ddf263
SPRNET-999 - Add DefaultDbProvider property to MultiDelegatingDbProvider.
2008-08-13 21:51:03 +00:00
markpollack
d2fa8e510d
SPRNET-970 - TypeConversionUtils should not throw TypeMismatchException on null value for System.Nullable
2008-08-13 21:49:31 +00:00
markpollack
5722a6515f
fix build Add .NET 3.0 framework to the build.
...
Spring.Services.ServiceModel compiles under .NET 3.0 (i.e. no .NET 3.5 language features used anymore)
2008-08-13 21:28:10 +00:00
markpollack
7ebe06f69b
Add .NET 3.0 framework to the build.
...
Spring.Services.ServiceModel compiles under .NET 3.0 (i.e. no .NET 3.5 language features used anymore)
2008-08-13 20:11:46 +00:00
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