将hibernate从3升级到4时,在替换.jar文件并用新的替换某些折旧方法之后,某些软件包会出现以下错误:
1. error: package org.hibernate.impl does not exist
[javac] import org.hibernate.impl.SessionImpl;
2. error: package org.hibernate.impl does not exist
[javac] import org.hibernate.impl.SessionFactoryImpl;
3. error: package org.hibernate.jmx does not exist
[javac] import org.hibernate.jmx.StatisticsService;
为什么会出现此错误?这些软件包是否也在hibernate 4.3.5中折旧。 ?
Pls Suggest.Thanks。