已采纳回答 / 东半球非著名程序员
在<action name="product_*" class="productAction" method="{1}">中class属性里应该写入productAction的完整包路径。
2016-12-30
已采纳回答 / 慕粉3722567
<!-- 配置Action的类 --> <bean id="productAction" class="action.ProductAction" scope="prototype"> <!-- 手动注入Service --> <property name="priductService" ref="productService"></property> </bean> <!-- 配置业务层的类...
2016-12-16
已采纳回答 / OMEPiGaPiGa
如果直接用Hibernatr Template,那是不是需要先set?而且也无法避免的需要使用到session。 但是如果在dao中注入了sessionFactory直接就可以把setHibernatr Template 省了.而且
2016-12-07
已采纳回答 / 慕田峪2535850
版本 尽量就行了 可以用就行了
已采纳回答 / 锵锵枪掌柜
ids for this class must be manually assigned before calling save():说你的id必须要设置了才能执行存储。应该是在Product.hbm.xml里面看一下pid下面配了<generator class="native"></generator>或者是increment什么的生成器没。
已采纳回答 / 流月汐志
Service类中,ProductDao.save(product);ProductDao小写productDao,你这是类名调用了。
已采纳回答 / 慕粉奋斗
你这个是数据库连接失败造成的吧,建议检查数据库连接语句