Hi,
Resolvido o problema.
Eu utilizei o xdoclet para gerar os hbms automaticamente, porem houve um conflito com a versão do hibernate que deveria ser usada. Os mapeamentos descritos nas classes são baseados no hibernate 2.0 e o Xdoclet estava gerando arquivos baseados no hibernate 3.0 o que causava o conection time out
[quote]<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 2.0//EN"
“http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd”>[/quote]
ele estava tentando conectar na internet e não conseguia.
[quote]“Booney” wrote:
dom4j is trying to validate the XML based on the DOCTYPE in your hibernate.cfg.xml but can’t (can’t get to the site listed in the doctype?)
Try removing your DOCTYPE from the top of the XML file, or connect that machine to the internet.[/quote]
bye.