Commit Graph

99 Commits

Author SHA1 Message Date
Mark Fisher
7c5603fe83 INT-2092 update schema imports to use 2.1 version 2011-08-31 05:26:02 -04:00
Gary Russell
82f1cbc715 INT-1884 Fix Intermittent Test Failure
The test is verifying at least one more poll is executed after capturing
the initial poll count. However we only did one receive and relying on
luck that another poll happened in the interim. Changed to do 2 receives.
2011-08-13 13:45:03 -04:00
Gary Russell
56cefae41d INT-2040 Broken JMX Test
The change to a long return value for MessageCount broke a JMX test
(expected Integer got Long)
2011-08-13 11:04:54 -04:00
Oleg Zhurakousky
935cd01d07 INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files 2011-08-08 23:34:12 -04:00
Mark Fisher
3e71b5a83b INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly 2011-08-05 11:07:20 -04:00
Mark Fisher
0b8a8a15c1 simplified exception message 2011-05-06 12:32:39 -04:00
Dave Syer
225f4a3b84 INT-1806: fix duplicate MBeans 2011-05-04 17:54:58 +01:00
Dave Syer
2150b9b806 INT-1789: fix test for Java 5 (duh) 2011-05-03 17:28:53 +01:00
Dave Syer
fdc5862e44 INT-1789: clarify docs in XSD 2011-05-03 17:11:16 +01:00
Dave Syer
41a8307266 INT-1789: Added 'managed-components' attribute to mbean-export 2011-05-03 17:06:06 +01:00
Oleg Zhurakousky
ea469ca887 INT-1817 polishing 2011-05-03 10:22:09 -04:00
Oleg Zhurakousky
3956193bea INT-1817 changed attribute value from 'object-name-static-properties-ref' to 'object-name-static-properties' 2011-05-03 10:16:33 -04:00
Dave Syer
3441971540 INT-1806: added ManagedEndpoint for endpoints that are not message sources or message handlers 2011-05-03 10:04:15 +01:00
Dave Syer
9ae8180bcf INT-1830: add tests and workaround for MBeanExporters triggering eager loading 2011-03-10 16:09:01 +00:00
Oleg Zhurakousky
f82c40fd3a INT-1816 chahnged NotificationPublishingMessageHandler to select the IntegrationMBeanExporter over MBeanExporter if available 2011-03-10 10:28:08 -05:00
Oleg Zhurakousky
de8ff948e7 INT-1816 chahnged NotificationPublishingMessageHandler to select the first available MBeanExporter instance 2011-03-10 10:02:35 -05:00
Oleg Zhurakousky
8b53fa1fc7 INT-1817 added namespace support for object-name-static-properties for IntegrationMBeanExporter 2011-03-09 17:13:13 -05:00
Oleg Zhurakousky
3f06998118 INT-1816 fixed the test to make sure that new MBean server instance is used for different tests, since it was cousing conflicts between the tests 2011-03-09 14:37:54 -05:00
Oleg Zhurakousky
1b3e7ce6e9 INT-1816 added support for multiple non-conflicting mbean exporters 2011-03-09 12:49:04 -05:00
Dave Syer
90946841b4 INT-1820: fix handler metrics 2011-02-28 14:33:13 +00:00
Mark Fisher
9a6d20d5b3 polishing 2010-12-16 16:19:52 -05:00
Dave Syer
ed63431977 INT-1675: add ignored test 2010-12-12 12:13:38 +00:00
Dave Syer
b528abcf68 INT-1675: work a bit harder to expose existing handlers if they are @ManagedResources 2010-12-11 08:49:09 +00:00
Dave Syer
e23e478e9e INT-1675: force initialization of other MBeanExporter instances before the integration monitor components are created 2010-12-11 08:49:08 +00:00
Dave Syer
c293edc7fa INT-1675: add illegal bean id check for clash with core mbean exporter 2010-12-11 08:49:07 +00:00
Mark Fisher
b3547433fb polishing 2010-11-18 23:19:01 -05:00
Mark Fisher
f3e854b10c INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method. 2010-11-18 00:03:58 -05:00
Oleg Zhurakousky
67b26da0e0 polishing removed @Overides as well as fixed warnings in JMS and JMX 2010-11-16 16:11:19 -05:00
Mark Fisher
2b849f6747 removed SimpleMessageMapper, AttributePollingMessageSource now extends AbstractMessageSource 2010-11-12 18:00:49 -05:00
Dave Syer
e617de54c8 INT-1420: add units to metric descriptions 2010-11-12 09:27:13 +00:00
Dave Syer
4b4a6fdb94 Tweak test to defeat slow CI again 2010-11-10 09:26:34 +00:00
Dave Syer
941b1127d1 INT-1561: add counters to message stores 2010-11-10 09:26:34 +00:00
Oleg Zhurakousky
1278666ed7 INT-1596, fixed the broken links as well as all warnings 2010-11-09 12:17:45 -05:00
Dave Syer
b9dbb20982 INT-1497: remove object name map in JMX 2010-11-09 11:14:30 +00:00
Dave Syer
bd1373ecff INT-1464: Check priority channel registration 2010-11-09 10:44:16 +00:00
Dave Syer
14cb9c8687 Change tolerance in test to defeat slow CI build 2010-11-09 09:19:35 +00:00
Mark Fisher
1e9c3c6a8d INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) 2010-10-28 15:32:20 -04:00
Dave Syer
26bd68f867 Fix compilation error 2010-10-25 11:11:05 -07:00
Dave Syer
473b8fa96d INT-1507: remove control bus from JMX XSD 2010-10-25 10:58:20 -07:00
Dave Syer
f51a9a10d7 INT-1537: add another integration test 2010-10-22 15:32:45 -05:00
Iwein Fuld
064b86b29c QUALITY: moved ControlBus to avoid cyclic dependency 2010-10-21 18:08:20 +02:00
Mark Fisher
b265312903 INT-1494 switched order of poller and inner bean (need to determine how to make XSD more flexible) 2010-10-17 12:24:07 -04:00
Mark Fisher
d0426d2147 INT-1489 removed SimpleMessageProducingHandlerMetrics 2010-10-15 16:22:41 -04:00
Dave Syer
4a8984bc0a remove System.err reference 2010-10-13 08:41:49 -07:00
Dave Syer
f69a178c1f JMX: remove duplicate annotations 2010-10-13 08:17:29 -07:00
Dave Syer
b4d9366dfb INT-1508: add reset() 2010-10-12 15:18:29 -07:00
Dave Syer
7cfd0f4a55 INT-1503: *Monitor->*Metrics 2010-10-08 08:16:16 -07:00
Dave Syer
517aad3d69 INT-1503: *Monitor->*Metrics 2010-10-08 06:28:12 -07:00
Dave Syer
48c1c6b98a Fix Java 6/5 incompatiblity in test 2010-10-07 18:53:40 -07:00
Dave Syer
3ddc163217 INT-1502: implement doStop() 2010-10-07 16:49:19 -07:00