The docs are wrong. They should refer to SqlMapClientBuilder. Clinton
On Fri, 14 Jan 2005 15:23:44 -0800 (PST), Mark Nabours <[EMAIL PROTECTED]> wrote: > Clarification: > > "It also doesn't show up in the JavaDocs anymore." > > refers to XmlSqlMapClientBuilder. Sorry about that. > > --- Mark Nabours <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I updated my iBATIS jars (ibatis-common and > > ibatis-sqlmap) to 2.0.9 in Eclipse and was concerned > > when a red x appeared in my code. It also doesn't > > show up in the JavaDocs anymore. > > > > I tracked the issue down to the class > > XmlSqlMapClientBuilder missing in the new version's > > jar files. > > > > I was able to switch over to use the static method > > SqlMapClientBuilder.buildSqlMapClient to generate my > > SqlMapClient in 2.0.9. Quite an easy change to my > > relief. > > > > The use of XmlSqlMapClientBuilder is still shown in > > the developer's guide and I just wanted to post this > > in case anyone else runs into the same issue. > > > > iBATIS rocks. > > > > Thanks, > > Mark > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - Helps protect you from nasty viruses. > > http://promotions.yahoo.com/new_mail > > > > > __________________________________ > Do you Yahoo!? > The all-new My Yahoo! - Get yours free! > http://my.yahoo.com > >

