Namespace problems on resultMapping when used with discriminator
----------------------------------------------------------------
Key: IBATISNET-229
URL: https://issues.apache.org/jira/browse/IBATISNET-229
Project: iBatis for .NET
Issue Type: Bug
Components: DataMapper
Affects Versions: DataMapper 1.6.1
Reporter: Aashish Gandhi
1. Define a resultMap in a map file (Test1.xml) with a namespace Test1
2. In Test1.xml define a resultMap rmap1
2. Define another map file (Test2.xml) with a namespace Test2
3. In Test2.xml define a result map rmap2
4. In rmap2 define a discriminator with the submap's resultMapping attribute as
Test1.rmap1
Expecting this to work with the fully qualified result map name, but gives an
error looking for Test2.Test1.rmap1. This works fine if the rmap1 is defined in
Test2.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.