[EMAIL PROTECTED] scritti il 18/12/2007 16:54:01 > So you do or don't want namespaces? > > Larry
Following your suggestions (I would suggest using namespaces. It makes things much cleaner in terms of organization. http://www.mail-archive.com/[email protected]/msg01496.html) I turned on namespaces (even if all XML SQL map files continue to share a unique namespace) and namespaced the identifiers. Beside, I detected a problem in the Java code (the 1st actual argument of queryForObject(), the String id, was wrong and referred the map id instead of the select id) Now it works fine Thanks for the help ciao Cesare
