org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘openplantSessionFactory’ defined in file [F:\java\tomcat-6.0.18-temp\webapps\sis\WEB-INF\classes\spring\applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.PropertyNotFoundException: Could not find a getter for userId in class com.magus.etl.entity.EtlUser
没写属性的get/set方法,或者属性名和xxxx.hbm.xml里不一致,一定要仔细检查.
注意属性名首字母不能大写!!!