Problems in modifying Oracle page (.xml)

We need to add an item to the page /oracle/apps/pos/home/webui/PosHomeMainPG.
We cannot do this using personalization, as there are no create items defined by Oracle. All the create items are for the tables in this page.
We found webui/PosHomeMainPG.xml on the server. We added an item ( URL Link/ text ) using Jdeveloper. We imported the page using java XMLImporter. We copied the new page to existing location too.
We can see the item in the personalization Structure under personalize Region. But it is not displaying on the page.
Are we missing any steps here ?

Basically, if you are modifying any standard file, and that file is included in some patch provided by oracle. all ur changes will be lost because patchset file will replace the existing file, Try to follow extension concept described in Developers Guide. You will need to create items dynamically in your case, by extending the controller. Even controller extension is not recommended by Oracle, but as of now its safe for upgrade.
--Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Problem of modifying dp-providers.xml file

    did it must run "dpadmin list" command first before run "dpadmin modify" command on the modified dp-providers.xml file(or other xml files)?
    I run "dpadmin list" command first,then edit the xml file and run "dpadmin modify" command .now,the demo portal can't display conrrectly.why?
    Thans for your help

    set logging to message in the
    AMConfig.properties. Then take a look at the debug logs in /var/opt/SUNWam/debug/desktop.debug
    that should give you information on whats going on ..
    alternatively you can also paste the logs here ..

  • Problem Transforming modified in-memory XML doc

    In a web app, I'm using javascript to load an XML document and an XSL stylesheet. The XML data is presented in html with <input> tags to allow the user to modify the in-memory XML document. Whenever a user modifies the data, the in-memory XML document is modified accordingly, a xslt processor object is created using the in-memory stylesheet, the XML is transformed via XSL and the updated XML data is again presented in html with <input> tags, etc., etc.
    This is working fine when the user initially loads the page, and after the user performs any action that deletes content {i.e. nodeToDelete.parentNode.removeChild(nodeToDelete);}. However, I cannot get the html transform of the modified XML to work when the user adds content { var newElement = myXmlDoc.createElement('tag'); ... parentNode.appendChild(newElement);}. Using alert boxes I can see that the in-memory XML document is being modified correctly when you both delete and add content, but upon xsl transformation, only changes that delete content are being reflected in the resultant html. This is very confusing..
    At present, I am stumped and not sure how to proceed. I'm hoping someone out there may have encountered this problem previously and has a solution, or can tell me what I'm doing wrong. Thanks in advance for any help.

    In a web app, I'm using javascript to load an XML document and an XSL stylesheet. The XML data is presented in html with <input> tags to allow the user to modify the in-memory XML document. Whenever a user modifies the data, the in-memory XML document is modified accordingly, a xslt processor object is created using the in-memory stylesheet, the XML is transformed via XSL and the updated XML data is again presented in html with <input> tags, etc., etc.
    This is working fine when the user initially loads the page, and after the user performs any action that deletes content {i.e. nodeToDelete.parentNode.removeChild(nodeToDelete);}. However, I cannot get the html transform of the modified XML to work when the user adds content { var newElement = myXmlDoc.createElement('tag'); ... parentNode.appendChild(newElement);}. Using alert boxes I can see that the in-memory XML document is being modified correctly when you both delete and add content, but upon xsl transformation, only changes that delete content are being reflected in the resultant html. This is very confusing..
    At present, I am stumped and not sure how to proceed. I'm hoping someone out there may have encountered this problem previously and has a solution, or can tell me what I'm doing wrong. Thanks in advance for any help.

  • Certain Oracle pages not able to be accessed

    For past few days I am not able to open any document from Oracle.com for e.g.http://www.oracle.com/technology/documentation/bi_se1.html and getting the error
    "Oops! this link appears broken"
    and also cant reach the pages of blogs as i am getting error as
    "This webpage is not available.
    The webpage at http://blogs.oracle.com/xmlpublisher might be temporarily down or it may have moved permanently to a new web address."
    Is there any problem with these Oracle pages. When will this get fine.
    Cheers!
    Vishnu T Ramakrishnan

    Same here. Can't access iTunes. Also, when I try to open the App Store all I see are the selections at the bottom but the screen is white. However, I can select Genius and view the images for the suggested apps, but clicking on any just results in a white screen again.
    The problem with the App Store started earlier today when I was installing a few updated apps. Like you, I'm using an iPhone 4S with iOS 6. I've tried quitting the app and also shutting down and restarting the iPhone. I've also tried syncing with iTunes on my MacBook Pro with no success. Next step is to re-install the app, once I figure out how.
    John

  • Modifying the Seeded oracle Page's search region

    I have a situation where i need to add one more search field in my open Requirements page in Oracle PRM. This "Open Requirements" Registered as function in oracle with akRegionCode parameter. I found region.xml and able to find the map between region code and the path where the original xml is stored. but my issue is i'm trying to copy the original Page XMl file to MYrequire.xml and modified the search region there to add one more field for search.and also i paced this xml in the same location as other one. but how to get this new custom XML work. i tried modifying regionxml file's region code to poing this new xml i have created but no luck. it still bringing the OLD one. So can you please help me here so that i can address our requirement.

    user626393,
    You need to be more detailed. Is it a simple search page or are you talking of the LOV window? What is the seeded function call? Is the new search field part of the seeded VO?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do you modify the web.xml to lock down the pages from a user role

    how do you modify the web.xml to lock down the pages from a user role

    I'll make a stab at your question:
    The following is an example of where a URL is protected within a web.xml deployment descriptor. In this example, the URL /protectedA within the application is protected:
    <!-- security constraints -->
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>protectedA</web-resource-name>
    <url-pattern>/protectedA</url-pattern>
    </web-resource-collection>
    <!-- authorization -->
    <auth-constraint>
    <role-name>sr_developer</role-name>
    </auth-constraint>
    </security-constraint>
    Sun's explaination here:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security4.html

  • Problem for using oracle xml parser v2 for 8.1.7

    My first posting was messed up. This is re-posting the same question.
    Problem for using oracle xml parser v2 for 8.1.7
    I have a sylesheet with
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">.
    It works fine if I refer this xsl file in xml file as follows:
    <?xml-stylesheet type="text/xsl" href="http://...../GN.xsl"?>.
    When I use this xsl in pl/sql package, I got
    ORA-20100: Error occurred while processing: XSL-1009: Attribute 'xsl:version' not found in 'xsl:stylesheet'.
    After I changed name space definition to
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> in xsl file, I got
    ORA-20100: Error occurred while processing: XSL-1019: Expected ']' instead of '$'.
    I am using xml parser v2 for 8.1.7
    Can anyone explain why it happens? What is the solution?
    Yi

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    Element's dont have text content, they [b]contain text node children.
    So instead of trying to setNodeValue() on the element, construct a Text node and use the appendChild method on the element to append the text node as a child of the element.<HR></BLOCKQUOTE>
    Steve,
    We are also creating an XML DOM from java and are having trouble getting the tags created as we want. When we use XMLText it creates the tag as <tagName/>value rather than <tagName>value</tagName>. We want separate open and close tags. Any ideas?
    Lori

  • Issue in running a 9i version Page XML in 10g JDeveloper

    Hi
    In our 11i to R12 upgrade project we are trying to run our custom 9i version Page XMLs in 10g JDeveloper. We imported the JPR itself in 10g Jdeveloper and it did conversion while loading. But when we tried to run the pages we are getting
    java.lang.NullPointerException
         at oracle.apps.fnd.framework.webui.OASlideMenuUtil.prepareNavAndFavList(Unknown Source) error.
    We found out that it is because of the missing "Navigation and Favorites options" that comes along with R12 version pages. We confirmed it by creating a new page in 10g Jdev and copy pasted all the regions from the old page to the new page. It is working fine. Now the doubt i have is,
    Wont 10g Jdev take care of this during the conversion of the Page XMLs and Java files? Or am i missing any big part here.
    Tried searching with keywords, tags but dint help. Kindly refer if you have any links or thoughts.
    Thanks,
    Praveen.

    This can be caused by the 'Function Name' attribute on the page layout region being NULL but with the XML tag still in the page XML i.e.:
    <oa:pageLayout id="PageLayoutRN" amDefName="xxjlp.oracle.apps.fnd.por.econtent.server.EContentAM" windowTitle="Portal Guidance Documents" title="Portal Guidance Documents" controllerClass="xxjlp.oracle.apps.fnd.por.econtent.webui.GuidanceDocSumCO" function="">
    Check the page you are forwarding to either has a valid value for 'Function Name' or ensure that this tag is removed from the page XML by clicking the 'Set to default' button on the component pallet toolbar.
    This is normally caused when a value was added by the developer then removed by highlighting the value and hitting delete.  This action keeps the tag in the XML file.  You should use the 'Set to default' button which will remove the tag completely.

  • Oracle.bali.xml.model.XmlInvalidOnCommitException!!!!!!!!

    Hi,
    I am getting below error when I try to drag and drop the adf-task-flow in to my .jspx page. Here the taskflow contains single page fragment. please help.
    ERROR:
    oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Element taskFlow not expected [ node = taskFlow ]
    <executables>
    <taskFlow id="userMgmtflowdefinition1" taskFlowId="/WEB-INF/userMgmt-flow-definition.xml#userMgmt-flow-definition" />
    </executables>
    at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3669)
         at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3577)
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2825)
         at oracle.bali.xml.model.XmlContext.precommitTransaction(XmlContext.java:1166)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1653)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1684)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2898)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:586)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:556)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:469)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:208)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:103)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.runTaskUnderTransaction(JDevTransactionManager.java:43)
         at oracle.adfdt.view.rich.region.util.RegionCreationUtil._createRegion(RegionCreationUtil.java:216)
         at oracle.adfdt.view.rich.region.util.RegionCreationUtil.createRegion(RegionCreationUtil.java:90)
         at oracle.adfdtinternal.view.rich.region.transform.RegionDocFragInfo.constructRegionDocumentFragment(RegionDocFragInfo.java:132)
         at oracle.adfdtinternal.view.rich.region.transform.RegionDocFragInfo.getData(RegionDocFragInfo.java:83)
         at oracle.bali.xml.model.datatransfer.operation.CreateFromFragmentOperation$1.performTask(CreateFromFragmentOperation.java:52)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:172)
         at oracle.bali.xml.model.datatransfer.operation.CreateFromFragmentOperation.apply(CreateFromFragmentOperation.java:42)
         at oracle.bali.xml.model.AbstractModel.performOperationAction(AbstractModel.java:244)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:36)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.mas$actionPerformed(DropMenuInvoker.java:225)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy$1.run(DropMenuInvoker.java:245)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Page source:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document binding="#{backingBeanScope.backing_app_demo.document1}"
    id="document1">
    <af:form binding="#{backingBeanScope.backing_app_demo.form1}" id="form1">
    <af:pageTemplate viewId="/templates/pageTemplate.jspx">
    <f:facet name="top-left"/>
    <f:facet name="top-center"/>
    <f:facet name="top-right"/>
    <f:facet name="center">
    <af:panelSplitter binding="#{backingBeanScope.backing_app_demo.panelSplitter1}"
    id="panelSplitter1">
    <f:facet name="first"/>
    <f:facet name="second"/>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="bottom-left"/>
    <f:facet name="bottom-center"/>
    <f:facet name="bottom-right"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_app_demo-->
    </jsp:root>
    please help me this is really urgent
    -kln

    Hi,
    How did you resolve this issue? I am also facing the same issue.
    Regards
    Bhaskar

  • Jsf problem go from jsp page to another jsp in new window

    I’ve two jsp pages attendReport.jsp and printAttendReport.jsp
    attendReport.jsp contains inputs for attend duration and employee id and command button “view” to view attendance data entered employee during entered duration inside the same page(this work very good)
    the problem is the same page includes another command button “print” its job is to get the same data but view them in the second page printAttendReport.jsp in another window in order to print the data in some suitable format , but the print button opens attendReport.jsp instead of printAttendReport.jsp and does not hold the inputs else if I set <managed-bean-scope> to session not request which cause caching data , please help me if you to solve this problem
    and here the related lines of code
    <faces-config >
    <managed-bean>
    <managed-bean-name>attendReportBean</managed-bean-name>
    <managed-bean-class>csc.attend.bean.AttendReportBean</managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
    </managed-bean>
    <navigation-rule>
    <from-view-id>/attend/attendReport.jsp</from-view-id>
    <navigation-case>
    <from-action>#{AttendReportBean.attendReport}</from-action>
    <from-outcome>attendReport</from-outcome>
    <to-view-id>/attend/attendReport.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    <navigation-rule>
    <from-view-id>/attend/attendReport.jsp</from-view-id>
    <navigation-case>
    <from-action>#{AttendReportBean.printAttendReportAction}</from-action>
    <from-outcome>printAttendReportAction</from-outcome>
    <to-view-id>/attend/printAttendReport.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    </faces-config> // here is managed bean code
    public class AttendReportBean {
    // data , getters and setters
    init();
    //Preload in initialization block.
    public void init() {
    // initialize data
    public String attendReport() {
    // code to get attend data to go to view page(same page) it is ok
    return "attendReport"; // Navigation case.
    public static String getRequestParameter(String name) {
    return (String) FacesContext.getCurrentInstance().getExternalContext()
    .getRequestParameterMap().get(name);
    public void printAttendReportListener(ActionEvent event) {
    String fromYearStr = getRequestParameter("fromYearAtt");
    System.out.println("fromYearStr = "+fromYearStr);
    // try to get inputs through ActionListener but it gives me null
    public String printAttendReportAction() {
    // code to get attend data to go to print page(another page in new //window) but inputs come in default values
    return "printAttendReportAction"; // Navigation case.
    }attendReport.jsp
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    //title . styles and validations //
    </head>
    <body>
    <h:form id="attendReportForm">/the form tag appear in running source as <form id="attendReportForm" method="post" action="/newdiwan/faces/attend/attendReport.jsp" enctype="application/x-www-form-urlencoded" >
    i.e. it always submit to attendReport.jsp page
    / some inputs and outputs /
    <h:commandButton onclick="return check();" id="view" action="#{attendReportBean.attendReport}" value="" styleClass="linksNumBlue" />//it works good/
    // some outputs to view data /
    <h:commandLink immediate="true" id="printLink" value="" action="#{attendReportBean.printAttendReportAction}" actionListener="#{attendReportBean.printAttendReportListener}" target="_blank" styleClass="linksNumBlue">
        <f:attribute  name="fromYearAtt" value="2009" />
        <f:attribute  name="fromMonth" value="01" />
       <f:attribute  name="toYear" value="2010" />
       <f:attribute  name="toMonth" value="06" />
    </h:commandLink>//this has two problems 1)submit to attendReport.jsp not printAttendReport.jsp which I want to go to.
    //2)does not get the inputs but return the default values only /
    </h:form></body></html></f:view>I use libraries { jsf-api.jar , jsf-impl.jar , jstl-1.1.0.jar and tomahawk-1.1.6.jar } and deploy on tomcat 6.0
    I’m sorry for the prolongation, please help me if you can
    Edited by: alynoor on Jul 8, 2010 1:51 AM
    Edited by: alynoor on Jul 8, 2010 1:55 AM

    my problem solved 1- i use 2 managed bean , one of request scope (used in attendReport.jsp ) and the other with session scope (used in printAttendReport.jsp)
    2 - add new jsp contains the h:commandLink of the print (attendReportPrintAction.jsp)
    3 - divide the view of attendReport.jsp to two subviews (each subview has its own form) one contains inputs and outputs of attend and the other contains include to (attendReportPrintAction.jsp)
    <%@ include file="attendReportPrintAction.jsp" %>
    4 - send and get parameters using two methods
                public static Object getSessionMapValue(String key) {
                   return FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get(key);
                public static void setSessionMapValue(String key, Object value) {
                   FacesContext.getCurrentInstance().getExternalContext().getSessionMap().put(key, value);
                }faces-config.xml
       <managed-bean>
          <managed-bean-name>attendReportBean</managed-bean-name>
          <managed-bean-class>csc.attend.bean.AttendReportBean</managed-bean-class>
          <managed-bean-scope>request</managed-bean-scope>
       </managed-bean>
        <managed-bean>
          <managed-bean-name>print_attendReportBean</managed-bean-name>
          <managed-bean-class>csc.attend.bean.AttendReportBean</managed-bean-class>
          <managed-bean-scope>session</managed-bean-scope>
       </managed-bean>
    <navigation-rule>  
        <display-name>viewReport</display-name>  
        <from-view-id>/attend/attendReport.jsp</from-view-id>  
        <navigation-case>  
            <from-action>#{AttendReportBean.attendReport}</from-action>
            <from-outcome>attendReport</from-outcome>  
            <to-view-id>/attend/attendReport.jsp</to-view-id>  
        </navigation-case>  
    </navigation-rule>
    <navigation-rule>  
        <display-name>printReport</display-name>
        <from-view-id>/attend/attendReport.jsp</from-view-id>  
        <navigation-case>  
            <from-outcome>printAttendReportAction</from-outcome>  
            <to-view-id>/attend/printAttendReport.jsp</to-view-id>  
        </navigation-case>  
    </navigation-rule>attendReportPrintAction.jsp
    <f:subview id="printAttendReportSubView" >
    <h:form id="printAttendReportForm" onsubmit="return check222();" >
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td width="11%">
                                    <table width="70" border="0" cellpadding="0" cellspacing="0">
                                        <tr>
                                          <td width="7" height="28"><img src="../images/B-left.gif" width="7" height="28" /></td>
                                          <td align="center" background="../images/B-bg.gif">
                                            <!--a href="printAttendReport.jsp" class="linksNumBlue" target="_blank" >&#1591;&#1576;&#1575;&#1593;&#1577;</a-->
    <h:commandLink id="printLink" value="&#1591;&#1576;&#1575;&#1593;&#1577;" title="&#1591;&#1576;&#1575;&#1593;&#1577;"  action="#{print_attendReportBean.printAttendReportAction}"   target="_blank"  styleClass="linksNumBlue">
                                        </h:commandLink>
                                            </td>
                                          <td width="7" height="28"><img src="../images/B-right.gif" width="7" height="28" /></td>
                                        </tr>
                                      </table>
                                      </td>
                                    <td align="right"> </td>
                                  </tr>
                                </table>
    </h:form>
    </f:subview>i hope this helps someone

  • Multiple DataControls - oracle.bali.xml.model.XmlInvalidOnCommitException

    I have an ADF BC/Faces application with 2 model projects, each having their own app module so I can connect to 2 different schemas for different pages. I am seeing multiple data controls appear in the DC palette - why? In DataBindings.cpx there are only 2 data controls.
    For example, I just added a new view to one AM. It appeared in the DC palette under a new DataControl (AppModuleDataControl3) instead of in the existing DataControl for that AM. When I dragged from the view to the page, I got "could not complete findOrCreateDataControlInApplication because it would result in an invalid document." The full error is below.
    The only unusual thing I can think of is that I am using AM configurations with JDBC DataSource for the connection type. My Jdev version is 10.1.3.3.
    oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Required attribute Configuration missing from element BC4JDataControl [ node = BC4JDataControl ]
    <dataControlUsages>
    <BC4JDataControl id="AppModuleDataControl" Package="com.guideworkstv.ibo.model" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" Configuration="AppModuleLocal1" syncMode="Immediate" />
    <BC4JDataControl id="WebStageAppModuleDataControl" Package="com.guideworkstv.ibo.webstagemodel" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" Configuration="WebStageAppModuleLocal1" syncMode="Immediate" />
    <BC4JDataControl id="AppModuleDataControl3" Package="com.guideworkstv.ibo.model.webstage.entities" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" syncMode="Immediate" />
    </dataControlUsages>
         at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3353)
         at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3264)
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2684)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1519)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1549)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2717)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:575)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:555)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:413)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:203)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.runTaskUnderTransaction(JDevTransactionManager.java:61)
         at oracle.adf.dt.managers.ApplicationManager.findOrCreateDataControlInApplication(ApplicationManager.java:572)
         at oracle.adf.dt.managers.IteratorManager.initializeIteratorBindingProperties(IteratorManager.java:419)
         at oracle.adf.dt.managers.IteratorManager.createIteratorInstance(IteratorManager.java:401)
         at oracle.adf.dt.managers.IteratorManager.findOrCreateIterator(IteratorManager.java:245)
         at oracle.adf.dt.dbpanel.DataBindingManager$2.run(DataBindingManager.java:965)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager$3.performTask(JDevTransactionManager.java:116)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
         at oracle.adf.dt.dbpanel.DataBindingManager.findOrCreateIteratorBinding(DataBindingManager.java:986)
         at oracle.adf.dt.dbpanel.DataBindingManager$1.run(DataBindingManager.java:1033)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager$3.performTask(JDevTransactionManager.java:116)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
         at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:1111)
         at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:996)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.createControlBinding(ADFBindingUtils.java:99)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFIteratorModelProvider.getTableBinding(ADFIteratorModelProvider.java:338)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFIteratorModelProvider.getIteratorBindingExpression(ADFIteratorModelProvider.java:83)
         at oracle.adfdtinternal.view.faces.binding.binder.ADFCustomTableBinder.bind(ADFCustomTableBinder.java:78)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._bindDocumentFragment(XmlBasedCreatorInfo.java:483)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.createDocumentFragment(XmlBasedCreatorInfo.java:257)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:76)
         at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:96)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:39)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.actionPerformed(DropMenuInvoker.java:235)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    This issue was caused by an import of a reusable library of business components which contained app modules. In the application where I maintain the BC library, I created app modules so I could verify the model before using it in other applications.
    From looking at the .jpx files for my models it appears that these app modules
    were imported as part of the library. So I removed the app modules and corrected my .jpx files.
    I'd suggest a note be added to the section about reusable BC libraries to make sure that any test app modules are excluded when jar files are generated.

  • ASP application has problems working with oracle database 8.1.7

    ASP application has problems working with oracle database 8.1.7 through both oracle ODBC driver and Microsoft ODBC driver
    We have an ASP application running on Windows 2000 server, and with 8.1.7 Net8Client and MDAC 2.6 SP1.
    The application worked fine with an Oracle 8.0.5 database.
    After upgrading oracle database to 8.1.7.0.0, our ASP application works fine except when updating the same data record more than once. The application is not saving our updates.
    We tested our application using Oracles ODBC driver v8.1.7.5.0
    and experienced more problems. We had problems just bring up our data entry pages. In either case, we are returned with some 505 errors in our browser, problems with the ASP pages and IIS, the page is not displaying.
    If anyone has some suggestions on how to fix my problem, please advise. Thanks in advance.

    thanks...i saw one article with this approach..but the document did not present the detailed process...do you have one? i am still searching for a good procedure to follow...since it is an old database and focusing/studying old versions like this is a pain in the a**... :(

  • Oracle and XML-DATA

    Hello,
    I have read the Oracle XML SQL Utility documentation and also
    the answer of Oracle team to Johnson Scott and as far as I
    understand, the XML that is produced from the database and
    loaded in it must verify a given DTD syntax.
    Is this DTD available somewhere ?
    What I have understood about XML Data of w3c is that it gives a
    way to describe the content of a database.
    What is Oracle position on that subject ?
    I do ask this question because we have at present an SGML file,
    with its own DTD that contains data we have to
    insert/delete/update in an Oracle Database.
    We are thinking of converting this SGML file in an XML file,
    with tools like OMNIMARK or BALISE, that could be easily
    integrated in the Oracle Database.
    We are looking for the best solution to our problem and think
    that Oracle tools like Oracle XML SQL, parserand Class generator
    could be really usefull.
    What do you think of this problem and of the solution we imagine
    Thanks for your help,
    Best regards,
    C     line.
    null

    Hello,
    I am actually studying the tools that Oracle offers to treat XML
    data.
    When reading the description of your products I can see two
    solutions to my problem.
    I remind it to you :
    I have an SGML file with its own DTD that contains data we have
    to insert/delete/update in an Oracle Database.
    I can imagine two solutions :
    1- one with Oracle IFs XML support :
    To use this one I have to convert my SGML DTD in an XML one
    (they should be very similar) and then write a program that
    would convert my SGML file in an XML one.
    Then create an Oracle iFS document descriptor that indicates how
    each part of my file should be stored in my Oracle database.
    2- an other one with Oracle XML SQL utility :
    To use this one I have to convert my SGML file in an XML file
    that is well-formed (i.e. that Oracle XMLSQL utility can
    understand).
    This convertion is much more difficult to do than the one I have
    described above.
    Are those two solutions correct ?
    If yes, which one is the best in your opinion ?
    Could you use XML Data with Oracle XML SQL utility ?
    Is the DTD you have defined for this tool compiliant with XML
    Data ?
    If not why ?
    I have not the tool from which I can get it but I would be
    interested by the description of this DTD which is the best way
    to see what I can do with this tool (and imagine a solution for
    update if it cannot be easily done).
    I would also be very interested in having the description of DTD
    for Oracle iFS document descriptor files (as far I have
    understood they are XML files) or an example of quite a complex
    one so that I can I an idea of how it cold fit to my problem.
    I have been really impressed by Oracle team very fast answer and
    thank you very much for your help.
    Regards,
    C     line.
    Oracle XML Team wrote:
    : LESCOP (guest) wrote:
    : : Hello,
    : : I have read the Oracle XML SQL Utility documentation and
    also
    : : the answer of Oracle team to Johnson Scott and as far as I
    : : understand, the XML that is produced from the database and
    : : loaded in it must verify a given DTD syntax.
    : : Is this DTD available somewhere ?
    : The output XML from the XML SQL Utility is in canonical form.
    : There is a commandline option to have the corresponding DTD
    : created on output.
    : : What I have understood about XML Data of w3c is that it
    gives
    : a
    : : way to describe the content of a database.
    : : What is Oracle position on that subject ?
    : The W3C Working Group charged with this tsk is the XML Schema
    WG
    : on which we are participating. Our position is supportive of
    : this effort.
    : : I do ask this question because we have at present an SGML
    : file,
    : : with its own DTD that contains data we have to
    : : insert/delete/update in an Oracle Database.
    : : We are thinking of converting this SGML file in an XML file,
    : : with tools like OMNIMARK or BALISE, that could be easily
    : : integrated in the Oracle Database.
    : : We are looking for the best solution to our problem and
    think
    : : that Oracle tools like Oracle XML SQL, parserand Class
    : generator
    : : could be really usefull.
    : : What do you think of this problem and of the solution we
    : imagine
    : Our current components will simplify your task. Currently,
    : update is a bit more of a problem than insert and delete and
    : would need to be handles at the application level for now.
    : Oracle XML Team
    : http://technet.oracle.com
    : Oracle Technology Network
    null

  • Extend a Standard Oracle Page

    Hi,
    Has anyone managed to extend a Standard Oracle Page. I have a requirement to extend Customers Online Page
    /oracle/apps/imc/ocong/party/organization/webui/ImcOrgOverview
    .. All I need to do is to add a new region in the page .
    I am able to achieve the result by modifying the exisitng page
    ImcOrgOverview and importing it . But I dont want to do that , as the solution wont last an upgrade .
    Any Suggestions?

    If your customer is on 11.5.10.2CU of OAFramework then they can extend an existing region or a new region in to a Oracle seeded page. You can use the personalization framework to add a new item 'flexibleLayout' and this will allow you to add a 'flexibleContent' under the flexibleLayout using personalization.
    When adding the 'flexibleContent' you need to set the extends property pointing the region which you want to extend.
    However you need to keep in mind that the region which you want to extend should work standalone otherwise you will run in to errors.
    You can find the relevant document on the framework personalization guide for CU2 and above in the create new item section.

  • URGENT! SEGV-errors when using Oracle C XML Parser for Solaris

    I often (not always) got SEGV-error with core dump when I use Oracle Oracle C XML Parser for Solaris. This Error is always got in the call of the the function xmlinit(...) with all params as NULL but the first required for the error code and the second which i assign a macro that evaluates to "US-ASCII". Does anyone knows about this problem?
    I am using a very short, wellformed and validated XML document.
    I would be very glad for some help about this!
    null

    Please provide a sample program along with the version number of the XML parser.

Maybe you are looking for