
ADF
文章平均质量分 53
qingqingxuelang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SOA动态选择不同的Domain Value Map文件方法
本文分两种情况叙述在SOA中同一个XSL Map文件使用Domain Value Map文件的方法。 1、Domain Value Map文件的常规用法 在项目集成实施中,采用DVM文件解决了不同系统间的值映射问题。 如证件类型的值: A系统往B系统同步时,通行证原创 2011-10-13 17:19:39 · 1016 阅读 · 1 评论 -
在ADF中调用带数组的存储过程
<br />背景:<br /> 有A、B、C三个表,分别对应的是AVO、BVO、CVO三个可更新的view object。<br /> AVO与BVO是主从关系,BVO与CVO是主从关系,CVO与AVO通过headId进行关联,CVO与BVO通过lineId关联<br /> 三者关系是AVO<-BVO<-CVO<br /> <br />需求:在对AVO做审核操作时,须将从表BVO对应的数据插入到CVO所在的表中,并修改AVO的状态。<br /> <br />需求分析原创 2010-10-29 10:56:00 · 1381 阅读 · 0 评论 -
使用Groovy表达式的应用(一):统计VO上金额的值
客户提出了一个要求:统计查询出来的结果集中金额字段,并显示在RichTable的状态栏上。按照以往的做法,会通过sql做sum统计。印象中记得前几天有看到过可以使用Groovy表达式进行字段的计算,今天就姑且试一试。首先在对应的VO上添加一个用于计算金额的字段,创建字段属性的过程套用官网的:In the Application Navigator, double-click the view object for which you want to define a transient attribute.原创 2010-08-05 18:21:00 · 1360 阅读 · 0 评论 -
Rollback button with the property 'immediate' set to 'true' doesn't rollback values from a task flow.
Applies to: Oracle JDeveloper - Version: 11.1.1.0.1<br />This problem can occur on any platform.<br /><br />Symptoms<br />Rollback button with the property 'immediate' set to 'true' doesn't rollback values from a task flow. The values outside the region原创 2010-08-04 11:25:00 · 831 阅读 · 0 评论 -
Groovy Samples (attribute validators,transient attribute value calculations,bind variable and attribute default values )
Groovy Samples (attribute validators,transient attribute value calculations,bind variable and attribute default values ) <br />In this post lets have Groovy samples.<br /><br />Groovy is a scripting language for the Java platform with Java-like syntax. Th原创 2010-08-03 13:29:00 · 2494 阅读 · 0 评论 -
org.xml.sax.SAXNotRecognizedException: SAX feature 'http://apache.org/xml/features/validation/dynamic' not recognized.
Problem: couldnt set dynamic validation featureorg.xml.sax.SAXNotRecognizedException: SAX feature http://apache.org/xml/features/validation/dynamic not recognized. Jdeveloper Version:11.1.1原创 2010-04-30 11:34:00 · 5124 阅读 · 1 评论 -
No j2ee modules detected in EAR archive
Problem:[09:29:23 AM] Deploying profile...[09:29:23 AM] #### Deployment incomplete. ####[09:29:23 AM] == ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.d原创 2010-04-26 11:36:00 · 1746 阅读 · 0 评论 -
Jdeveloper无法启动
2010年元旦收假回来第一天上班,Jdeveloper就无法启动,报错:Unable to create an instance of the java virtual machine。查阅了网络上的资料,最后修改下面的jdev.conf文件,将AddVMOption -XX:MaxPermSize=256M改成AddVMOption -XX:MaxPermSize=200M原创 2010-01-04 09:53:00 · 1640 阅读 · 0 评论 -
解决ADF中记录锁的问题
使用adf开发应用程序,很容易出现记录锁定的问题,下面是我总结的几种情况以及相应的解决办法。 一、情景描述: 1. adf中,当一个用户编辑一条记录的时候,锁定了当前记录,commit或者rollback的时候释放。这个时候如果另外一个用户试图修改本条记录的话,会报 “JBO转载 2011-10-09 18:22:20 · 864 阅读 · 1 评论