diff --git a/assembly/pom.xml b/assembly/pom.xml
index 19629c4b78..bdaca60847 100755
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -104,6 +104,11 @@
org.apache.camel
camel-jetty
+
+ org.apache.camel
+ camel-web
+ war
+
org.apache.camel
camel-jms
@@ -117,7 +122,11 @@
com.sun.xml.bind
jaxb-impl
-
+
+ javax.activation
+ activation
+ 1.1
+
diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml
index 5c8b77dd4f..9f8e8dfda5 100644
--- a/assembly/src/main/descriptors/common-bin.xml
+++ b/assembly/src/main/descriptors/common-bin.xml
@@ -83,6 +83,14 @@
${pom.groupId}:activemq-run
+
+
+ /webapps/camel
+ true
+
+ org.apache.camel:camel-web:war
+
+
/
diff --git a/assembly/src/release/conf/activemq.xml b/assembly/src/release/conf/activemq.xml
index 596b6d4175..866e1a917a 100755
--- a/assembly/src/release/conf/activemq.xml
+++ b/assembly/src/release/conf/activemq.xml
@@ -21,7 +21,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
- http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
+ http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
@@ -119,7 +119,7 @@
**
** http://activemq.apache.org/enterprise-integration-patterns.html
-->
-
+
org.foo.bar
@@ -164,6 +164,7 @@
+
diff --git a/assembly/src/release/example/conf/activemq.xml b/assembly/src/release/example/conf/activemq.xml
index ddca8aace4..c40f67c3b4 100644
--- a/assembly/src/release/example/conf/activemq.xml
+++ b/assembly/src/release/example/conf/activemq.xml
@@ -21,7 +21,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
- http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
+ http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">