Error in doc on JCA CCI - ConnectionSpecConnectionFactoryAdapter [SPR-9466] #14101
Labels
status: backported
An issue that has been backported to maintenance branches
type: documentation
A documentation task
Milestone
Sylvain LAURENT opened SPR-9466 and commented
In the documentation, in chapter about JCA CCI, section "Configuring CCI connections", when explaining ConnectionSpecConnectionFactoryAdapter it is said that
I think that's erroneous : when the connectionSpec is specified the adapter uses the javax.resource.cci.ConnectionFactory.getConnection(ConnectionSpec) method else it uses javax.resource.cci.ConnectionFactory.getConnection()
That seems to be the behavior of the method org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter.doGetConnection(ConnectionSpec) :
please fix this sentence in the doc.
Affects: 3.0.7, 3.1.1
Backported to: 3.1.4
The text was updated successfully, but these errors were encountered: