Eclipse RCP Migration 3x to 4x

I am migrating my eclipse RCP 3.4.2 application to Luna 4.2. I did below steps for that:
1. imported source code in Luna and resolve all compilation error.
2. updated plug in in plugin.xml
able to make build but when started the application getting below error:
!SESSION 2015-02-13 14:31:07.975 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_51
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product com.mywells.edf.core.RWProduct
Command-line arguments: -product com.mywells.edf.core.RWProduct -dev file:C:/Users/CANDVLPTP-1/workspace_tech_upgrade/.metadata/.plugins/org.eclipse.pde.core/NDUSA/dev.properties
!ENTRY org.eclipse.ui.workbench 4 0 2015-02-13 14:31:10.175
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY com.mywells.edf.plugin.iadc.reviewreports 4 0 2015-02-13 14:31:10.185
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.mywells.edf.plugin.iadc.reviewreports [9]
Unresolved requirement: Require-Bundle: org.eclipse.ui
-> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
org.eclipse.ui [14]
Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.ui 4 0 2015-02-13 14:31:10.195
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ui [14]
Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.ui.browser 4 0 2015-02-13 14:31:10.195
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ui.browser [78]
Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.6.0,4.0.0)"
-> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
org.eclipse.ui [14]
Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.core.databinding 4 0 2015-02-13 14:31:10.205
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.core.databinding [80]
Unresolved requirement: Require-Bundle: org.eclipse.core.databinding.observable; bundle-version="[1.3.0,2.0.0)"; visibility:="reexport"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY com.mywells.edf.plugin.highfrequency 4 0 2015-02-13 14:31:10.215
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.mywells.edf.plugin.highfrequency [84]
Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="3.106.0"
-> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
org.eclipse.ui [14]
Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY com.mywells.edf.plugin.iadc.bha 4 0 2015-02-13 14:31:10.215
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.mywells.edf.plugin.iadc.bha [85]
Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="3.106.0"
-> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
org.eclipse.ui [14]
Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY com.mywells.edf.plugin.costcenter 4 0 2015-02-13 14:31:10.225
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.mywells.edf.plugin.costcenter [86]
Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="3.106.0"
-> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
org.eclipse.ui [14]
Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY com.mywells.edf.plugin.iadc.equipment 4 0 2015-02-13 14:31:10.235
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.mywells.edf.plugin.iadc.equipment [87]
Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="3.106.0"
-> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
org.eclipse.ui [14]
Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
org.eclipse.ui.workbench [4]
Unresolved requirement: Import-Package: javax.annotation; version="1.0.0"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
Please let me know if you have some better steps for migrating 3.x to 4.x .or let me know how I can resolve this issue.

hello, did you fix this problem already?

Similar Messages

  • Fatal errors using JavaFX ChoiceBox, Tooltip, Popup in Eclipse (RCP) View

    I'm using JavaFX within an Eclipse RCP application. Any JavaFX popup (ChoiceBox, Tooltip, etc..) within an eclipse view causes a fatal exception to occur when clicking on the popup. The popups do appear, but clicking on them causes the fatal error.
    I created a standalone JavaFX application to confirm that the Popups work fine in that environment. They do.
    I also created a standalone SWT-based application (outside of an RCP) that embeds the FXCanvas within an SWT shell and the problem doesn't occur there either.
    But when the Combo is contained in an FXCanvas within and RCP view, the fatal exception occurs.
    Has anybody else seen this behavior?
    I tried it with JavaFX 2.0.2, 2.1 b17, 2.1 b19 (all 32bit)
    I'm using JRE 6.0_30-b12 (32bit) on Windows 7 (64bit)
    My RCP target platform is based on eclipse 3.6 (galileo).
    Thanks!

    The problem is described in http://javafx-jira.kenai.com/browse/RT-20883. e(fx)clipse 0.0.14 (http://tomsondev.bestsolution.at/2012/05/29/efxclipse-0-0-14-released/) which I've just released fixes the problem. Unfortunately it does not work with 3.6 because I'm using OSGi API only available > 3.7.0

  • Eclipse RCP and swing key accelerator

    Hi,
    I have a JTree inside a view and a popup message when you right click
    on the tree.
    I added a key accelerator to the menu and I see the shortcut on the menu but when I use the shortcut, nothing happens.
    I believe the problem is SWT -> SWING issue but I don't have any idea
    how to solve it.
    Thanks in advance
    Dekel

    Java 'WebStart is (in principle) a fine distribution/deployment/update technology.
    It covers smart versioning of jars/jvms.
    Native user experience and Swing poses no problem.
    I prefer Swing as one can construe one own controls in detail.
    Both Eclipse RCP and Netbeans Platform have a very specific starting point.
    Both come with a considerable amount of code.
    In fact have a feasability study in the form of writing hello-worlds in both.
    The unmentioned alternative, starting from scratch with Swing,
    may have some benefits.

  • Developing an Eclipse RCP Plugin Project with CE and NWDI

    Hallo,
    I want to know what's the best way to create an Eclipse RCP application and have the sources managed by the NWDI.
    My problem is that development components within a software component can only be plain java projects and not plugin projects. Now I can convert a plugin project to a development component but when I try to build this dc it fails because the needed libraries for this origin plugin project (Plug-In Dependencies) are not available because is it now just a plain java project.
    However I could create another dc with the needed libraries and add this dc as a required dc but then it is not the same as a standard plugin project and I don't know if that could create problems then.
    In case anybody knows how to solve this problems, please give me a hint.
    Fabian

    Hi,
    I fixed the java.lang.NoClassDefFoundError problem in the Eclipse 3.1 Plug-in: in the Run > Environment, set the CLASSPATH variable to the directory containing the target program's package hierarchy. Now the Trace program runs ok when invoked from the plug-in.
    However, when I repeated the same configuration in Eclipse 3.0.2, I got the following runtime error.
    Unhandled event loop exception
    Reason:
    com/sun/jdi/connect/VMStartException
    Isn't Eclipse 3.0.2 supposed to behave in the same way? Any help will be much appreciated!
    Sunny

  • Eclipse RCP & RMI

    Hi,
    I might be considered a noob with these two technologies and I have a problem using RMI with my eclipse RCP app.
    Simple RMI server and client works fine, however if use eclipse rcp as the client, it hangs forever while "lookup".
    Simple Server Code:
    System.setSecurityManager(new RMISecurityManager());
    Registry registry = LocateRegistry.getRegistry("localhost", 1099);
    HelloImpl obj = new HelloImpl();
    registry.rebind("HelloServer", obj);Simple RCP Client Code: (executed in a job scheduled)
    System.setSecurityManager(new MySecurityManager());
    Registry registry = LocateRegistry.getRegistry("localhost", 1099);
    Hello obj = (Hello) registry.lookup("HelloServer");  //hangs here
    String message = obj.sayHello();MySecurityManager:
    public class MySecurityManager extends SecurityManager {
    public MySecurityManager() {}
    public void checkPermission() {}
    public void checkPermission(Permission perm) {}
    public void checkPermission(Permission perm, Object context) {}
    }Client code works fine if it is a simple application. The only difference to me was VM arguments and I added "codebase" and "policy" arguments but no change at all. (actually, rcp client already has stub file)
    Is there any specific configuration I need to adjust to make it work?
    Any help would be appreciated.
    Thx

    okay, it wasnt hanged, it throws an exception.my bad..
    java.lang.ClassCastException: HelloImpl_Stub
    So, I remove the stub file from Client and change codebase arg to
    -Djava.rmi.server.codebase=file:${workspace_loc:/RMIServer/bin}
    didnt work..
    Both classes are generated by same SDK (1.5). Client and server are running on same machine (local)
    someone claimns to have a solution in your forum here:
    http://www.genady.net/forum/viewtopic.php?t=205
    and another one here:
    http://forum.java.sun.com/thread.jspa?forumID=58&threadID=721143
    here is the new code:
    ClassLoader oldLoader = Thread.currentThread().getContextClassLoader();
    Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader());
    System.setSecurityManager(new MySecurityManager());     
    Registry registry = LocateRegistry.getRegistry("localhost", 1099);
    Hello obj = (Hello) registry.lookup("HelloServer");
    String message = obj.sayHello();
    System.out.println(message);
    Thread.currentThread().setContextClassLoader(oldLoader);Still I get the same exception.

  • Extending CR4E using Eclipse RCP plugin's

    <p>Hi Sean,</p><p>I have not started checking this for myself, so this question is more theoretical.</p><p>I plan to customize and extend CR4E using Eclipse RCP plugin architecture. The two main requirements are to add a custom data-source type/provider to the report wizard, and to add a custom result-set wrapper for the said data-source. Other requiremnets may be more look&feel related.</p><p>Assuming licensing issues are met, I had a few questions.</p><p>1. Are there suitable extension points for this in CR4E</p><p>2. Given your current roadmap, is the api stable.</p><p>Thanks,</p><p>Nathaniel</p>

    <p>Unfortunately, developing against these extension points is not currently supported. We definitely plan to support building against these extension points in the future, but in the initial release this was just not in the timeframe. The extension points are likely to change in future releases and we didn&#39;t want to be bound to the initial definition released in version 1. I will keep you updated when this feature does become available. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • Eclipse RCP Application, Plugins and Classloader

    Hi there,
    I'm currently evaluatin KODO within an eclipse RCP application.
    Anything went fine until I started to modularize my classes into
    different plugins.
    Background:
    ===========
    The application consists of a "main" plugin, a "basic persistence layer"
    plugin and an "additional persitent classes" plugin.
    "basic" contains anything for kodo connections and persistence managers
    and some general persitent classes
    "additional" introduces some applicationspecific persitent classes.
    the persistent classes of any plugin are registered using
    "kodo.PersistentClasses".
    I use "kodo.ClassResolver" to point to a class
    "MultiPluginClassResolver" which inherits from
    "MultiLoaderClassResolver" and has the classloader of each plugin
    registered.
    main depends on "basic" and "additional".
    Problem:
    ========
    Whenever I instaniate a PersistenceManager from within plugin "basic"
    kodo throws a ClassNotFoundException as shown below.
    de.bioassay.pla.assay.Assay is a class from plugin "additional"
    What am I missing?
    297 WARN [main] kodo.Runtime - java.lang.ClassNotFoundException:
    de.bioassay.pla.assay.Assay
    java.lang.ClassNotFoundException: de.bioassay.pla.assay.Assay
         at serp.util.MultiClassLoader.findClass(MultiClassLoader.java:230)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at
    kodo.runtime.PersistenceManagerFactoryImpl.loadPersistentClasses(PersistenceManagerFactoryImpl.java:208)
         at
    kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:151)
         at
    kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:104)
         at
    kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:97)
    regards
    Markus

    Hi again.
    could solve the problem on my own:
    the "additional" plugin didn't have the jdo libraries within the
    runtime classpath. The solution was to export the jdo libraries from
    within the "base" plugin.
    regards
    Markus
    M. Stier schrieb:
    Problem:
    ========
    Whenever I instaniate a PersistenceManager from within plugin "basic"
    kodo throws a ClassNotFoundException as shown below.
    de.bioassay.pla.assay.Assay is a class from plugin "additional"
    What am I missing?

  • How to extending CR4E from Eclipse RCP plugin's

    Hi All,
    I want to create a eclipse RCP application which will extend CR4E and let me create my own wizards for data source customization.
    I read it from crystal report for eclipse 2.0 guide that RCP and CR4E support possible but please let me know how ? and is ther any material or sample for this? any where?
    Any related information will be highly appreciated.
    Regards,
    Sunil Kumar Sahoo.
    Sr. Software Engg.

    Dear Ted,
    I want to create one RCp application . which will invoke the custom plugins created by exteding eclipse extension pionts. Is it possiblle to invoke these eclipse plugins inside RCP applications. So that I can invoke my custom eclipse designer having custom data source and few more branding wizards ,inside RCP standalone application?
    If yes , Please kindly refer  how and which material describes this?
    your reply  will be hignly appreciated .
    Regards,
    Sunil Kumar Sahoo

  • Job offering: Software Engineer (Java, Eclipse RCP) in domain of access networking [Ghent, Belgium]

    Excentis is looking for a Software Engineer (Java, Maven, Eclipse RCP, ...) to reinforce our software team! Discover the interesting domains of access network technologies (TCP/IP, DOCSIS, Wi-Fi) and network traffic generation/analyzing from a developer's perspective!
    Company website: https://www.excentis.com/
    Product website: https://www.excentis.com/products/byteblower/
    GUI showcase videos: https://www.youtube.com/user/ByteBlower
    Job offering (in Dutch): https://www.excentis.com/about-us/jobs/java-software-development-engineers-niveau-master
    Contact: jobs _at_ excentis _dot_ com
    Kind regards,
    Tim De Backer
    Software Engineer
    Excentis

    Sadly, the job description is only available in Dutch.
    I don't know whether being a Dutch speaker is really a prerequisite (all documentation and external communication is done in English anyway). The profile mentions it, but making a good impression may be well enough!
    Do note that we are looking for someone to come work at our Ghent office.
    Quick-and-dirty translation of the job offering (general info available on the site):
    Quote:
    You're responsible for designing and implementing software solutions for the telecommunications sector. Windows, Apple, Linux platforms as well as web-based technologies are used. You're (initial) focus will be on developing the user interface of the Java clients that control our network testing solutions and on the test report generation. You'll get in touch with databases such as MySQL and HSQLDB. You'll work with version control (subversion), build systems (Maven), continuous integration (Jenkins) and unit testing systems.
    Depending on the task at hand, you'll work with two our more people in a team. You'll be part of the software design process from the very start, you'll work with the project lead on things like planning and report your progress regularly.
    During your initial training you'll learn on (and get affinity with) state of the art telecommunications and networking technologies.
    Profile
    * You have a Master's degree in Computer Science Engineering or similar.
    * Job experience is a plus.
    * You're a problem solver with a critical mindset.
    * You have a strong interest in both software development and networking technologies.
    * You master at least one programming language, preferably Java.
    * Affinity with the Eclipse Rich Client Platform is a plus.
    * You are familiar with database technology.
    * You speak English and Dutch fluently.
    * You can provide technical support to customers
    * You're a team player.
    Offer
    * Excentis offers an interesting job in a dynamic and pleasant working environment that will bring you in touch with innovative technologies and will allow you to work in an international context.
    * Competitive salary with extra's such as pension plan, (additional) health care insurance, internet, etc..
    * Excentis offers internal and external trainings in both the problem domain and software engineering competences and technologies.

  • Mediatek looking for - Software Engineer -Java/Eclipse/RCP

    DESCRIPTION
    Looking for a strong software engineer with a background in Eclipse RCP plugin development, and strong programming skills in Java to work on toolchain debugger development and processor simulator integration for embedded DSP processors. Role will include development, testing and verification of software development tools on both Linux and Windows environments. Role will also present the opportunity to define and implement processor-specific toolkit features.
    QUALIFICATIONS
    1. BS/MS in relevant degree area.
    2. Experienced in Eclipse RCP plugin development with Java and SWT is must.
    3. Experience of cross-platform development and debugging with Eclipse on Linux and Windows is desired
    4. Experience in C++ is plus.
    EDUCATION REQUIREMENTS
    B.S. in Computer Science or related field
    EXPERIENCE
    More than 2 Years Work Expe.
    Please submit resume at careers section in Mediatek US website or email to [email protected]

    Depending on individual experience and capability, it would not be too hard to figure out the market value of software engineer with some googling.

  • Eclipse RCP Editor

    Hello , i dont know if this is the right forum to post but i cannot find another forum.
    So i have a simple yet difficult problem with Eclipse RCP.
    I have a menu that says Open new Editor, and i try to create a new Editor and display it in the Editor Area. I always get Unknown editor ID even if there is one editor specified in the extension.
    Can anyone point me to a good totorial on how to create a simple editor using eclipse RCP ?
    Thank you

    I found that when getting the id of the Application property returns null, the error is HResult 2147417843. I googled it and found that it seems to correspond to the OLE error 0x8001010D. I didn't find a lot of help about this error. It seems to have something to do with synchronous call to the Ole component but it doesn't really help me.

  • Eclipse RCP ad GMF

    Hello i dont know if this is the right place to ask, but i really need some help with GMF
    I have a GMF editor wich runs inside eclipse now. I need that editor to be opened when i double click on a tree from a RCP Application.
    Does anyone know PLEASE how to do this ?
    BIG THANK'S !!!!

    hello, did you fix this problem already?

  • Java velocity and eclipse rcp

    hi,
    please attach some useful books on velocity and rcp pls.thank u.

    Hi
    Known bug in Oracle JVM.
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=465693
    Regards
    Ed Willink
    On 09/07/2015 10:13, Ed Willink wrote:
    > Hi
    >
    > Is anyone using Eclipse Modeling successfully on Windows 8.1 with a
    > Java 8 VM?
    >
    > I tried six months ago, with perpahps Mars M4, and got regular Java
    > crashes and so dismissed it as a bad install aberation and reverted to
    > Java 7.
    >
    > A couple of weeks ago, on two Windows 8.1 machines, with more recent
    > Java and more recent Eclipse (Mars), I still get a Java crash every
    > couple of hours.
    >
    > Does anyone see this? Is there some trivial Java 8 setup that I have
    > overlooked?
    >
    > Regards
    >
    > Ed Willink
    >
    >

  • How to webStart javafx in eclipse RCP Application.

    My Application is a RCP application containing javafx. I use efxclipse 3.8.2 to developing .   It can run in eclipse.
    I start it with jnlp,it have following errors:
    java.lang.NoClassDefFoundError: javafx/scene/paint/Paint
      at com.macrosan.ui.tree.DevicesRootNode.handleSelectEvent(Unknown Source)
      at com.macrosan.core.common.AbstractTreeNode.handleSelectTreeNode(Unknown Source)
      at com.macrosan.core.event.EventCenter.notifyTreeSelectHandler(Unknown Source)
      at com.macrosan.core.event.EventCenter.sendToEventCenter(Unknown Source)
      at com.macrosan.ui.views.PrimNavigationView$1.selectionChanged(Unknown Source)
      at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
      at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
      at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)
      at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2188)
      at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1211)
      at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1241)
      at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:239)
      at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:233)
      at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:403)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
      at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
      at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1600)
      at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
      at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
      at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
      at org.eclipse.swt.widgets.Display.syncExec(Display.java:4687)
      at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:94)
      at org.eclipse.ui.internal.Workbench.init(Workbench.java:1595)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2628)
      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
      at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
      at com.macrosan.ui.Application.start(Unknown Source)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
      at org.eclipse.equinox.launcher.WebStartMain.basicRun(WebStartMain.java:79)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
      at org.eclipse.equinox.launcher.WebStartMain.main(WebStartMain.java:57)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.sun.javaws.Launcher.executeApplication(Unknown Source)
      at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
      at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
      at com.sun.javaws.Launcher.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: javafx.scene.paint.Paint
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:455)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      ... 58 more

    hi,
    http://www.ericgar.com/2006/10/17/eclipse-jbossas-ejb-30-setup-instructions/love google
    http://www.google.co.in/search?q=steps+to+interact+ejb+with+Eclipse&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

  • Eclipse Mars is a instance of Eclipse 4 or Eclipse 3.x RCP

    Hi guys,
    we usually build RCP product based on 3.x RCP. Now seems many things are changed in Eclipse 4.x and we estimate the 4.x. I would like to know the current 4.5 Mars Eclipse IDE is a product of RCP 3.x or 4.x.
    Thanks!

    Any Eclipse RCP running on 4.x is itself an Eclipse 4 application. The somewhat-unfortunately-named 'compatibility layer' implements the 3.x APIs and policies using Eclipse 4 constructs.
    Brian.

Maybe you are looking for

  • Problem with JNI form C++

    Hi all, I'm fairly new to programming with JNI, so please excuse me if I ask a dumb question. I'm trying to call a Java method from a C++ class, but when I run the program, it throws an error, crashing the program. I'm pretty sure the problem is that

  • HT1918 Is there a way Apple does not demand that I spend all my credit (US0.12)

    Hi all, I'm trying to change stores with Apple, but I'm told I have to spend all my credit balance prior to doing so. I live in Brazil and am currently using a US store with gift cards. I would like to merge both accounts I have (or cancel the Brazil

  • Automatically reposition layers/files in a grid by name

    I've got about a hundred sets of sliced up pictures. Sliced up into roughly 80 pieces. They've been cut up in a grid fashion and then named logically & numerically by column and row. And saved to individual jpgs. Simple enough, I can just reposition

  • How to create correction delivery in schedule agreement

    Hi all - I am loading legacy data into SAP and am creating schedule agreements.  I create the agreement using SD_SALESDOCUMENT_CREATE, then COMMIT, then update the schedule lines using BAPI_SALES_DEL_SCHEDULE_CREATE also followed by a COMMIT. This wo

  • Chinese ideogram in my mail !

    I do not notice this before 10.4, but now with 10.4 and 10.5 (a small mac equipped company), we got some troubles with our emails. Some customers complain, our emails are full of gremlins characters : some got sort of chinese ideogram replacing accen