Let me clairify myself....
When I state that iBATIS is compatible with Java 1.5 I mean that it
will run fine with that JRE. The framework itself does not support
the new features of Java 1.5. About the closest you will get is to
pass an int to an iBatis method and it will convert it to an Integer
for you. Generics are not yet supported.
On Apr 27, 2006, at 8:34 AM, Nathan Maves wrote:
Andre,
iBATIS 2.x is fully compatible with Java 1.5 and Tomcat 5.5.
You will also find com/ibatis/db/sqlmap/upgrade/ConvertTask.class,
which is that ant task that will convert your maps to the 2.0
syntax and structure. The class is located in lib/1-x-
Compatibility/ibatis-sqlmap-1-x.jar of the distribution download.
Nathan
On Apr 27, 2006, at 8:18 AM, [EMAIL PROTECTED] wrote:
Hello,
I have a question about iBATIS version 1.3.1.
We use it with JDK1.3.1, tomcat 5.0.28 and we want to update to
JDK5.0,
tomcat 5.5.
Are there known problems with this update?
Alternative: What must we do to migrate to the newest version of
iBATIS ?
I`ve heard that the XML-Syntax of the XML-Descriptor has changed ...
Exists a automated mechanism to migrate / test the XML-descriptors ?
many thanks and greetings,
Andre