Browse Source

Fixed ConnectionSpecConnectionFactoryAdapter explanation

Issue: SPR-9466
3.1.x
Juergen Hoeller 13 years ago
parent
commit
b93d266c75
  1. 6
      spring-framework-reference/src/cci.xml

6
spring-framework-reference/src/cci.xml

@ -164,9 +164,9 @@
allows for specifying a <interfacename>ConnectionSpec</interfacename> allows for specifying a <interfacename>ConnectionSpec</interfacename>
instance to use for all operations on a given factory. If the adapter's instance to use for all operations on a given factory. If the adapter's
<literal>connectionSpec</literal> property is specified, the adapter <literal>connectionSpec</literal> property is specified, the adapter
uses the <literal>getConnection</literal> variant without argument, else uses the <literal>getConnection</literal> variant with the
the one with the <interfacename>ConnectionSpec</interfacename> <interfacename>ConnectionSpec</interfacename> argument, otherwise
argument.</para> the variant without argument.</para>
<programlisting language="xml">&lt;bean id="managedConnectionFactory" <programlisting language="xml">&lt;bean id="managedConnectionFactory"
class="com.sun.connector.cciblackbox.CciLocalTxManagedConnectionFactory"&gt; class="com.sun.connector.cciblackbox.CciLocalTxManagedConnectionFactory"&gt;

Loading…
Cancel
Save