summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-5771: ensure the closed event is passed to the listener even if closing ↵Robert Gemmell2014-05-221-4/+9
| | | | | | the endpoint input throws something, ensure the connection is unregistered from the connection registry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596894 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5779: [Java Broker] JMX plugin Remove debug logging from socket factoriesKeith Wall2014-05-222-51/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596797 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5779: Workaround sporadic test failure.Keith Wall2014-05-213-8/+6
| | | | | | It seems sometimes the JMX Plugin's RMI sockets are closed (by the RMI TCP Accept thread) *after* the Broker has stopped. I can't find a way to avoid this issue. Work around by awaiting the ports to become free within the test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596702 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5779: Add more logging to help understand sporadic test failure.Keith Wall2014-05-213-3/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the ↵Keith Wall2014-05-214-11/+14
| | | | | | SO_REUSEADDR socket option - defect fix - set socket option *before* port is bound git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596631 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add a file recording the tests using spawned brokersRobert Gemmell2014-05-211-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596600 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5774: remove client plugins dirRobert Gemmell2014-05-212-42/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596598 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5774: remove dependency stubs used for the old pom generation the Ant ↵Robert Gemmell2014-05-2136-865/+0
| | | | | | build did git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596597 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5774: remove test profile files, custom Ant tasks, resources files ↵Robert Gemmell2014-05-2145-2458/+0
| | | | | | specific to the ant build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596596 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5774: first main swipe, remove the Ant builds main build.xml and ↵Robert Gemmell2014-05-2149-4234/+0
| | | | | | associated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596595 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the ↵Keith Wall2014-05-214-22/+101
| | | | | | | | | SO_REUSEADDR socket option * Plugin now passes correctly configured ServerSocketFactory to JMX for both the registry and connector servers. * Manually retested SSL connections to JMX. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596579 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-216-19/+158
| | | | | | | | | | * Add state transition tests for BDBHA virtualhostnode / virtualhost * Prevent the BDBVHN activating the VH (this is now a responsibility of attain desired state) * BDBHARemoteReplicationNode use state UNAVAILABLE in the case where the remote node is not MASTER or REPLICA. Work by Andrew MacBean <andymacbean@gmail.com> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596536 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5777: delete stale 'doc' directoryRobert Gemmell2014-05-2115-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596522 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-2015-144/+197
| | | | | | | | | * Changes in virtualhost state are now persisted to store. * VirtualHostState eliminated. The PASSIVE state used when a BDB HA Virtualhost is in replica is replaced by UNAVAILABLE. Work by me and Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596281 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: On BDB HA virtual host node deletion invoke ↵Alex Rudyy2014-05-206-9/+245
| | | | | | ReplicationGroupAdmin#removeMember to remove node from the group git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596273 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker] Add extra assertions to PortRestTest to help ↵Keith Wall2014-05-201-3/+12
| | | | | | investigate sporadic test failure on some CI environments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596269 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5762: log a warning but allow the model processing to continue when ↵Robert Gemmell2014-05-201-6/+16
| | | | | | there are unsatisfied dependencies, enabling startup if the associated pluggable services are not being used git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596214 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Make java-mms test profile ignore ↵Keith Wall2014-05-161-0/+2
| | | | | | org.apache.qpid.server.store.berkeleydb.replication/upgrader sub-packages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1595227 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: Improve virtual host node and virtual host UIAlex Rudyy2014-05-164-22/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1595188 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-169-80/+31
| | | | | | Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1595155 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-1510-177/+551
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594963 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker] Make virtualhostnode respect states ACTIVE and STOPPEDKeith Wall2014-05-155-7/+213
| | | | | | | | | | * Added test to ensure that the VHN can transit between ACTIVE <=> STOPPED * Fixed defect whereby the VHN could not be recovered in the STOPPED state. Added test case. * Fixed defct whereby on stopping a VHN, the DurableConfigurationStore would be left open. Work by me and Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594903 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: BDB HA's remote replication nodes were using wrong value for ↵Keith Wall2014-05-142-4/+28
| | | | | | lastKnownReplicationId property git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594509 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5744: Add support for REST URIs containing the major version in ↵Alex Rudyy2014-05-131-0/+1
| | | | | | addition to latest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594260 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-1320-280/+979
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594221 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5764: update note to reflect the trunk maven build no longer requiring ↵Robert Gemmell2014-05-131-4/+2
| | | | | | flag to enable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5764: add note detaling the move to the maven build for future ↵Robert Gemmell2014-05-131-0/+19
| | | | | | releases, to be merged to 0.28 branch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1594176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5761: Fix BDBHAVirtualHostNodeRestTest test failure caused by premature ↵Alex Rudyy2014-05-121-3/+3
| | | | | | | | call to virtual host rest service before opening of virtual host Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593930 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-099-72/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593576 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5759 : [Java Broker] add annotation validationRobert Godfrey2014-05-093-0/+435
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-0911-282/+241
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593538 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5754 : [Java Broker] Make state change operations methods rather than ↵Robert Godfrey2014-05-08108-1352/+1520
| | | | | | calls to setDesiredState git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593264 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-088-18/+49
| | | | | | | Display user friendly values for BDB HA VHN priority and quorum override Fix tree view git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593252 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5752: qpid-java-build POM special char removalRobert Gemmell2014-05-081-1/+1
| | | | | | Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593216 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: Add BDB HA Virtual host node editing UIAlex Rudyy2014-05-074-2/+348
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592976 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: Add virtual host node UI to view the details about existing ↵Alex Rudyy2014-05-0723-34/+998
| | | | | | virtual host nodes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592951 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5726: add libs property to fix the release-mvn targetRobert Gemmell2014-05-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592471 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5744: Fix REST URL in 'Add Exchange UI' of web management consoleAlex Rudyy2014-05-052-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592470 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: change to using the qpid-parent 1.0 release pomRobert Gemmell2014-05-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592047 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5746 : [Java Broker] Split attribute annotations into separate ↵Robert Godfrey2014-05-02115-557/+765
| | | | | | annotations for derived and automated, and allow derived attributes to be persisted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592030 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5744: Change web management console to call management REST API under ↵Alex Rudyy2014-05-0247-560/+231
| | | | | | /api/latest and auxiliary REST services under /service. Fix broken UI. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591949 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5744: Move management REST API under /api/latest and auxiliary REST ↵Alex Rudyy2014-05-0238-457/+444
| | | | | | services under /service git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591948 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Restart replicated environment several times before giving up. ↵Alex Rudyy2014-05-022-10/+33
| | | | | | This is due to a race condition on receiving DEATCHED event for a restarting environment causing EnvironmentFailureException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591875 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Fix sporadically faling BDB HA testsAlex Rudyy2014-05-011-20/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5739: update Hello example config to correctly specify clientid, and ↵Robert Gemmell2014-05-011-2/+2
| | | | | | show how to control the AMQP open frame hostname git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5673 : Allow for closing of a connection that has not yet been openedRobert Godfrey2014-05-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591649 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-302-23/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591366 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-3013-89/+1295
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591281 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: fix scope on dependencyRobert Gemmell2014-04-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591247 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] Use annotation to allow registration of all ↵Robert Godfrey2014-04-3098-2047/+1225
| | | | | | ConfiguredObject types at startup. Use this meta data for REST servlets. Remove unnecessary pluggable factory interfaces git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591170 13f79535-47bb-0310-9956-ffa450edef68