Hi, I have found that I can not create a SQL statement when extending from a SQL statement from another map file. The problem appears to be in the method "ProcesSqlStatement" in class "DomSqlMapBuilder". The method only looks within the current map file for the extended statement. Has anyone else noticed this problem before or am I the first to try extending across maps? I looked at fixing it but it gets a bit more complicated with parameter maps, etc. My use case is really just a raw select that acts as the base for all queries that expect to return the particular result map.
Thanks, Chris

