[jboss-cvs] JBoss Messaging SVN: r7886 - branches/Branch_1_4/docs/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 30 02:21:02 EDT 2009


Author: gaohoward
Date: 2009-10-30 02:21:01 -0400 (Fri, 30 Oct 2009)
New Revision: 7886

Modified:
   branches/Branch_1_4/docs/userguide/en/modules/introduction.xml
Log:
JBMESSAGING-1749
added doc: 2.3.3. mapmessage.support.null.object


Modified: branches/Branch_1_4/docs/userguide/en/modules/introduction.xml
===================================================================
--- branches/Branch_1_4/docs/userguide/en/modules/introduction.xml	2009-10-30 06:02:50 UTC (rev 7885)
+++ branches/Branch_1_4/docs/userguide/en/modules/introduction.xml	2009-10-30 06:21:01 UTC (rev 7886)
@@ -217,6 +217,12 @@
         <para>This system property controls what kind of exception a JMS XAResource throws when the prepare is called after the connection is broken. If this property is not defined, an XAException with XA_RBCOMMFAIL error code will be thrown. If this propertie is defined, an XAException with XA_RETRY error code will be thrown instead. JBM by default doesn't define this property.</para>
       </section>
 
+      <section id="properties.mapmessagesupportnullobject">
+      <title>mapmessage.support.null.object</title>
+
+        <para>This system property, once defined, allows null values in MapMessage.setObject(String key, Object value). JBM by default doesn't define this property, which means passing null values to the setObject() method will cause a MessageFormatException to be thrown.</para>
+      </section>
+
   </section>
 
 </chapter>




More information about the jboss-cvs-commits mailing list