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
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
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