if (log.isDebugEnabled()) {
log.log(Level.DEBUG,
"Creating variable: " + varBean.toString());
}
varBean.create(con);
saveTexts(currentId, elementNode.selectSingleNode("texts"), con);
// we need autoid before we can do this...
if (Container.class.isAssignableFrom(theClass)) {
// containers