Re: Issues with Ibatis Configuration File

2009-12-10 Thread Soks86
Guy, I must say I didn't know how to read the error. That is, it didn't cross my mind that the tags would have to be in order but that makes perfect sense now. I have only myself to blame for not learning DTD format as that looks to be a pretty standard error message format. Thanks again, Mic

Re: Issues with Ibatis Configuration File

2009-12-09 Thread Larry Meadors
Move the typeAliases section above environments. Larry On Wed, Dec 9, 2009 at 2:54 PM, Soks86 wrote: > > Hi, > > I have created the following configuration file for my Ibatis > SqlSessionFactoryBuilder. > > >  PUBLIC "-//ibatis.apache.org//DTD Config 3.0//EN" >  "http://ibatis.apache.org/dtd

Re: Issues with Ibatis Configuration File

2009-12-09 Thread Guy Rouillier
Soks86 wrote: Hi, I have created the following configuration file for my Ibatis SqlSessionFactoryBuilder. http://ibatis.apache.org/dtd/ibatis-3-config.dtd";>