Roberto
On 5/27/05, Roberto R <[EMAIL PROTECTED]> wrote:
Sounds good Ted. Are you going to go through the .NET docs this weekend? I was planning to update the text describing configuration after this was resolved (and update the "cookbook" section). But I can make other plans. :-)
Roberto
On 5/27/05, Ted Husted <[EMAIL PROTECTED] > wrote:On 5/26/05, Roberto Rabe (JIRA) <ibatis-dev@incubator.apache.org> wrote:
So, in the NetPetShop sqlmap.config, I'd like to add to the configuration
+ <properties resource="sqlmap.config.xml" />
and change the SqlMap to read
- <sqlMap resource="Maps/Category.xml"/>
+ <sqlMap resource="${root}Maps/Category.xml"/>
And then define ${root} in "sqlmap.config.xml". In this case it would be "./".
If we agree that this is the best practice, I'll start making the
changes once this issue is resolved, to petstore example and whereever
else the idiom applies.
-Ted..