JDeveloper 10.1.2.0.0 (build 1811) Bug?!?

Hi
I'm facing the strangest thing. I have a piece of code that insert a new row in table, this code in JDeveloper 9052 works fine (inserts one row) but when I migrated to JDeveloper 10.1.2, the same code insert two rows instead of only one row!!!
How can this be? the code is as follows:
row2Insert = perfisVO.createRow();
row2Insert.setAttribute("Nome", sPerfilNome);
row2Insert.setAttribute("PerfilWorkflow", sPerfilWF);
perfisVO.insertRow( row2Insert );
getTransaction().commit();
when I call the commit method, I go to the table and I see two identical rows instead of just one.
Thanks in advanced

Vitor,
I tried to reproduce your problem in 10.1.2 Build 1811 with a simple DeptView with a test program that looks like:
package test;
import oracle.jbo.ApplicationModule;
import oracle.jbo.Row;
import oracle.jbo.ViewObject;
import oracle.jbo.client.Configuration;
import oracle.jbo.domain.Number;
public class Class1  {
  public static void main(String[] args) {
    String        amDef = "test.TestModule";
    String        config = "TestModuleLocal";
    ApplicationModule am =
    Configuration.createRootApplicationModule(amDef,config);
    ViewObject vo = am.findViewObject("DeptView1");
    Row r = vo.createRow();
    vo.insertRow(r);
    r.setAttribute("Deptno", new Number(99));
    r.setAttribute("Dname","NewOne");
    am.getTransaction().commit();
    Configuration.releaseRootApplicationModule(am,true);
}And I only see a single row added to my DEPT table after running this, both in 9.0.5.2 and 10.1.2.
Can you clarify how your testcase is different? If you have a reproducible simple test case, I'd recommend opening a TAR with worldwide support so they can investigate to see what the cause might be.

Similar Messages

  • JDev 10g build 1811 Bug

    I follow viewlet whitch provided from oracle ADF.
    But I cann't make Business Components Diagram with this Error. My OS is Window XP and I use JDev full version.
    java.lang.NoClassDefFoundError: oracle.bm.uml.metamodel.MMModelElement
         at oracle.bm.addinUtil.ModelWizard.buildAndTestUrl(ModelWizard.java:272)
         at oracle.bm.addinUtil.ModelWizard.invoke(ModelWizard.java:458)
         at oracle.ide.WizardManager.invokeWizard(WizardManager.java:484)
         at oracle.ide.WizardManager$1.run(WizardManager.java:538)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Hi Larry,
    Thanks a lot for bringing to our notice. I will test it and report it to appropriate team, so that it gets fixed.
    Regards,
    Vijay Venkataraman

  • JDeveloper 10.1.2.0(build 1811): DataAction problem in struts-config

    I've created several data pages (with JHeadstart). With data of one of those pages I must do some calculation and then display the results in another page. I create an DataAction in which I dropped the method that does the calculation. JDeveloper created an UIModel.xml for the DataAction but I had to set the values of the parameters in struts (property inspector). No java file involved. Then I created the Forwards to and from my DataAction. Everything worked nice. So I saved the struts-config.xml and checked it in into PVCS Version Manager. The next day I took all the files of my project from VM and run JHS again. Strut-config is not overwritten, but updated; it looked OK. However when I tested the flow from the first page to the other, the method is not executed but the second page is displayed.
    If I drop the method again in the data action (and set all parameters and the resultlocation to the proper values) everything is working again. It can't be that this again dropping of a method is the way we should work with struts containing data actions!
    The[b] problem is not that the data action has changed into an icon of a datapage with a yellow exclamation mark icon (Re: 10.1.2 Struts Bug? in fact nothing is changed at all. The problem is that the method is not executed.
    The dataAction in the struts_config source - as it was before I checked it in into VM and after checking out:
    <action path="/invokeCalcDownTree" className="oracle.adf.controller.struts.actions.DataActionMapping" type="oracle.adf.controller.struts.actions.DataAction" name="DataForm">
    <set-property property="modelReference" value="invokeCalcDownTreeUIModel"/>
    <set-property property="methodName" value="invokeCalcDownTreeUIModel.calculateDownstreamTree"/>
    <set-property property="resultLocation" value="${sessionScope.currentDownTraceId}"/>
    <set-property property="numParams" value="6"/>
    <set-property property="paramNames[0]" value="${data.TT_DownstreamUIModel.TT_DownstreamId}"/>
    <set-property property="paramNames[1]" value="${data.TT_DownstreamUIModel.TT_DownstreamProductiepartij}"/>
    <set-property property="paramNames[2]" value="J"/>
    <set-property property="paramNames[3]" value="1"/>
    <set-property property="paramNames[4]" value="RO"/>
    <set-property property="paramNames[5]" value="-1"/>
    <forward name="success" path="/StartTT_DownTree.do"/>
    </action>
    Kind regards,
    Josée Vervaart
    ICT Solutions, Deventer

    The problem was not Version Manager itself but working with Version Manager:
    our policy is only check-in those which are not generate by JHS and those which are customized in JDeveloper (not anymore generated) i.e. check-in the business components, view objects, application structure and a few UNIX's and UIModel-files etc.
    I had to do the first modification in the struts-config: adding a DataAction.
    I checked in the UIX's and UIModel-files of the calling and called page, the UIModel of the DataAction, the struts-config.xml, and later on also the StrutsPageFlow.oxd_struts and modelers.map. Today we saw that the databindings.cpx file must be checked in too.

  • While deploying BPEL Process through JDeveloper 10.1.3.2 the BUILD FAILS

    While deploying a BPEL Process through JDeveloper 10.1.3.2 it says :-
    BUILD FAILED
    D:\Development_mywork\MemoApplication\Memo\MemoProcess\build.xml:79: A problem occured while connecting to server "boomidevp.alshaya.com" using port
    "7778":
    ### Steps to Reproduce ###
    The Connections Tab, Application Server details are as follows :-
    Type Tab :-
    Connection Type :- Oracle Application Server 10g 10.1.3
    Authentication Tab :-
    UserName :- oc4jadmin
    Password :- bpel123
    Connection Tab :-
    Connect to :- Single Instance
    Host Name :- 172.16.100.85
    OPMN Port :- 6004
    OC4J Instance Name :- oc4j_soa
    The Test was successful.
    The Integration Server details are as follows :-
    Connection Tab :-
    App. Server :- Same thing created earlier.
    Host Name :- 172.16.100.85
    Port Number :- 7778
    The Test Connection was successful.
    After the above steps, went to Application Navigator Tab and tried to Deploy a BPEL Process.
    While deploying this BPEL Process through JDeveloper 10.1.3.2 it says :-
    BUILD FAILED
    D:\Development_mywork\MemoApplication\Memo\MemoProcess\build.xml:79: A problem occured while connecting to server "boomidevp.alshaya.com" using port
    "7778":
    Alshaya eGroup Business Solutions Team
    www.alshaya.com

    Disable your proxy settings in JDeveloper.
    Marc

  • Error: java.lang.NoClassDefFoundError in Jdeveloper 9.0.5.2.(Build 1618)

    Error: java.lang.NoClassDefFoundError org.apache.struts.taglib.BaseHandlerTag
    Hi,
    We are using Jdeveloper10g version 9.0.5.2(Build 1618) as our IDE. We have a struts based controller architecture in our project. So we frequently use struts tags in our jsp pages. The application is working fine but sometimes when i do some changes in one of or a number of the jsp files in Jdeveloper , after recompiling i get the above error in number of jsps though i haven't touched those jsps at all.
    I found a work around for this problem by just shutting down the Jdeveloper and again starting it.
    It gives such kind of errors for only stuts based tag containing jsps.
    Do anybody has any solution for this persistent problem.
    My whole team is facing this problem.
    With Warm Regards,
    Datta.

    No anyone knows?

  • Upgrade from 10.1.2 build 1811 to 10.1.2.1 build 1913

    I was having some build issues in 10.1.2 and downloaded 10.1.2.1 this morning. According to the instructions I could find, I created a new directory (OraBPELPM_2) and extracted all files into it. I started the application using C:\OraBPELPM_2\jdev\gin\jdevw.exe. The first time it came up it asked about migrating from another version. I pointed it to the appropriate 10.1.2 directory, answered "yes" to all options and brought up the IDE. When I double click on the bpel file in the "Applications - Navigator" pane I get the source code, but no graphical representation. When I right click on the project I do not see a "deploy" option.
    Are there steps I missed? Is there a document that describes the exact steps required for someone who is new to the applicaiton?
    Thanks!

    Hi,
    I think that is is hard to ewxplain why it happened as you describe it. If it was reproducable, one would be able to talk about a defect, but since it isn't I thik you will have to live with it. If ever it can be reproduced, let us know.
    Oracle JDeveloper 10.1.3 comes with a lot of new functionality and coding features. Once production you wont want to go back to 10.1.2 after trying 10.1.3
    Frank

  • Is the JDeveloper 11.1.1.0.0 Build 5156 still available anywhere

    After downloading and installing the 5188 build of JDeveloper, different pieces of my program stopped working. All related to DVT graphs and timeSelector's. Therefore I was wondering where I could download the 5156 build at since the JAR's that shipped with it work fine for me. I will have to isolate the underlying problem later, but for now I just need a working program.
    Thanks,
    David

    Irrelevant now as 11.1.1.3.0 is working.

  • ADF: JDeveloper 11.1.1.0.1 build 5188, RichPanelDashboard

    Hi,
    I am a frequent user, first time poster ;-) (So please go easy on me).
    I have found a reference to this ADF faces rich component on the following link:
    http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e10684/oracle/adf/view/rich/component/rich/layout/RichPanelDashboard.html
    However, I can't see the implementation of this in the version of JDeveloper I am running, which I believe it is the latest build:
    Build JDEVADF_MAIN.BOXER_GENERIC_081203.1854.5188
    Can any guru shed the light on this component, and please if you know if that component will make a debut, or was it removed.
    Just for background I am looking into a component drag and drop, and this component seem promising with rendering a re-order components.
    Looking forward to any replies.

    Hi Frank,
    Appreciate your answer, I have to admit thought that the ADF Rich-client demo have provided me good answers on how to handle component DnD, but apparently the RichPanelDashboard is making it easier.
    Thanks for this.

  • JBO-29000 error in running a JSP - Oracle JDeveloper 10.1.2.1.0 (Build 1913

    Hi,
    I was working on the Oracle ADF workshop with the above version of JDeveloper and Oracle 9i as database. As per the instructions in the workshop I developed a JSP, browseCustomers.jsp and Ran it.
    In the "Enbedded OC4J Sever" panel in the JDeveloper I got the following:
    =====================================================
    Embedded OC4J startup time: 6564 ms.
    05/11/06 20:14:03 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    Target URL -- http://24.99.98.235:8988/CustomerMaintenance-ViewController-context-root/browseCustomers.do
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    Nov 6, 2005 8:14:15 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class oracle.jbo.JboException
    Nov 6, 2005 8:27:10 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class oracle.jbo.JboException
    In the IE Browser I got the following (I just mentioned first two lines):
    ==================================================
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.toplink.exceptions.SessionLoaderException, msg=Exception Description: Several [1] SessionLoaderExceptions were thrown:
    I browsed through the discussion forum for a possible solution to this kind of problem but I'm lost. I didn't find any definite solution to this. Can anyone help me to get rid of this error.
    Thanks
    Agnivb

    Any resolution on this?

  • JDeveloper 10.1.2.1.0 Build 1913 on Mac OSX

    Every time I try to use the embedded oc4j I get an ArrayIndexOutOfBoundsException. Here are the top two lines of the stack trace.
    06/01/20 18:19:38 java.lang.ArrayIndexOutOfBoundsException
    06/01/20 18:19:38      at oracle.xml.parser.v2.XMLText.xdkGetNodeValue(XMLText.java:857)
    I am running Mac OSX 10.3.9
    Any help would be appreciated.
    Dan Davies

    I did not try myself, but what may help is to pass the -Djava.io.tmpdir=/tmp parameter to JDeveloper. I know this helped with some other problems related to the latest Mac JDK update. The problem is that this update uses a different temp dir, which contains some weird characters, and not all software is prepared for those.

  • ADF: JDeveloper 11.1.1.0.1 build 5188, af:pageTemplate usage

    Hi All,
    I was wondering whether the use of the af:pageTemplate is mandatory / assumed, as I am trying to create a component drag and drop example based on the ADF Rich Component Demo, without the use of the pageTemplate but having problems.
    Maybe the question should be, what is the requirement for the implementing drag and drop (i.e. what the parent components should be), I am trying to build an example without the use of pageTemplate and any of the other layout components, and I am having problems with moving panelBoxes with 2 different panelGridLayout, I will post my example, if one can confirm that the use of pageTemplate is optional.
    Thanks in advance
    Edited by: yoyo_au on Jan 13, 2009 11:04 AM
    Edited by: yoyo_au on Jan 13, 2009 11:20 AM

    Hi Shay,
    Appreciate your answer to clarify this, however I am trying to move components, here is what I have, which is really a simple example, based on the Tag Guide > panelBox Demo in the ADF rich client demo:
    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "[http://www.w3.org/TR/html4/loose.dtd"&gt;|http://www.w3.org/TR/html4/loose.dtd]
    &lt;%@ page contentType="text/html;charset=windows-1252"%&gt;
    &lt;%@ taglib uri="<a href="http://java.sun.com/jsf/core"" class="jive-link-external">http://java.sun.com/jsf/core" prefix="f"%&gt;
    &lt;%@ taglib uri="<a href="http://java.sun.com/jsf/html"" class="jive-link-external">http://java.sun.com/jsf/html" prefix="h"%&gt;
    &lt;%@ taglib uri="<a href="http://xmlns.oracle.com/adf/faces/rich"" class="jive-link-external">http://xmlns.oracle.com/adf/faces/rich" prefix="af"%&gt;
    &lt;f:view&gt;
    &lt;af:document title="Test Drag and drop"&gt;
      &lt;af:form id="myForm"&gt;
       &lt;af:panelGroupLayout layout="scroll" id="bigParent"&gt;
        &lt;af:panelGroupLayout layout="scroll"
                             inlineStyle="width: 225px; height: 200px; padding: 5px;"
                             id="parent1"&gt;
         &lt;af:dropTarget actions="MOVE"
                        dropListener="#{panelDragHandler.handleDrag}"&gt;
          &lt;af:dataFlavor flavorClass="javax.faces.component.UIComponent"/&gt;
         &lt;/af:dropTarget&gt;
         &lt;af:panelBox text="Drag This" showDisclosure="true" id="child1"&gt;
          &lt;af:componentDragSource/&gt;
         &lt;/af:panelBox&gt;
        &lt;/af:panelGroupLayout&gt;
        &lt;af:panelGroupLayout layout="scroll"
                             inlineStyle="width: 225px; height: 200px; padding: 5px;"
                             id="parent2"&gt;
         &lt;af:dropTarget actions="MOVE"
                        dropListener="#{panelDragHandler.handleDrag}"&gt;
          &lt;af:dataFlavor flavorClass="javax.faces.component.UIComponent"/&gt;
         &lt;/af:dropTarget&gt;
         &lt;af:panelBox text="Or Drag This" showDisclosure="true" id="child2"&gt;
          &lt;af:componentDragSource/&gt;
         &lt;/af:panelBox&gt;
        &lt;/af:panelGroupLayout&gt;
       &lt;/af:panelGroupLayout&gt;
      &lt;/af:form&gt;
    &lt;/af:document&gt;
    &lt;/f:view&gt;
    {code}
    along side, I have specified a managed bean with session scope, with only a function with handle drag, this function is a copy from the demo, the example in the behaves as I need:
    {code:java}
    import java.util.ArrayList;
    import java.util.List;
    import javax.faces.component.UIComponent;
    import javax.faces.context.FacesContext;
    import oracle.adf.view.rich.change.MoveChildComponentChange;
    import oracle.adf.view.rich.context.AdfFacesContext;
    import oracle.adf.view.rich.datatransfer.DataFlavor;
    import oracle.adf.view.rich.datatransfer.Transferable;
    import oracle.adf.view.rich.dnd.DnDAction;
    import oracle.adf.view.rich.event.DropEvent;
    import org.apache.myfaces.trinidad.change.ChangeManager;
    import org.apache.myfaces.trinidad.change.ComponentChange;
    import org.apache.myfaces.trinidad.change.ReorderChildrenComponentChange;
    import org.apache.myfaces.trinidad.context.RequestContext;
    public class PanelDragHandler {
      public DnDAction handleDrag(DropEvent dropEvent) {
        Transferable dropTransferable = dropEvent.getTransferable();
        UIComponent movedComponent =
          dropTransferable.getData(DataFlavor.UICOMPONENT_FLAVOR);
        FacesContext context = FacesContext.getCurrentInstance();
        if ((movedComponent != null) &&
            DnDAction.MOVE.equals(dropEvent.getProposedAction())) {
          UIComponent dropComponent = dropEvent.getDropComponent();
          UIComponent dropParent = dropComponent.getParent();
          UIComponent movedParent = movedComponent.getParent();
          UIComponent rootParent;
          ComponentChange change;
          // If it is a DND within the same container (which is not usual in this particular demo)
          //  use the child reorder change
          if (dropComponent == movedParent) {
            System.out.println("Same component dnd");
            // build the new list of ids, placing the moved componen after the dropped component
            String movedLayoutId = movedParent.getId();
            String dropLayoutId = dropComponent.getId();
            List<String> reorderedIdList =
              new ArrayList<String>(dropParent.getChildCount());
            for (UIComponent currChild : dropParent.getChildren()) {
              String currId = currChild.getId();
              if (!currId.equals(movedLayoutId)) {
                reorderedIdList.add(currId);
                if (currId.equals(dropLayoutId)) {
                  reorderedIdList.add(movedLayoutId);
            change = new ReorderChildrenComponentChange(reorderedIdList);
            rootParent = dropParent;
          } else {
            System.out.println("Different component dnd");
            MoveChildComponentChange moveChange =
              new MoveChildComponentChange(movedComponent, dropComponent);
            ChangeManager cm =
              RequestContext.getCurrentInstance().getChangeManager();
            // add the change
            rootParent = moveChange.add(context, cm);
            change = moveChange;
          // apply the change to the component tree immediately
          change.changeComponent(rootParent);
          // redraw the shared parent
          AdfFacesContext.getCurrentInstance().addPartialTarget(rootParent);
          return DnDAction.MOVE;
        } else {
          return DnDAction.NONE;
    {code}Now, I am having 2 problems with the above:
    1. The MOVE is working as a copy.
    2. The component copied loses some functionality (e.g. I can't disclose the panel box once I moved it).
    Now, the example in the demo is enclosed in a few layer of components also a pageTemplate, I was wondering if those were factors into why the drag and drop is working in the demo, but not in my example.
    Thanks in advance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Using CSS3 in jdeveloper 11.1.1.6.0 Build JDEVADF_11.1.1.6.0CLOUD_GENERIC_1

    I'm trying to insert rounded corner boxes as well as trying to include color gradient properties of css3 can this be achieved or not? if yes what exactly i have to include css3?
    Edited by: 1004990 on May 9, 2013 4:34 AM

    Hi,
    Usually you create rounded corners using images using the skin selectors provided by ADF Faces. 11g R1 translates skin definitions to CSS2 so that gradient background probably don't work in this release. I know that the upcoming 12c release has CSS 3 support
    Frank

  • Oracle JDeveloper 10.1.3 Toplink Objects from Table Bug.

    i try this with updates and without them.
    toplink bug or toplink Wizzard Bug: I have create a conection to data base(MySQL) I use mysql-connector and everything works... i see the tables then i try to create "TOplink objects from Table " , choose connection ,for Schema i choose "none". When i choose AutoQuerry it shows the columns i add columns , I choose OK. When it ask for a name for the package i give him mypackage, when it ask for class name i also choose my package.Users(the table is Users) after which i have the following exception in MessageBox:
    "oracle.jdeveloper.cm.ds.db.InvalidNameException : Object must have a name."
    on details i get :
    oracle.toplink.addin.mappingcreation.MWProjectCreationException: oracle.jdeveloper.cm.ds.db.InvalidNameException: Object must have a name.
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:277)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:196)
         at oracle.toplink.addin.wizard.jobgeneration.JobWizard$1.construct(JobWizard.java:416)
         at oracle.ide.util.SwingWorker$1.run(SwingWorker.java:119)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.jdeveloper.cm.ds.db.InvalidNameException: Object must have a name.
         at oracle.jdeveloper.cm.ds.db.validators.AbstractValidator.validateName(AbstractValidator.java:54)
         at oracle.jdeveloper.offlinedb.validators.OfflineSchemaValidator.validateName(OfflineSchemaValidator.java:29)
         at oracle.jdeveloper.cm.ds.db.validators.AbstractValidator.validateObject(AbstractValidator.java:187)
         at oracle.jdeveloper.cm.ds.db.validators.AbstractValidator.validateObject(AbstractValidator.java:122)
         at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider.validateObject(AbstractDBObjectProvider.java:822)
         at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider.validateSchema(AbstractDBObjectProvider.java:858)
         at oracle.jdeveloper.offlinedb.OfflineDBObjectProvider.createSchema(OfflineDBObjectProvider.java:1954)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.updateOfflineDBandMWDatabaseWithTablesToMap(MappingCreatorImpl.java:450)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:242)
         ... 4 more
    in the messege log i get :
    Starting Java object generation...
    Creating offline database objects...
    A problem was encountered creating offline database objects.
    Aborted Java object generation.
    Message was edited by:
    JOKe
    Message was edited by:
    JOKe

    I have tried this out in the EA release of JDev, and have reproduced the problem you reported. However, trying out the latest development build, the problem does not occur, so this bug has been fixed. You'll pick up this fix when we next release the software on OTN.

  • JDeveloper 10g, ADF Faces & BC: List Binding Editor Bug?

    This problem comes up quite frequently, we have a form based on an entity based vo, one of the attributes is based on a read only list vo. When using the List Binding Editor to generate the jsp/pageDef code, the attributes do not show up in the "matching" pane.
    http://i108.photobucket.com/albums/n23/zeoneozero/error.gif
    We end up having to use the AM that is not nested to get the List Binding Editor to recognize the attributes, but then we need to manually go into the pageDef and add the RootAM reference. Anyone come across this?

    Hi,
    you don't mention a JDeveloper version. If you are not on a recent version, can you try one. If it reproduces, please provide steps required for a reproducible test case
    Frank

  • Conditional Build Tags Bugs

    Hello,
    I have problems with Conditional Build Tags since I upgraded from RH7 to RH9 .
    I am using the following software:
    Windows XP Professional Version 2002 Service Pack 3.
    Version control software (RoboSource Control 3.1) as we share projects between 3 authors
    And I mainly work in wysywyg view.
    When I open a project on my PC, the conditional build tags I've defined in a topic apply themselves unwanted and randomly.
    The deletion of conditional build tags from the topic Properties > Advanced tab > Content-level tags > Remove button does not work properly. The selected tag is removed only for the paragraph pointed by the mouse cursor. When I navigate down in my document, this tag is still present on other paragraphs.
    Sometimes, I must switch to the html view to remove the tags manually.
    I noticed that a thread has seent on May 5, 2011, for which Peter Grainge gave a link to a TechNote with a fix. I tried to access this TechNote, unsuccessfully.
    I also read that Adobe RoboHelp Service Release 9.0.1 is intended to fix the following: CBT gets applied randomly in topic content on switching between the HTML view and the Design view in certain scenarios.
    However, my scenario is completely different as CBT gets applied randomly when OPENING the project in WYSYWYG.
    Moreover, my administrator told me he has already downloaded this release.
    With single sources, our team produces online helps for various versions and products. This situation is very uncomfortable for me, and my colleagues, as the produced documentation may contain bad information for a version or a product or may miss information. My work is not reliable.
    Has anyone encountered this situation and found a solution?
    Thanks for your help.

    Hi Peter,
    Thanks for your help.
    Effectively, the patch was not installed.
    I ran the update and did not need any passwords to do it. The About RoboHelp HTML now shows 9.0.1.232. However, the version of the  PolarisProjectFile.dll still shows 9.0.0.228. Is this normal?
    The IT administrator is sure to have downloaded this release. He thinks something got wrong during the downloading process and that it failed.
    This release solved some of my problems:
    I opened again the projects in which I identified that tags were messed up.
    - For some, tags were still messed up. I had to fix them again manually. I checked them in and re-opened them. They were clean.
    - For others, they re-opened with tags properly assigned (miraculously).
    I do not understand these differences in behavior.
    I do not feel confident when I open a project. We manage so many topics that it is impossible to identify those in which tags are messed up. How can I be sure that tags are correctly assigned? It is so an uncomfortable situation !
    Moreover, I identified another problems yesterday.
    I wanted to open a project that another member of the team upgraded to RH9 last week. RH9 proposed me to upgrade it.
    A member of the team wanted to open a project that I upgraded on my PC.  RH9 proposed her to upgrade it.
    We removed these projects from our local directories and used the Open project from Version Control again. And it was OK.
    This situation should not occur. What do you think?
    The other members of the team have the patch 9.01.232 (and the same version of dll as me).
    The IT thinks that these problems are linked with my user account.
    Historically, Windows XP was installed in French on my PC whereas my colleagues were in English.
    As I had so many problems after upgrading to RH9, my Windows XP is now in English.
    However, I keep having problems (those mentioned in this discussion).
    The solution proposed now is to change my machine for a new one.
    Could this be really the final solution?
    Do you have any opinion on this matter?
    Thanks for your help.

Maybe you are looking for

  • How to hide itemRenderers in the Grouped rows of an AdvancedDataGrid?

    I am using an AdvancedDataGrid and showing a comboBox as the itemRenderer and also the editRenderer. However I am seeing the combobox in the grouped rows also. Below is the code I am using and also attached the screenshot of the app. Please help. Tes

  • How can I play a PAL DVD in an NTSC region?

    I just ordered a DVD manufactured solely in PAL format. I know it would require a multi-format player if I wanted to watch it on the television, but if I was going to play it off my Macbook Pro, do I need to have special software, or will my Macbook

  • I cant deploy servlet on websever(urgent)

    Ses i am constantly getting this problem. First i have developed a applet in Jdeveloper1.1 but it was not worked .But as per our requirement it is necesaary for us to use Jdeveloper Please anyone can help me how to deploy the servlet after designing

  • Help on - convert ansi sql to oracle sql

    hi gurus, i'm try'g to convert ansi sql to oracle sql. but i'm getting an error. can u please let me know, if i can convert it or is it better to use ansi sql! original code in ansi format:: select distinct bfc.NBR_SEQ, bfc.IDN_ENTITY, bfc.CDE_TYPE_E

  • Leopord and final cut 2 issues

    I bought a family pack of Leopord and we are curious as to whether there are any issues with it and some 3'rd party software. My son owns a MacPro Tower and is finishing film school. He is using Final Cut 2 suite which comes bundled with Motion and o