每次在某个方法上运行编程时,都会发生此错误:
我更新tomee.xml
,其中包括dataSource,我可以确保所有此dataSource都可以连接;
jndi.propertites
可以在context.xml
此方法:
public final T load(String pk) {
Class entityClass = ReflectUtils.getSuperClassGenricType(this.getClass(), 0);
return (Domain)this.getSessionFactory().getCurrentSession().get(entityClass, pk);
}