You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2007/12/11 02:04:18 UTC

svn commit: r603109 - in /geronimo/server/trunk/plugins: axis/axis-deployer/pom.xml connector/connector-deployer/pom.xml jetty/jetty6-clustering-builder-wadi/pom.xml openjpa/persistence-jpa10-deployer/pom.xml

Author: djencks
Date: Mon Dec 10 17:04:16 2007
New Revision: 603109

URL: http://svn.apache.org/viewvc?rev=603109&view=rev
Log:
Workaround an ordering problem with registering a property editor by specifying it explicitly

Modified:
    geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml
    geronimo/server/trunk/plugins/connector/connector-deployer/pom.xml
    geronimo/server/trunk/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml
    geronimo/server/trunk/plugins/openjpa/persistence-jpa10-deployer/pom.xml

Modified: geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml?rev=603109&r1=603108&r2=603109&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml (original)
+++ geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml Mon Dec 10 17:04:16 2007
@@ -121,7 +121,7 @@
                             <config-xml-content>
                                 <gbean name="AxisModuleBuilderExtension">
                                     <attribute name="listener">?name=#{webcontainer}</attribute>
-                                    <attribute name="defaultEnvironment">
+                                    <attribute name="defaultEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
                                         <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
                                             <dependencies>
                                                 <dependency>
@@ -137,7 +137,7 @@
                             <config-xml-content server="offline">
                                 <gbean name="AxisModuleBuilderExtension">
                                     <attribute name="listener">?name=#{webcontainer}</attribute>
-                                    <attribute name="defaultEnvironment">
+                                    <attribute name="defaultEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
                                         <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
                                             <dependencies>
                                                 <dependency>

Modified: geronimo/server/trunk/plugins/connector/connector-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/connector/connector-deployer/pom.xml?rev=603109&r1=603108&r2=603109&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/connector/connector-deployer/pom.xml (original)
+++ geronimo/server/trunk/plugins/connector/connector-deployer/pom.xml Mon Dec 10 17:04:16 2007
@@ -99,7 +99,7 @@
                             <config-xml-content>
                                 <gbean name="ResourceRefBuilder">
                                     <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
-                                    <attribute name="defaultEnvironment">
+                                    <attribute name="defaultEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
                                         <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
                                             <dependencies>
                                                 <dependency>
@@ -118,7 +118,7 @@
 
                                 <gbean name="ClientResourceRefBuilder">
                                     <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
-                                    <attribute name="defaultEnvironment">
+                                    <attribute name="defaultEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
                                         <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
                                             <dependencies>
                                                 <dependency>

Modified: geronimo/server/trunk/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml?rev=603109&r1=603108&r2=603109&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/trunk/plugins/jetty/jetty6-clustering-builder-wadi/pom.xml Mon Dec 10 17:04:16 2007
@@ -98,7 +98,7 @@
                                     <attribute name="defaultNumPartitions">${DefaultWadiNumPartitions}</attribute>
                                     <!--<attribute name="defaultBackingStrategyFactoryName">?name=DefaultBackingStrategyFactory</attribute>-->
                                     <!--<attribute name="defaultClusterName">?name=DefaultCluster</attribute>-->
-                                    <!--<xml-attribute name="defaultEnvironment">-->
+                                    <!--<xml-attribute name="defaultEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">-->
                                         <!--<environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">-->
                                             <!--<dependencies>-->
                                                 <!--<dependency>-->

Modified: geronimo/server/trunk/plugins/openjpa/persistence-jpa10-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/openjpa/persistence-jpa10-deployer/pom.xml?rev=603109&r1=603108&r2=603109&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/openjpa/persistence-jpa10-deployer/pom.xml (original)
+++ geronimo/server/trunk/plugins/openjpa/persistence-jpa10-deployer/pom.xml Mon Dec 10 17:04:16 2007
@@ -114,7 +114,7 @@
                                         openjpa.jdbc.UpdateManager=operation-order
                                         openjpa.Sequence=table(Table=OPENJPASEQ, Increment=100)
                                     </attribute>
-                                    <attribute name="defaultEnvironment">
+                                    <attribute name="defaultEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
                                         <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
                                             <dependencies>
                                                 <dependency>
@@ -136,7 +136,7 @@
                                         openjpa.jdbc.UpdateManager=operation-order
                                         openjpa.Sequence=table(Table=OPENJPASEQ, Increment=100)
                                     </attribute>
-                                    <attribute name="defaultEnvironment">
+                                    <attribute name="defaultEnvironment" propertyEditor="org.apache.geronimo.deployment.service.EnvironmentBuilder">
                                         <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
                                             <dependencies>
                                                 <dependency>