Re: Mapping a Complex Object

2010-05-27 Thread Niko Ustinov
Well, not so unique design practice now, i think. I'm trying now to implement solution based on scala & iBatis and want to use scala's case classes for domain model. But common way to initialize such objects is parametrizing through constructor. so, i have (for example) such definitions: trait B

FileNotFoundException: http://www.mybatis.org/dtd/sql-map-config-2.dtd

2010-05-27 Thread mule_user
I am using iBatis version 2 and Spring 2.5 My XML: http://www.ibatis.com/dtd/sql-map-config-2.dtd";> my1.xml looks like: http://ibatis.apache.org/dtd/sql-map-2.dtd"; > When I start the server with the application deployed, I get error as: org

Re: FileNotFoundException: http://www.mybatis.org/dtd/sql-map-config-2.dtd

2010-05-27 Thread Clinton Begin
The ibatis.com doctypes were deprecated about 4 years ago... they should be changed to ibatis.apache.org... The reason they would suddenly stop working is that the ibatis.com/net/orgredirects have just changed recently. But again, those doctypes were deprecated ages ago. See the news release fr