Author: alessio.soldano(a)jboss.com
Date: 2012-12-21 05:57:34 -0500 (Fri, 21 Dec 2012)
New Revision: 17180
Modified:
stack/cxf/trunk/modules/dist/src/main/doc/Book_Info.xml
stack/cxf/trunk/modules/dist/src/main/doc/Revision_History.xml
stack/cxf/trunk/modules/dist/src/main/doc/chapter-5-Advanced_User_Guide.xml
Log:
Updating documentation
Modified: stack/cxf/trunk/modules/dist/src/main/doc/Book_Info.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/doc/Book_Info.xml 2012-12-21 10:56:25 UTC (rev
17179)
+++ stack/cxf/trunk/modules/dist/src/main/doc/Book_Info.xml 2012-12-21 10:57:34 UTC (rev
17180)
@@ -4,7 +4,7 @@
<title>JBoss Web Services Documentation</title>
<!--<subtitle></subtitle>-->
<productname>JBossWS - CXF</productname>
- <productnumber>4.1.0.Final</productnumber>
+ <productnumber>4.1.1.Final</productnumber>
<!-- <edition>ToDo</edition>
<pubsnumber>ToDo</pubsnumber> -->
<abstract>
Modified: stack/cxf/trunk/modules/dist/src/main/doc/Revision_History.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/doc/Revision_History.xml 2012-12-21 10:56:25 UTC
(rev 17179)
+++ stack/cxf/trunk/modules/dist/src/main/doc/Revision_History.xml 2012-12-21 10:57:34 UTC
(rev 17180)
@@ -60,6 +60,20 @@
</simplelist>
</revdescription>
</revision>
+ <revision>
+ <revnumber>4.1.1</revnumber>
+ <date>Fri Dec 21 2012</date>
+ <author>
+ <firstname>Alessio</firstname>
+ <surname>Soldano</surname>
+ <email>alessio.soldano(a)jboss.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>JBossWS-CXF 4.1.1 documentation</member>
+ </simplelist>
+ </revdescription>
+ </revision>
</revhistory>
</simpara>
</appendix>
Modified: stack/cxf/trunk/modules/dist/src/main/doc/chapter-5-Advanced_User_Guide.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/doc/chapter-5-Advanced_User_Guide.xml 2012-12-21
10:56:25 UTC (rev 17179)
+++ stack/cxf/trunk/modules/dist/src/main/doc/chapter-5-Advanced_User_Guide.xml 2012-12-21
10:57:34 UTC (rev 17180)
@@ -1033,6 +1033,42 @@
.
</para>
</section>
+ <section
id="sid-3866786_ApacheCXFintegration-MBeanmanagement">
+
+ <title>MBean management</title>
+ <para>
+ Apache CXF allows managing its MBean objects that are installed into the
JBoss AS MBean server. The feature is enabled on a deployment basis through the
+ <code>cxf.management.enabled</code>
+ property in
+ <code>jboss-webservices.xml</code>
+ . The
+ <code>cxf.management.installResponseTimeInterceptors</code>
+ property can also be used to control installation of CXF response time
interceptors, which are added by default when enabling MBean management, but might not be
desired in some cases. Here is an example:
+ </para>
+ <informalexample>
+ <programlisting><webservices
xmlns="http://www.jboss.com/xml/ns/javaee" version="1.2">
+ <property>
+ <name>cxf.management.enabled</name>
+ <value>true</value>
+ </property>
+ <property>
+
<name>cxf.management.installResponseTimeInterceptors</name>
+ <value>false</value>
+ </property>
+</webservices></programlisting>
+ </informalexample>
+ </section>
+ <section
id="sid-3866786_ApacheCXFintegration-Schemavalidation">
+
+ <title>Schema validation</title>
+ <para>
+ Schema validation of exchanged messages can also be enabled in
+ <code>jboss-webservices.xml</code>
+ . Further details available
+ <link linkend="sid-3866738">here</link>
+ .
+ </para>
+ </section>
</section>
<section
id="sid-3866786_ApacheCXFintegration-Springbasedconfiguration">