I am trying to build a version of 2.1.7-597 with the code patches for the Oracle Ref cursor. http://opensource2.atlassian.com/confluence/oss/pages/viewpageattachment s.action?pageId=561
Does anyone have a working test case for this patch and jar files that are built with the patch for 2.1.7? Although I have re-built this myself, I am unable to get this to work with the version of SqlExecutor provided in the modsrc_new.zip file. If I use the SqlExecutor version from modsrc.zip, I can retrieve data using queryForMap, but not queryForList. Thanks, Laura -----Original Message----- From: Sven Boden [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 11:41 AM To: [email protected] Subject: Re: IBatis Unit Tests, build.xml and distribution The build scripts are not included in the deployment zip file. You can find them at http://svn.apache.org/repos/asf/ibatis/trunk/ in the SVN. And best would be to get an SVN client to extract the complete source tree to build iBATIS. Personally I prefer TortoiseSVN as client. Regards, Sven Shragowitz, Laura wrote: >I have downloaded the iBATIS_DBL-2.1.7.597.zip distribution from the >ibatis.apache.org web site. I would like to use the Oracle Ref cursor >patch and test it out. As part of this process, I am rebuilding the >ibatis jar files and running the unit tests. Although I have been able >to do this successfully, I found that the distribution does not include >the build.xml file or the Junit tests. I had to access the svn repo >directly. > >Most other open source distributions seem to include these. Does >anyone know why these are not included in the distribution and could >these possibly be included in the future? > >Thanks, >Laura > > > >
