Can you give us a little more information on your problem?

What are you trying to accomplish by using the functionality?

Why would you not just define all of your mappings in the sqlMapConfig.xml file?

Nathan
On Feb 1, 2006, at 6:20 AM, Marcelo Martins wrote:

How can i do something like this:

SqlMapClient sqlMap = SqlMapClientBuilder.buildSqlMapClient(reader)

sqlMap.addResource("com/foo/mapping/MyMapping.xml");

Please, if is not possible, how can i modify ibatis to do this?

Reply via email to