Eclipse plugin requires full project rebuild sometimes

I don't know if this has been reported but I'm finding it consistenly for a
while now (since using the Eclipse plugin in fact). Sometimes I modify
non-JDO files and when I run I get exceptions saying my JDO objects don't
have meta data. I have to stop my server (tomcat) and rebuild the full
project so that the JDO objects are enhanced. I don't know how they're
getting "unenhanced" since I haven't modified them. Any ideas?

Eclipse has a nasty after effect of aggressively recompiling items when
you are editing source. My guess is since rebuilding solves your problem,
that is whats going on. Calling javap on your class (e.g. javap
simple.Test) should indicate if this is whats going on. Or a simple void
main () method which sees is PersistenceCapable is assignable from your
class.
On Tue, 20 May 2003 10:39:52 +0200, Michael wrote:
I don't know if this has been reported but I'm finding it consistenly for a
while now (since using the Eclipse plugin in fact). Sometimes I modify
non-JDO files and when I run I get exceptions saying my JDO objects don't
have meta data. I have to stop my server (tomcat) and rebuild the full
project so that the JDO objects are enhanced. I don't know how they're
getting "unenhanced" since I haven't modified them. Any ideas?--
Steve Kim
[email protected]
SolarMetric Inc.
http://www.solarmetric.com

Similar Messages

  • Eclipse plugin output

    I'm having, or at least think I'm having, a problem with the Eclipse
    plugin that I'm hoping somebody can help me with. I'm not getting any sort
    of feedback when I enhance or perform schema operations. The Kodo View in
    Eclipse shows nothing and one or both of the Log/Output panes of the View
    go gray. Shouldn't I expect some sort of output?
    Thanks,
    Scott

    Its probable that when you select yes, that actual work is not getting
    done and the error is not being logged correctly. How did you configure
    your database connection? If you select yes (e.g. actually create the
    tables), can you see the changes being made in the database? If not, are
    you able to connect using Kodo standalone?
    We focus our plugins towards major releases and can't verify our plugin
    compatibility with each minor or milestone release. Sorry about the
    difficulty there. Unfortunately, Eclipse's API often changes drastically
    without notice.
    On Tue, 21 Jan 2003 19:39:21 +0000, Scott Leschke wrote:
    Steve,
    Thanks for the response. I was using the 2.1 M4 release (latest stable)
    but that appears to have a problem with the core Java builder (I got an
    error about an NPE on a full project rebuild, could be interaction the the
    ClearCase plugin). I moved up to the latest integration build, the NPE
    went away but still had the output problems. Today I backed down to the M3
    release where I was, and now get output. I am still a bit confused though,
    when I select one of the schema options, and select \"No\" to the question
    regarding actually altering the schema, I get the following output in the
    Output window.
    <error>-SchemaTool failed. The message included was:
    {0}
    javax.jdo.JDOFataDataStoreException: Io exception: The Network Adapter
    could not establish the connection
    NestedThrowables:
    java.sql.SQLException: Io exception: The Network Adapter could not
    establish the connection
    <info>-Done
    What\'s up with that?
    Scott
    Steve Kim wrote:
    Can you tell me what version of Eclipse you are using? There are some
    known problems with Eclipse 1.0 based IDEs. Also, can you send a
    portion of the log (if any)? The log file is located at
    $ECLIPSE/workbench/.metadata/.log
    Thanks
    Steve
    Scott Leschke wrote:
    I\'m having, or at least think I\'m having, a problem with the Eclipse
    plugin that I\'m hoping somebody can help me with. I\'m not getting any
    sort
    of feedback when I enhance or perform schema operations. The Kodo View in
    Eclipse shows nothing and one or both of the Log/Output panes of the View
    go gray. Shouldn\'t I expect some sort of output?
    Thanks,
    Scott
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com

  • Eclipse Plugin Problems

    Hello All,
    I do not know if you are all using the eclipse plugin or if you are using jdeveloper. I do not want to use jdeveloper if possible (we have been using eclipse for some time, and to install jdeveloper just for it's bpel editor seems too heavy.)
    It seems that the eclipse plugin requires all of the project artifacts for a BPEL process to be in the actual eclipse project folder. When I move it outside the project and create a linked folder to the artificats the plugin complains with javascript errors and fails to show the bpel process or perform a build.
    it's an odd dependency. Has anyone else observed this? Am i out to lunch here? :)

    I also use a workspace just for BPEL. I think that the plug-in is somehow cohesive with the project directory. Meaning that; you can’t just open a BPEL file and have it work. It needs the BPEL file to be in a valid project. This stinks when you start to consider the management of BPEL projects. Project file contain machine specific information. So If I check a BPEL project in to CVS, my peers may not be able to check it out and have it work because their setup is not the same as mine. I typically do not have anything in the eclipse project except references to my check-out area.
    I do have some questions about the fate of the eclipse plug in. Will Oracle continue to develop it? Release it to open source? Or abandon it for JDeveloper only. If the eclipse plug in is going to continue they should fix the problem we are discussing.

  • Getting the filepath of the current project in an Eclipse plugin

    I'm developing my first eclipse plugin. Is there a method I can use in my plugin action code to get the file path of the project currently being worked on in the IDE. I want to be able to know where the project that somebody is writing is stored, when they are writing the project.

    I dont think it is a problem with the linking of the library, as If i split up my code as such
    LibraryClass lc;
    lc = new LibraryClass();The program hangs on the second line, it gets through the first line.
    I have no idea what is going on... The constructor for the LibraryClass is just blank (does nothing at all), and throws no exceptions.
    Any ideas??

  • Eclipse plugin project

    Hi,
    I am trying to move all the functionalities to a plugin. My files uses "javax.servlet.*" I added the javax.servelet.jar in the classpath which fixed all the compilation error, but, when I try to export a deployable plugin it throws an error "The import javax.servlet cannot be resolved".
    Is this not the correct way to include the jar file?

    What do you mean by "the classpath"? In Eclipse, there are several constructs that might constitute a classpath, and more complexity is added for a plugin project. The project needs the API as part of the build path, but so do the build artifacts such as Eclipse products you may export. If you don't understand what I mean, your best bet is to take a step back and follow a simple Eclipse plugin tutorial, without any third-party APIs. There are some tricky concepts to get your head around
    But why the Servlet API anyway? You know that you'll need to embed some Servlet engine in your product, too, right? It can be done, but maybe it's not what you actually need.

  • Eclipse maven multi module project issues

    Most developers I know moved on to IntelliJ for just one reason: better support for development and reload/hot deployment of multi module maven projects and its resources. All of these problems keep happening in the case of nested/hierarchical multi module maven projects which is >90% of maven use cases:
    1. Every time a multi module project is imported, sometimes there are both referenced libraries and maven dependencies in some projects. We have to manually remove referenced libraries from appearing. How can stop this from happening?
    2. Changes made to resource updates are not always refreshed and require full clean, using eclipse:clean eclipse:eclipse commands and even a maven project refresh using Alt+F5? Why should we do this and not let Eclipse figure out what's wrong? Also, Eclipse updates to dependency projects are slow when fixing any compile time issues from dependencies.
    3. Maven sometimes import dependency projects and its resources into its classpath and sometimes imports final artifact or jar from local repository as its dependency. This is a major problem just because jars excludes specific resources, say, from its src/main/resources. Is there a way in Maven to ask it to use resources of final artifact or exclude files that are not part of the its dependency packaging, typically excluded in the the dependent pom by <exclude>resource... without manually updating classpath?
    4. When deploying a multi module project to an Eclipse Tomcat container, resources are not deployed randomly. Say a dependency src/main/resources has dep1-config.xml and you want to specify a custom file dep1-config.xml runtime, there is currently no way to say override from the main project being deployed or from custom folders added to classpath of project being deployed. Guess this is a problem with the container classloader and not really a maven issue.
    5. There isn't a single multi module project deployment tutorial with best practices of managing classpath resources anywhere.
    How hard is it to make a stable maven support just like IntelliJ?

    Please do not use the maven-eclipse-plugin (mvn.eclipse:eclipse) and m2e simultaneously, they're not very compatible. Instead, when issues happen, clean your project in the m2e way, using the "Maven > Update configuration" context menus on your project(s).

  • Eclipse Plugin Creation - "Plug-in name was unable to load class " error

    Hi everybody and happy new year to you all,
    i got a little problem again. I have written the first lines of code of my plugin and wanted to test it (run as Eclipse Application). I got the following error-msg, when clickin either on the menu item or toolbar button:
    "Could not create action delegate for id: org.eclipse.tui.inpulse.actions.InpulseStart
    Reason:
    Plug-in org.eclipse.tui.inpulse was unable to load class org.eclipse.tui.inpulse.InpulseStart."
    My project has the following properties (of which i read they are important):
    Source folder: org.eclipse.tui.inpulse/src
    Output folder: org.eclipse.tui.inpulse/bin
    Dependencies: org.eclipse.ui, org.eclipse.core.runtime
    Extensions: org.eclipse.ui.actionSets
    ExtensionsPoints: none
    The following is my plugin xml:
    <plugin>
       <requires>
              <import plugin="org.eclipse.core.resources"/>
            <import plugin="org.eclipse.ui"/>
        </requires>
        <runtime>
              <library name="Inpulse.jar"/>
        </runtime>
        <extension
              id="org.eclipse.tui.inpulse.InpulseActionSet"
              name="org.eclipse.tui.inpulse.InpulseActionSet"
              point="org.eclipse.ui.actionSets">
            <actionSet
                id="org.eclipse.tui.inpulse.InpulseActionSet"
                label="Inpulse"
                  visible="true"
             description="The action set for the Eclipse Hello World example">
             <menu id="org.eclipse.tui.inpulse.InpulseMenu" label="Inpulse">
                   <separator name="samples"/>
             </menu>
             <action id="org.eclipse.tui.inpulse.actions.InpulseStart"
                   menubarPath="org.eclipse.tui.inpulse.InpulseMenu/samples"
                   toolbarPath="Normal"               
                   label="Inpulse"
                   tooltip="Start pattern search."
                   class="org.eclipse.tui.inpulse.InpulseStart"/>
            </actionSet>
       </extension>
    </plugin>The javafile "InpulseStart.java" is in the "org.eclipse.tui.inpulse" package and has the first line "package org.eclipse.tui.inpulse;". The class "InpulseStart" implements "IWorkbenchWindowActionDelegate".
    So the following members are implemented:
    public void run(IAction proxyAction){...};
    public void selectionChanged(IAction proxyAction, ISelection selection){...};
    public void dispose(){...};
    //and some additional ones ;-)I really dont know what i do wrong. If you have an idea, what i just miss out or do wrong, id be glad if you helped me out!
    Cya

    Aye, you are right, i should/could have posted this somewhere else. I just hoped, that i can get a good answer here, cause ppl helped me out very nice before.
    Im sorry if i offended users of this forum...
    The "advice" is recognized and i will post somewhere else in case i have a eclipse specific problem.

  • Is it possible to provide autoinstallation of only java plugin not full jre

    Hi all
    I m using the HTML convertor to convert the html pages to deploy the applet in a mixed browser enviornment and also to autodownload the java plugin. It takes quite sometime for the autoinstall the plugin. Is it possible to provide the autodownload only te java plugin and not the full jre.
    Thanks in advance for the reply

    No, the "plug-in" is just an ActiveX/BHO/Browser Extension/etc object (they've all been used) in the browser. The JRE does the work and is required.

  • Unable to install Eclipse Plugin for Azure

    I am unable to install the Eclipse Plugin for Azure.  I have Eclipse Indigo and have installed the Azure SDK 2.3.  When I try to add the site http://dl.msopentech.com/eclipse in the Install New Software window I get an authentication pop-up.
     When I try my Microsoft ID it fails authentication.  The instructions do not mention any authentication.  What should I put in here?

    Hi,
    This plugin requires Azure SDK 2.3. This can be downloaded using the Web Platform Installer (WebPI) at
    http://go.microsoft.com/fwlink/?LinkID=252838. However, if you don’t have it installed, when you create your first Azure deployment project, the plugin will automatically install
    Azure SDK 2.3.
    Also, you could download the sdk from GitHub (https://github.com/MSOpenTech/WindowsAzureToolkitForEclipseWithJava ) and manually install . And you could refer to this blog
    (http://java.interoperabilitybridges.com/cloud ).
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Eclipse plugin & errors with imports

    I've been using the Eclipse plugin and it's working well. Then I added an
    import to my class, and now the Kodo enhancer gives me an error (error in
    build) but it's not specific. I removed the import and it goes away. I
    then tried adding one line to my class:
    private static org.apache.log4j.Logger log =
    org.apache.log4j.Logger.getLogger(URLMonitor.class.getName());
    And I get the error. When I run jdoc from a windows prompt it works fine.
    I'm using Eclipse 2.1 build
    200302190010.
    Also, when running jdoc by hand with the -properties flag, I get:
    Exception in thread "main" java.lang.IllegalArgumentException: The specified
    cla
    ss "-properties" could not be loaded. javax.jdo.JDOFatalUserException:
    java.lan
    g.ClassNotFoundException: -properties
    NestedThrowables:
    java.lang.ClassNotFoundException: -properties
    But it still seems to pick up my properties file and it works.

    Thanks for helping!
    in the windows->preferences->Kodo Preferences, my parameters are below:
    License key: [license key censored by [email protected]], evalud key from email
    Connection driver: mysql-connector-java-3.0.6-stable-bin.jar
    Connection URL: jdbc:mysql://localhost:3306/MONSOON
    connection username: root
    connection password: foobar
    Dictionary class: com.mysql.jdbc.Driver
    "Stephen Kim" <[email protected]> wrote in message
    news:[email protected]...
    How did you configure your Preferences panel? The Eclipse plugin
    doesn't use a kodo.properties file. You should specify your driver
    name, not the jar, in the preferences page.
    Charle Wang wrote:
    I think I have similar problem as followed: I use eclipse2.02 + kodo
    2.4.2 +
    Windows 2000
    By following dev_doc, I imported petshop project. The menu->" Enhancer"part
    works fine, and build successed, but for the file Animal.jdo, "kodo->Addto
    Database" failed. Error message is bellow: (I even can not copy+pasteit)
    >>
    <error>-SchemaTool Failed. The message included was:
    {0}
    javax.jdo.JDOFatalUserException:java.lang.ClassNotFoundException:mysql-conne
    ctor-java-3/0/6-stable-bin/jar
    NestedThrowables:
    java.lang.ClassNotFoundException:mysql-connector-java-3/0/6-stable-bin/jar
    >>
    <info>-Done
    1. I remove the possiblity of the JDBC driver issues. because I use same
    driver and parameters for Quantum_DB plugin. it works fine. I canmanipulate
    the whole mySQL tables.
    2. part of plugin.xml is as bellow:
    <?xml version="1.0" encoding="UTF-8"?>
    <plugin id="com.solarmetric.kodo"
    name="%name"
    version="1.0.0"
    provider-name="%provider-name"
    class="com.solarmetric.modules.integration.eclipse.KodoPlugin">
    <runtime>
    <!--
    Put your jdbc driver in this directory and enter the filename
    here (and configure in Preferences the changes you make) -->
    <library name="mysql-connector-java-3.0.6-stable-bin.jar"/>
    <!-- library name="jdbc-hsql-1_7_0.jar"/ -->
    <!-- ########### do not modify below ######### -->
    3. kodo.properties is bellow:
    #Thu Nov 07 12:32:12 EST 2002
    com.solarmetric.kodo.LicenseKey=[license key censored by
    [email protected]
    com.solarmetric.kodo.PersistenceManagerClass=PetShopPersistenceManager
    com.solarmetric.kodo.impl.jdbc.SynchronizeSchema=true
    javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBC
    PersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=com.mysql.jdbc.Driver
    javax.jdo.option.ConnectionPassword=foobar
    javax.jdo.option.ConnectionURL=jdbc:mysql://localhost:3306/MONSOON
    javax.jdo.option.ConnectionUserName=root
    javax.jdo.option.MaxPool=0
    4.I have spent a whole day, still can not make the thing move. Did Imiss
    some tip? or .. ?
    "Petr" <[email protected]> wrote in message
    news:[email protected]...
    Hi Guys,
    Loosely related question, is there any chance that build of an
    individual
    class will some day trigger enhancement where appropriate? Currently it
    seems that only full project re-build does the trick ...
    It is a minor thingy, probably in 'nice to have' category.
    Cheers,
    Petr
    Stephen Kim wrote:
    Can you specify what version of Kodo you are using?
    java com.solarmetric.kodo.conf.JDOVersion
    If you enhance using the wrench icon/menu, do you get a more verbose
    logging in the Kodo view?
    On Mon, 03 Mar 2003 15:33:58 +0100, Michael Mattox wrote:
    I've been using the Eclipse plugin and it's working well. Then I
    added an
    import to my class, and now the Kodo enhancer gives me an error (errorin
    build) but it's not specific. I removed the import and it goes away.I
    then tried adding one line to my class:
    private static org.apache.log4j.Logger log =
    org.apache.log4j.Logger.getLogger(URLMonitor.class.getName());
    And I get the error. When I run jdoc from a windows prompt it worksfine.
    I'm using Eclipse 2.1 build
    200302190010.
    Also, when running jdoc by hand with the -properties flag, I get:
    Exception in thread "main" java.lang.IllegalArgumentException: Thespecified
    cla
    ss "-properties" could not be loaded.
    javax.jdo.JDOFatalUserException:
    java.lan
    g.ClassNotFoundException: -properties
    NestedThrowables:
    java.lang.ClassNotFoundException: -properties
    But it still seems to pick up my properties file and it works.--
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com

  • [ANNOUNCE]: myWL eclipse plugin 1.0.11 released

    myWL plugin 1.0.11 released, check the project's site
    http://mywl.sourceforge.net for more information.
    Version 1.0.11 brings full WL6.1 support together with a new feature which
    allows WL's CMP generated SQL statements to be logged and monitored.
    Check the 1.0.11 Release Log:
    The forthnet-eclipse-plugins team is pleased to announce the FORTHnet
    WebLogic
    Server Eclipse Plugin 1.0.11 release!
    http://mywl.sourceforge.net/
    An Eclipse 3.0 compatible plugin which allows BEA's WebLogic Server (6.1,
    7.1
    and 8.1) to be managed from within eclipse and thus easily debug deployed
    J2EE
    applications in BEA.
    Changes in this version include:
    New Features:
    o A new feature has been added which enables, if configured to do so from
    myWL's WebLogic preferences page, logging of all CMP generated SQL
    statements. This is a great aid for the developer, which can now monitor
    WL's generated SQL statements for finders, select methods, etc. This
    feature has been tested and it is known to work with WL 8.1. Older versions
    of WL may support this feature, but no testing has been made.
    Fixed bugs:
    o When launching WL 6.1, JVM's working dir was being incorrectly set.
    o WL 6.1 launcher didn't respect user's defined JVM options.
    o WL 6.1 launcher didn't respect user's defined JNI library path.
    Changes:
    o WL 6.1 launcher now by default adds to the server's boot classpath the
    WL's
    home. This eliminates the need to specify the WL's home dir in the plugin's
    Classpath Preferences page.
    o WL 6.1 launcher specifies by default the java security policy as defined
    in
    the WL_HOME/lib/weblogic.policy file.
    o WL 7.1 launcher specifies by default the java security policy as defined
    in
    the WL_HOME/lib/weblogic.policy file.
    Have fun!
    -The forthnet-eclipse-plugins team
    Filippos Slavik
    FORTHnet R&D, Heraklion, Greece
    e-mail : [email protected]
    phone : (+30) 2811 391230
    Key ID: 0xF4B5B375 Filippos Slavik(search pgp.mit.edu)
    Key FingerPrint: 81D4 25D0 01EB 9DCA 62E4 B694 20E7 31FB F4B5 B375
    "The software said 'runs on Win95 or better,' so I installed it
    on Linux..."

    Problem solved. After closing the perspectives I had open and reopening
    them, the menu showed up in the correct perspectives.
    Ignore This wrote:
    I'm trying to use the Eclipse plugin with Eclipse version 2.1 (recently
    released). I am aware that the Kodo documentation says it works with
    Eclipse 2.0. The "Kodo" menu appears in the wrong perspective (the CVS
    Repository Exploring Perspective). This makes it generally unusable.
    Anyone else tried this with better success?

  • Where to download eclipse plugin for weblogic extension network gatekeeper ?

    Hi,
    As mentioned in the below link
    Using the Eclipse Plug-in for Extension Toolkit
    I need to create wlng projects. Could you please tell me where can I download the weblogic network gatekeeper eclipse plugin?
    Thanks,
    Siva prakash.

    The JavaFX 1.2.3 SDK was just released this morning. The Eclipse Plugin still requires the JavaFX 1.2.1 SDK, which you can download from:[http://java.sun.com/javafx/downloads/previous.jsp#1.2.1]. We are updating the document [Getting Started With JavaFX Technology Using Eclipse IDE|http://javafx.com/docs/gettingstarted/eclipse-plugin/index.jsp] to point to the correct download. Thanks!
    Edited by: gchaps on Feb 5, 2010 9:34 AM
    Edited by: gchaps on Feb 5, 2010 9:42 AM

  • Eclipse plugin vs JDeveloper plugin

    Hi
    I recently installed the Oracle BPEL Designer Eclipse plugin and realized that it doesn't have the User Workflow extensions that the Oracle JDeveloper plugin has for almost a year. Any ideas when will the Designer plugin have the latest designer features.

    When i import the source code and try to compile i get huge number of compilation errors as below. Below are only few examples. I have set the external libraries and jars for all the related projects. Any idea or pointers why the code with Generics has problem.
    Thanks,
    Krishna
    Error(466,27): method load(com.xxx.base.api.datatypes.EntityId<?>) not found in class com.xxx.base.support.schema.MaintenanceObjectInfo
    Error(234,50): method copyEntity(E, java.util.Map<java.lang.String,java.lang.Object>, com.xxx.base.api.datatypes.EntityId<E>, com.xxx.shared.environ.DataElementDefinition, java.lang.String) in class com.xxx.base.domain.common.metaDataUserInterfaceReference.MetaDataUserInterfaceReferenceMaintenance_Gen cannot override method copyEntity(E, java.util.Map<java.lang.String,java.lang.Object>, com.xxx.base.api.datatypes.EntityId<E>, com.xxx.shared.environ.DataElementDefinition, java.lang.String) in class com.xxx.base.support.pagemaintenance.AbstractPageMaintenance with different return type, was E
    Error(58,38): incompatible types; found: class com.xxx.base.api.datatypes.StringId<com.xxx.base.domain.common.metaDataService.MetaDataService>, required: class com.xxx.base.domain.common.metaDataService.MetaDataService_Id
    Error(229,49): method createDTO(java.lang.Class<T>) not found in interface com.xxx.base.support.context.Session
    Error(54,49): type parameter E is out of bounds
    Error(41,37): method getInfo(com.xxx.base.api.datatypes.EntityId<?>) not found in interface com.xxx.base.domain.common.foreignKeyReference.ForeignKeyReference

  • BPEL Installation Issues and Eclipse Plugin Issue

    I'm trying to evaluate BPEL and encountered the following issues:
    (1) Installation of patch 4343748:
    MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    OPatch returns with error code = 150
    The other 2 patches installed fine.
    Is there a required order for installing the patches. The information that I found is a bit spotty on that.
    (2) The Eclipse Plugin also doesn't work properly. The following stack trace is reported back, when trying to open a .bpel file:
    java.lang.NullPointerException
         at bpelz.browser.OleWebBrowser.registerAsDropTarget(OleWebBrowser.java:345)
         at bpelz.browser.OleBrowserView.createBrowserControl(OleBrowserView.java:168)
         at bpelz.browser.OleBrowserView.createPartControl(OleBrowserView.java:75)
         at bpelz.views.SimpleBrowserView.createPartControl(SimpleBrowserView.java:55)
         at bpelz.views.PaletteView.createPartControl(PaletteView.java:64)
         at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:305)
         at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
         at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:512)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:528)
         at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:485)
         at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:230)
         at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:813)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2928)
         at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:902)
         at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:887)
         at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3051)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3049)
         at bpelz.wizards.BPELProjectCreationOperation.switchToBPELPerspective(BPELProjectCreationOperation.java:204)
         at bpelz.wizards.BPELProjectCreationOperation.run(BPELProjectCreationOperation.java:144)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at bpelz.wizards.BPELProcessWizard.performFinish(BPELProcessWizard.java:207)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         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.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Any advice on how to proceed is much appreciated.
    Andreas

    I'm still hoping to find an answer on why the Eclipse BPEL Designer does not work for me. I can generate a BPEL project but the visual BPEL Editor will just not open up. Any clues on what I should be looking at would be very appreciated.
    Here is the exact Eclipse version that I'm using:
    Version: 3.1.0
    Build id: I20050627-1435
    And another stack trace that is seen in the Eclipse error log:
    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:180)
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:165)
    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:579)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:244)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
    at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:258)
    at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1216)
    at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:944)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:939)
    at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2535)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819)
    at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)
    at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)
    at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)
    at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
    at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)
    at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)
    at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Thanks,
    Andreas

  • BPEL Designer Download, Eclipse Plugin Fails to Install

    BPEL Designer Download, Eclipse Plugin Fails to Install
    When installing the .exe, the download does not identify the proper version of Eclipse. It fails stating that the version required is at least 3.0, which is the only version install on my computer
    Anyone have any ideas?
    Thanks.
    -dave
    404-661-6767

    David,
    This might be caused by the fact the fact that you have the platform version of eclipse. BPEL PM requires the SDK version (full download ~87MB).
    Edwin

Maybe you are looking for

  • Creation of virtual keyfigure.

    Hello All, Please lookinto the below requirement... my requirement is One keyfigure available in cube and one more key figure available in multiprovider. we need to calcule the total vale. For example total value menas in our case : SR_Co/SR_coff. we

  • Approach for holding the same message and updating the table field Status

    Hi, I have a scenario a (first) proxy asynchronous to JDBC synchronous and then(second) proxy asynchronous. my first proxy calls sends records (which has a status entry " in process" ) to JDBC it updates or inserts. JDBC sends a response (may be a co

  • ACD connection problem

    I recently upgraded my video card (nvidia fx5200) with a radeon x800xt agp card and 9200 pci card... but they dont support my 30" acd...is there any way to connect it....thanks, chris.

  • DISCOVERER Plus connectivity issus

    Encountering a connection issue when using DISCOVERER Plus. When attempting to refresh (using the refresh icon) after five-ten minutes of being idle, the message "Failed to connect to database" is received. Users then have to reconnect to DISCOVERER

  • After installing my Mac only shows a white screen. Help

    I updated and now when it restarted it will only give a white screen.