Java版 - seam的examples里面的配置问题:感觉README里面少东西了, |
|
|
|
|
|
q*********u 发帖数: 280 | 1 引入了一个 blog的例子,
应该是把所有的jar都包括了,但是搞不懂,为什么数据库的建表,一点没有找到有生
成的代码。
自己手动建表或者直接hibernate写几句把表建起来,应该没问题,感觉就是怪。
像这种好多年的例子,应该不会让用户自己看源代码,再根据逻辑来推论建表吧?
有.sql的文件,都是insert语句。没有create语句,
前几天看见有版上说seam自带例子的帖子。
另外我有这么些个异常,居然google搜不到类似错误,搞笑了。
org.jboss.seam.InstantiationException: Could not instantiate Seam component:
indexerService
Caused by: java.lang.RuntimeException: exception invoking: getTransaction
Caused by: javax.naming.NamingException: Cannot create resource instance
看上去像是很常规的异常,关键字很清晰,但是还是不太好查,请各位提示一下。 | k****u 发帖数: 133 | 2 You don't need to create DB tables manually for these examples. They use
hibernate, which can create/update DB schema according to your EJB 3 entity
mapping. | q*********u 发帖数: 280 | 3 多谢。这两天基本搞出来了
You don't need to create DB tables manually for these examples. They use
hibernate, which can create/update DB schema according to your EJB 3 entity
mapping.
【在 k****u 的大作中提到】 : You don't need to create DB tables manually for these examples. They use : hibernate, which can create/update DB schema according to your EJB 3 entity : mapping.
|
|
|
|
|
|
|