
Oracle ADF
文章平均质量分 69
iteye_10119
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
row key null cannot find or invalidate its owning entity
oracle.jbo.InvalidOwnerException: JBO-25030: Detail entity Td**** with row key null cannot find or invalidate its owning entity. at oracle.jbo.server.EntityImpl.internalCreate(Ent...原创 2015-11-26 16:46:04 · 316 阅读 · 0 评论 -
ADF Model ViewObject findByViewCriteria
findByViewCriteria RowIterator findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode) Finds and returns View ro...原创 2014-10-22 14:12:48 · 173 阅读 · 0 评论 -
Overriding postChanges() to Control Post Order
错误: oracle.jbo.DMLConstraintException: JBO-26048: Constraint "Td_Parent_Id_FK" violated during post operation: "Insert" using SQL Statement 原因: When the TdChild row is inserted, the ...原创 2015-02-16 15:13:57 · 182 阅读 · 0 评论 -
JBO-25014: RowInconsistentException
现象: 在ADF中新建或者更新数据的时候,进行连续的Commit操作,会出现JBO-25014异常 异常原因: 在 比较EO Cached Entity与数据库中的值的时候,出现不一致。也就是在ADF的Commit操作后,数据库中的数据被其他操作修改了,这种情况会出现在数据库端使用了 Trigger的时候;另一种情况是,EO中的Attribute使用了用户自定义的domain-t...原创 2015-03-05 16:06:28 · 244 阅读 · 0 评论 -
java.lang.IllegalStateException: The expression "#{bindings}" evaluates to "null
java.lang.IllegalStateException: The expression "#{bindings}" evaluates to "null" The reason is that the pagedef doesn't have a reference to the taskflow. or the bindings does not have the re...原创 2015-05-04 11:28:57 · 134 阅读 · 0 评论