applicationContext.xml 如下
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:lang="http://www.springframework.org/schema/lang"
...
- 05:51
- 浏览 (321)
- 评论 (1)
读了java persistence in hibernate的第二章,当然要调试一下ejb3的helloword的例子,怎么着也要看看ejb3中是怎么搞ejb 3 entity bean +jpa通过hibernate 的entity manager和hibernate结合在一起。
废话说了一堆,下面是怎么干:
先去http://www.hibernate.org/400.html去下helloword,
然后展开,进目录
开个窗口敲ant startdb ,打开了HSQL
在开个窗口敲 ant run ,按说应该出hello word了,
可惜出错了,一个错误信 ...
- 01:06
- 浏览 (386)
- 评论 (0)







评论排行榜