gpt4 book ai didi

java - 解析 hbm 文件时出现连接超时错误

转载 作者:行者123 更新时间:2023-12-01 13:59:38 26 4
gpt4 key购买 nike

我在打开 hbm 文件时遇到这个奇怪的问题。我正在使用 hibernate3.jar。我还验证了类路径中只有一个 hibernate3.jar 并且它包含 hibernate 映射 dtd 文件。

我尝试将代码和异常放在这里,但 StackOverFlow 引擎不断抛出一些错误。代码和异常在 [link] https://forum.hibernate.org/viewtopic.php?f=1&t=1029004 中给出.

我还尝试指定 docBuilder.setEntityResolver(new DTDEntityResolver());

我通过 Apache Ant 并在代理后面运行它。任何指示将不胜感激。

谢谢

最佳答案

将代理值设置为导出

ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" 

没用。因此,我按照 ant 文档中的规定在 Ant 的构建文件中设置了代理值,并且它起作用了。

<property name="proxy.port" value="80"/>
<property name="proxy.user" value=""/>
<property name="proxy.pass" value=""/>

关于java - 解析 hbm 文件时出现连接超时错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19414005/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com