You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/08/28 19:16:44 UTC

svn commit: r689898 - in /geronimo/server/trunk/plugins: client/client/src/main/plan/plan.xml cxf/cxf/src/main/plan/plan.xml j2ee/j2ee-server/src/main/plan/plan.xml

Author: gawor
Date: Thu Aug 28 10:16:43 2008
New Revision: 689898

URL: http://svn.apache.org/viewvc?rev=689898&view=rev
Log:
consolidate cxf system properties and set a property to disable fastinfoset support

Modified:
    geronimo/server/trunk/plugins/client/client/src/main/plan/plan.xml
    geronimo/server/trunk/plugins/cxf/cxf/src/main/plan/plan.xml
    geronimo/server/trunk/plugins/j2ee/j2ee-server/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/client/client/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/client/client/src/main/plan/plan.xml?rev=689898&r1=689897&r2=689898&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/client/client/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/client/client/src/main/plan/plan.xml Thu Aug 28 10:16:43 2008
@@ -103,7 +103,6 @@
            javax.xml.soap.SOAPFactory=org.apache.geronimo.webservices.saaj.GeronimoSOAPFactory
            javax.xml.soap.SOAPConnectionFactory=org.apache.geronimo.webservices.saaj.GeronimoSOAPConnectionFactory
            javax.xml.soap.MetaFactory=org.apache.geronimo.webservices.saaj.GeronimoMetaFactory
-           org.apache.cxf.jaxws.checkPublishEndpointPermission=true
            java.net.preferIPv4Stack=true
          </attribute>
          <attribute name="sunSystemProperties">

Modified: geronimo/server/trunk/plugins/cxf/cxf/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/cxf/cxf/src/main/plan/plan.xml?rev=689898&r1=689897&r2=689898&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/cxf/cxf/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/cxf/cxf/src/main/plan/plan.xml Thu Aug 28 10:16:43 2008
@@ -20,4 +20,12 @@
 
 <module xmlns="http://geronimo.apache.org/xml/ns/deployment-${geronimoSchemaVersion}">
 
+   <gbean name="CXFSystemProperties"
+          class="org.apache.geronimo.system.properties.SystemProperties">
+         <attribute name="systemProperties">
+           org.apache.cxf.jaxws.checkPublishEndpointPermission=true
+           org.apache.cxf.nofastinfoset=true
+         </attribute>
+    </gbean>
+
 </module>

Modified: geronimo/server/trunk/plugins/j2ee/j2ee-server/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/j2ee/j2ee-server/src/main/plan/plan.xml?rev=689898&r1=689897&r2=689898&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/j2ee/j2ee-server/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/j2ee/j2ee-server/src/main/plan/plan.xml Thu Aug 28 10:16:43 2008
@@ -87,7 +87,6 @@
            javax.xml.soap.SOAPFactory=org.apache.geronimo.webservices.saaj.GeronimoSOAPFactory
            javax.xml.soap.SOAPConnectionFactory=org.apache.geronimo.webservices.saaj.GeronimoSOAPConnectionFactory
            javax.xml.soap.MetaFactory=org.apache.geronimo.webservices.saaj.GeronimoMetaFactory
-           org.apache.cxf.jaxws.checkPublishEndpointPermission=true
            java.net.preferIPv4Stack=true
          </attribute>
          <attribute name="sunSystemProperties">