Cool. It should also work with the integrated Ant task in Eclipse. Some day I'll get around to writing an Eclipse launcher which will solve this problem for good in Eclipse - then I'll do away with the simple "Generate..." menu option. If only there was more time in the day to write "fun" code.
Jeff On Wed, May 20, 2009 at 3:13 PM, NathanM <[email protected]> wrote: > > Thanks, that makes a big difference. > > While this won't work with the eclipse plugin, I got it to work from the > command line and can probably get it to work with ant as well. > > Nathan > > > > Jeff Butler-2 wrote: >> >> You need to add your new resolver to the same classpath as the Ibator >> JAR. <classPathEntry> elements are only used for JDBC drivers and one >> other esoteric place. Because your resolver extends an ibator class, >> it should be loaded by the same classloader. >> >> http://ibatis.apache.org/docs/tools/ibator/configreference/classPathEntry.html >> >> Jeff Butler >> >> > > -- > View this message in context: > http://www.nabble.com/NVARCHAR-not-supported--tp23568890p23642627.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
