SQL-Developer 2.1.1.64: XML Extensions Wont Work Anymore

Hello,
since version 1.5.* we use the following xml extension to add a "error" - tab to all nodes in the treeview and it works fine.
But since version 2.1.* only the tabs with <item type="editor" node="<nameofnode>" vertical="true"> are shown.
I think the names of all other nodes ( like <item type="editor" objectType="PACKAGE" vertical="true"> ) are changed.
So i tried to search for the names but i can’t find anything …
Does somebody know how to fix the problem?
I would be very thankful for every hint.
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item type="editor" node="TableNode" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" node="TableNode" vertical="true">
<title><![CDATA[Ref_Cons]]></title>
<query>
<sql>
<![CDATA[select c.table_name, constraint_name from user_indexes i, user_constraints c where i.INDEX_NAME=c.r_constraint_name and i.table_name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" node="ViewNode" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" node="IndexNode" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="PACKAGE" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="PROCEDURE" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="FUNCTION" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="TRIGGER" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="TYPE" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="SEQUENCE" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="MATERIALIZED VIEW" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" node="MViewLogNode" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="SYNONYM" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="PUBLIC SYNONYM" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" node="PSynonymNode" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="DATABASE LINK" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="PUBLIC DATABASE LINK" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" objectType="DIRECTORY" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
<item type="editor" node="XmlSchemaNode" vertical="true">
<title><![CDATA[Errors]]></title>
<query>
<sql>
<![CDATA[select name, type, line, position, text from user_errors where name = :OBJECT_NAME]]>
</sql>
</query>
</item>
</items>
-----

There is a known issue in 2.1.1 concerning new editor tabs not being shown on the various PL/SQL object types (Packages, Procedures, Types, Triggers, etc.). Can you double check to see if the other object types for which you are using the objectType attribute (Sequences, for example) to see if they are working or not? As far as I can tell, in general the ability to use objectType should still work.
- John McGinnis
SQL Developer Team

Similar Messages

  • SQL Developer 3.0.04 and 3.1 wont open

    I upgraded to OS X Lion today and SQL Developer stopped working.
    I think I've narrowed it down to missing Java installation even tho I have installed the JDK from apple from connect.apple.com?
    Contents of sqldeveloper-Darwin.conf:
    AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
    AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
    AddVMOption -Dcom.apple.macos.smallTabs=true
    AddVMOption -Dapple.laf.useScreenMenuBar=true
    SetSkipJ2SDKCheck false
    SetJavaHome /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
    AddVMOption -Xbootclasspath/p:../../rdbms/jlib/ojdi.jar
    Contents of /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/
    rcoleman$ cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/
    -bash: cd: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/: No such file or directory
    So I looked in Versions:
    rcoleman$ ls -lh
    total 32
    lrwxr-xr-x 1 root wheel 10B Apr 12 16:05 1.6 -> CurrentJDK
    lrwxr-xr-x 1 root wheel 10B Apr 12 16:05 1.6.0 -> CurrentJDK
    drwxr-xr-x 8 root wheel 272B Apr 12 16:06 A
    lrwxr-xr-x 1 root wheel 1B Apr 12 16:05 Current -> A
    lrwxr-xr-x 1 root wheel 59B Apr 12 16:05 CurrentJDK -> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
    So I looked in /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
    rcoleman$ cd /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
    -bash: cd: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents: No such file or directory
    In fact:
    rcoleman$ cd /System/Library/Java/JavaVirtualMachines
    -bash: cd: /System/Library/Java/JavaVirtualMachines: No such file or directory
    I have installed the JDK from apple from connect.apple.com
    Is there something else i need to do?? I can't find anything that I seem to need with respect to Java and SQLDeveloper.

    I found an answer that worked here:
    Re: SQL Developer on Mac OS X Lion (10.7)?
    Essentially I had to install Java?? From here: http://support.apple.com/kb/DL1421
    The really strange part is that I did the Lion upgrade on my laptop and SQLDeveloper worked without a hitch there.
    At any rate. Hope this helps the next person with this same issue.

  • SQL Developer: View menu selections Reports and Connections not working

    Downloaded latest SQL Developer May 9 updated version and my dropdown selections from the View menu for Connections, and View Reports do not work. However, Snippets does appear when selected. Hate to lose some of the User Defined reports I had created. Any help would be appreciated.

    Don't know if I get what you're saying: the entries Connections and Reports from the View menu don't work?
    On top of the connection tree, if you get one, aren't there the two tabs with these options?
    If you're unable to view the whole tree, you're installation would be corrupted. Install from scratch in a separate folder, first without migration to see if that resolves the issue. Then you could do the same with migration to retrieve all previous settings and connections.
    K.

  • SQL Developer 1.1 Patch 3 still does not work on 64-bit Windows

    There has been a long-standing problem with SQL Developer 1.1 not working on 64-bit versions of Windows. When sqldeveloper.exe is executed, a very unhelpful error dialog stating "The application failed to initialize properly (0xc00000018). Click on OK to terminate the application" is displayed.
    While there is a workaround that involves running the sqldeveloper.bat file in the \sqldeveloper\bin subdirectory, it is a bit inconvenient and requires the user to discover this workaround. Furthermore, SQL Developer 1.0 did not have this problem, so it is a bit puzzling as to why the problem was introduced with SQL Developer 1.1 and why it is still not fixed with the latest patch.

    I can confirm that we have a fix for this problem. I'm not sure when this fix will be available in SQL Developer.
    The bug was introduced in 1.1 due to optimizations in the way that the native Windows launcher works to better support products like SQL Developer.
    Thanks,
    Brian

  • Sql Developer 1.5.1 Drag and drop not working ?

    Hi,
    I've just installed this version and while the cursor changes when I drag a table to the editor, notjhing actuually happens.
    I've changed the default setting (select) to prompt every time, but it makes no difference.
    Is there something I should be setting to get this to work ?
    Thanks,
    Graham
    10g on XP

    OK, for the powers that be, if they ever use these forums, here is what I get when trying to drag and drop a table onto an empty worksheet.
    Exception in thread "AWT-EventQueue-0" oracle.classloader.util.AnnotatedNoClassD
    efFoundError:
    Missing class: org.antlr.stringtemplate.CommonGroupLoader
    Dependent class: oracle.dbtools.raptor.controls.DnDDropGenerator
    Loader: main:11.0
    Code-Source: /C:/Program Files/sqldeveloper/sqldeveloper/extensions/
    oracle.sqldeveloper.jar
    Configuration: system property C:\Program Files\sqldeveloper\sqldevelo
    per\extensions\oracle.sqldeveloper.jar
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClass
    Loader.java:2176) [/C:/Program%20Files/sqldeveloper/j2ee/home/lib/pcl.jar, by su
    n.misc.Launcher$AppClassLoader@10469011]
    at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1729) [/C:/Program%20Files/sqldeveloper/j2ee/home/lib/pcl.jar, by sun.
    misc.Launcher$AppClassLoader@10469011]
    at oracle.classloader.PolicyClassLoader.access$000 (PolicyClassLoader.ja
    va:143) [/C:/Program%20Files/sqldeveloper/j2ee/home/lib/pcl.jar, by sun.misc.Lau
    ncher$AppClassLoader@10469011]
    at oracle.classloader.PolicyClassLoader$LoadClassAction.run (PolicyClass
    Loader.java:331) [/C:/Program%20Files/sqldeveloper/j2ee/home/lib/pcl.jar, by sun
    .misc.Launcher$AppClassLoader@10469011]
    at java.security.AccessController.doPrivileged (Native method) [unknown,
    by unknown]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1688) [/C:/Program%20Files/sqldeveloper/j2ee/home/lib/pcl.jar, by sun.misc.Lau
    ncher$AppClassLoader@10469011]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1670) [/C:/Program%20Files/sqldeveloper/j2ee/home/lib/pcl.jar, by sun.misc.Lau
    ncher$AppClassLoader@10469011]
    at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre b
    ootstrap, by jre.bootstrap:1.5.0_12]
    at oracle.dbtools.raptor.controls.DnDDropGenerator.loadTemplates (DnDDro
    pGenerator.java:620) [/C:/Program Files/sqldeveloper/sqldeveloper/extensions/ora
    cle.sqldeveloper.jar (from system property C:\Program Files\sqldeveloper\sqldeve
    loper\extensions\oracle.sqldeveloper.jar), by main:11.0]
    at oracle.dbtools.raptor.controls.DnDDropGenerator.generate (DnDDropGene
    rator.java:521) [/C:/Program Files/sqldeveloper/sqldeveloper/extensions/oracle.s
    qldeveloper.jar (from system property C:\Program Files\sqldeveloper\sqldeveloper
    \extensions\oracle.sqldeveloper.jar), by main:11.0]
    at oracle.dbtools.raptor.controls.RaptorDnD.nodeDrop (RaptorDnD.java:197
    ) [/C:/Program Files/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.ja
    r (from system property C:\Program Files\sqldeveloper\sqldeveloper\extensions\or
    acle.sqldeveloper.jar), by main:11.0]
    at oracle.dbtools.raptor.controls.RaptorDnD.drop (RaptorDnD.java:160) [/
    C:/Program Files/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (f
    rom system property C:\Program Files\sqldeveloper\sqldeveloper\extensions\oracle
    .sqldeveloper.jar), by main:11.0]
    at oracle.dbtools.raptor.controls.RaptorDnD.drop (RaptorDnD.java:141) [/
    C:/Program Files/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (f
    rom system property C:\Program Files\sqldeveloper\sqldeveloper\extensions\oracle
    .sqldeveloper.jar), by main:11.0]
    at java.awt.dnd.DropTarget.drop (DropTarget.java:430) [jre bootstrap, by
    jre.bootstrap:1.5.0_12]
    at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage (SunDropTarge
    tContextPeer.java:500) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at sun.awt.dnd.SunDropTargetContextPeer.access$800 (SunDropTargetContext
    Peer.java:53) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEven
    t (SunDropTargetContextPeer.java:812) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent (S
    unDropTargetContextPeer.java:736) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at sun.awt.dnd.SunDropTargetEvent.dispatch (SunDropTargetEvent.java:29)
    [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.Component.dispatchEventImpl (Component.java:3842) [jre boots
    trap, by jre.bootstrap:1.5.0_12]
    at java.awt.Container.dispatchEventImpl (Container.java:2024) [jre boots
    trap, by jre.bootstrap:1.5.0_12]
    at java.awt.Component.dispatchEvent (Component.java:3819) [jre bootstrap
    , by jre.bootstrap:1.5.0_12]
    at java.awt.LightweightDispatcher.retargetMouseEvent (Container.java:421
    2) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.LightweightDispatcher.processDropTargetEvent (Container.java
    :3963) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.LightweightDispatcher.dispatchEvent (Container.java:3817) [j
    re bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.Container.dispatchEventImpl (Container.java:2010) [jre boots
    trap, by jre.bootstrap:1.5.0_12]
    at java.awt.Window.dispatchEventImpl (Window.java:1791) [jre bootstrap,
    by jre.bootstrap:1.5.0_12]
    at java.awt.Component.dispatchEvent (Component.java:3819) [jre bootstrap
    , by jre.bootstrap:1.5.0_12]
    at java.awt.EventQueue.dispatchEvent (EventQueue.java:463) [jre bootstra
    p, by jre.bootstrap:1.5.0_12]
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy (EventDispatchT
    hread.java:242) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThr
    ead.java:163) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:157
    ) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:149
    ) [jre bootstrap, by jre.bootstrap:1.5.0_12]
    at java.awt.EventDispatchThread.run (EventDispatchThread.java:110) [jre
    bootstrap, by jre.bootstrap:1.5.0_12]

  • OpenOffice Presenter Console Extension not working anymore

    I have previously done presentations using OO impress, which worked reasonably well. Now after some time I have to do another (important!) one, using the new version 3.2.1., and it's a terrible experience. First I tried the normal openoffice-base, which immediately crashed when quitting the slideshow. I found a thread regarding this (see https://bbs.archlinux.org/viewtopic.php?id=98617 ) which recommended to switch to go-openoffice (still, I'm absolutely baffled as to how such a grave bug can exist in a stable release, but anyway...).
    So I did switch to go-openoffice. It does not crash anymore, but then I had to witness that the Sun Presenter Console Extension is no longer working. This extension (which should be an integral part of openoffice anyway) is really important to me, since it shows me the next slide, notes and a timer on my laptop during the presentation. I re-installed openoffice-base, but it doesn't work there either, nor does it work with openoffice-base-devel (which was practically unusable anyway due to crashes, but I can understand that for a devel version).
    Hence my question: Did anyone manage to get the Presenter Console Extension working, preferably with go-openoffice, version 3.2.1?

    Argh... I didn't see that go-openoffice already ships with a new version of the presenter extension in /usr/lib/go-openoffice. After installing this one, it worked! It's strange though - this version shows the version number "1.1.0", whereas on the official page the latest version is still 1.0.3.? Ah well, who cares. I can finally work on my slides. :-) Sorry for the noise, I should have read the wiki page more carefully.

  • What do i do if my extension wont work

    hi, i have a windows eight laptop and i have downloaded firefox, i also have chrome as well as IE10. After installing firefox i wanted to add the extension SEO for firefox. i installed and it clearly says its enabled but i see no trace of it along side my searches.
    What could the problem be, i had this extension on my old desktop and it worked fine.

    You may have to install greasemonkey in order for them to work. My problem is since firefox upgraded one more time my extensions do not work an its due to the upgrade so I am going to go back to version 18

  • SQL Developer Extensions in Java

    Hallo,
    I am trying to find some tutorial/sample/example about extending the SQL Developer in Java. The documentation about the XML-Extension seems pretty good, but the only usefull [site |http://wiki.oracle.com/page/SQL+Dev+SDK+How+To+Create+a+Java+Defined+Extension] I've for java extensions contains a [broken link to the example file|ftp://ftp.oracle.com/svrtech/outgoing/sqldev_sdk/java_simple_tablespace.zip]. Does anyone know, where to find something like a getting-started in the java extensions for sql-developer? Or where to find some example file?
    Many thanks!!
    scitrx
    Edited by: user10472320 on 23.10.2009 05:30

    You will find some information and another link to the example in this thread:
    Re: User Defined XML Extension - Java Defined
    And if you search the forums for "xml user extension" you'll find a few more threads on the subject.
    Also, look in my web site:
    http://www.smdi.com/employee/JohnF/
    There is a link to my ODTUG paper on extending SQL Developer, and you can download my extension to browse the Oracle Designer Repository as an example of how to write a Java extension that is mostly XML with only a little Java.

  • File with pls extension opens with data modeler instead of sql developer

    Hello,
    I have both SQL Developer and Data Modeler installed as separate installations. If I  click in  the Windows File navigator on a file with the extension pls, the SQL Developer should open since the pls extension has been connected to SQL Developer.
    If I have neither SQLD nor DM open, SQLD opens -> ok
    If I have only SQLD open, the file is opened in SQLD -> ok
    If I have only DM open, the file is opened in DM -> not ok
    If I have both SQLD and DM open, the last started application opens the file -> sometimes ok
    Is it possible to manage the opening of a pls to open always in SQL Developer?
    Joop

    This is quite an old problem which I have seen with JDeveloper and SQLDeveloper so it may be framework related. I don't currently have both installed to check it out, but as it has been around a long time I doubt it has gone away.
    SQL files would open in either JDeveloper or SQL Developer following the pattern Joop described. Java files would only ever open in JDeveloper.    IIRC there was never a SQL file association for JDeveloper and SQLDeveloper was always the default.

  • GeoRaptor for SQL Developer 1.1

    The GA release of GeoRaptor does not seem to work for the latest version of SQL Developer 1.1. GeoRaptor is an extension to SQL Developer to view spatial data. GeoRaptor adds a context menu option to tables containing Oracle Spatial data types and a window to view spatial data.
    The context menu option does not show up anymore in SQL Developer 1.1.
    At the moment of this writing, there is no official patch available for this issue.
    For the time being I've made the CVS head revision (1.7) of GeoRaptor available till the GA is officially being released.
    To install this unofficial version of GeoRaptor, Start SQL Developer, select Help -> Check for Updates..., press Add and enter GeoRaptor for the name and http://testnext.com/oracle/sqldeveloper/georaptor-20070207/install.xml as location.
    Enjoy using GeoRaptor,
    Cheers,
    Jeroen van Schaijk

    Hi *,
    I also second that : My SQL Dev 1.5 also does not work very well with the GeoRaptor plug in. When i add a table to spatial view nothing showed up but no error displayed.
    I thought it was just me (my platform).
    Here is my platform (dunno if it's relevant)
    * OS : MS Windows Vista Ultimate
    * Oracle Database 11g Release 1 (11.1.0.6.0)
    Enterprise/Standard Edition for Microsoft Windows 32-bit
    * JDK 1.6.0_03 build 1.6.0_03-b05
    My SQL developer version 1.2.1 (in Windows Vista) works well with georaptor, connected to Oracle 11gR1 (locally under Vista) or 10gR2 (in other machine under Windows XP Home).
    So the problem probably in SQL Developer 1.5.
    thanks
    =Damon

  • Extending SQL Developer?

    From what the doco states, we should be able to write our own extensions for SQL Developer. I think. I'll be happy to be corrected if I'm wrong. :) And I really like SQL Developer.
    Currently, we have an in-house application which has some SQL querying functionality, but also has some functionality which uses knowledge of our database schema.
    For example
    - when a query displays a reference column, double-clicking on the cell will open another query, displaying the details for the referenced item.
    - when you leave the cursor over a cell that contains a reference to another table, the tooltip text displays the name of the referenced item
    Things like that. I get that you can use JDeveloper, with the ExtensionsSDK to build extensions. I also get that these extensions can be used with SQL Developer. So, I'd like to do away with the in-house application, replacing it with SQL Developer with an in-house-developed extension (to access all of our domain-specific tables, reports, etc).
    Is there any doco about coding extensions that use the views that come with SQL Developer? I guess I'd need to know about the views used to display the output of a query, etc, to register event listeners to do some of the things above.
    The sample code shows a lot of generic things which, while being useful, don't help in pointing out how to extend some of the things in SQL Developer. At least to someone not very familiar with the Oracle Extension framework. So, if anyone can recommend any addition doco, it would be greatly appreciated.
    Thanks,
    Ed

    You will find some information and another link to the example in this thread:
    Re: User Defined XML Extension - Java Defined
    And if you search the forums for "xml user extension" you'll find a few more threads on the subject.
    Also, look in my web site:
    http://www.smdi.com/employee/JohnF/
    There is a link to my ODTUG paper on extending SQL Developer, and you can download my extension to browse the Oracle Designer Repository as an example of how to write a Java extension that is mostly XML with only a little Java.

  • Oracle SQL Developer 1.1 Patch 2 (1.1.2.25.79) not working @windows xp env.

    Gurus,
    Please help me out , after i downloaded the latest update & install Patch 2 (1.1.2.25.79), SQL Developer is not starting at my system.
    I tried running it from Cmd also , its then throwing the exception like.
    C:\sqldeveloper\sqldeveloper\bin>java -Xmx512M -Xverify:none -XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9 -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -Dide.conf="sqldeveloper.conf" -Dide.home.dir.name=.sqldeveloper -classpath ..\..\ide\lib\ide-boot.jar;..\..\jdev\lib\xmleditor.jar;..\..\ide\lib\oicons.jar;..\..\jdbc\lib\ojdbc14.jar;..\..\jlib\jewt4.jar;..\..\jlib\share.jar;..\..\sqldeveloper\lib\jle2.jar oracle.ide.boot.Launcher
    Using oracle.home=C:\sqldeveloper
    Using ide.user.dir=C:\Documents and Settings\anindya.gupta\.sqldeveloper
    Disabled extensions:
    oracle.dbdev.oviewer: Missing dependencies: oracle.sqldeveloper
    oracle.sqldeveloper.report: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.sqlworksheet: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.thirdparty.sqlserver: Missing dependencies: oracle.sqldeveloper
    oracle.dbdev.snippet: Missing dependencies: oracle.sqldeveloper
    oracle.sqldeveloper.extras: Missing dependencies: oracle.sqldeveloper
    oracle.ide.xmlef: Missing dependencies: oracle.ide.daf, oracle.ide.palette2
    oracle.dbtools.thirdparty.access: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.thirdparty.mysql: Missing dependencies: oracle.sqldeveloper
    oracle.dbtools.sqlformatter: Missing dependencies: oracle.sqldeveloper, oracle
    .dbtools.sqlworksheet
    oracle.sqldeveloper.searchbar: Missing dependencies: oracle.sqldeveloper

    Hi,
    Can you run SQL Developer like this:
    sqldeveloper -J-Dide.extension.log.to.console=true
    and see if you get any additional output on the console?
    There is a bug in the base IDE platform that can lead to this message when you have a broken extension in ide/extensions or sqldeveloper/extensions. The extra logging provided by the above switch should turn on diagnostics that will help identify which extension is causing the problem.
    FWIW, the base IDE problem has been fixed already, and the fix should be consumed by a future release of SQL Developer. The fix ensures that a single broken extension will not take down the whole product.
    Thanks,
    Brian

  • SQL Developer - Data Modeler

    The Data Modeler is a great Tool within SQL Developer. Will there be a possibility to work with it, without installing Subversion extension in the next Version of SQL Developer?

    In our company we have one SVN Repository for all Projects and also one Version of a SVN Client (TortoiseSVN),
    which fits to the companys SVN-Repository Version.
    There is no guarantee, that the SVN-Version of the SQLDEV-Extension and our companys SVN-Repository-Version always fits together.
    This is a disadvantage in our strategy to use SQLDEV Data Modeler as a tool for our projects.

  • SQL Developer & CVS

    Hi,
    Where can i download the extension for enabling CVS in SQL Developer ?
    Currently, i have SVN extension only.
    Stephan
    SQL Developer version
    Oracle SQL Developer 2.1.0.62
    Version 2.1.0.62
    Build MAIN-62.61
    Copyright © 2005, 2009 Oracle. Tous droits réservés.
    IDE Version: 11.1.1.2.36.54.96
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.62.61

    See the old forum on this, hope this helps
    Re: SQLDeveloper 2.1.62 doesn't include CVS
    Re: Schema Binding with VSS in SQL Developer
    Regards,
    Click here [Download SQL migration workbench or SQLDeveloper|http://www.oracleracexpert.com/2009/08/download-sql-developer-migration.html]
    http://www.oracleracexpert.com
    Click here to [Replace and repair OCR|http://www.oracleracexpert.com/2009/09/how-to-move-or-replace-and-repair-ocr.html]
    http://www.oracleracexpert.com

  • Error after update Oracle SQL Developer Migration Tools

    Hi,
    I'm receiving a error after the update of Oracle SQL Developer (v.1.1.3.27.66) to work with mySQL migration tool.
    This error appear when it´s restarting:
    Exception Stack Trace:
    java.lang.IllegalAccessError: tried to access class oracle.ide.net.IdeURLStreamHandler from class oracle.ide.net.URLFileSystem$1
         at oracle.ide.net.URLFileSystem$1.createURLStreamHandler(URLFileSystem.java:87)
         at oracle.ide.boot.URLStreamHandlerFactoryQueue.createURLStreamHandler(URLStreamHandlerFactoryQueue.java:119)
         at java.net.URL.getURLStreamHandler(URL.java:1106)
         at java.net.URL.<init>(URL.java:393)
         at java.net.URL.<init>(URL.java:283)
         at oracle.ide.net.URLFactory.newURL(URLFactory.java:636)
         at oracle.ide.layout.URL2String.toURL(URL2String.java:104)
         at oracle.ideimpl.editor.EditorUtil.getURL(EditorUtil.java:150)
         at oracle.ideimpl.editor.EditorUtil.getNode(EditorUtil.java:122)
         at oracle.ideimpl.editor.EditorUtil.loadContext(EditorUtil.java:91)
         at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:950)
         at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1751)
         at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:356)
         at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1879)
         at oracle.ide.layout.Layouts.activate(Layouts.java:784)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:186)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:734)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         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)
    Anyone knows why that is happining?
    Thanks in advance,
    Felipe.
    Message was edited by:
    felipe.b

    Hello,
    I get the same error after updating through Help->Check for Updates. I am at version 1.1.2.25 and the update does not change the version number of Oracle SQL Developer (Help->About), it remains at 1.1.2.25 (although if I look in extensions tab, it says: oracle.sqldeveloper 1.1.3.27.66 Loaded, possible bug in displaying version number?). These are the updates applied:
    Upgraded Extensions
    Oracle Microsoft Access Browser version 1.1.3.27.66
    Oracle SQL Developer - Snippet version 10.1.3.27.66
    Oracle SQL Developer version 1.1.3.27.66
    Oracle SQL Developer - Reports version 10.1.3.27.66
    Oracle SQL Server Browser version 1.1.3.27.66
    Oracle MySQL Browser version 1.1.3.27.66
    Oracle SQL Developer - Worksheet version 10.1.3.27.66
    Oracle SQL Developer - Extras version 1.1.3.27.66
    Oracle SQL Developer - SearchBar version 10.1.3.27.66
    Oracle SQL Developer - Object Viewer version 10.1.3.27.66
    I ran the update several times and was able to reproduce the error under a specific condition. If I am connected to a database at the time of the update I get the error. If I am not conneceted at the time of the update I do not get the error.
    As stated, by Donal, sql developer seems to get over the problem after restarting itself twice.
    Mark

Maybe you are looking for

  • IPhone 4s no longer seeing Wi-fi networks

    I have an iPhone 4s that has been great. About 3 weeks ago my phone stopped seeing any wi-fi networks. I had been connecting to both work and home fine and my iPad 2 still does but not my iPhone. I have searched the forum but see no definitive fix.Al

  • Please help, I'm at the end of my rope...

    I got my 30gb video iPod a couple of months ago. Well, today I was running iPod restore and it got unplugged. Since that happened, my iPod can't be recognized by any USB port on my computer or on my friends mac. We've tried using different cables in

  • Can't get proper UTF8 in Servlet Output

    Here's another problem: My environment WinNT Sp6a Oracle 8.1.5 WLS 6.1 I have a servlet with raw UTF-8 characters in it (not the \uxxx types or the &#xhex/&#xxx). It seems like I have to use response.setContentType("text/html; charset=Cp1252") in ord

  • Comm Channel-driven data in map?

    I would like to define a named constant (or set of constants as name-value pairs) on the communication channel level.  I would like to then be able to reference these names in my mapping program in order to do a value substitution. I will have multip

  • No Messages in integration server

    Hi all,     I have configured the sender file adapter which picks up the file from file adapter and is sending it successfully to integration server. But i am not able to see the messages in integration server using the transaction sxmb_moni. There a