Problem in editor in JDeveloper 10.1.3.2

I have found problem in editor which was the reason of my mistake with oracle.jbo.domain.Date class constructors in one of my previous posts.
Lets assume we would like to have this line somewhere in code
java.util.Date date = new java.util.Date();
if we add proper import (or let editor add it) and line will be
Date date = new Date();
we will have possibility to get help about available constructors for Date() after pressing shift+ctrl+space. But if we left, or reedit to, first version, help will be no available and it looks like it were no other constructors. The same situation is for other classes (I suppose) for instance I checked it for oracle.jbo.domain.Date.

Hi,
this is reproducable. Not sure if there is an limitation there, but I'll file a bug
thanks
Frank

Similar Messages

  • Missing BeanInfo Editor in JDeveloper 10.1.3

    Hello,
    I had mad a JavaBean as extension of JPanel. After defining my elements and methodes for the javabean. I created the BeanInfo of my JavaBean with the menu entry new and selected the BeanInfo as new type. After creating the BeanInfo, I miss the dialog to select the properties, methodes and events to expose with the BeanInfo.
    In JDeveloper 10.1.2 there is a view in the editor window called "Class" the other views are "Source" and "Design".
    In JDeveloper 10.1.3 there are the views "Source", "Design" and "History". No "Class" view.
    Where do I find the grafical properties, methodes and events editor in JDeveloper 10.1.3?
    Regards.

    Hi,
    the BeanInfo editor has been removed from JDeveloper in 10.1.3. To create field accessors for a bean you can use Refactor--> Create Accessor
    Frank

  • Problems of performance with jdeveloper

    I've had problems of performance using Jdeveloper 10g when I'm using Swing/JClient for ADF. My computer is a Pentium IV with 1gb ram running under windows 2000 service pack 4. I'm trying Jdeveloper since version 3. I think Java still runs slowing. Can anyone help me ?

    I you want us to help you, provide more details about what is slow.
    Any specific action? how much time does it take to complete this specific action? etc...
    Do you have an anti-virus running? try to disable it and see if it helps. Some anti-viruses check Java classes as they are loaded slowing down JDeveloper.

  • Problems with cut and paste within the code editor in JDeveloper 10.1.3 EA

    Copy and pasting doesn't work as expected. If I copy some code and paste it somewhere else, i get completely different code, (it seems to paste a piece of code from somewhere else in the source).
    I tried expanding + signs, this didn't help.
    I'am running JDeveloper on Windows XP Professional.
    Does anybody else have the same problem.
    Is this a bug?

    We've tracked down this issue thanks to Tullio's supplying us with a reproducible testcase. It's related to the "Automatically Copy Paste Imports" preference (which is on by default) in the Tools->Preferences->Code Editor category of IDE preferences. It seems to also be related to having renamed a source path directory to have a name that is only different by case from the name it originally had. Disabling this preference is a workaround for EA1.
    For example, if you started out by creating your workspace with a source directory named "Src", then later renamed it to "src", this seems related to the situation when this issue can occur. Renaming the directory back to match what it was before is another workaround for EA1.

  • Problem with PPR in Jdeveloper 11g

    Hi All,
    I'm working with the Jdeveloper 11g.
    My problem is I have a command button/ Command link in a jspx page. Whenever I click on the command button or command or any action generating components the whole page is getting refreshed(PPR).
    I wrote some internal logic in the constructor so as to display the tree. It is calling the constructor again and again when I'm clicking on the sub nodes of the tree. I think the entire page is getting refreshed and the methods are calling again and again.
    Is there any way to overcome this problem.
    Could any one help me out.
    Thanking you,
    regards,
    Satish.

    Satish,
    I need more information to triage this issue. Do you have the partialSubmit attribute set to "true" on the command component? Does your JSPX contain an <af:document> tag?
    --RiC                                                                                                                                                                                                                                                                                                                                                                                               

  • Issue in the GUI editor in jdeveloper 11.1.2

    Hi guys: I just following the tutorial which is used to teach me [http://download.oracle.com/docs/cd/E18941_01/tutorials/jdtut_11r2_2/jdtut_11r2_2.html], but at the step3, when I want try to add a button in the panel, it is not working. It means the button item can't show on the Java Visual Editor...... that is so weird, anyone can tell me how to fix this problem ? Thanks!!!!
    Edited by: 879377 on Aug 15, 2011 6:59 AM

    Sometimes it helps to close jdev and remove all classes folders inside the work space. But there is no guarantee for this.
    Any reason why you learn Swing? This version of JDev is the last (:-() official which supports Swing gui development. So if you don't have a good reason to learn Swing I would think about learning web ui like jsf.
    Timo

  • Problem building schema in JDeveloper with  user defined complex type.

    Hi,
    I am facing proble in JDeveloper while assigning input.
    1. Used Oracle BPEL Database Adaper to access the procedure in Oracle DB which accepts input in the form of record typ in database.
    2. XSD file is automatically created.
    3. BPEL process WSDL's, input and output parameter elements are modified as
    per the auto generated XSD file.
    4. Trying to assign the input from BPEL console to the input variable of
    procedure.
    5. Getting error message "Invalid reference:
    xmlns="http://www.w3.org/2001/XMLSchema:XX_QTE_LINE_REC_TYPE" in the Oracle
    BPEL designer when, drilled down at input variable.
    Generated code:
    1. XX_RAC_CREATE_QUOTE_1.XSD --> generated by Oracle BPEL below:
    <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/BOLINF/XX_RAC_CREATE_QUOTE_1/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/BOLINF/XX_RAC_CREATE_QUOTE_1/">
    <element name="InputParameters">
    <complexType>
    <sequence>
    <element name="P_QTE_HEADER_REC" type="db:XX_RAC_QTE_HEADER_REC_TYPE" db:index="1" db:type="Struct" minOccurs="0" nillable="true"/>
    <element name="P_QTE_LINE_REC" type="db:XX_QTE_LINE_REC_TYPE" db:index="2" db:type="Struct" minOccurs="0" nillable="true"/>
    <element name="P_CIELING_LIMIT" type="decimal" db:index="3" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="P_EXCESS" type="decimal" db:index="4" db:type="NUMBER" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <element name="OutputParameters">
    <complexType>
    <sequence>
    <element name="X_QUOTE_NUMBER" type="string" db:index="5" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    <element name="X_RETURN_STATUS" type="string" db:index="6" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <complexType name="XX_QTE_LINE_REC_TYPE">
    <sequence>
    <element name="QUOTE_HEADER_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="QUOTE_LINE_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="INVENTORY_ORG_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="INVENTORY_ITEM_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="PRICE_LIST" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    <element name="BILL_TO_ACCOUNT" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    <element name="BILL_TO_SITE_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="SHIP_TO_ACCOUNT" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    <element name="SHIP_TO_SITE_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="QUANTITY" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="ORGANIZATION_ID" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="20"/>
    </restriction>
    </simpleType>
    </element>
    <element name="LINE_CATERORY_CODE" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="100"/>
    </restriction>
    </simpleType>
    </element>
    <element name="OPERATION_CODE" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="20"/>
    </restriction>
    </simpleType>
    </element>
    <element name="CREATED_BY" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="100"/>
    </restriction>
    </simpleType>
    </element>
    </sequence>
    </complexType>
    <complexType name="XX_RAC_QTE_HEADER_REC_TYPE">
    <sequence>
    <element name="SR_NUMBER" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="100"/>
    </restriction>
    </simpleType>
    </element>
    <element name="VRN" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    <element name="INS_ACCT_NBR" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    <element name="INS_ACCT_SITE_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="CUST_ACCT_NBR" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    <element name="CUST_SITE_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="CREATED_BY" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    <element name="ORGANIZATION_ID" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="50"/>
    </restriction>
    </simpleType>
    </element>
    </sequence>
    </complexType>
    </schema>
    2. Update QuoteCreationTest.wsdl as per the above generated XSD file below:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="QuoteCreationTest"
    targetNamespace="http://xmlns.oracle.com/QuoteCreationTest"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/QuoteCreationTest"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         TYPE DEFINITION - List of services participating in this BPEL process
         The default output of the BPEL designer uses strings as input and
         output to the BPEL Process. But you can define or import any XML
         Schema type and us them as part of the message types.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <types>
              <schema attributeFormDefault="qualified"
                   elementFormDefault="qualified"
                   targetNamespace="http://xmlns.oracle.com/QuoteCreationTest"
                   xmlns="http://www.w3.org/2001/XMLSchema">
                   <element name="QuoteCreationTestProcessRequest">
                        <complexType>
                             <sequence>
    <element name="P_QTE_HEADER_REC" type="XX_RAC_QTE_HEADER_REC_TYPE" minOccurs="0" nillable="true"/>
    <element name="P_QTE_LINE_REC" type="XX_QTE_LINE_REC_TYPE" minOccurs="0" nillable="true"/>
    <element name="P_CIELING_LIMIT" type="decimal" minOccurs="0" nillable="true"/>
    <element name="P_EXCESS" type="decimal" minOccurs="0" nillable="true"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="QuoteCreationTestProcessResponse">
                        <complexType>
                             <sequence>
    <element name="X_QUOTE_NUMBER" type="string" minOccurs="0" nillable="true"/>
    <element name="X_RETURN_STATUS" type="string" minOccurs="0" nillable="true"/>
                             </sequence>
                        </complexType>
                   </element>
    <complexType name="XX_QTE_LINE_REC_TYPE">
    <sequence>
    <element name="QUOTE_HEADER_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="QUOTE_LINE_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="INVENTORY_ORG_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="INVENTORY_ITEM_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="PRICE_LIST" type="string" minOccurs="0" nillable="true" />
    <element name="BILL_TO_ACCOUNT" type="string" minOccurs="0" nillable="true"/>
    <element name="BILL_TO_SITE_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="SHIP_TO_ACCOUNT" type="string" minOccurs="0" nillable="true"/>
    <element name="SHIP_TO_SITE_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="QUANTITY" type="decimal" minOccurs="0" nillable="true"/>
    <element name="ORGANIZATION_ID" type="string" minOccurs="0" nillable="true"/>
    <element name="LINE_CATERORY_CODE" type="string" minOccurs="0" nillable="true"/>
    <element name="OPERATION_CODE" type="string" minOccurs="0" nillable="true"/>
    <element name="CREATED_BY" type="string" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="XX_RAC_QTE_HEADER_REC_TYPE">
    <sequence>
    <element name="SR_NUMBER" type="string" minOccurs="0" nillable="true"/>
    <element name="VRN" type="string" minOccurs="0" nillable="true"/>
    <element name="INS_ACCT_NBR" type="string" minOccurs="0" nillable="true"/>
    <element name="INS_ACCT_SITE_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="CUST_ACCT_NBR" type="string" minOccurs="0" nillable="true"/>
    <element name="CUST_SITE_ID" type="decimal" minOccurs="0" nillable="true"/>
    <element name="CREATED_BY" type="string" minOccurs="0" nillable="true"/>
    <element name="ORGANIZATION_ID" type="string" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </schema>
         </types>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         MESSAGE TYPE DEFINITION - Definition of the message types used as
         part of the port type defintions
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <message name="QuoteCreationTestRequestMessage">
              <part name="payload" element="client:QuoteCreationTestProcessRequest"/>
         </message>
         <message name="QuoteCreationTestResponseMessage">
              <part name="payload" element="client:QuoteCreationTestProcessResponse"/>
         </message>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PORT TYPE DEFINITION - A port type groups a set of operations into
         a logical service unit.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <!-- portType implemented by the QuoteCreationTest BPEL process -->
         <portType name="QuoteCreationTest">
              <operation name="process">
                   <input message="client:QuoteCreationTestRequestMessage" />
                   <output message="client:QuoteCreationTestResponseMessage"/>
              </operation>
         </portType>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PARTNER LINK TYPE DEFINITION
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <plnk:partnerLinkType name="QuoteCreationTest">
              <plnk:role name="QuoteCreationTestProvider">
                   <plnk:portType name="client:QuoteCreationTest"/>
              </plnk:role>
         </plnk:partnerLinkType>
    </definitions>
    3. Error message when accessing assign from JDeveloper below:
    Invalid reference:
    xmlns='http://www.w3.org/2001/XMLSchema:XX_QTE_LINE_REC_TYPE'
    Can any one please, let me know the reason for the above error generated.
    Thanks and Regards
    Raj

    clemens,
    Now, i have problem with the input variable data type of my client and the input variable type of my receive activity.
    Currenty, my input variable of receive activity is same as the data type of my procedure input parameter, but my client input variable is still string.
    Please, find my client WSDL below:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="QuoteCreation"
    targetNamespace="http://xmlns.oracle.com/QuoteCreation"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/QuoteCreation"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         TYPE DEFINITION - List of services participating in this BPEL process
         The default output of the BPEL designer uses strings as input and
         output to the BPEL Process. But you can define or import any XML
         Schema type and us them as part of the message types.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <types>
              <schema attributeFormDefault="qualified"
                   elementFormDefault="qualified"
                   targetNamespace="http://xmlns.oracle.com/QuoteCreation"
                   xmlns="http://www.w3.org/2001/XMLSchema">
                   <element name="QuoteCreationProcessRequest">
                        <complexType>
                             <sequence>
                                  <element name="input" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="QuoteCreationProcessResponse">
                        <complexType>
                             <sequence>
                                  <element name="result" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
              </schema>
         </types>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         MESSAGE TYPE DEFINITION - Definition of the message types used as
         part of the port type defintions
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <message name="QuoteCreationRequestMessage">
              <part name="payload" element="client:QuoteCreationProcessRequest"/>
         </message>
         <message name="QuoteCreationResponseMessage">
              <part name="payload" element="client:QuoteCreationProcessResponse"/>
         </message>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PORT TYPE DEFINITION - A port type groups a set of operations into
         a logical service unit.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <!-- portType implemented by the QuoteCreation BPEL process -->
         <portType name="QuoteCreation">
              <operation name="process">
                   <input message="client:QuoteCreationRequestMessage" />
                   <output message="client:QuoteCreationResponseMessage"/>
              </operation>
         </portType>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PARTNER LINK TYPE DEFINITION
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <plnk:partnerLinkType name="QuoteCreation">
              <plnk:role name="QuoteCreationProvider">
                   <plnk:portType name="client:QuoteCreation"/>
              </plnk:role>
         </plnk:partnerLinkType>
    </definitions>
    Cheers
    Raj

  • Problems applying updates in JDeveloper on Mac

    Whenever I run the "Check for Updates..." I get a message box stating " Some updates have already been installed since JDeveloper was started. It is strongly recommended that JDeveloper is restarted before additional updates are installed. If you proceed, installed patches and extensions may not work properly. Are you sure you want to check for updates?" . I clicked on "No" , restarted JDeveloper, invoked "Check for Updates..." and got the same message. I also uninstalled and reinstalled JDeveloper. The problem persists
    The message box by itself is not a big problem. The main issue is that whenever I install new components, these are not recognized by JDeveloper even after restart. I'm trying to install ADF Mobile extensions. I tried downloading/installing from the Update Center as well installing from local file with no success (ADF Mobile is not showing under the Preferences window) . I've also tried extracting the contents of adf-mobile_bundle.zip under jdev/extensions . Despite the fact that the ADF Mobile jar files are under the extension directory , ADF Mobile is still not showing under the Preferences window.
    I'm using JDeveloper 11.1.2.3.0 . I enabled the Studio Developer role when JDev is launched. I'm running OS X 10.8.2 .
    Thanks in advance for any inputs or pointers to the solution of this problem
    Edited by: rzagni on Dec 19, 2012 10:56 AM

    I tried deleting the contents of $HOME/jdeveloper . Unfortunately , this did not resolved the problem. I renamed the hidden directory $HOME/.jdeveloper which temporarily got rid of the message "Some updates have already been installed since..." I tried installing ADF Mobile. I restarted JDev , checked under "Preferences" but ADF Mobile still didn't show up. I tried "Check for updates..." once again and get the message "Some updates have already been installed since..." again.
    I've looked under $HOME/.preferences and found the file jdeveloper-deferred-updates.xml with the following contents
    temp=/Users/rzagni/.jdeveloper/tmp/update++
    globalExtensionsHome=/Users/rzagni/Oracle/Middleware/jdeveloper/jdev/extensions
    patchesHome=/Users/rzagni/Oracle/Middleware/jdeveloper/jdev/lib//patches
    userExtensionsHome=/Users/rzagni/.jdeveloper/extensions
    globalSettingsHome=/Users/rzagni/Oracle/Middleware/jdeveloper/jdev/lib/
    userSettingsHome=/Users/rzagni/.jdeveloper//lib
    oracleHome=/Users/rzagni/Oracle/Middleware/jdeveloper/
    bundlesInfoHome=/Users/rzagni/Oracle/Middleware/jdeveloper/configuration
    InstallExtensionTask=/Users/rzagni/Desktop/adf-mobile_bundle.zip,/Users/rzagni/Oracle/Middleware/jdeveloper/..,false,oracle.adf.mobile
    It seems that JDev is not able to install the extension. Any clues ?

  • Problems trying to run JDeveloper 9.0.2 on Linux

    Dear All,
    I am facing problems while trying to run JDeveloper 9.0.2 (release 2) on my Linux machine.
    When I invoke jdev/bin/jdev file, the well-known JDeveloper window starts up, but in my console I keep on getting the following error:
    JDeveloper Error:
    java.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.bm.commonIde.ModelersServices.initialize(ModelersServices.java:423)
    at oracle.ide.AddinManager._registerAddin(AddinManager.java:550)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:715)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:694)
    at oracle.ide.AddinManager.initProductAndUserAddins(AddinManager.java:287)
    at oracle.ide.Ide.initProductAndUserAddins(Ide.java:1147)
    at oracle.ide.Ide.startupImpl(Ide.java:1839)
    at oracle.ide.Ide.startup(Ide.java:1544)
    at oracle.ideimpl.IdeMain.main(IdeMain.java:33)
    The situation becomes even more irritating when I realise that almost all actions that I try to perform (like when I try to add a new Project) are not executed (while I keep on getting the SAME error in my console as above with only the number of the final line that indicates where the first call occured changed).
    Does anybody have any idea of what kind of dependency I may have forgotten and where ? The error seems to be related with some kind of xml (parser maybe ?) incompatibility ... Any clues ?
    To further assist you, I have a list of extra information that might prove to be helpful on my attempt to shed more light onto this very problem:
    My Java Version is:
    java -version:
    java version "1.3.1_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
    Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)
    and any possible environment variable related stuff (all links have been double checked and are valid):
    SDK_HOME=/usr/lib/java
    J2EE_HOME=/opt/development/programming/java/sun/j2ee
    J2EE_BIN_HOME=/opt/development/programming/java/sun/j2ee/bin
    FORTE_JDK_HOME=/opt/development/programming/java/sun/forte/forte/j2sdk1.4.0
    CLASSPATH=/usr/lib/jre/lib/rt.jar:/opt/development/programming/java/apache/jakarta/tomcat/common/lib/servlet.jar:/opt/development/programming/java/sun/j2ee/lib/j2ee.jar:/usr/lib/java/lib/jsse.jar:/opt/Servers/JBoss/JBoss/client:.:/opt/development/programming/java/apache/jakarta/ant/lib:.
    JAVA_BINDIR=/usr/lib/java/bin
    ANT_HOME=/opt/development/programming/java/apache/jakarta/ant
    ANT_LIB_HOME=/opt/development/programming/java/apache/jakarta/ant/lib
    JSEE_HOME=/usr/lib/java
    JAVA_BIN_HOME=/usr/lib/java/bin
    TOMCAT_HOME=/opt/development/programming/java/apache/jakarta/tomcat
    JAVA_HOME=/usr/lib/java
    JAVA_PATH=/usr/lib/java:/opt/development/programming/java/sun/j2ee
    JDK_HOME=/opt/development/programming/java/sun/forte/forte/j2sdk1.4.0
    PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/kde2/bin:/usr/openwin/bin:/usr/lib/java/bin:/opt/gnome/bin:/usr/lib/java/bin:/opt/development/programming/java/sun/j2ee/bin:.:/opt/development/programming/java/apache/ant/bin:.:/opt/projects/cvs/tk_cvs/installation/bin:.:/usr/lib/java/bin:/opt/development/programming/java/sun/j2ee/bin:.:/opt/development/programming/java/apache/jakarta/ant/bin:.:/opt/projects/cvs/tk_cvs/installation/bin:.
    ANT_BIN_HOME=/opt/development/programming/java/apache/jakarta/ant/bin
    I would really like to thank you in advance for your concern,
    Best regards,
    Nassos Koyrendas

    JDeveloper is only supported with JDK 1.3.1_02 as we are aware of some issues with 1.3.1_04. Can you try with JDK 1.3.1_02 and see whether the problem still reproduces.
    Thanks,
    Lisa
    JDev QA Dear Lisa,
    As I have stated within my previous reply to your immediate answer/response, today I reverted my production PC at work to operate with a single processor Linux kernel (2.4.18-4GB) and also installed JDK 1.3.1_02 but still get the same irritating error that apparently does not allow me perform almost any action at all:
    ava.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.bm.commonIde.ModelersServices.initialize(ModelersServices.java:423)
    at oracle.ide.AddinManager._registerAddin(AddinManager.java:550)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:715)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:694)
    at oracle.ide.AddinManager.initProductAndUserAddins(AddinManager.java:287)
    at oracle.ide.Ide.initProductAndUserAddins(Ide.java:1147)
    at oracle.ide.Ide.startupImpl(Ide.java:1839)
    at oracle.ide.Ide.startup(Ide.java:1544)
    at oracle.ideimpl.IdeMain.main(IdeMain.java:33)
    java.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.jdeveloper.model.JProject.getActiveConfiguration(JProject.java:925)
    at oracle.jdeveloper.model.JProject.getEncoding(JProject.java:750)
    at oracle.ide.Ide.getDefaultEncoding(Ide.java:1036)
    at oracle.ide.model.TextNode.loadURLContentIntoBuffer(TextNode.java:423)
    at oracle.ide.model.TextNode.reopen(TextNode.java:205)
    at oracle.ide.model.TextNode.open(TextNode.java:143)
    at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:343)
    at oracle.ide.model.TextNode.getInputStream(TextNode.java:316)
    at oracle.jdevimpl.webapp.html.HtmlEditorConnection.getInputStream(HtmlEditorConnection.java:65)
    at ice.pilots.html4.DOMBuilder.loadData(Unknown Source)
    at ice.pilots.html4.DOMBuilder.linkStyleSheet(Unknown Source)
    at ice.pilots.html4.DOMBuilder.startElement(Unknown Source)
    at ice.pilots.html4.Lex2.doElementCallback(Unknown Source)
    at ice.pilots.html4.Lex2.parseElement(Unknown Source)
    at ice.pilots.html4.Lex2.parseMarkup(Unknown Source)
    at ice.pilots.html4.Lex2.do_parse(Unknown Source)
    at ice.pilots.html4.Lex2.parse(Unknown Source)
    at ice.pilots.html4.Lex2.parse(Unknown Source)
    at ice.pilots.html4.ThePilot.parse(Unknown Source)
    at ice.storm.StormBase.do_render_content(Unknown Source)
    at ice.storm.DefaultPilotContext.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:484)
    No matter what the action that is to be performed is, the JDeveloper application insists on reporting the above mentioned problem and almost always refuses to perform the desired activity!
    Based on your more advanced knowledge of the underlying architecture of JDeveloper, do you happen to have a more clear idea about it and especially the "oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)" case ?
    Is there anything that I have forgotten to properly configure during the installation of jdeveloper ?
    Any other clues that could further assist me ? I am afraid I am still desperate for any king of useful derictives ?
    I would once again like to thank you for your concern,
    Best regards,
    Nassos Koyrendas

  • Problem due to 2 JDeveloper..any Solution?

    Dear all one of my friend is new in OAF. He is working on JSP. Now he has started work on OAF as well.So i copied my JDeveloper to his system. Now he has 2 jdeveloper. Both have same version( that is 9.0.3) but their directory structure is different. In old one he has to put JSPs in public html folder and in new one (that is of OAF) he has to put in ....myhtml/OA_HTML.
    But when the opens new JDeveloper it gives warning as "This version of JDeveloper is certified on JDK 1.4.2 you are attempting to run on JDK 1.5.0. JDeveloper may not run correctly on this version of the jdk.Continue?"
    and when he is tring to run JSP it gives error as "Error: JSP files must reside in the server root directory or a subdirectory beneath it"
    Can anyone suggest the solution for this problem?
    Thanks
    Bhupendra

    Bhupendra,
    Set JDEV_USER_HOME to proper jdeveloper folder before starting the corresponding Jdev. This is the only way to use multiple Jdev setup on a single system.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                   

  • Problem in download of JDeveloper

    Hi,
    this is sonal.I have placed problems in sownloading the JDeveloper10g.
    The files downloaded are corrupted.please check it out and give me a solution
    thanks and regards
    Sonal

    Are you tring to use the same download folders between JDeveloper and RON?

  • Problems using CVS with Jdeveloper - Project

    I have Jdeveloper on Windows 2000 and CVS repository on unix.
    I am using wincvs.
    In the documentation it mentions that I have to create a new project on JDeveloper and then import that project in CVS.
    But if I already have files in CVS then how can I get that in JDeveloper ?
    When I do a CVS checkout I get the files on my local PC. However I get a message which says that project could not be checked out ..
    Now when I do a cvs update JDeveloper tries to update all the files ..
    Any suggestions ?

    Unfortunately there is no way to do this in 9.0.4. This has been fixed in the 10.1.3 preview release, in 9.0.4 you will need to create your session broker in code to work around the problem.
    If you require sessions.xml support for this in 9.0.4, please contact Oracle support.

  • Problem while starting the Jdeveloper studio

    Hi,
    I have installed the Jdeveloper 11.1.2.0.0.
    But when I am starting the Jdeveloper Studio I am getting the error as "Unable to create an instance of the Java Virtual machine located at C:\Program Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll".
    I have install the JDK 6.0 Update 20 at C:\Program Files\Java Folder before installing the Jdeveoper.
    And I had mention C:\Program Files\Java\jdk1.6.0_20 path while installing Jdeveoper JDK location.
    To test whether JDK has been install properly or not I have also tested a sample java program and it worked.So I think there is no problem for JDK.
    But While starting the Jdeveloper Studio I am getting the above mentioned error.
    Can Someone is aware of this error? Or face this error at any stage?
    Please let me know the solution if knows
    Thanks,
    Shweta

    Hi,
    Changing the virtual memory option did not worked for me.
    I have found the following solution and it worked for me.
    In order to fix this type of error, go to installation_directoy\Middleware\JDeveloper\jdev\bin folder
    and edit file jdev.conf.
    Locate line "AddVMOption -XX:MaxPermSize=256M".
    Now add another line just below this line:
    AddVMOption -Xmx256M
    I found this solution at : javainnovations.blogspot.com/.../jdeveloper11g-startup-error.html
    It work for me.
    Thanks,
    Shweta

  • Web.xml editor in JDeveloper still buggy

    I had experience with JDeveloper 9.0.4, that the web.xml editor was buggy: specifically, when editing security constraints, it mangled up the contents, so I got to the practice to edit it only manually.
    Now, after migrating to 10.1.3, I tried it again with new Servlet 2.4 format, which I am not familiar with, and it is buggy again: at least when editing dispatcher type at filter mappings: I have two filters, one is mapped to all REQUEST, FORWARD and INCLUDE, the other to none (this means it is mapped to REQUEST only). When I opened this web.xml in the editor and first clicked on the first mapping, checkboxes were ok, then I clicked to the other, and checkboxes stayed checked. It seems, that they don't uncheck, when you display another mapping which does not use them.
    Now, I will again prefer to edit manually, because I just don't trust the editor :-(
    Viliam

    1. Create web.xml with this filter-mappings:
      <filter-mapping>
        <filter-name>ReadFilter</filter-name>
        <url-pattern>*.jsp</url-pattern>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>
      <filter-mapping>
        <filter-name>SessionExpiryFilter</filter-name>
        <url-pattern>*.jsp</url-pattern>
      </filter-mapping>2. right-click web.xml and select Properties
    3. click Filter Mappings
    4. click on ReadFilter, dispatcher type below is displayed correctly
    5. click on SessionExpiryFilter, three checkboxes stay checked incorrectly
    It's in Studio Edition Version 10.1.3.0.4 (SU2)
    Viliam

  • Serious problems with TopLink in JDeveloper

    Is there any sane way to regenerate TopLink Java objects from Oracle tables? Specifically, I have changed an Oracle table and need it reflected in both the Java object and the toplink-mappings. I don't see any way to do this in the IDE so I've resorted to deleting the Java object, and removing the descriptor for that object; then recreating both. Now, this has opened a huge can of worms.
    First of all, if the .class files for TopLink Java objects already exist, the IDE will refuse to overwrite them: instead it will append "1" or "2" etc to the new object. The Erase from Disk option in JDeveloper does not remove class files -- just source. So I need to physically go deleting class files every time I need to recreate a TopLink Java object.
    Secondly, removing the descriptors within JDeveloper does not appear to take effect unless you physically restart the IDE!!! This issue drove me nuts for two days. Upon deleting and recreating a TopLink Java object, the fields in the object were continuously being appended as "field1", "field2", "field3" to the class descriptor. Only shutting down the IDE and restarting it seemed to reset the mapping file.
    Thirdly, for whatever reason, JDeveloper will sometimes completely forget what "toplink-deployment-descriptor.xml" is and never allow you to generate it again. Instead it generates something called "toplink-ejb-jar.xml" which promptly blows-up any POJO portion of my project with a "Can't find toplink-deployment-descriptor.xml" error.
    Is anyone else having these problems or are you all using Hibernate?!

    Hi Anuj.
    Your sequence doesn't work for me. The only way I can reliably rebuild my TopLink project is as follows:
    1. Clink on TopLink Mappings, and Remove descriptors from the TopLink Structure pane
    2. For all descriptors in step 1, select the TopLink Java objects and "Erase from Disk"
    3. ** For all Java classes selected in step 2, manually delete all the corresponding .class files from the project's class directory **
    4. ** RESTART IDE **
    5. From Project node, generate TopLink objects anew

Maybe you are looking for

  • Error building table

    Can someone please guide me in the right direction? I'm trying to build a table based on certain calculations. However once I add my pdate date variable and the appropriate calculation I get the following error: ORA-01858: a non-numeric character was

  • HT1338 Invalid URL

    Can someone please help me!! Everytime i have tried to access Facebook since the end of May 2012 the below error occurs: Invalid URL The requested URL "/", is invalid. Reference #9.54e0fc7d.1344336752.2482a93 I have taken my macbook in to the apple s

  • Where to find Oracle 9i Gateway for windows?

    Dear experts, I'm looking for Oracle 9i Gateway software because I have to reinstall an old machine and I haven't got the software. Do you know where can I find it? Because it is desupported and therefore it is not on Oracle web. Regards, Serra.

  • Why is Premiere freezing when I load a project?

    Ok.. this is just bizzare. I was running Premiere on: Windows 7 Home Premium Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz 2.67 GHz 9.00 GM RAM 32-bit Operating System But... Premiere couldnt export without getting an error. I brought it to a repair show an

  • [SOLVED] Zynaddsubfx and qwerty keyboard

    Hello guys and girls! I have a little trouble with zynaddsubfx   For a long time I was having fun with Zynaddsubfx and his awesome synths. I don't have any real musical (midi or usb, no matter) keyboard  and i played sounds with general qwerty keyboa