diff --git a/activemq-karaf/src/main/resources/features.xml b/activemq-karaf/src/main/resources/features.xml
index 1fd6ac8924..bacd4374e8 100644
--- a/activemq-karaf/src/main/resources/features.xml
+++ b/activemq-karaf/src/main/resources/features.xml
@@ -1,5 +1,6 @@
mvn:org.apache.felix.karaf/apache-felix-karaf/1.1.0-SNAPSHOT/xml/features
+ mvn:org.ops4j.pax.web/features/0.7.2/xml/features
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
@@ -17,11 +18,19 @@
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jencks/2.1_1
-
- connector
-
- transactionLogDir = data/txlog/
-
+
+ mvn:org.springframework/spring-core/${spring-version}
+ mvn:org.springframework/spring-beans/${spring-version}
+ mvn:org.springframework/spring-aop/${spring-version}
+ mvn:org.springframework/spring-context/${spring-version}
+ mvn:org.springframework/spring-context-support/${spring-version}
+
+
+
+ http
+ spring
+ spring-dm
+ connector
mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1
mvn:commons-pool/commons-pool/${commons-pool-version}
mvn:commons-collections/commons-collections/${commons-collections-version}
@@ -36,4 +45,11 @@
mvn:org.apache.activemq/activemq-pool/${activemq-version}
mvn:org.apache.servicemix.activemq/org.apache.servicemix.activemq.commands/4.1.0-SNAPSHOT
+
+
+ activemq
+ pax-web-extenders
+ pax-url-war
+ mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war
+
\ No newline at end of file
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index 01cc100e50..1144163327 100755
--- a/activemq-web-console/pom.xml
+++ b/activemq-web-console/pom.xml
@@ -29,7 +29,7 @@
war
ActiveMQ :: Web Console
Web Console for ActiveMQ
-
+
@@ -44,6 +44,10 @@
WEB-INF/lib/xml-apis*.jar,
WEB-INF/lib/xerces*.jar
+
+
+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+
@@ -94,6 +98,33 @@
10
+
+ org.apache.felix
+ maven-bundle-plugin
+
+
+ bundle-manifest
+ process-classes
+
+ manifest
+
+
+
+
+
+ jar
+ bundle
+ war
+
+
+ activemqweb
+ activemqweb
+ .,WEB-INF/classes
+ WEB-INF/lib
+
+
+
+
@@ -258,5 +289,6 @@
8080
+