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
* 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
* 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
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
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
* 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
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