Repository: activemq Updated Branches: refs/heads/trunk 8188f7f88 -> 82fb18d0d
Allow to access server log Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/82fb18d0 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/82fb18d0 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/82fb18d0 Branch: refs/heads/trunk Commit: 82fb18d0d11bfaaa3c98da02e5e5f6fb43886560 Parents: 8188f7f Author: Claus Ibsen <[email protected]> Authored: Fri Mar 7 16:03:30 2014 +0100 Committer: Claus Ibsen <[email protected]> Committed: Fri Mar 7 16:03:30 2014 +0100 ---------------------------------------------------------------------- assembly/src/main/descriptors/common-bin.xml | 1 + assembly/src/release/conf/activemq.xml | 6 ++++++ 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/82fb18d0/assembly/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml index 67c293a..3aa8960 100644 --- a/assembly/src/main/descriptors/common-bin.xml +++ b/assembly/src/main/descriptors/common-bin.xml @@ -138,6 +138,7 @@ <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include> <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include> <include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include> + <include>org.ops4j.pax.url:pax-url-aether</include> <include>${pom.groupId}:activemq-web</include> <include>org.fusesource.hawtbuf:hawtbuf</include> <include>org.fusesource.insight:insight-log-core</include> http://git-wip-us.apache.org/repos/asf/activemq/blob/82fb18d0/assembly/src/release/conf/activemq.xml ---------------------------------------------------------------------- diff --git a/assembly/src/release/conf/activemq.xml b/assembly/src/release/conf/activemq.xml index 9f32bd9..8fce295 100755 --- a/assembly/src/release/conf/activemq.xml +++ b/assembly/src/release/conf/activemq.xml @@ -28,6 +28,12 @@ </property> </bean> + <!-- Allows accessing the server log --> + <bean id="logQuery" class="org.fusesource.insight.log.log4j.Log4jLogQuery" + lazy-init="false" scope="singleton" + init-method="start" destroy-method="stop"> + </bean> + <!-- The <broker> element is used to configure the ActiveMQ broker. -->
