JDeveloper equivalent of Eclipse GEF

I need to create an application that displays objects in a graphical canvas and allows the user to interact with the canvas. The Eclipse IDE has a nice framework called GEF (http://www.eclipse.org/gef/)
Is there any sort of equivalent available for JDeveloper?
If not, are there any good Java libraries that people would recommend for doing this?

Shay, this may be better as a separate post but I want to find out if we can get more documentation out on the code insight API usage. I created an extension last year for SQR editor and I want to add more features to it. I realy would like to add code insight and migrate it to the 11g version. If you happen to know how to implement this feature or know of a good place to look, I would really appreciate it.
Thank you,
Todd

Similar Messages

  • SAP Widget Templates (0.12.0.1167) requires feature "org.eclipse.gef (3.3.0

    Hi,
    i followed the steps in the development guide in (https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c032ae0a-7d6b-2a10-14a1-cc6efb066dfc ) however , at page 13-15th step, i got these errors 
    "Requested operation cannot be performed because it would invalidate the current configuration. See details for more information.
      SAP Widget Templates (0.12.0.1167) requires feature "org.eclipse.gef (3.3.0)", or equivalent.
      SAP Widget UI Designer (0.12.0.1167) requires feature "org.eclipse.gef (3.3.0)", or equivalent."
    Can someone please tell me the link to get these features or pluggins?
    Regards,
    Soon Wee

    Hi,
        I am having the same exact issue. Could any of you get the resolution ?
         I tried the link suggested by Viswas, and downloaded the Eclipse GEF 3.3.2 zip file and extracted it. But still am having the same issue and getting the message "SAP Widget Templates (0.12.0.1167) requires feature "org.eclipse.gef (3.3.0)", or equivalent".
    Please give me some hints, I am totally stuck. Any help would be greatly appreciated.
    Thanks.

  • Impoting Jdeveloper project into Eclipse 4.7 juno

    can i impot Jdeveloper project into Eclipse 4.7 juno????please help me.

    You can manually configure a JDeveloper project to use in Eclipse. The process depends on the type of project and technologies being used.
    Is it an "EJB Project" and if so, are you using JPA? Or is it a "Web Project"? Are you using ADF?
    Eclipse and Oracle Enterprise Pack for Eclipse (OEPE) have corresponding project types that you can use to set up your Eclipse environment for the JDeveloper project. There are multiple way you could configure an Eclipse project with the source from your JDeveloper project. You could just create a new Eclipse project then copy your JDeveloper source files into the src folder of the new Eclipse project and "refresh" the project.
    If you are trying to maintain the same project structure and some level of interoperability, you can create an Eclipse project with the same folder structure as the existing project. For example, using OEPE and following the steps below would help to configure a JDeveloper Web Project that uses JSF as a "Dynamic Web Project" in Eclipse. Basically, you'll create a new project to overlay your existing project, modifying the default Eclipse project structure to map it to the underlying structure of the JDeveloper project. The process will read/import the existing source files and add Eclipse metadata to the project.
    - Copy your JDeveloper project to your Eclipse workspace or a location where you want to maintain the project as an Eclipse project.
    - With OEPE, create a new "Dynamic Web Project" and use the name/location of the JSF web project from JDev.
    - In the "New Dynamic Web Project" wizard,...
    - click "modify" to update the configuration and include the desired "JavaServer Faces" version, and project facets for other technologies such as JSTL and "Oracle ADF Web".
    - you can create an EAR project and select a configuration option to add your Dynamic Web Project to the EAR.
    - change the "Default output folder" from "build\classes" to "classes" which is what the default output directory is in JDev.
    - in the "Web Module" page of the wizard, change the "Content directory" field from 'WebContent' to 'public_html' to match the default value in JDeveloper.
    - I think there's an option to generate the web.xml deployment descriptor that is selected by default and you can override to so that it is not selected and the process will not overwrite your existing web.xml.
    After completing the remaining pages of the wizard, the process will generate the required Eclipse metadata to the project and will refresh the project so that it now contains all the src and web content files from the underlying sub folders.
    This is just a rough example and you may have to do some additional configurations for dependent libraries or hand edits of some descriptor files, etc.

  • Can i import Jdeveloper project into Eclipse 4.7 juno????please help me.

    can i import Jdeveloper project into Eclipse 4.7 juno????please help me.
    when i tried this it is giving some errors in project ie mismatching in configurations....!so i want soln please .

    Hi,
    first recommendation is to not use Eclipse natively but use OEPE that ships with Eclispse Juno. This way you have the IDE prepared for ADF projects. However, still the JDeveloper workspace structure does not fit the Eclipse structure.
    Frank

  • JDeveloper ADF and eclipse link

    All,
    I have created employee hierarchy and executed the application with the integrated weblogic with jDeveloper. It's works fine.
    After creating the deployent profile, I have deployed to a standalone weblogic server. i keep getting the below error
    <java.lang.NoSuchMethodError: org.eclipse.persistence.queries.ReadAllQuery.setHierarchicalQueryClause(Lorg/eclipse/persistence/expressions/Expression;Lorg/eclipse/persistence/expressions/Expression;Ljava/util/Vector;)V>
    The error was due to the line "*databaseQuery.setHierarchicalQueryClause(connectBy,startExpr,order)*" from the below code. I have copied the eclipselink.jar explictly to the weblogic/domain/lib directory and weblogic module directory. Still i am getting java.lang.NoSuchMethodError: org.eclipse.persistence.queries.ReadAllQuery.setHierarchicalQueryClause
    Could you anyone Please help me to resolve the error.
    ReadAllQuery databaseQuery = new ReadAllQuery(Employee.class);
    ExpressionBuilder builder = new ExpressionBuilder();
    Expression startExpr =
    builder.get("emplyeNbr").equal(new Integer(employeeId));
    Expression connectBy = builder.get("employees");
    Vector order = new Vector();
    order.addElement(builder.get("firstName"));
    databaseQuery.setHierarchicalQueryClause(connectBy,startExpr,order);
    Query query =
    ((JpaEntityManager)em.getDelegate()).createQuery(databaseQuery);
    List<DEmplye> employees = query.getResultList();

    Paulo,
    of course you can do using the Java APIs of XML Publisher. Furthermore there are plans to make XML Publisher the reporting framework for ADF.
    Juergen

  • Eclipse is better than JDeveloper - At least Eclipse starts!

    I'm evaluating JDeveloper 11.1.1.2 and I can't even get it to start out of the box! At least Eclipse runs!
    Output below...Any help appreciated otherwise it's back to Eclipse...
    C:\Oracle\Middleware\jdeveloper\jdev\bin>jdev
    java.io.IOException
    at oracle.ide.marshal.xml.StructureIO.loadUsingSAX(StructureIO.java:251)
    at oracle.ide.marshal.xml.StructureIO.loadImpl(StructureIO.java:167)
    at oracle.ide.marshal.xml.StructureIO.loadImpl(StructureIO.java:156)
    at oracle.ide.marshal.xml.HashStructureIO.load(HashStructureIO.java:46)
    at oracle.ideimpl.extension.RoleManagerImpl.getRolePreferences(RoleManagerImpl.java:80)
    at oracle.ideimpl.extension.ExtensionManagerImpl.runRoleSelectionDialog(ExtensionManagerImpl.java:1112)
    at oracle.ideimpl.extension.ExtensionManagerImpl.initialize(ExtensionManagerImpl.java:943)
    at javax.ide.Service.getService(Service.java:68)
    at javax.ide.extension.ExtensionRegistry.getExtensionRegistry(ExtensionRegistry.java:400)
    at oracle.ide.ExtensionRegistry.getExtensionRegistry(ExtensionRegistry.java:191)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1384)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:373)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:314)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:225)
    at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:292)
    at oracle.ide.marshal.xml.StructureIO.parseWithSAX(StructureIO.java:266)
    at oracle.ide.marshal.xml.StructureIO.loadUsingSAX(StructureIO.java:243)
    ... 37 more
    java.lang.NullPointerException
    at oracle.ideimpl.extension.ExtensionManagerImpl.runRoleSelectionDialog(ExtensionManagerImpl.java:1128)
    at oracle.ideimpl.extension.ExtensionManagerImpl.initialize(ExtensionManagerImpl.java:943)
    at javax.ide.Service.getService(Service.java:68)
    at javax.ide.extension.ExtensionRegistry.getExtensionRegistry(ExtensionRegistry.java:400)
    at oracle.ide.ExtensionRegistry.getExtensionRegistry(ExtensionRegistry.java:191)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1384)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    C:\Oracle\Middleware\jdeveloper\jdev\bin>

    Hmm, didn't have Vista, but JDK 1.6.0_17 on XP. Works great for me.
    Have you set the SetJavaHome in *$JDEV_HOME/jdeveloper/jdev/bin/jdev.conf* ?
    --olaf                                                                                                                                                                                                                                                                                                                           

  • JDeveloper Features in Eclipse

    Hi All,
    Some where i had that since oracle will be providing adf features in eaclipse. As oracle has now come up with oracle eclipse..any updates about adf feature and release dates by anyone ?

    Check this blog post from Shay:
    http://blogs.oracle.com/shay/2011/02/adf_faces_now_in_eclipse.html
    Also, check this link: http://www.oracle.com/technetwork/developer-tools/eclipse/overview/index.html
    Thanks,
    Navaneeth

  • How to build a simple Editor with GEF 4 MVC

    Hallo,
    I have Experience with GEF 3.x graphical editors, and I would like to make experiments with GEF4 MVC in an Eclipse E4 Application.
    Below there is a schema representing the basic architecture of a GEF 3.x MVC Editor :
    The base Ideas in GEF 3.x are :
    - There is an Editor class containing a Graphical Viewer.
    - There are a Root Edit Part and an Edit Part Factory to initialize the Controllers (EditParts)
    - There are Views (Figures) and Models (POJO), independent each other, and controlled by the Controllers.
    The GEF4 MVC Technology is quite powerful - because one can build Standalone, Eclipse RCP and Web applications.
    Anyway it is not perfectly clear to me - yet , how to implement a Simple GEF4 Editor on E4 Application.
    So, this is what I understood :
    - No more Draw2D in GEF4 - it uses JavaFx Scene and Parent
    - In a Scene graph we can put SWTControls (heavyweight) and Figures (lightweight)
    - a Canvas (heaviweight) will contain the JavaFX Figures and also possibly a CanvasFigure (lightweight)
    So, if I build an Eclipse E4 application with one ViewPart containing a GEF 4 Editor, I suppose the setup of my application will be as follows:
    1. Create An Eclipse E4 Application with JavaFx support
    2. Add a ViewPart that contains a Canvas
    3. Use GEF4 MVC to Create / Edit my MVC tree.
    At this point, it is not very clear to me how to implement the real MVC Architecture in GEF 4.
    I expect GEF4 MVC will work in some way like the GEF 3.x - as visible in the top image - but I'm not clear on that.
    Therefore, these are questions:
    - Is the GEF 4 MVC architecture somewhat equivalent to the GEF 3.x one ?
    - Where I can find details on the MVC implementation of GEF 4 ?
    - Is there any component to provide - out of the box - a Flyout Palette, like it is available in GEF 3.x ?
    Thank you for providing this very powerful library and for spending time on this post.
    By the way, I'm available to contribute the project.
    Kind Regards.
    Patrik

    [quote title=Patrik Suzzi wrote on Tue, 14 July 2015 04:07]Hallo,
    Therefore, these are questions:
    - Is the GEF 4 MVC architecture somewhat equivalent to the GEF 3.x one ?
    - Where I can find details on the MVC implementation of GEF 4 ?
    It is quite comparable in general but has some significant differences in detail. The best entry points for learning about GEF4 MVC is the reference documentation at https://wiki.eclipse.org/GEF/GEF4/MVC. It also provides some information about differences between GEF (MVC) 3.x and GEF4 MVC (last section about migration). The slides provided at http://de.slideshare.net/AlexanderNyssen/gef4-our-mission-to-mars explain some of the concepts (unfortunately the interesting slides concerning MVC seem to have been messed up when uploading the slides; I will try to update them).
    - Is there any component to provide - out of the box - a Flyout Palette, like it is available in GEF 3.x ?
    No, not yet. I was thinking to integrate it into one of our examples after the Mars SR1 release.

  • Android plugin not working in Eclipse on Arch 64bit

    Hi, I'm having some trouble getting the android plugin to work. I know there are a lot of similar threads about this on this forum and google but nothing seems to work. I have installed Eclipse 4.2 through pacman. I removed openJDK and installed Oracle's jdk/jre.
    java -version:
    java version "1.7.0_06"
    Java(TM) SE Runtime Environment (build 1.7.0_06-b24)
    Java HotSpot(TM) 64-Bit Server VM (build 23.2-b09, mixed mode)
    I manually edited Eclipse's ini file to find the jre:
    -vm
    /opt/java/jre/bin/java
    I did this before logging out or rebooting. And Eclipse would open ok and use the jre/jdk. I Then tried to install the ADT plugin and it would install without problem. I rebooted Eclipse but there were no signs of the plugin. No android project creation or android preferences. The plugin shows listed as installed.
    I then tried downloading android-eclipse from AUR and rebooted. But Eclipse looks the same. 
    I have no idea what could be wrong here.  Any help is appreciated. Thanks.

    hi
    I have same problem but not able to solve it.
    I was running elcipse 3.7.x with ADT plugin without problems.
    after eclipse update to 4.2.1 I am not able to use ADT. Eclipse is saying that it is installed but could not find anything from it in enviroment.
    I did reinstall eclipse and eclipse-emf eclipse-gef eclipse-wtp and follow http://developer.android.com/sdk/instal … g-adt.html but not sucess. Later I did find this https://developers.google.com/eclipse/d … clipse-4.2 but it is still same. ADT is installed but cannt use it.
    I am using openjdk
    pacman -Qs jdk
    local/jdk7-openjdk 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - SDK
    local/jre7-openjdk 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs -Full Java runtime
    environment - needed for executing Java GUI and Webstart programs
    local/jre7-openjdk-headless 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - Minimal Java
    runtime - needed for executing non GUI Java programs
    Can be that problem?
    thanks

  • Eclipse XQuery expression validation failed: The current configuration is out of sync with the XQuery resource in the repository.

    I created a wsdl based on a dbadapter in jdeveloper, imported into eclipse and created the biz and the proxy and uploaded to oracle service bus, it works fine,
    but happens now that i need to have a xsd and wsdl with business names and not table names, invented to create a xsd and wsdl file in jdeveloper
    and then went to eclipse and tried t xquery tranformation, but when i add the replace in the message flow in the filed in Variable : body and Expression i look for the xquery and in the binding trying to put
    $body/input parameter, get the following error [RouteNode1, Replace action] XQuery expression validation failed: The current configuration is out of sync with the XQuery resource in the repository.
    what im doing wrong or its configuration
    thanks in advance sonia

    thanks
    ok have created a table with only in column varchar2(1)
    then the type object and the procedure to insert it works the proxy in the osb if i test it inserts
    now in jdeveloper i created an xml file with
    <?xml version="1.0" encoding="windows-1252" ?>
    <vessel>
    <barco>a</barco>
    </vessel>
    then i created a xsd based on this xml, and a wsdl based on the xsd
    in eclipse created a xquery transformation and selected source as the xsd created in adf and target the xsd input parameter, dont know why in the purple ball of the input parameter it puts a ?, an a f.
    then in the proxy xpath not writing anything in variable body and in the expression select the xquery and in binding select the parameter

  • How to import existing projects into JDeveloper 11g

    I am trying to work with JDeveloper for my application and want to know whether it is possible to import existing projects into the work space in JDeveloper. I am currently working with eclipse IDE and this feature is available in it. How can I connect to clear case from JDeveloper? In eclipse it is very easy to connect to clear case with a plugin installed and check out, check in files from the source control. Any help is greatly appreciated.

    The basic way to import code is to use the "New->Projects->Project from existing code" or "project from WAR" dialogs to create your project.
    You then need to do some tweaking in the project properties->Content (and sub nodes such as resources and Web content).
    And also set the correct JARs/Libraries in the project properties.
    You can use the help->check for update to download the extension to JDeveloper that will let you integrate with Clearcase to do version management.
    This how-to might help you with your migration:
    http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html

  • Problem in building an Eclipse installation with oomph

    Hallo,
    I am setting up an Eclipse distribution with several plugins needed to have a proper IDE for an Eclipse Project (GEF).
    When adding the plugins to Eclipse everything is Ok, until I install the Oomph Version Management Tool plugin.
    After installing the Oomph VMT Plugin, from the next startup I see the below error:
    Plugins contained in the Eclipse distribution.
    As specified in the GEF contributor guide, the GEF-IDE consists of
    Eclipse IDE for committers Mars R as base eclipse ( in my case is win32)
    API Tools Execution Environment Description v 1.0.1 from http://download.eclipse.org/releases/mars update site
    e(fx)clipse IDE - PDE version .2.0.0, from http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/ update site
    m2e - Maven Integration for Eclipse - version 1.6.0, from http://download.eclipse.org/releases/mars update site
    Xtext Complete SDK - version 2.8.3, from http://download.eclipse.org/releases/mars update site
    Oomph Version Management Tool, from Oomph update site
    After installing the Oomph Version Management Tool plug-in, at the next Eclipse Startup I see the following error:
    An internal error occurred during: "Setup check".
    USER_HOME
    I was actually thinking my install was ok, but in bugzilla, I got that I did an "inconsistent installation" - see bug 473599.
    Indeed, I checked in the About eclipse features for the Oomph, and I saw the Version Management Tool version is not matching with Oomph Setup Core , but only for a small "delta"
    I tried to do an Update of the IDE using the Help > Check for updates, but I realized it is not a Complete IDE update , as suggested in the bug 473599.
    So, I have two questions:
    how to perform a Complete IDE Update ?
    how can I make a consistent installation, by assembling the five plugins above, including the Oomph version management ?
    Thank you very much for the time you're spending on my question.
    I hope my question does not seem impolite or excessively complex.
    Regards.

    Hi Patrik,
    The p2f file that you mentioned in https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599 seems totally useless to me. It
    locks in specific versions of the listed IUs, no matter whether the identified repositories will provide those versions
    in the future or not. For example:
    <iu id='org.eclipse.oomph.setup.feature.group' name='Oomph Setup' version='1.2.0.v20150720-0925'>
    <repositories size='2'>
    <repository location='http://download.eclipse.org/oomph/updates'/>
    <repository location='http://download.eclipse.org/oomph/updates/latest'/>
    </repositories>
    </iu>
    A P2Director task in an Oomph setup model for GEF seems like a better alternative.
    More comments below...
    Cheers
    /Eike
    http://www.esc-net.de
    http://thegordian.blogspot.com
    http://twitter.com/eikestepper
    Am 27.07.2015 um 22:44 schrieb Patrik Suzzi:
    > Hallo,
    >
    > I am trying to build a complex eclipse installation needed for development of the Eclipse GEF project.
    >
    >
    >
    > As specified in the GEF contributor guide, the GEF-IDE consists of
    >
    > Eclipse IDE for committers Mars R as base eclipse ( in my case is win32)
    > API Tools Execution Environment Description v 1.0.1 from http://download.eclipse.org/releases/mars update site
    > e(fx)clipse IDE - PDE version .2.0.0, from http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/ update site
    > m2e - Maven Integration for Eclipse - version 1.6.0, from http://download.eclipse.org/releases/mars update site
    > Xtext Complete SDK - version 2.8.3, from http://download.eclipse.org/releases/mars update site
    > Oomph Version Management Tool, from http://download.eclipse.org/oomph/updates
    >
    >
    > During the installation everything is Ok, until I install the last plugin: the Oomph Version Management Tool.
    >
    > After installing the Oomph Version Management Tool plug-in, at the next Eclipse Startup I see the following error:
    >
    > An internal error occurred during: "Setup check".
    > USER_HOME
    >
    >
    >
    > I was actually thinking my install was ok, but in bugzilla, I got that I did an "inconsistent installation" - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599.
    >
    > Indeed, I checked in the About eclipse features for the Oomph, and I saw the Version Management Tool version is not matching with Oomph Setup Core .
    >
    >
    >
    > I tried to do an Update of the IDE using the Help > Check for updates, but I realized it is not a Complete IDE update , as suggested in the https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599.
    >
    > So, I have two questions:
    >
    >
    > how to perform a Complete IDE Update ?
    I'm not 100% sure but I think you can't easily get out of this inconsistent state because the plugins that would do that
    for you are also impacted. I would recommend that you create a new installation with Oomph's Eclipse Installer.
    > how can I make a consistent installation, by assembling the five plugins above, including the Oomph version management ?
    I would suggest that you put pressure on the GEF people to provide a GEF project setup model, so that you can just add
    it to your install.

  • JDeveloper doing simple things - how to

    Just a couple of simple things that I can't seem to do in JDeveloper 11.1.1.6.0
    I have to use that version for OIM so please don't tell me to use 11.1.2.0.0 !!
    How do I simply see my folders? There is no option in View for a simple folder view - I have Application Navigator and that's pretty much it. I just want to see if my project has recognized the folders I am supposed to have in my project, but there is no way to do that. I also tried messing with all of the "Navigator Display Options" and "Working Sets" options. Still nothing. I took a project someone sent me and dropped it into the application folder, and then opened the project. It found the single source file but none of the folders show up anywhere.
    Second thing - if I create a folder external to the project and drop it into the project folder structure - why does "refresh" not pick it up?
    Eclipse Project Explorer == JDeveloper Application Navigator
    Eclipse Navigator == JDeveloper ??

    Eclipse Navigator <> JDeveloper Navigator
    JDev doesn't have a "file" navigator. We figure the OS usually provides a good one of those. :-)
    Here are some tips:
    1) Toggling some options in the Navigator Display Options will get you close (but it's still not a file navigator:
    * Group by Directory (checked)
    * Sort By Type (unchecked)
    * Package Level (unlimited)
    * Web Content Level (unlimited)
    * Show Libraries (unchecked)
    * Group by Categories (unchecked)
    * Group Related Files (unchecked)
    2) By selecting a node in the Application Navigator, you can choose Edit > Copy Path, which puts the os path to the node on your clipboard. You can now paste this into Windows Explorer (or similar for your os) to use the OS navigator. Optionally, you can use "Tools > External tools" to easily add a button or menu item to open a navigator node in the OS navigator.
    3) The main thing to recognize is that the contents of the project as shown in the navigator is governed by the project source paths (in Project Properties). If you added a folder to a project folder and it's not showing up after a refresh, it's probably not under the project source path after all. Or, it's possible that you have added a working set which is hiding the contents.
    -- Brian

  • OSB, eclipse and ADF

    I created a wsdl based on a dbadapter in jdeveloper, imported into eclipse and created the biz and the proxy and uploaded to oracle service bus, it works fine
    but have not implemented the part of having a business xsd and wsdl to transform or map to the technical names of the database
    how do i contruct or make this files
    if you any sample
    thanks
    sonia

    I think it is clear that Oracle will remain commited to Eclipse in terms of deploying java applications to WebLogic, they will provide some plugins for some time to come. You will however see oracle specific products, such as OSB, Portal, etc removed from Eclipse and ported to JDev. The reason for this is that Oracle can release new releases within their timeframe. If Oracle rely on Eclipse to deliver some functionality before they can release new products then they will be doing their customers a disservice.
    This statement in the SOD clearly states that JDev is the strategic platform and the Eclipse IP will be ported to JDev in the future:
    Design-Time Environment
    JDeveloper is the IDE of choice for SOA development at Oracle. AquaLogic Service Bus users have traditionally been using the web-based console to design, manage and monitor ESB flows. The web console is a key differentiator for ALSB (now Oracle Service Bus) and will therefore remain a primary design
    environment moving forward.
    The web-based console was complemented in the 3.0 release with full IDE support in Eclipse. The Eclipse capabilities will be ported to Oracle JDeveloper to provide a
    one-stop IDE for all SOA design needs. Until that port is complete, customers will still be able to use the Eclipse environment as IDE (in addition to the web-based
    console).
    cheers
    James

  • AIRIntrospector not working in Eclipse/Flex plugin

    hi all-
    I am trying to debug my javascript. I have an AIR application
    and am running it inside Eclipse with the Flex plugin. My
    application main file is mapit.mxml. It uses a mx:html widget to
    grab map.html. Inside map.html is the javascript I want to debug,
    so I put in the <script type="text/javascript"
    src="AIRIntrospector.js"></script> inside map.html and
    copied the AIRIntrospector.js into my src directory.. When I debug
    mapit.mxml, I keep getting the followign error message no matter
    what I do:
    You need to include AIRIntrospector.js in your application
    sandbox.
    at
    file:///C:/Documents%20and%20Settings/cindy%20bishop/My%20Documents/workspace/authoringTo ol-v2/bin-debug/web/AIRIntrospector.js
    : 1908
    am at wit's end.. I HAVE included the AIRIntrospector in the
    sandbox havent' it? merely by copying it into the dev directory???
    what the heck is the right way to use this debugger, please?
    thanks,
    Cindy

    hi
    I have same problem but not able to solve it.
    I was running elcipse 3.7.x with ADT plugin without problems.
    after eclipse update to 4.2.1 I am not able to use ADT. Eclipse is saying that it is installed but could not find anything from it in enviroment.
    I did reinstall eclipse and eclipse-emf eclipse-gef eclipse-wtp and follow http://developer.android.com/sdk/instal … g-adt.html but not sucess. Later I did find this https://developers.google.com/eclipse/d … clipse-4.2 but it is still same. ADT is installed but cannt use it.
    I am using openjdk
    pacman -Qs jdk
    local/jdk7-openjdk 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - SDK
    local/jre7-openjdk 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs -Full Java runtime
    environment - needed for executing Java GUI and Webstart programs
    local/jre7-openjdk-headless 7.u7_2.3.2-2
    Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - Minimal Java
    runtime - needed for executing non GUI Java programs
    Can be that problem?
    thanks

Maybe you are looking for

  • Mail flow in exchange 2013 and lotus domino coexistence

    scenario: Exchange 2013 CU3 running Windows 2012. coexsisting with lotus domino 8.5.1 there two cas server and two mailbox server. users migrated using quest tool. distribution groups are still lotus notes. in one of distrbution group which containin

  • How to import a .ear file in netbeans - urgent

    Hi Anybody can say how to import .ear (or) .war file in Netbeans editor?

  • Flex Cube - Deposits and CASA documentation

    Flex Cube - Deposits and CASA documentation: someone could help me to find documentation and information about CA SA and Deposits Flex CUbe MOdule ? Thanks.

  • Open with Explorer Crashes IE

    I have two separate environments where if you click the "Open with Explorer" option in a document library IE crashes. This happens with IE 10.0.9200.16750.

  • Single/Multiple Folio apps

    Hi, IS IT POSSIBLE THROUGH CREATIVE CLOUD TO CREATE A SINGLE FOLIO APP WHICH WILL HAVE THE CONTENT UPDATED OCCASIONALLY? I DONT NEED MULTIPLE FOLIO APPS (IE ANY PREVIOUS CONTENT IS NOT RELEVANT SO DONT NEED ANYONE TO BE ABLE TO DOWNLOAD IT). SO CAN I