Gunnar Hillert
cd2b33438e
Update Router Documentation
...
* Fixed formatting issues
* Updated documentation with latest Router refactoring changes
* Rephrased several paragraphs regarding XPath Router for increased clarity
2011-10-15 14:10:22 -04:00
Mark Fisher
619356c986
Merge pull request #124 from dturanski/INT-2177
...
Added python support and related refactoring
Improved exception handling. Made ScriptExecutorFactory abstract
2011-10-15 14:00:43 -04:00
David Turanski
eebb51f38a
INT-2177. Improved exception handling. Made ScriptExecutorFactory abstract
2011-10-15 13:59:43 -04:00
David Turanski
a0e7b3cd78
INT-2177 - Added python support and related refactoring
2011-10-15 13:59:43 -04:00
Mark Fisher
1d80d34225
Merge pull request #128 from garyrussell/INT-2183
...
Fix Multicast Regression Issue
2011-10-15 13:55:57 -04:00
Gary Russell
9f302172c6
INT-2183 Fix Multicast Regression Issue
...
Multicast tests are @Ignored because multicast has specific
requirements on the build machine. A regression issue was
introduced by INT-2050.
2011-10-15 13:53:53 -04:00
Mark Fisher
0c15ee1516
Merge pull request #127 from garyrussell/INT-1770
...
Support Client Mode For TCP Endpoints
2011-10-15 13:52:26 -04:00
Gary Russell
a7bda6bbb2
INT-1770 Support Client Mode For TCP Endpoints
...
Add client mode for inbound endpoints, and for the
outbound adapter.
INT-1770 Allow Inbound Adapter to Open Connection
Normally, inbound adapters use server sockets and wait for incoming
connection. There are use cases where the adapter should establish
the connection and wait for inbound messages.
INT-1770 Open Connection on Start
Allow configuration of outbound adapter to permit
connection establishment when the adapter is started
rather than when the first message arrives.
INT-1770 Allow Inbound Gateway to Open Connection
Normally, inbound gateways listen for connections. There are
use cases where an inbound gateway might open the connection
and then wait for incoming requests.
INT-1770 Parsers
Update parsers and tests to support attributes for setting
endpoints in client-mode.
INT-1770 Docs
Update reference with client-mode information.
INT-1770 Add Control Bus for Client Mode
Enable control bus commands to check status and to attempt
connection establishment.
2011-10-14 18:10:06 -04:00
Mark Fisher
a8e752e486
Merge pull request #122 from garyrussell/INT-2179
...
Fix NPE If Connection Id Header Missing
2011-10-13 17:16:34 -04:00
Gary Russell
1cb7990f6c
INT-2179 Fix NPE If Connection Id Header Missing
...
ip_connection_id header is used to determine to which socket
a message should be written. If this header is missing, we
can't send the message and we log an error. Previously, an
NPE was thrown.
This applies to inbound gateway replies and asynchronous
outbound server messages.
2011-10-13 17:08:10 -04:00
Mark Fisher
ad0ccf5dff
Update version to 2.1.0.BUILD-SNAPSHOT
2011-10-12 15:47:10 -04:00
Mark Fisher
b0793cb3bd
Release version 2.1.0.M2
2011-10-12 15:34:49 -04:00
Mark Fisher
5fc283d4cc
prepping for m2 release
2011-10-12 15:08:03 -04:00
Mark Fisher
d666e664cc
Merge pull request #121 from markfisher/INT-2157
...
uncommented schema version check
2011-10-12 13:25:22 -04:00
Mark Fisher
f0045d5d85
uncommented schema version check
2011-10-12 13:21:56 -04:00
Mark Fisher
b0c25bfe4a
Merge pull request #111 from markfisher/INT-1878
...
* INT-1878:
initial implementation of AMQP channels
2011-10-12 13:06:44 -04:00
Mark Fisher
18f9fe6810
initial implementation of AMQP channels
2011-10-12 13:06:09 -04:00
Mark Fisher
d373f90bd7
Merge pull request #118 from markfisher/INT-2171
...
using content-* props from the converter
2011-10-12 10:47:31 -04:00
Mark Fisher
32ae298845
using content-* props from the converter
...
StringUtils.hasText instead of null check
2011-10-12 10:46:48 -04:00
Mark Fisher
efdce112f8
versionless schemas for jdbc module
2011-10-12 09:51:11 -04:00
Mark Fisher
2502c4bb61
Merge pull request #112 from ghillert/INT-1803
...
Initial draft of the stored proc. adapters
Code Review Fixes:
* AbstractReplyProducingMessageHandler - throw MessageHandlingException instead of MessagingException
* In Parser classes reduce validation logic, where the the Xml Schema already enforces it
* Better null handling in class ProcedureParameter + more unit tests
* Refactored the functionality around sqlParameterSourceFactory and usePayloadAsParameterSource
* Fixed some spelling errors
2011-10-12 09:01:16 -04:00
Gunnar Hillert
c302f96f6d
Fixed some spelling errors
2011-10-12 08:59:48 -04:00
Gunnar Hillert
4508212d40
Code Review Fixes
...
* AbstractReplyProducingMessageHandler - throw MessageHandlingException instead of MessagingException
* In Parser classes reduce validation logic, where the the Xml Schema already enforces it
* Better null handling in class ProcedureParameter + more unit tests
2011-10-12 08:59:48 -04:00
Gunnar Hillert
a25cb2fcda
Refactored the functionality around sqlParameterSourceFactory and usePayloadAsParameterSource
2011-10-12 08:59:48 -04:00
Gunnar Hillert
b018ea84c8
Initial draft of the stored proc. adapters
...
The following 3 components are provided:
* stored-proc-outbound-channel-adapter
* stored-proc-outbound-gateway
* stored-proc-inbound-channel-adapter
2011-10-12 08:59:48 -04:00
Mark Fisher
3e1b0596bb
Merge pull request #119 from markfisher/INT-1868
...
fallback if proxy does not support Queue* types
2011-10-10 16:51:18 -04:00
Mark Fisher
0a7426287f
fallback if proxy does not support Queue* types
2011-10-10 16:39:11 -04:00
Mark Fisher
60e302dd4f
Merge pull request #117 from markfisher/INT-2170
...
add setMessageConverter to inbound gateway
2011-10-10 15:55:18 -04:00
Mark Fisher
e99fe7ee13
asserting not null
2011-10-10 15:53:23 -04:00
Mark Fisher
4137684892
add setMessageConverter to inbound gateway
2011-10-10 15:47:39 -04:00
Mark Fisher
44e0ef6582
INT-2157 updated error message, still commented
2011-10-10 14:56:45 -04:00
Mark Fisher
485de253b3
versionless schemas for gemfire module
2011-10-10 14:43:58 -04:00
Mark Fisher
e86cbff7dc
versionless schemas for xmpp module
2011-10-10 14:10:53 -04:00
Mark Fisher
2a33aaee5f
versionless schemas for xml module
2011-10-10 14:02:52 -04:00
Mark Fisher
9e778035aa
versionless schemas for test and twitter modules
2011-10-10 13:56:40 -04:00
Mark Fisher
7d4e817f0c
versionless schemas for sftp module
2011-10-10 13:49:42 -04:00
Mark Fisher
423c6c860d
versionless schemas for security module
2011-10-10 13:43:09 -04:00
Mark Fisher
10a0dd9278
versionless schemas for scripting module
2011-10-10 13:39:37 -04:00
Mark Fisher
598a1afe79
versionless schemas for mongo and redis modules
2011-10-10 13:34:39 -04:00
Mark Fisher
2dfbc8f355
versionless schemas for mail module
2011-10-10 13:30:50 -04:00
Mark Fisher
23c566898b
versionless schemas for jmx module
2011-10-10 13:21:04 -04:00
Mark Fisher
4a9d09dfed
versionless schemas for jms module
2011-10-10 13:02:34 -04:00
Mark Fisher
e09a5da3ec
versionless schemas for http and ip modules
2011-10-10 12:49:30 -04:00
Mark Fisher
6e2f5064e8
Merge pull request #115 from olegz/INT-2135-mongo-patch
...
fixed NPE in MongoDbMessageStore
removed XSD versions from Gemfire test configs
2011-10-10 12:39:42 -04:00
Oleg Zhurakousky
a386a1c3c5
INT-2135-mongo-patch fixed NPE in MongoDbMessageStore
...
also, removed XSD versions from Gemfire test configs
2011-10-10 12:38:47 -04:00
Mark Fisher
8bee66816c
versionless schemas for groovy module
2011-10-10 12:36:07 -04:00
Mark Fisher
4e47e27e12
versionless schemas for ftp module
2011-10-10 12:29:51 -04:00
Mark Fisher
fd1781b095
Merge pull request #113 from olegz/INT-2169
...
* INT-2169:
added delegate setters to DefaultSftpSessionFactory for the remaining properties of com.jcraft.jsch.Session
2011-10-10 12:05:51 -04:00
Oleg Zhurakousky
d5e8023a03
added delegate setters to DefaultSftpSessionFactory for the remaining properties of com.jcraft.jsch.Session
2011-10-10 12:04:26 -04:00
Oleg Zhurakousky
41ac8ac38c
INT-2135-gemfire-patch patched up build.gradle to fix Gemfire issue
2011-10-10 12:02:35 -04:00