Commit Graph

9623 Commits

Author SHA1 Message Date
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
Mark Fisher
3b7cdf019e versionless schemas for file module 2011-10-10 11:57:03 -04:00
Mark Fisher
a73acf8ce8 Merge first round of versionless XSDs
* INT-2157:
  ignoring schema verification until done
  removed xsd versions in feed module
  removed xsd versions in event module
  removed xsd versions in amqp module
  removed explicit versions from all xml files
  Added schema version check, test failures occur
2011-10-10 11:34:03 -04:00
Mark Fisher
bfc3592b88 ignoring schema verification until done 2011-10-10 10:56:40 -04:00
Mark Fisher
260116349c removed xsd versions in feed module 2011-10-10 10:56:40 -04:00
Mark Fisher
6ba83c0f8f removed xsd versions in event module 2011-10-10 10:56:40 -04:00
Mark Fisher
3c40303a3d removed xsd versions in amqp module 2011-10-10 10:56:40 -04:00
Mark Fisher
1e08ce8e00 removed explicit versions from all xml files 2011-10-10 10:56:39 -04:00
Mark Fisher
f79b8d7d58 Added schema version check, test failures occur 2011-10-10 10:56:39 -04:00
Mark Fisher
fb1b1b7d7f Merge pull request #114 from olegz/INT-2135-gemfire-patch
Fixed failing Gemfire tests
  Commented one test with @Ignore (temporarily) since it uses namespace-based configuration where ignoreJta attribute is not exposed, changing configuration to a <bean> style would defeat the purpose of the test
2011-10-10 10:19:56 -04:00
Oleg Zhurakousky
c5a336bbe1 INT-2135-gemfire-patch fixed failing Gemfire tests due to Gemfire bug
I also commented one test with @Ignore (temporarily) since it uses namespace-based configuration where ignorJta attribute is not exposed, changing configuration to a <bean> style woudl defeat the purpose of the test
2011-10-10 09:22:06 -04:00
Mark Fisher
c8710c0021 Merging INT-2152 into master 2011-10-07 16:01:35 -04:00
Mark Fisher
57b1b1c600 polishing 2011-10-07 15:59:23 -04:00
Oleg Zhurakousky
97d5009722 INT-2135 fixed broken build
upgraded to use spring-gemfire M3 which also brings Gemfire 6.6 Release
2011-10-07 15:43:09 -04:00
Oleg Zhurakousky
946b9e2b82 INT-2152
parent issue for INT-2134, INT-2135, INT-2142, INT-2155, INT-2158
2011-10-07 12:48:20 -04:00
Mark Fisher
86e59c8d3f Merge pull request #62 from olegz/INT-2031
* INT-2031, INT-2122:
  Added support to fall back on FIFO semantics to the PriorityChannel
  Will fallback if the default priority-header comparator has a tie
  Will also fallback if a custom Comparator has a tie
  Changed type of PRIORITY header to be Long instead of Integer
2011-10-06 09:02:33 -04:00
Oleg Zhurakousky
2930ad0065 INT-2031, INT-2112 Added support to fall back on FIFO semantics to the PriorityChannel if PRIORITY header is not provided, changed type of PRIORITY header to be Long instead of Integer
INT-2031, INT-2112 fixed one more broken test

INT-2031 changed the priority type back to Integer

INT-2031 added SequenceFallbackComparator

INT-2031 changed the name of the comparator from delegatingComparator to targetComparator
2011-10-06 08:59:07 -04:00
Mark Fisher
90061778a4 Merge pull request #109 from garyrussell/INT-2168
Reinstate Port in Tcp Connection Id
2011-10-06 07:34:58 -04:00
Gary Russell
7ff2861168 INT-2168 Reinstate Port in Tcp Connection Id
Port was always zero; broken by INT-1822.
2011-10-05 17:41:15 -04:00
Mark Fisher
5bec13ebd2 Merge pull request #80 from markfisher/INT-2124
add support for 'converter' on <xpath-router>
2011-10-04 15:55:05 -04:00
Mark Fisher
c9a34f5d7b add support for 'converter' on <xpath-router>
also improved the xsd doc and the reference manual
2011-10-04 15:35:43 -04:00