[jboss-cvs] JBoss Messaging SVN: r1884 - branches/Branch_1_0/src/etc/xmdesc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 2 17:14:30 EST 2007


Author: juha at jboss.org
Date: 2007-01-02 17:14:28 -0500 (Tue, 02 Jan 2007)
New Revision: 1884

Modified:
   branches/Branch_1_0/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml
Log:
JBMESSAGING-624

Modified: branches/Branch_1_0/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml
===================================================================
--- branches/Branch_1_0/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml	2007-01-02 22:12:53 UTC (rev 1883)
+++ branches/Branch_1_0/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml	2007-01-02 22:14:28 UTC (rev 1884)
@@ -59,8 +59,14 @@
       <description>The max number of params to be used in a generated PreparedStatement</description>
       <name>MaxParams</name>
       <type>int</type>
-   </attribute>     
+   </attribute>
 
+   <attribute access="read-write" getMethod="isUsingBinaryStream" setMethod="setUsingBinaryStream">
+      <description>Should JDBC read as binary stream be used?</description>
+      <name>UsingBinaryStream</name>
+      <type>boolean</type>
+   </attribute>
+
    <!-- Managed operations -->
 
    <operation>




More information about the jboss-cvs-commits mailing list