Eclipse Indigo没有找到log4j.xml和hibernate.cfg.xml

时间:2011-11-16 19:23:25

标签: eclipse classpath hibernate.cfg.xml

我正在使用Eclipse indigo(3.7)

我在“src”文件夹下添加了一个hibernate配置文件和一个logger配置文件。

应用程序运行但是当我尝试打开服务器连接时,我得到:

log4j: Trying to find [log4j.xml] using context classloader     org.eclipse.core.runtime.internal.adaptor.ContextFinder@1787005.
log4j: Trying to find [log4j.xml] using     org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@183e895 class loader.
log4j: Trying to find [log4j.xml] using ClassLoader.getSystemResource().
log4j: Trying to find [log4j.properties] using context classloader org.eclipse.core.runtime.internal.adaptor.ContextFinder@1787005.
log4j: Trying to find [log4j.properties] using org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@183e895 class loader.
log4j: Trying to find [log4j.properties] using ClassLoader.getSystemResource().
log4j: Could not find resource: [null].
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.annotations.Version).
log4j:WARN Please initialize the log4j system properly.
Hibernate Exception: hibernate.cfg.xml not found

我在其他具有相同结构的项目中没有任何问题。 应用程序是RCP(富客户端平台)。 我需要知道的是如何确保Eclipse正确地将“bin”和“source”文件夹添加到类路径中!! 如果我用目录透视图查看项目,我会看到“bin”文件夹下面的文件!!

我认为由于第一个问题,hibernate无法找到theri配置文件!

有什么想法吗? 最佳Reagards

0 个答案:

没有答案