This closes #839
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/596f355b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/596f355b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/596f355b Branch: refs/heads/ARTEMIS-780 Commit: 596f355b2038c04a510390e11e1973c2f880a116 Parents: c65e8d4 128a505 Author: Clebert Suconic <[email protected]> Authored: Wed Oct 19 16:52:43 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Wed Oct 19 16:52:43 2016 -0400 ---------------------------------------------------------------------- .../activemq/artemis/jdbc/store/JDBCUtils.java | 18 +++ .../artemis/osgi/DataSourceTracker.java | 79 +++++++++++++ .../activemq/artemis/osgi/OsgiBroker.java | 116 +++++++++++++------ .../activemq/artemis/osgi/ProtocolTracker.java | 4 +- .../artemis/osgi/ProtocolTrackerCallBack.java | 28 ----- .../artemis/osgi/ServerTrackerCallBack.java | 31 +++++ .../artemis/osgi/ProtocolTrackerTest.java | 2 +- .../storage/FileStorageConfiguration.java | 2 +- 8 files changed, 215 insertions(+), 65 deletions(-) ----------------------------------------------------------------------
