Kai , we tried to upgrade from 2.3.0.677 to 2.3.4.726.
http://ibatis.apache.org/javadownloads.cgi http://apache.linux-mirror.org/ibatis/binaries/ibatis.java/ibatis-2.3.4.726. zip We have to pre-process the SQL statements thus this problem is a show-stopper for us. Zsolt > -----Original Message----- > From: Kai Grabfelder [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2008 10:29 PM > To: user-java@ibatis.apache.org > Subject: Re: 2.3.4.726 and XmlConverter > > Hi Zsolt, > > which version are you using now? It seem that this stuff was removed with > revision 511363 (can be found in the > subversion history): > > Revision: 511363 > Author: cbegin > Date: 00:40:42, Sonntag, 25. Februar 2007 > Message: > Relatively minor refactorings. > 1) Deleted BaseParser - moved Variables and utility methods to ParserState > 2) Moved type alias mappings from SqlMapConfigParser to ParserState. > 3) Deleted all XML Conversion related classes, methods and constructors > (unsupported) > 4) Noticed one possible bug, SqlStatementParser was using cache model > properties instead of the global > properties, so ${this} may not have been working... > 5) Renamed properties and other variables in ParserState to hopefully be > more clear. > ---- > Deleted : > /ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/builder/xml > /BaseParser.java > Added : > /ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/builder/xml > /ParserState.java > Modified : > /ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/builder/xml > /SqlMapConfigParser.java > Modified : > /ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/builder/xml > /SqlMapParser.java > Modified : > /ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/builder/xml > /SqlStatementParser.java > Deleted : > /ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/builder/xml > /XmlConverter.java > > What are you doing with the XmlConverter? > > Regards > > Kai > > > --- Original Nachricht --- > Absender: Zsolt Koppany > Datum: 14.10.2008 11:34 > > Hi, > > > > XmlConverter doesn't seem to be available in 2.3.4.726. > > > > We extend that class to pre-process xml files. > > > > What should we use instead of XmlConverter? > > > > Zsolt > > > > > >