Update of /cvsroot/springframework/spring/src/org/springframework/jca/cci/core
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4919/src/org/springframework/jca/cci/core
Modified Files:
CciTemplate.java
Log Message:
polishing
Index: CciTemplate.java
===================================================================
RCS file: /cvsroot/springframework/spring/src/org/springframework/jca/cci/core/CciTemplate.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CciTemplate.java 17 Jul 2008 07:50:53 -0000 1.12
--- CciTemplate.java 27 Nov 2008 18:04:36 -0000 1.13
***************
*** 379,383 ****
protected RecordFactory getRecordFactory(ConnectionFactory connectionFactory) throws ResourceException {
try {
! return getConnectionFactory().getRecordFactory();
}
catch (NotSupportedException ex) {
--- 379,383 ----
protected RecordFactory getRecordFactory(ConnectionFactory connectionFactory) throws ResourceException {
try {
! return connectionFactory.getRecordFactory();
}
catch (NotSupportedException ex) {
|