Author: rmannibucau
Date: Thu Oct  4 13:30:00 2012
New Revision: 1394065

URL: http://svn.apache.org/viewvc?rev=1394065&view=rev
Log:
OPENEJB-1906 activating webconsole by default

Added:
    
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.webconsole.cfg
Modified:
    
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
    openejb/trunk/openejb/osgi/openejb-feature/src/main/feature/feature.xml

Modified: 
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.features.cfg?rev=1394065&r1=1394064&r2=1394065&view=diff
==============================================================================
--- 
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
 (original)
+++ 
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.features.cfg
 Thu Oct  4 13:30:00 2012
@@ -19,9 +19,9 @@
 #
 # Comma separated list of features repositories to register by default
 #
-featuresRepositories=mvn:org.apache.karaf.assemblies.features/standard/${karaf.version}/xml/features,mvn:org.apache.karaf.assemblies.features/enterprise/${karaf.version}/xml/features,mvn:org.apache.openejb/openejb-feature/${project.parent.version}/xml/features
+featuresRepositories=mvn:org.apache.karaf.assemblies.features/standard/${karaf.version}/xml/features,mvn:org.apache.karaf.assemblies.features/enterprise/${karaf.version}/xml/features,mvn:org.apache.openejb/openejb-feature/${project.parent.version}/xml/features,mvn:org.apache.activemq/activemq-karaf/${org.apache.activemq.version}/xml/features
 
 #
 # Comma separated list of features to install at startup
 #
-featuresBoot=config,ssh,management,openejb-server
+featuresBoot=config,ssh,management,war,webconsole,openejb-server

Added: 
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.webconsole.cfg
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.webconsole.cfg?rev=1394065&view=auto
==============================================================================
--- 
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.webconsole.cfg
 (added)
+++ 
openejb/trunk/openejb/osgi/apache-karafee/src/main/filtered-resources/etc/org.apache.karaf.webconsole.cfg
 Thu Oct  4 13:30:00 2012
@@ -0,0 +1,19 @@
+################################################################################
+#
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You under the Apache License, Version 2.0
+#    (the "License"); you may not use this file except in compliance with
+#    the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
+################################################################################
+role=admin

Modified: 
openejb/trunk/openejb/osgi/openejb-feature/src/main/feature/feature.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/osgi/openejb-feature/src/main/feature/feature.xml?rev=1394065&r1=1394064&r2=1394065&view=diff
==============================================================================
--- openejb/trunk/openejb/osgi/openejb-feature/src/main/feature/feature.xml 
(original)
+++ openejb/trunk/openejb/osgi/openejb-feature/src/main/feature/feature.xml Thu 
Oct  4 13:30:00 2012
@@ -19,7 +19,6 @@
 
 <features name="openejb-features">
   
<repository>mvn:org.apache.openejb/javaee-api/${javaee-api.version}/xml/features</repository>
-  
<repository>mvn:org.apache.activemq/activemq-karaf/${org.apache.activemq.version}/xml/features</repository>
 
   <feature name="org.apache.commons">
     <bundle>mvn:commons-cli/commons-cli/${commons-cli.version}</bundle>


Reply via email to