This closes #380
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8d275de1 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8d275de1 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8d275de1 Branch: refs/heads/refactor-openwire Commit: 8d275de12d20ca48c37bd65633a2a39c5aef5682 Parents: 17f5c9a 32a9d60 Author: Clebert Suconic <[email protected]> Authored: Mon Feb 8 11:23:38 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Feb 8 11:23:38 2016 -0500 ---------------------------------------------------------------------- .../config/ActiveMQDefaultConfiguration.java | 9 +++++- artemis-jdbc-store/pom.xml | 1 + .../activemq/artemis/jdbc/store/JDBCUtils.java | 30 +++++++------------- .../jdbc/store/journal/JDBCJournalImpl.java | 20 +++++++++---- .../storage/DatabaseStorageConfiguration.java | 9 ++++++ .../deployers/impl/FileConfigurationParser.java | 1 + .../impl/journal/JDBCJournalStorageManager.java | 4 +-- .../resources/schema/artemis-configuration.xsd | 7 +++++ .../artemis/tests/util/ActiveMQTestBase.java | 1 + .../test/resources/database-store-config.xml | 1 + docs/user-manual/en/persistence.md | 6 ++++ pom.xml | 1 + .../jdbc/store/journal/JDBCJournalTest.java | 7 ++--- 13 files changed, 66 insertions(+), 31 deletions(-) ----------------------------------------------------------------------
