This commit is contained in:
Lucio Lelii 2008-12-01 16:39:48 +00:00
parent 0b0d421d99
commit 13cc58d4fc
1 changed files with 4 additions and 2 deletions

View File

@ -52,8 +52,10 @@ public class XMLUtil {
temp.append(selectedString);
temp.append("</Selected></Collection>");
}
}catch(SQLException e){//logger.error("database error "+e.getMessage());
}
}catch(SQLException e){
logger.error("database error "+e.getMessage());
e.printStackTrace();
}
temp.append("</ResultSet>");
//logger.debug("VDLMODEL: request collection XML: "+temp);
return temp.toString();