Author: djencks
Date: Tue Apr 26 23:20:01 2011
New Revision: 1096954
URL: http://svn.apache.org/viewvc?rev=1096954&view=rev
Log:
update to use boot features instead of startup.properties
Modified:
geronimo/server/trunk/framework/assemblies/geronimo-framework/pom.xml
geronimo/server/trunk/framework/buildsupport/car-maven-plugin/pom.xml
geronimo/server/trunk/framework/configs/j2ee-security/pom.xml
geronimo/server/trunk/framework/configs/j2ee-security/src/main/plan/plan.xml
geronimo/server/trunk/framework/configs/j2ee-system/pom.xml
geronimo/server/trunk/framework/configs/jsr88-deploymentfactory/src/main/plan/plan.xml
geronimo/server/trunk/framework/configs/offline-deployer/src/main/plan/plan.xml
geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml
geronimo/server/trunk/framework/configs/rmi-naming/pom.xml
geronimo/server/trunk/framework/configs/shutdown/src/main/plan/plan.xml
geronimo/server/trunk/framework/features/j2ee-security/pom.xml
geronimo/server/trunk/framework/features/j2ee-system/pom.xml
geronimo/server/trunk/framework/features/rmi-naming/pom.xml
geronimo/server/trunk/framework/modules/geronimo-blueprint/pom.xml
geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml
geronimo/server/trunk/framework/modules/geronimo-obr/pom.xml
geronimo/server/trunk/framework/modules/geronimo-system/pom.xml
geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/configuration/WrapperConfigurationStore.java
Modified: geronimo/server/trunk/framework/assemblies/geronimo-framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/assemblies/geronimo-framework/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/assemblies/geronimo-framework/pom.xml (original)
+++ geronimo/server/trunk/framework/assemblies/geronimo-framework/pom.xml Tue Apr 26 23:20:01 2011
@@ -47,6 +47,7 @@
org.apache.karaf.assemblies.features
karaf-full
kar
+ runtime
org.apache.karaf.assemblies.features
@@ -68,6 +69,7 @@
${project.version}
xml
features
+ runtime
@@ -172,6 +174,27 @@
+
+
+ org.apache.karaf.tooling
+ karaf-maven-plugin
+
+
+ management
+ standard
+ karaf-full
+ ssh
+ config
+ declarative-services
+ management
+ jndi
+ obr
+ j2ee-system
+
+
+
+
+
Modified: geronimo/server/trunk/framework/buildsupport/car-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/car-maven-plugin/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/buildsupport/car-maven-plugin/pom.xml (original)
+++ geronimo/server/trunk/framework/buildsupport/car-maven-plugin/pom.xml Tue Apr 26 23:20:01 2011
@@ -255,6 +255,10 @@
+ org.apache.karaf.features
+ org.apache.karaf.features.core
+
+
org.apache.karaf.jaas
org.apache.karaf.jaas.boot
Modified: geronimo/server/trunk/framework/configs/j2ee-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/j2ee-security/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/j2ee-security/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/j2ee-security/pom.xml Tue Apr 26 23:20:01 2011
@@ -51,11 +51,11 @@
${project.version}
-
- org.apache.geronimo.framework
- geronimo-jmx-remoting
- ${project.version}
-
+
+
+
+
+
org.apache.geronimo.components
Modified: geronimo/server/trunk/framework/configs/j2ee-security/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/j2ee-security/src/main/plan/plan.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/j2ee-security/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/j2ee-security/src/main/plan/plan.xml Tue Apr 26 23:20:01 2011
@@ -36,16 +36,17 @@
-
- rmi
- ${planServerHostname}
- ${planJMXPort}
- /jndi/rmi://${planServerHostname}:${planNamingPort}/JMXConnector
- geronimo-admin
-
- MBeanServerReference
-
-
+
+
+
+
+
+
+
+
+
+
+
var/security/keystores
Modified: geronimo/server/trunk/framework/configs/j2ee-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/j2ee-system/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/j2ee-system/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/j2ee-system/pom.xml Tue Apr 26 23:20:01 2011
@@ -129,21 +129,21 @@
geronimo-activation_1.1_spec
-
- org.ops4j.pax.logging
- pax-logging-api
-
-
-
- org.apache.geronimo.framework
- geronimo-pax-logging
- ${project.version}
-
-
-
- org.apache.felix
- org.apache.felix.configadmin
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Modified: geronimo/server/trunk/framework/configs/jsr88-deploymentfactory/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/jsr88-deploymentfactory/src/main/plan/plan.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/jsr88-deploymentfactory/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/jsr88-deploymentfactory/src/main/plan/plan.xml Tue Apr 26 23:20:01 2011
@@ -21,7 +21,9 @@
-
+
+
+
@@ -32,21 +34,21 @@
-
+
-
+
-
+
- true
- var/config/jsr88-configurer-config.xml
- var/config/config-substitutions.properties
- org.apache.geronimo.config.substitution.
+
+
+
+
Modified: geronimo/server/trunk/framework/configs/offline-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/offline-deployer/src/main/plan/plan.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/offline-deployer/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/offline-deployer/src/main/plan/plan.xml Tue Apr 26 23:20:01 2011
@@ -20,14 +20,14 @@
-
-
- ServerInfo
-
- true
- var/config/offline-deployer-config.xml
- var/config/config-substitutions.properties
- org.apache.geronimo.config.substitution.
+
+
+
+
+
+
+
+
Modified: geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/online-deployer/src/main/plan/plan.xml Tue Apr 26 23:20:01 2011
@@ -21,7 +21,7 @@
-
+
@@ -32,11 +32,11 @@
-
+
-
+
@@ -58,12 +58,12 @@
-
+
- true
- var/config/jsr88-configurer-config.xml
+
+
@@ -71,9 +71,9 @@
- var/config/config.xml
- var/config/config-substitutions.properties
- org.apache.geronimo.config.substitution.
+
+
+
Modified: geronimo/server/trunk/framework/configs/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/rmi-naming/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/rmi-naming/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/rmi-naming/pom.xml Tue Apr 26 23:20:01 2011
@@ -94,26 +94,26 @@
geronimo-j2ee-management_1.1_spec
-
- org.apache.aries.blueprint
- org.apache.aries.blueprint
-
-
-
-
- org.apache.aries.jmx
- org.apache.aries.jmx
-
-
- org.apache.aries.jmx
- org.apache.aries.jmx.blueprint
-
-
-
-
- org.apache.aries.jndi
- org.apache.aries.jndi
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Modified: geronimo/server/trunk/framework/configs/shutdown/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/shutdown/src/main/plan/plan.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/shutdown/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/shutdown/src/main/plan/plan.xml Tue Apr 26 23:20:01 2011
@@ -20,7 +20,7 @@
-
+
@@ -29,7 +29,7 @@
-
+
Modified: geronimo/server/trunk/framework/features/j2ee-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/features/j2ee-security/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/features/j2ee-security/pom.xml (original)
+++ geronimo/server/trunk/framework/features/j2ee-security/pom.xml Tue Apr 26 23:20:01 2011
@@ -52,11 +52,13 @@
${project.version}
-
- org.apache.geronimo.framework
- geronimo-jmx-remoting
- ${project.version}
-
+
+
+
+
+
+
+
org.apache.geronimo.components
Modified: geronimo/server/trunk/framework/features/j2ee-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/features/j2ee-system/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/features/j2ee-system/pom.xml (original)
+++ geronimo/server/trunk/framework/features/j2ee-system/pom.xml Tue Apr 26 23:20:01 2011
@@ -166,21 +166,22 @@
geronimo-activation_1.1_spec
-
- org.ops4j.pax.logging
- pax-logging-api
-
-
-
- org.apache.geronimo.framework
- geronimo-pax-logging
- ${project.version}
-
-
-
- org.apache.felix
- org.apache.felix.configadmin
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
org.apache.geronimo.framework.config
Modified: geronimo/server/trunk/framework/features/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/features/rmi-naming/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/features/rmi-naming/pom.xml (original)
+++ geronimo/server/trunk/framework/features/rmi-naming/pom.xml Tue Apr 26 23:20:01 2011
@@ -86,26 +86,26 @@
xbean-naming
-
- org.apache.aries.blueprint
- org.apache.aries.blueprint
-
+
+
+
+
-
- org.apache.aries.jmx
- org.apache.aries.jmx
-
-
- org.apache.aries.jmx
- org.apache.aries.jmx.blueprint
-
+
+
+
+
+
+
+
+
-
- org.apache.aries.jndi
- org.apache.aries.jndi
-
+
+
+
+
Modified: geronimo/server/trunk/framework/modules/geronimo-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-blueprint/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-blueprint/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-blueprint/pom.xml Tue Apr 26 23:20:01 2011
@@ -35,6 +35,7 @@
org.apache.aries.blueprint
org.apache.aries.blueprint
+ provided
Modified: geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml Tue Apr 26 23:20:01 2011
@@ -78,6 +78,7 @@
org.apache.karaf.shell
org.apache.karaf.shell.console
+ provided
Modified: geronimo/server/trunk/framework/modules/geronimo-obr/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-obr/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-obr/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-obr/pom.xml Tue Apr 26 23:20:01 2011
@@ -48,6 +48,7 @@
org.apache.felix
org.apache.felix.bundlerepository
+ provided
Modified: geronimo/server/trunk/framework/modules/geronimo-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/pom.xml?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-system/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-system/pom.xml Tue Apr 26 23:20:01 2011
@@ -134,6 +134,7 @@
org.apache.felix
org.apache.felix.bundlerepository
+ provided
Modified: geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/configuration/WrapperConfigurationStore.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/configuration/WrapperConfigurationStore.java?rev=1096954&r1=1096953&r2=1096954&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/configuration/WrapperConfigurationStore.java (original)
+++ geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/configuration/WrapperConfigurationStore.java Tue Apr 26 23:20:01 2011
@@ -29,6 +29,7 @@ import java.util.List;
import java.util.Set;
import org.apache.geronimo.gbean.AbstractName;
+import org.apache.geronimo.gbean.annotation.GBean;
import org.apache.geronimo.gbean.annotation.ParamSpecial;
import org.apache.geronimo.gbean.annotation.SpecialAttributeType;
import org.apache.geronimo.gbean.wrapper.AbstractServiceWrapper;
@@ -44,6 +45,7 @@ import org.osgi.framework.Bundle;
/**
* @version $Rev:$ $Date:$
*/
+@GBean(j2eeType = "ConfigurationStore")
public class WrapperConfigurationStore extends AbstractServiceWrapper implements ConfigurationStore {
public WrapperConfigurationStore(@ParamSpecial(type = SpecialAttributeType.bundle) final Bundle bundle) {