git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1001699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-09-27 12:14:59 +00:00
parent f2733a26ec
commit d28be4dfb4
3 changed files with 3 additions and 17 deletions

View File

@ -37,20 +37,6 @@
</activemq.osgi.import.pkg>
</properties>
<repositories>
<repository>
<id>servicemix</id>
<name>Apache ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.aries.blueprint</groupId>

View File

@ -143,7 +143,7 @@ public class ActiveMQCommand extends AbstractCommand implements CompletableFunct
}
}
protected Action createNewAction() throws Exception {
public Action createNewAction() {
Action action = (Action) blueprintContainer.getComponentInstance(actionId);
if (action instanceof BlueprintContainerAware) {
((BlueprintContainerAware) action).setBlueprintContainer(blueprintContainer);

View File

@ -42,7 +42,7 @@
<annogen-version>0.1.0</annogen-version>
<ant-version>1.7.1</ant-version>
<aopalliance-version>1.0</aopalliance-version>
<aries-version>0.1-r964701</aries-version>
<aries-version>0.2-incubating</aries-version>
<axion-version>1.0-M3-dev</axion-version>
<axis-version>1.2-RC1</axis-version>
<camel-version>2.4.0</camel-version>
@ -70,7 +70,7 @@
<jmock-version>2.5.1</jmock-version>
<junit-version>4.5</junit-version>
<jxta-version>2.0</jxta-version>
<karaf-version>2.0.0</karaf-version>
<karaf-version>2.1.0</karaf-version>
<log4j-version>1.2.14</log4j-version>
<nlog4j-version>1.5.2</nlog4j-version>
<org-apache-derby-version>10.1.3.1</org-apache-derby-version>