Hello,
I am just trying to get underway with some IBatis and I am running into parse
problems. The sqlMapConfig is straight from the PDF, supplied my own DB props.
I have a servlet that performs the parsing of config at startup. It apparently
gets thriough the sqlMapConfig and blows up with er
Hello,
I have the following snippet from an example Ibatis 1.x and I am trying to
recreate it in 2.0. I am new, and just getting underway. Problem is today, I
cannot find a replacement for the line sqlMap.rollbackTransaction(),
I have the API up, and under sqlMapClient cannot find a rollback re
I am using the 2.1.5 Ibatis and I am following a 1.0 example (see below).
Currently I am trying to compile the below code, but the SqlMap and the
XmlSqlMapBuilder do not exist in the 2.1.5 libs. When looking through the
download I see them in the lib folder under 1-x-Compatibility. But I real
I am trying to get an understanding of the IBatis framework, and I am currently
using the reumann web example as a tool. My problem is as follows though.
In the EmployeeSQL.xml mapping, I am seeing elements like this:
and
But as I am using the DevGuide.pdf from the IBatis site download, they
Hello,
I am trying to get the hang of using IBATIS. In order to get my hands wet I am
running the reumann struts lesson. It is working, and I am trying to add some
tables to the example, to get a feel for the framework.
But one of the tables has an "auto_increment" (mysql) on it. So when I do a
Hello,
I am interested in seeing how the IBatis persistance framework may assist in
some development, so I downloaed the iBATIS_JPetStore-4.0.5.zip.
Upon interrogating the unzipped files, It looks like I can create a web app
with the files under web. I can set up my Tomcat with that, so that is