facebook

[Closed] Visual Designer SWTException: Widget is disposed

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #258352 Reply

    Hasan Ceylan
    Member

    In visual JSP/HTML designers and javascript debugger,

    I am getting the following exception:

    org.eclipse.swt.SWTException: Widget is disposed
    at org.eclipse.swt.SWT.error(SWT.java:3374)
    at org.eclipse.swt.SWT.error(SWT.java:3297)
    at org.eclipse.swt.SWT.error(SWT.java:3268)
    at org.eclipse.swt.widgets.Widget.error(Widget.java:435)
    at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:330)
    at org.eclipse.swt.widgets.Control.setLayoutData(Control.java:2386)
    at com.genuitec.eclipse.webdesigner3.design.DesignEditSystem.createDesignView(DesignEditSystem.java:72)
    at com.genuitec.eclipse.webdesigner3.WebDesigner3.createDesignView(WebDesigner3.java:74)
    at com.genuitec.eclipse.webdesigner3.editors.WebDesignerMultiPageEditor.createDesignView(WebDesignerMultiPageEditor.java:389)
    at com.genuitec.eclipse.webdesigner3.editors.WebDesignerMultiPageEditor.createDesignPage(WebDesignerMultiPageEditor.java:361)
    at com.genuitec.eclipse.webdesigner3.editors.WebDesignerMultiPageEditor.createPages(WebDesignerMultiPageEditor.java:283)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:276)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
    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:394)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1097)
    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1311)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:455)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:441)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:111)
    at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
    at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217)
    at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207)
    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:819)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:718)
    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:679)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2586)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2521)
    at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2513)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2498)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2493)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2470)
    at com.genuitec.eclipse.core.util.EditorUtil.openEditor(EditorUtil.java:82)
    at com.genuitec.eclipse.core.util.EditorUtil.openEditor(EditorUtil.java:75)
    at com.aston.WizardPage$1.run(WizardPage.java:251)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    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:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    And my config is:

    *** Date: Sun Sep 10 21:23:06 EEST 2006

    *** Platform Details:

    *** System properties:
    GRE_HOME=C:\java\Eclipse\My Eclipse\eclipse\plugins\com.genuitec.javascript.debug.mozilla_5.0.1\XPCOM\os\win32\mozilla
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.buildId=M20060629-1905
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\java\Eclipse\eclipse_3.2.myeclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    edc_54
    -clean
    -vm
    C:\WINDOWS\system32\javaw.exe
    eclipse.ee.install.verify=false
    eclipse.product=org.eclipse.sdk.ide
    eclipse.startTime=1157912181046
    eclipse.vm=C:\WINDOWS\system32\javaw.exe
    eclipse.vmargs=-Xms128M
    -Xmx512M
    -XX:PermSize=64M
    -XX:MaxPermSize=128M
    -jar
    C:\java\Eclipse\eclipse_3.2.myeclipse\startup.jar
    eof=eof
    file.encoding=Cp1254
    file.encoding.pkg=sun.io
    file.separator=\
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\java\Eclipse\eclipse_3.2.myeclipse\startup.jar
    java.class.version=49.0
    java.content.handler.pkgs=com.swtdesigner.content
    java.endorsed.dirs=C:\Program Files\Java\jre1.5.0_06\lib\endorsed
    java.ext.dirs=C:\Program Files\Java\jre1.5.0_06\lib\ext
    java.home=C:\Program Files\Java\jre1.5.0_06
    java.io.tmpdir=C:\DOCUME~1\HASANC~1\LOCALS~1\Temp\
    java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\java\jdk1.5.0_06\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\PuTTY\;C:\java\lib\apache-ant-1.6.2\bin;C:\Program Files\Common Files\GTK\2.0\bin;C:\Cygwin\bin
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_06-b05
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.5.0_06
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.5.0_06-b05
    javax.swing.adjustPopupLocationToFit=false
    line.separator=

    org.osgi.framework.bootdelegation=*
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5
    org.osgi.framework.language=tr
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.3.0
    org.osgi.supports.framework.extension=true
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
    osgi.bundlestore=C:\java\Eclipse\eclipse_3.2.myeclipse\configuration\org.eclipse.osgi\bundles
    osgi.clean=true
    osgi.configuration.area=file:/C:/java/Eclipse/eclipse_3.2.myeclipse/configuration/
    osgi.framework=file:/c:/java/Eclipse/eclipse_3.2.myeclipse/plugins/org.eclipse.osgi_3.2.0.v20060601.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.2.0.v20060601
    osgi.install.area=file:/C:/java/Eclipse/eclipse_3.2.myeclipse/
    osgi.instance.area=file:/C:/Documents and Settings/Hasan Ceylan/workspace/
    osgi.instance.area.default=file:/C:/Documents and Settings/Hasan Ceylan/workspace/
    osgi.logfile=C:\Documents and Settings\Hasan Ceylan\workspace\.metadata\.log
    osgi.manifest.cache=C:\java\Eclipse\eclipse_3.2.myeclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=tr_TR
    osgi.os=win32
    osgi.splashLocation=c:\java\Eclipse\eclipse_3.2.myeclipse\plugins\org.eclipse.platform_3.2.0.v20060601\splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=c:\java\Eclipse\eclipse_3.2.myeclipse\plugins
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:\Program Files\Java\jre1.5.0_06\lib\rt.jar;C:\Program Files\Java\jre1.5.0_06\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06\lib\jce.jar;C:\Program Files\Java\jre1.5.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06\classes
    sun.boot.library.path=C:\Program Files\Java\jre1.5.0_06\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1254
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 2
    user.country=TR
    user.dir=C:\java\Eclipse\eclipse_3.2.myeclipse
    user.home=C:\Documents and Settings\Hasan Ceylan
    user.language=tr
    user.name=Hasan Ceylan
    user.timezone=Europe/Athens
    user.variant=
    wtp.autotest.noninteractive=true

    *** Features:
    com.genuitec.myeclipse.ast (5.0.0) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.bugzilla (5.0.0) “MyEclipse Bugzilla Feature”
    com.genuitec.myeclipse.core (5.0.0) “MyEclipse Core Feature”
    com.genuitec.myeclipse.database (5.0.1) “MyEclipse Database Feature”
    com.genuitec.myeclipse.enterprise.workbench (5.0.1) “MyEclipse Enterprise Workbench Feature”
    com.genuitec.myeclipse.help (5.0.1) “MyEclipse Help Feature”
    com.genuitec.myeclipse.hibernate (5.0.0) “MyEclipse Hibernate Feature”
    com.genuitec.myeclipse.jsf (5.0.0) “MyEclipse JSF Feature”
    com.genuitec.myeclipse.jspdesign (5.0.1) “MyEclipse JSP Design Feature”
    com.genuitec.myeclipse.platform (5.0.0) “MyEclipse Base Platform Feature”
    com.genuitec.myeclipse.spring (5.0.0) “MyEclipse Spring Feature”
    com.genuitec.myeclipse.struts (5.0.0) “MyEclipse Struts Feature”
    com.genuitec.myeclipse.tapestry (5.0.0) “MyEclipse Tapestry / Spindle Feature”
    com.genuitec.myeclipse.uml (5.0.0) “MyEclipse UML Feature”
    com.genuitec.myeclipse.wdt (5.0.1) “MyEclipse Web Development Feature”
    com.genuitec.myeclipse.ws.xfire (5.0.1) “MyEclipse Web Services Feature”
    com.instantiations.designer (4.2.1) “Designer”
    org.eclipse.emf (2.2.0.v200606271057) “Eclipse Modeling Framework (EMF)”
    org.eclipse.emf.ecore.sdo (2.2.0.v200606271057) “EMF Service Data Objects (SDO)”
    org.eclipse.gef (3.2.0.v20060626) “Graphical Editing Framework”
    org.eclipse.jdt (3.2.0.v20060609m-F7snq1fxia-Z4XP) “Eclipse Java Development Tools”
    org.eclipse.jdt.source (3.2.0.v20060609m-F7snq1fxia-Z4XP) “Eclipse Java Development Tools SDK”
    org.eclipse.jem (1.2.0.v20060530_RC2–ZasJzJJez) “Java EMF Model”
    org.eclipse.jst (1.5.0.v20060703) “J2EE Standard Tools (JST)”
    org.eclipse.pde (3.2.0.v20060609m——6zXJJzJzJq) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.source (3.2.0.v20060609m——6zXJJzJzJq) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.platform (3.2.0.v20060609m-AgOexn6hlEUsvBO) “Eclipse Platform”
    org.eclipse.platform.source (3.2.0.v20060609m-AgOexn6hlEUsvBO) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.rcp (3.2.0.v20060609m-SVDNgVrNoh-MeGG) “Eclipse RCP”
    org.eclipse.rcp.source (3.2.0.v20060609m-SVDNgVrNoh-MeGG) “Eclipse RCP Plug-in Developer Resources”
    org.eclipse.sdk (3.2.0.v20060609m-GNq6oQq-7es-Y81) “Eclipse Project SDK”
    org.eclipse.wst (1.5.0.v20060703) “Web Standard Tools (WST)”
    org.eclipse.xsd (2.2.0.v200606271057) “XML Schema Infoset Model (XSD)”

    *** Plug-in Registry:
    buglist (0.5.1) “Bugzilla Buglist Plug-in” [Resolved]
    com.brosinski.eclipse.regex (1.2.2) “RegEx Plug-in” [Resolved]
    com.essiembre.eclipse.i18n.resourcebundle (0.7.2) “ResourceBundle Editor Plug-in” [Resolved]
    com.genuitec.eclipse.ast.deploy.core (5.0.0) “Deployment Core Plug-in” [Active]
    com.genuitec.eclipse.browser (5.0.0) “Web Browser Plug-in” [Resolved]
    com.genuitec.eclipse.bugzilla (5.0.0) “MyEclipse Bugzilla Integration Plug-in” [Resolved]
    com.genuitec.eclipse.core (5.0.0) “Genuitec Core” [Active]
    com.genuitec.eclipse.core.common (5.0.0) “Genuitec Common Core” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (5.0.0) “MyEclipse Struts Support” [Active]
    com.genuitec.eclipse.desktop (5.0.0) “MyEclipse Desktop Utilities” [Resolved]
    com.genuitec.eclipse.dtd (5.0.0) “DTD Plug-in” [Resolved]
    com.genuitec.eclipse.easie.bejy (5.0.0) “Genuitec EASIE Bejy Tiger” [Active]
    com.genuitec.eclipse.easie.core (5.0.0) “Genuitec EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (5.0.0) “Genuitec EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.jboss (5.0.0) “Genuitec EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (5.0.0) “Genuitec EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (5.0.0) “Genuitec EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (5.0.0) “Genuitec EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jetty (5.0.0) “Genuitec EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (5.0.0) “Genuitec EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (5.0.0) “Genuitec EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jonas (5.0.0) “Genuitec EASIE Jonas” [Active]
    com.genuitec.eclipse.easie.jonas3 (5.0.0) “Genuitec EASIE Jonas 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (5.0.0) “Genuitec EASIE Jonas 4” [Active]
    com.genuitec.eclipse.easie.jrun (5.0.0) “Genuitec EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (5.0.0) “Genuitec EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (5.0.0) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (5.0.0) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.orion1 (5.0.0) “Genuitec EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (5.0.0) “Genuitec EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (5.0.0) “Genuitec EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (5.0.0) “Genuitec EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (5.0.0) “Genuitec EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.sun (5.0.0) “Genuitec EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (5.0.0) “Genuitec EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (5.0.0) “Genuitec EASIE Sun 8.1” [Active]
    com.genuitec.eclipse.easie.sun9 (5.0.0) “Genuitec EASIE Sun 9” [Active]
    com.genuitec.eclipse.easie.sunglassfish (5.0.0) “Genuitec EASIE Glassfish 1” [Active]
    com.genuitec.eclipse.easie.tomcat (5.0.0) “Genuitec EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat4 (5.0.0) “Genuitec EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (5.0.0) “Genuitec EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.weblogic (5.0.0) “Genuitec EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic6 (5.0.0) “Genuitec EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (5.0.0) “Genuitec EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (5.0.0) “Genuitec EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (5.0.0) “Genuitec EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (5.0.0) “Genuitec EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere5 (5.0.0) “Genuitec EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (5.0.0) “Genuitec EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.easie.websphere61 (5.0.0) “Genuitec EASIE WebSphere 6.1” [Active]
    com.genuitec.eclipse.export.wizard (5.0.0) “MyEclipse J2EE Export Wizards” [Resolved]
    com.genuitec.eclipse.hibernate (5.0.0) “MyEclipse Hibernate Capabilities” [Active]
    com.genuitec.eclipse.html.core.wtpfragment (5.0.0) “Genuitec HTML Core Fragment” [Resolved]
    com.genuitec.eclipse.imageeditor (5.0.0) “ImageEditor Plug-in” [Resolved]
    com.genuitec.eclipse.integration (5.0.0) “MyEclipse Integration Utilities” [Active]
    com.genuitec.eclipse.j2eedt.core (5.0.0) “Genuitec J2EE Development Tooling” [Active]
    com.genuitec.eclipse.javascript (5.0.0) “Javascript1 Plug-in” [Active]
    com.genuitec.eclipse.jsf (5.0.0) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.memory (5.0.0) “Memory Monitor” [Active]
    com.genuitec.eclipse.modeling.core (5.0.0) “MyEclipse Modeling Core” [Resolved]
    com.genuitec.eclipse.springframework (5.0.0) “Springframework Plug-in” [Resolved]
    com.genuitec.eclipse.springhibernate (5.0.0) “SpringHibernate Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer (5.0.1) “MyEclipse Database Explorer Plugin” [Resolved]
    com.genuitec.eclipse.sqlexplorer.doc (5.0.0) “pluginName” [Resolved]
    com.genuitec.eclipse.sqlexplorer.mssql (5.0.1) “MSSQL Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer.oracle (5.0.0) “Oracle Database Explorer Plug-in” [Resolved]
    com.genuitec.eclipse.struts (5.0.0) “MyEclipse Struts Capabilities” [Active]
    com.genuitec.eclipse.tapestry (5.0.0) “MyEclipse Tapestry Integration Plug-in” [Active]
    com.genuitec.eclipse.tapestry.ui.contrib (5.0.0) “MyEclipse Tapestry UI Integration Fragment” [Resolved]
    com.genuitec.eclipse.templates (5.0.0) “Code generation template support” [Active]
    com.genuitec.eclipse.ui.browser (5.0.0) “UI Browser Utilities” [Resolved]
    com.genuitec.eclipse.uml (5.0.0) “MyEclipse UML Plug-in” [Resolved]
    com.genuitec.eclipse.wdt.jsp.debug (5.0.0) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (5.0.0) “MyEclipse Image Previewer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner3 (5.0.1) “Visual Web Designer Plug-in” [Active]
    com.genuitec.eclipse.wizards (5.0.0) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipse.ws.xfire (5.0.1) “Xfire Plug-in” [Active]
    com.genuitec.javascript.debug (5.0.0) “Genuitec JavaScript Debugger” [Resolved]
    com.genuitec.javascript.debug.mozilla (5.0.1) “JavaScript Browser” [Resolved]
    com.genuitec.jboss.ide.eclipse.apache.xalan (5.0.0) “Genuitec XDoclet Apache Xalan Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (5.0.0) “Genuitec XDoclet Support Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (5.0.0) “Genuitec XDoclet Assist Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (5.0.0) “Genuitec XDoclet Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (5.0.0) “Genuitec XDoclet Runner Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (5.0.0) “Genuitec XDoclet UI Plug-in” [Resolved]
    com.genuitec.myeclipse.ast (5.0.0) “MyEclipse Application Server Tooling” [Resolved]
    com.genuitec.myeclipse.bugzilla (5.0.0) “MyEclipse Bugzilla Feature” [Resolved]
    com.genuitec.myeclipse.compatibility (5.0.0) “Compatibility Plug-in” [Active]
    com.genuitec.myeclipse.core (5.0.0) “MyEclipse Core Feature” [Resolved]
    com.genuitec.myeclipse.database (5.0.1) “MyEclipse Database Feature” [Resolved]
    com.genuitec.myeclipse.doc (5.0.1) “MyEclipse Documentation” [Resolved]
    com.genuitec.myeclipse.enterprise.workbench (5.0.1) “MyEclipse Enterprise Workbench Feature” [Resolved]
    com.genuitec.myeclipse.help (5.0.1) “MyEclipse Help Feature” [Resolved]
    com.genuitec.myeclipse.hibernate (5.0.0) “MyEclipse Hibernate Feature” [Resolved]
    com.genuitec.myeclipse.jsf (5.0.0) “MyEclipse JSF Feature” [Resolved]
    com.genuitec.myeclipse.jspdesign (5.0.1) “MyEclipse JSP Design Feature” [Resolved]
    com.genuitec.myeclipse.perspective (5.0.0) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.platform (5.0.0) “MyEclipse Base Platform Feature” [Resolved]
    com.genuitec.myeclipse.product (5.0.1) “MyEclipse Product” [Resolved]
    com.genuitec.myeclipse.spring (5.0.0) “MyEclipse Spring Feature” [Resolved]
    com.genuitec.myeclipse.struts (5.0.0) “MyEclipse Struts Feature” [Resolved]
    com.genuitec.myeclipse.tapestry (5.0.0) “MyEclipse Tapestry / Spindle Feature” [Resolved]
    com.genuitec.myeclipse.uml (5.0.0) “MyEclipse UML Feature” [Resolved]
    com.genuitec.myeclipse.wdt (5.0.1) “MyEclipse Web Development Feature” [Resolved]
    com.genuitec.myeclipse.ws.xfire (5.0.1) “MyEclipse Web Services Feature” [Resolved]
    com.genuitec.org.eclipse.webbrowser (5.0.0) “Web Browser” [Active]
    com.genuitec.org.hibernate.eclipse (5.0.0) “Hibernate Core Plugin” [Active]
    com.genuitec.org.hibernate.eclipse.console (5.0.0) “Hibernate Console” [Active]
    com.genuitec.org.hibernate.eclipse.mapper (5.0.0) “Mapper Plug-in” [Active]
    com.genuitec.org.springframework.ide.eclipse.beans.core (5.0.0) “MyEclipse Spring IDE Beans Support Core” [Active]
    com.genuitec.org.springframework.ide.eclipse.beans.ui (5.0.0) “MyEclipse Spring IDE Beans UI” [Active]
    com.genuitec.org.springframework.ide.eclipse.beans.ui.doc (5.0.0) “MyEclipse Spring IDE Beans Documentation” [Resolved]
    com.genuitec.org.springframework.ide.eclipse.beans.ui.editor (5.0.0) “MyEclipse Spring IDE Beans Config Editor” [Active]
    com.genuitec.org.springframework.ide.eclipse.beans.ui.graph (5.0.0) “MyEclipse Spring IDE Beans Graph” [Resolved]
    com.genuitec.org.springframework.ide.eclipse.beans.ui.search (5.0.0) “MyEclipse Spring IDE Beans UI Search” [Resolved]
    com.genuitec.org.springframework.ide.eclipse.core (5.0.0) “MyEclipse Spring IDE Core” [Active]
    com.genuitec.org.springframework.ide.eclipse.core.doc (5.0.0) “MyEclipse Spring Framework Reference Documentation” [Resolved]
    com.genuitec.org.springframework.ide.eclipse.ui (5.0.0) “MyEclipse Spring IDE UI” [Resolved]
    com.ibm.etools.emf.event (3.0.0.v20060518_RC1) “Event Model” [Resolved]
    com.ibm.icu (3.4.4.1) “International Components for Unicode for Java (ICU4J)” [Active]
    com.ibm.icu.source (3.4.4.1) “International Components for Unicode for Java (ICU4J) source plug-in” [Resolved]
    com.iw.plugins.spindle.core (5.0.0) “Spindle Core Plugin” [Active]
    com.iw.plugins.spindle.docs (5.0.0) “Spindle 3 Documentation” [Resolved]
    com.iw.plugins.spindle.ui (5.0.0) “Spindle UI plugin” [Active]
    com.jcraft.jsch (0.1.28) “JSch” [Resolved]
    com.swtdesigner (4.2.1) “Designer” [Active]
    com.swtdesigner.fragment.jdt.core (4.2.1) “SWT Designer Fragment For JDT Core” [Resolved]
    de.bb.bje.eclipse (5.0.0) “BJE Plug-in” [Resolved]
    net.sf.eclipseskins.vspresentation (1.2.0) “VS Presentation Plug-in” [Resolved]
    net.sf.solareclipse.ui (0.4.0.spindle-dep-6) “SolarEclipse UI” [Resolved]
    net.sf.solareclipse.xml.ui (0.4.0.spindle-dep-6) “XML Development Tools UI” [Resolved]
    org.apache.ant (1.6.5) “Apache Ant” [Resolved]
    org.apache.axis (1.3.0.200608110849) “Apache Axis 1.3.0” [Resolved]
    org.apache.cactus (1.7.2.200608110849) “Cactus Resource Plug-in” [Resolved]
    org.apache.commons_logging (1.0.4.200608110849) “Apache commons logging Plug-in” [Resolved]
    org.apache.jakarta_log4j (1.2.8.200608110849) “Apache Jakarta log4j Plug-in” [Resolved]
    org.apache.lucene (1.4.103.v20060601) “Apache Lucene” [Resolved]
    org.apache.wsil4j (1.0.0.200608110849) “Apache WSIL4J 1.0” [Resolved]
    org.apache.xerces (2.8.0.200608110849) “Xerces 2.8.0” [Resolved]
    org.eclipse.ant.core (3.1.100.v20060531) “Ant Build Tool Core” [Resolved]
    org.eclipse.ant.ui (3.2.0.v20060531) “Ant UI” [Resolved]
    org.eclipse.atf.mozilla.ide.core (1.0.1) “Mozide Core Plugin” [Active]
    org.eclipse.atf.mozilla.ide.debug (1.0.1) “Integrated Development Environment for Mozilla, Mozilla Debug Plug-in” [Resolved]
    org.eclipse.atf.mozilla.ide.debug.ui (1.0.1) “Integrated Development Environment for Mozilla, Mozilla Debug UI Plug-in” [Resolved]
    org.eclipse.atf.mozilla.ide.ui (1.0.1) “Moz IDE UI Plug-in” [Resolved]
    org.eclipse.atf.mozilla.swt.browser (1.0.1) “Mozilla Browser Fragment” [Resolved]
    org.eclipse.compare (3.2.0.v20060605) “Compare Support” [Active]
    org.eclipse.core.boot (3.1.100.v20060603) “Core Boot” [Resolved]
    org.eclipse.core.commands (3.2.0.I20060605-1400) “Commands” [Resolved]
    org.eclipse.core.contenttype (3.2.0.v20060603) “Eclipse Content Mechanism” [Active]
    org.eclipse.core.expressions (3.2.0.v20060605-1400) “Expression Language” [Active]
    org.eclipse.core.filebuffers (3.2.0.v20060605-1400) “File Buffers” [Active]
    org.eclipse.core.filesystem (1.0.0.v20060603) “Core File Systems” [Resolved]
    org.eclipse.core.filesystem.win32.x86 (1.0.0.v20060603) “Core File System for Windows” [Resolved]
    org.eclipse.core.jobs (3.2.0.v20060603) “Eclipse Jobs Mechanism” [Active]
    org.eclipse.core.resources (3.2.0.v20060603) “Core Resource Management” [Active]
    org.eclipse.core.resources.compatibility (3.2.0.v20060603) “Core Resource Management Compatibility Fragment” [Resolved]
    org.eclipse.core.resources.win32 (3.2.0.v20060603) “Core Resource Management Win32 Fragment” [Resolved]
    org.eclipse.core.runtime (3.2.0.v20060603) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.1.100.v20060603) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060601) “Authorization Compatibility Plug-in” [Active]
    org.eclipse.core.runtime.compatibility.registry (3.2.0.v20060603) “Eclipse Registry Compatibility Fragment” [Resolved]
    org.eclipse.core.variables (3.1.100.v20060605) “Core Variables” [Resolved]
    org.eclipse.debug.core (3.2.0.v20060605) “Debug Core” [Active]
    org.eclipse.debug.ui (3.2.0.v20060605) “Debug UI” [Active]
    org.eclipse.draw2d (3.2.0.v20060626) “Draw2d” [Active]
    org.eclipse.emf (2.2.0.v200606271057) “Eclipse Modeling Framework (EMF)” [Resolved]
    org.eclipse.emf.ant (2.2.0.v200606271057) “EMF Ant Tasks” [Resolved]
    org.eclipse.emf.codegen (2.2.0.v200606271057) “EMF Template Code Generator” [Resolved]
    org.eclipse.emf.codegen.ecore (2.2.0.v200606271057) “EMF Ecore Code Generation” [Resolved]
    org.eclipse.emf.codegen.ecore.ui (2.2.0.v200606271057) “EMF Ecore Code Generation UI” [Resolved]
    org.eclipse.emf.codegen.ui (2.1.0.v200606271057) “EMF Template Code Generator UI” [Resolved]
    org.eclipse.emf.common (2.2.0.v200606271057) “EMF Common” [Active]
    org.eclipse.emf.common.ui (2.2.0.v200606271057) “EMF Common UI” [Resolved]
    org.eclipse.emf.commonj.sdo (2.1.0.v200606271057) “CommonJ SDO” [Resolved]
    org.eclipse.emf.converter (2.2.0.v200606271057) “EMF Model Convert Support” [Resolved]
    org.eclipse.emf.ecore (2.2.0.v200606271057) “EMF Ecore” [Active]
    org.eclipse.emf.ecore.change (2.2.0.v200606271057) “EMF Ecore Change Model” [Resolved]
    org.eclipse.emf.ecore.change.edit (2.1.0.v200606271057) “EMF Ecore Change Edit Support” [Resolved]
    org.eclipse.emf.ecore.edit (2.2.0.v200606271057) “EMF Ecore Edit Support” [Resolved]
    org.eclipse.emf.ecore.editor (2.2.0.v200606271057) “Sample Ecore Editor” [Resolved]
    org.eclipse.emf.ecore.sdo (2.2.0.v200606271057) “EMF Service Data Objects (SDO)” [Resolved]
    org.eclipse.emf.ecore.sdo.edit (2.1.0.v200606271057) “EMF Service Data Objects (SDO) Edit Support” [Resolved]
    org.eclipse.emf.ecore.sdo.editor (2.1.0.v200606271057) “EMF Service Data Objects (SDO) Editor” [Resolved]
    org.eclipse.emf.ecore.xmi (2.2.0.v200606271057) “EMF XMI” [Active]
    org.eclipse.emf.edit (2.2.0.v200606271057) “EMF Edit” [Resolved]
    org.eclipse.emf.edit.ui (2.2.0.v200606271057) “EMF Edit UI” [Resolved]
    org.eclipse.emf.exporter (2.2.0.v200606271057) “EMF Model Export Support” [Resolved]
    org.eclipse.emf.importer (2.2.0.v200606271057) “EMF Model Import Support” [Resolved]
    org.eclipse.emf.importer.ecore (2.2.0.v200606271057) “EMF Ecore Importer” [Resolved]
    org.eclipse.emf.importer.java (2.2.0.v200606271057) “EMF Annotated Java Importer” [Resolved]
    org.eclipse.emf.importer.rose (2.2.0.v200606271057) “EMF Rose Importer” [Resolved]
    org.eclipse.emf.mapping (2.2.0.v200606271057) “EMF Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2ecore (2.2.0.v200606271057) “Ecore to Ecore Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.2.0.v200606271057) “Ecore to Ecore Mapping Editor” [Resolved]
    org.eclipse.emf.mapping.ecore2xml (2.2.0.v200606271057) “Ecore to XML Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2xml.ui (2.2.0.v200606271057) “Ecore to XML Mapping UI” [Resolved]
    org.eclipse.emf.mapping.ui (2.2.0.v200606271057) “EMF Mapping UI” [Resolved]
    org.eclipse.emf.mapping.xsd2ecore (2.1.0.v200606271057) “XSD to Ecore Mapping” [Resolved]
    org.eclipse.emf.mapping.xsd2ecore.editor (2.1.0.v200606271057) “XSD to Ecore Mapping Editor” [Resolved]
    org.eclipse.equinox.common (3.2.0.v20060603) “Common Eclipse Runtime” [Active]
    org.eclipse.equinox.preferences (3.2.0.v20060601) “Eclipse Preferences Mechanism” [Active]
    org.eclipse.equinox.registry (3.2.0.v20060601) “Extension Registry Support” [Active]
    org.eclipse.equinox.servlet.api (1.0.0.200608110849) “Servlet API” [Resolved]
    org.eclipse.faqs (1.0.0) “Official Eclipse 3.0 FAQs, see http://eclipsefaq.org” [Resolved]
    org.eclipse.gef (3.2.0.v20060626) “Graphical Editing Framework” [Active]
    org.eclipse.help (3.2.0.v20060602) “Help System Core” [Active]
    org.eclipse.help.appserver (3.1.100.v20060602) “Help Application Server” [Resolved]
    org.eclipse.help.base (3.2.0.v20060601) “Help System Base” [Resolved]
    org.eclipse.help.ui (3.2.0.v20060602) “Help System UI” [Resolved]
    org.eclipse.help.webapp (3.2.0.v20060602) “Help System Webapp” [Resolved]
    org.eclipse.jdt (3.2.0.v20060605-1400) “Eclipse Java Development Tools” [Resolved]
    org.eclipse.jdt.apt.core (3.2.0.v20060602-1740) “Java Annotation Processing Core” [Active]
    org.eclipse.jdt.apt.ui (3.2.0.v20060602-1740) “Java Annotation Processing UI” [Resolved]
    org.eclipse.jdt.core (3.2.0.v_671) “Java Development Tools Core” [Active]
    org.eclipse.jdt.core.manipulation (1.0.0.v20060605-1400) “Java Code Manipulation Functionality” [Resolved]
    org.eclipse.jdt.debug (3.2.0.v20060605) “JDI Debug Model” [Active]
    org.eclipse.jdt.debug.ui (3.2.0.v20060605) “JDI Debug UI” [Resolved]
    org.eclipse.jdt.doc.isv (3.2.0.v20060605-1400) “Eclipse JDT Plug-in Developer Guide” [Resolved]
    org.eclipse.jdt.doc.user (3.2.0.v20060605-1400) “Eclipse Java Development User Guide” [Resolved]
    org.eclipse.jdt.junit (3.2.0.v20060605-1400) “Java Development Tools JUnit support” [Resolved]
    org.eclipse.jdt.junit.runtime (3.2.0.v20060605-1400) “Java Development Tools JUnit runtime support” [Resolved]
    org.eclipse.jdt.junit4.runtime (1.0.0.v20060605-1400) “Java Development Tools JUnit4 runtime support” [Resolved]
    org.eclipse.jdt.launching (3.2.0.v20060605) “Java Development Tools Launching Support” [Active]
    org.eclipse.jdt.source (3.2.0.v20060609m-F7snq1fxia-Z4XP) “Eclipse Java Development Tools SDK” [Resolved]
    org.eclipse.jdt.ui (3.2.0.v20060605-1400) “Java Development Tools UI” [Active]
    org.eclipse.jem (1.2.0.v20060530_RC2) “Java EMF Model” [Active]
    org.eclipse.jem.beaninfo (1.2.0.v20060530_RC2) “Java EMF Model BeanInfo (Introspection) Support” [Resolved]
    org.eclipse.jem.proxy (1.2.0.v20060530_RC2) “Java EMF Model Proxy Support” [Resolved]
    org.eclipse.jem.ui (1.2.0.v20060518_RC1) “Java EMF Model UI” [Resolved]
    org.eclipse.jem.util (1.2.0.v20060530_RC2) “Java EMF Model Utilities” [Active]
    org.eclipse.jem.workbench (1.2.0.v20060530_RC2) “Java EMF Model Workbench Support” [Active]
    org.eclipse.jface (3.2.0.I20060605-1400) “JFace” [Resolved]
    org.eclipse.jface.databinding (1.0.0.I20060605-1400) “JFace Data Binding” [Resolved]
    org.eclipse.jface.text (3.2.0.v20060605-1400) “JFace Text” [Resolved]
    org.eclipse.jst (1.0.1.200608110849) “J2EE Standard Tools (JST)” [Resolved]
    org.eclipse.jst.common.annotations.controller (1.1.0.200608110849) “Annotation Controller Plug-in” [Resolved]
    org.eclipse.jst.common.annotations.core (1.1.0.200608110849) “Annotation Core Plug-in” [Resolved]
    org.eclipse.jst.common.annotations.ui (1.1.0.200608110849) “Annotations UI Plug-in” [Resolved]
    org.eclipse.jst.common.frameworks (1.1.0.200608110849) “Integration Plug-in” [Resolved]
    org.eclipse.jst.common.project.facet.core (1.1.0.200608110849) “Project Facet Core (Java Support)” [Resolved]
    org.eclipse.jst.ejb.ui (1.1.0.200608110849) “WTP EJB UI Plug-in” [Resolved]
    org.eclipse.jst.j2ee (1.1.0.200608110849) “J2EE Component” [Active]
    org.eclipse.jst.j2ee.core (1.1.0.200608110849) “J2EE Core Component” [Active]
    org.eclipse.jst.j2ee.ejb (1.1.0.200608110849) “EJB component Plug-in” [Resolved]
    org.eclipse.jst.j2ee.ejb.annotation.model (1.1.0.200608110849) “EJB Annotation Model Plug-in” [Resolved]
    org.eclipse.jst.j2ee.ejb.annotations.emitter (1.1.0.200608110849) “EJB Emitter Plug-in” [Resolved]
    org.eclipse.jst.j2ee.ejb.annotations.ui (1.1.0.200608110849) “EJB Annotations Ui Plug-in” [Resolved]
    org.eclipse.jst.j2ee.ejb.annotations.xdoclet (1.1.0.200608110849) “Xdoclet Annotations Plug-in” [Resolved]
    org.eclipse.jst.j2ee.infopop (1.0.201.200608110849) “J2EE tools infopops” [Resolved]
    org.eclipse.jst.j2ee.jca (1.1.0.200608110849) “JCA Plug-in” [Resolved]
    org.eclipse.jst.j2ee.jca.ui (1.1.0.200608110849) “WTP JCA UI Plug-in” [Resolved]
    org.eclipse.jst.j2ee.navigator.ui (1.1.0.200608110849) “J2EE Extensions to Common Navigator” [Resolved]
    org.eclipse.jst.j2ee.ui (1.1.0.200608110849) “WTP J2EE UI Plug-in” [Resolved]
    org.eclipse.jst.j2ee.web (1.1.0.200608110849) “Web Plug-in” [Resolved]
    org.eclipse.jst.j2ee.webservice (1.1.0.200608110849) “Web Service Plug-in” [Active]
    org.eclipse.jst.j2ee.webservice.ui (1.1.0.200608110849) “WTP Webservice UI Plug-in” [Resolved]
    org.eclipse.jst.j2ee.xdoclet.runtime (1.1.0.200608110849) “XDocletRuntime Plug-in” [Resolved]
    org.eclipse.jst.jsf.contentassist (0.5.0.200608110849) “Contentassist Plug-in” [Resolved]
    org.eclipse.jst.jsf.contentmodel.annotations (0.5.0.200608110849) “Content Model Annotations Plug-in” [Resolved]
    org.eclipse.jst.jsf.context (0.5.0.200608110849) “Context Plug-in” [Active]
    org.eclipse.jst.jsf.context.resolver (0.5.0.200608110849) “Resolver Plug-in” [Active]
    org.eclipse.jst.jsf.context.resolver.structureddocument (0.5.0.200608110849) “Structureddocument Plug-in” [Active]
    org.eclipse.jst.jsf.context.structureddocument (0.5.0.200608110849) “Structureddocument Plug-in” [Active]
    org.eclipse.jst.jsf.context.symbol (0.5.0.200608110849) “Symbol Plug-in” [Resolved]
    org.eclipse.jst.jsf.core (0.5.0.200608110849) “JavaServer Faces Core Plug-in” [Active]
    org.eclipse.jst.jsf.designtime (0.5.0.200608110849) “FacesContextPrototype Plug-in” [Active]
    org.eclipse.jst.jsf.facesconfig (0.5.0.200608110849) “JSF Facesconfig Plug-in” [Resolved]
    org.eclipse.jst.jsf.facesconfig.common (0.5.0.200608110849) “FacesConfig Common Plug-in” [Resolved]
    org.eclipse.jst.jsf.facesconfig.edit (0.5.0.200608110849) “Edit Plug-in” [Resolved]
    org.eclipse.jst.jsf.metadataprocessors (0.5.0.200608110849) “JSF Metadata Processors Plug-in” [Active]
    org.eclipse.jst.jsf.taglibprocessing (0.5.0.200608110849) “JSF Standard Taglib Plug-in” [Resolved]
    org.eclipse.jst.jsf.validation.el (0.5.0.200608110849) “QueryModelTest1 Plug-in” [Active]
    org.eclipse.jst.jsp.core (1.1.0.200608110849) “Structured Source JSP Model” [Active]
    org.eclipse.jst.jsp.ui (1.1.0.200608110849) “SSE JSP Source Editor” [Active]
    org.eclipse.jst.jsp.ui.infopop (1.0.2.200608110849) “JSP tools infopops” [Resolved]
    org.eclipse.jst.server.core (1.0.102.200608110849) “Java Server Support” [Resolved]
    org.eclipse.jst.server.generic.core (1.0.100.200608110849) “Generic Server Plugin” [Resolved]
    org.eclipse.jst.server.generic.jboss (1.5.0.200608110849) “JBoss Generic server definitions” [Resolved]
    org.eclipse.jst.server.generic.jonas (1.5.0.200608110849) “JOnAS Generic Server definitions” [Resolved]
    org.eclipse.jst.server.generic.oc4j (1.5.0.200608110849) “Oracle OC4J v10.1.3 DP4 Generic Server Definition Core Plug-in” [Resolved]
    org.eclipse.jst.server.generic.ui (1.0.100.200608110849) “Generic Server Plugin UI” [Resolved]
    org.eclipse.jst.server.generic.weblogic (1.5.0.200608110849) “Weblogic generic server definitions” [Resolved]
    org.eclipse.jst.server.installable (1.5.0.200608110849) “Installable servers” [Resolved]
    org.eclipse.jst.server.tomcat.core (1.0.102.200608110849) “Apache Tomcat Support” [Resolved]
    org.eclipse.jst.server.tomcat.ui (1.0.102.200608110849) “Apache Tomcat UI Support” [Resolved]
    org.eclipse.jst.server.ui (1.0.102.200608110849) “Java Server UI Support” [Resolved]
    org.eclipse.jst.server.ui.infopop (1.0.2.200608110849) “Server Tools infopops for J2EE Standard Tools” [Resolved]
    org.eclipse.jst.server.websphere.core (1.0.100.200608110849) “WebSphere Generic Server Definition Core Plug-in” [Resolved]
    org.eclipse.jst.servlet.ui (1.1.0.200608110849) “WTP Servlet UI Plug-in” [Resolved]
    org.eclipse.jst.servlet.ui.infopop (1.0.201.200608110849) “Servlet infopop” [Resolved]
    org.eclipse.jst.ws (1.0.101.200608110849) “Web Services” [Resolved]
    org.eclipse.jst.ws.axis.consumption.core (1.0.101.200608110849) “Web service Axis Consumption Core” [Resolved]
    org.eclipse.jst.ws.axis.consumption.ui (1.0.101.200608110849) “Webservice Axis Consumption UI” [Resolved]
    org.eclipse.jst.ws.axis.creation.ui (1.0.101.200608110849) “Webservice Axis Creation UI” [Resolved]
    org.eclipse.jst.ws.axis.infopop (1.0.201.200608110849) “Web services Axis UI” [Resolved]
    org.eclipse.jst.ws.consumption (1.0.101.200608110849) “Web Services Consumption” [Resolved]
    org.eclipse.jst.ws.consumption.infopop (1.0.201.200608110849) “Web services UI” [Resolved]
    org.eclipse.jst.ws.consumption.ui (1.0.101.200608110849) “Web Services Consumption Graphical User Interface” [Resolved]
    org.eclipse.jst.ws.consumption.ui.doc.user (1.0.201.200608110849) “Web service consumption documentation” [Resolved]
    org.eclipse.jst.ws.creation.ejb.ui (1.0.0.200608110849) “Web Services Creation EJB Graphical User Interface” [Resolved]
    org.eclipse.jst.ws.creation.ui (1.0.101.200608110849) “Web Services Creation Graphical User Interface” [Resolved]
    org.eclipse.jst.ws.doc.user (1.0.201.200608110849) “Web Services UI” [Resolved]
    org.eclipse.jst.ws.infopop (1.0.201.200608110849) “Web services UI” [Resolved]
    org.eclipse.jst.ws.uddiregistry (1.0.100.200608110849) “Web Services Universal Description Discovery and Integration Registry” [Resolved]
    org.eclipse.jst.ws.ui (1.0.100.200608110849) “Web Services Graphical User Interface” [Resolved]
    org.eclipse.ltk.core.refactoring (3.2.0.v20060605-1400) “Refactoring Core” [Active]
    org.eclipse.ltk.ui.refactoring (3.2.0.v20060605-1400) “Refactoring UI” [Resolved]
    org.eclipse.osgi.services (3.1.100.v20060601) “OSGi Release 3 Services” [Resolved]
    org.eclipse.osgi.util (3.1.100.v20060601) “OSGi R3 Utility Classes” [Resolved]
    org.eclipse.pde (3.2.0.v20060605) “Eclipse Plug-in Development Environment” [Resolved]
    org.eclipse.pde.build (3.2.0.v20060603) “Plug-in Development Environment Build Support” [Resolved]
    org.eclipse.pde.core (3.2.0.v20060605) “Plug-in Development Core” [Resolved]
    org.eclipse.pde.doc.user (3.2.0.v20060605) “Eclipse Plug-in Development User Guide” [Resolved]
    org.eclipse.pde.junit.runtime (3.2.0.v20060605) “PDE JUnit Plug-in Test” [Resolved]
    org.eclipse.pde.runtime (3.2.0.v20060605) “Plug-in Development Environment Runtime” [Resolved]
    org.eclipse.pde.source (3.2.0.v20060609m——6zXJJzJzJq) “Eclipse Plug-in Development Environment Developer Resources” [Resolved]
    org.eclipse.pde.ui (3.2.0.v20060605) “Plug-in Development UI” [Resolved]
    org.eclipse.platform (3.2.0.v20060601) “Eclipse Platform” [Resolved]
    org.eclipse.platform.doc.isv (3.2.0.v20060612-0900) “Eclipse Platform Plug-in Developer Guide” [Resolved]
    org.eclipse.platform.doc.user (3.2.0.v20060605) “Eclipse Workbench User Guide” [Resolved]
    org.eclipse.platform.source (3.2.0.v20060609m-AgOexn6hlEUsvBO) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.platform.source.win32.win32.x86 (3.2.0.v20060609m-AgOexn6hlEUsvBO) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp (3.2.0.v20060605) “Eclipse RCP” [Resolved]
    org.eclipse.rcp.source (3.2.0.v20060609m-SVDNgVrNoh-MeGG) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp.source.win32.win32.x86 (3.2.0.v20060609m-SVDNgVrNoh-MeGG) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.releng.tools (3.1.0) “RelEng Plug-in” [Resolved]
    org.eclipse.sdk (3.2.0.v20060605) “Eclipse Project SDK” [Resolved]
    org.eclipse.search (3.2.0.v20060605-1400) “Search Support” [Resolved]
    org.eclipse.swt (3.2.0.v3232o) “Standard Widget Toolkit” [Resolved]
    org.eclipse.swt.win32.win32.x86 (3.2.0.v3232m) “Standard Widget Toolkit for Windows” [Resolved]
    org.eclipse.team.core (3.2.0.I200606051140) “Team Support Core” [Active]
    org.eclipse.team.cvs.core (3.2.0.M20060628) “CVS Team Provider Core” [Active]
    org.eclipse.team.cvs.ssh (3.2.0.I200606011710) “CVS SSH Core” [Resolved]
    org.eclipse.team.cvs.ssh2 (3.2.0.I200606051140) “CVS SSH2” [Resolved]
    org.eclipse.team.cvs.ui (3.2.0.I200606051140) “CVS Team Provider UI” [Active]
    org.eclipse.team.ui (3.2.0.I200606051140) “Team Support UI” [Active]
    org.eclipse.text (3.2.0.v20060605-1400) “Text” [Resolved]
    org.eclipse.tomcat (4.1.130.v20060601) “Tomcat Wrapper” [Resolved]
    org.eclipse.ui (3.2.0.I20060605-1400) “Eclipse UI” [Active]
    org.eclipse.ui.browser (3.2.0.v20060602) “Browser Support” [Resolved]
    org.eclipse.ui.cheatsheets (3.2.0.v20060602) “Cheat Sheets” [Resolved]
    org.eclipse.ui.console (3.1.100.v20060605) “Console” [Active]
    org.eclipse.ui.editors (3.2.0.v20060605-1400) “Default Text Editor” [Active]
    org.eclipse.ui.externaltools (3.1.100.v20060605) “External Tools” [Active]
    org.eclipse.ui.forms (3.2.0.v20060602) “Eclipse Forms” [Resolved]
    org.eclipse.ui.ide (3.2.0.I20060605-1400) “Eclipse IDE UI” [Active]
    org.eclipse.ui.intro (3.2.0.v20060601) “Welcome Framework” [Resolved]
    org.eclipse.ui.intro.universal (3.2.0.v20060602) “Universal Welcome” [Resolved]
    org.eclipse.ui.navigator (3.2.0.I20060605-1400) “Common Navigator View” [Resolved]
    org.eclipse.ui.navigator.resources (3.2.0.I20060605-1400) “Navigator Workbench Components” [Resolved]
    org.eclipse.ui.presentations.r21 (3.2.0.I20060605-1400) “R21 Presentation Plug-in” [Resolved]
    org.eclipse.ui.views (3.2.0.I20060605-1400) “Views” [Active]
    org.eclipse.ui.views.properties.tabbed (3.2.0.I20060605-1400) “Tabbed Properties View” [Resolved]
    org.eclipse.ui.win32 (3.2.0.I20060605-1400) “Eclipse UI Win32 Enhancements” [Resolved]
    org.eclipse.ui.workbench (3.2.0.I20060605-1400) “Workbench” [Active]
    org.eclipse.ui.workbench.compatibility (3.2.0.I20060605-1400) “Workbench Compatibility” [Resolved]
    org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) “Text Editor Framework” [Active]
    org.eclipse.update.configurator (3.2.0.v20060605) “Install/Update Configurator” [Active]
    org.eclipse.update.core (3.2.0.v20060605) “Install/Update Core” [Active]
    org.eclipse.update.core.win32 (3.2.0.v20060605) “Install/Update Core for Windows” [Resolved]
    org.eclipse.update.scheduler (3.2.0.v20060605) “Automatic Updates Scheduler” [Active]
    org.eclipse.update.ui (3.2.0.v20060605) “Install/Update UI” [Resolved]
    org.eclipse.wst (1.0.1.200608110849) “Web Standard Tools (WST)” [Resolved]
    org.eclipse.wst.command.env (1.0.101.200608110849) “Environment Command Framework (headless)” [Resolved]
    org.eclipse.wst.command.env.core (1.0.101.200608110849) “Environment Command Framework (core)” [Resolved]
    org.eclipse.wst.command.env.infopop (1.0.2.200608110849) “Web services UI” [Resolved]
    org.eclipse.wst.command.env.ui (1.0.101.200608110849) “Environment Command Framework (GUI)” [Resolved]
    org.eclipse.wst.common.core (1.1.0.200608110849) “WST Common Core Plug-in” [Resolved]
    org.eclipse.wst.common.emf (1.1.0.200608110849) “EMF Utilities” [Active]
    org.eclipse.wst.common.emfworkbench.integration (1.1.0.200608110849) “EMF Workbench Edit Plug-in” [Active]
    org.eclipse.wst.common.environment (1.0.100.200608110849) “Enviornment Plug-in” [Resolved]
    org.eclipse.wst.common.frameworks (1.1.0.200608110849) “Common Frameworks” [Active]
    org.eclipse.wst.common.frameworks.ui (1.1.0.200608110849) “WTP UI Plug-in” [Active]
    org.eclipse.wst.common.infopop (1.0.1.200608110849) “Common WST infopops” [Resolved]
    org.eclipse.wst.common.modulecore (1.1.0.200608110849) “Modulecore Plug-in” [Active]
    org.eclipse.wst.common.project.facet.core (1.1.0.200608110849) “Project Facet Core” [Active]
    org.eclipse.wst.common.project.facet.ui (1.1.0.200608110849) “Project Facet UI” [Resolved]
    org.eclipse.wst.common.snippets (1.1.0.200608110849) “Snippets View” [Resolved]
    org.eclipse.wst.common.ui (1.1.0.200608110849) “Eclipse Base UI extensions” [Resolved]
    org.eclipse.wst.common.ui.properties (1.0.100.200608110849) “Common Properties UI” [Resolved]
    org.eclipse.wst.common.uriresolver (1.1.0.200608110849) “Common URI Resolver Framework” [Active]
    org.eclipse.wst.css.core (1.1.0.200608110849) “Structured Source CSS Model” [Active]
    org.eclipse.wst.css.ui (1.0.100.200608110849) “SSE CSS Source Editor” [Active]
    org.eclipse.wst.dtd.core (1.1.0.200608110849) “Structured Source DTD Core” [Active]
    org.eclipse.wst.dtd.ui (1.0.100.200608110849) “SSE DTD Source Editor” [Resolved]
    org.eclipse.wst.dtd.ui.infopop (1.0.1.200608110849) “DTD Editor infopops” [Resolved]
    org.eclipse.wst.html.core (1.1.0.200608110849) “Structured Source HTML Model” [Active]
    org.eclipse.wst.html.standard.dtds (1.0.0) “Known DTDs” [Resolved]
    org.eclipse.wst.html.ui (1.0.100.200608110849) “HTML UI Source Editor” [Active]
    org.eclipse.wst.html.ui.infopop (1.0.1.200608110849) “HTML editor infopops” [Resolved]
    org.eclipse.wst.internet.cache (1.0.101.200608110849) “Cache URI Resolver Plug-in” [Active]
    org.eclipse.wst.internet.monitor.core (1.0.102.200608110849) “Monitor” [Resolved]
    org.eclipse.wst.internet.monitor.ui (1.0.102.200608110849) “TCP/IP Monitor” [Resolved]
    org.eclipse.wst.internet.proxy (1.0.100.200608110849) “Internet Proxy Preferences” [Active]
    org.eclipse.wst.internet.proxy.infopop (1.0.0.200608110849) “Internet Proxy Infopops” [Resolved]
    org.eclipse.wst.javascript.core (1.0.0.200608110849) “Structured Source JavaScript Model” [Active]
    org.eclipse.wst.javascript.ui (1.0.0.200608110849) “SSE JavaScript Source Editor” [Active]
    org.eclipse.wst.javascript.ui.infopop (1.0.1.200608110849) “Javascript infopop” [Resolved]
    org.eclipse.wst.rdb.connection.ui (1.0.101.200608110849) “RDB Connection.ui” [Resolved]
    org.eclipse.wst.rdb.connection.ui.infopop (1.0.0.200608110849) “New Connection wizard infopops” [Resolved]
    org.eclipse.wst.rdb.core (1.0.107.200608110849) “RDB Core” [Resolved]
    org.eclipse.wst.rdb.core.ui (1.0.102.200608110849) “Core UI plugin” [Resolved]
    org.eclipse.wst.rdb.data.core (1.0.104.200608110849) “Data Core Plugin” [Resolved]
    org.eclipse.wst.rdb.data.ui (1.0.105.200608110849) “Data UI Plugin” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.db2.iseries (1.0.102.200608110849) “DB2 UDB iSeries Database Definition Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.db2.luw (1.0.103.200608110849) “DB2 UDB Database Definition Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.db2.zseries (1.0.102.200608110849) “DB2 UDB Database Definition Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.derby (1.0.102.200608110849) “Derby Database Definition” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.generic.jdbc (1.0.101.200608110849) “DBDefinition Generic JDBC Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.informix (1.0.102.200608110849) “Informix Database Definition Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.mysql (1.0.0.200608110849) “DBDefinition Mysql Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.oracle (1.0.101.200608110849) “Oracle Database Definition Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.sqlserver (1.0.102.200608110849) “SQL Server Database Definition Plug-in” [Resolved]
    org.eclipse.wst.rdb.dbdefinition.sybase (1.0.103.200608110849) “Sybase Database Definition Plug-in” [Resolved]
    org.eclipse.wst.rdb.derby (1.0.101.200608110849) “RDB Derby Plug-in” [Resolved]
    org.eclipse.wst.rdb.derby.ui (1.0.101.200608110849) “RDB Derby Ui Plug-in” [Resolved]
    org.eclipse.wst.rdb.fe.ui (1.0.101.200608110849) “FE UI Plug-in” [Resolved]
    org.eclipse.wst.rdb.fe.ui.actions (1.0.101.200608110849) “FE Ui Actions Plug-in” [Resolved]
    org.eclipse.wst.rdb.fe.ui.infopop (1.0.0.200608110849) “Generate DDL wizard infopops” [Resolved]
    org.eclipse.wst.rdb.models.dbdefinition (1.0.101.200608110849) “DBDefinition Model” [Resolved]
    org.eclipse.wst.rdb.models.sql (1.0.102.200608110849) “SQLModel Plug-in” [Resolved]
    org.eclipse.wst.rdb.models.sql.edit (1.0.102.200608110849) “SQLModel Edit Plug-in” [Resolved]
    org.eclipse.wst.rdb.mysql (1.0.101.200608110849) “RDB Mysql Plug-in” [Resolved]
    org.eclipse.wst.rdb.outputview (1.0.104.200608110849) “Data Output Plug-in” [Resolved]
    org.eclipse.wst.rdb.outputview.infopop (1.0.0.200608110849) “Data Output view infopops” [Resolved]
    org.eclipse.wst.rdb.server.extensions (1.0.102.200608110849) “Server Explorer Extensions Plug-in” [Resolved]
    org.eclipse.wst.rdb.server.ui (1.0.101.200608110849) “Server Explorer plugin” [Resolved]
    org.eclipse.wst.rdb.server.ui.infopop (1.0.0.200608110849) “Server Explorer view infopops” [Resolved]
    org.eclipse.wst.rdb.sqleditor (1.0.103.200608110849) “SQL Source Editor Plugin” [Resolved]
    org.eclipse.wst.rdb.sqleditor.infopop (1.0.0.200608110849) “SQL infopops” [Resolved]
    org.eclipse.wst.rdb.sqlscrapbook (1.0.101.200608110849) “Sqlscrapbook Plug-in” [Resolved]
    org.eclipse.wst.server.core (1.0.102.200608110849) “Server Core” [Resolved]
    org.eclipse.wst.server.ui (1.0.102.200608110849) “Server UI” [Resolved]
    org.eclipse.wst.server.ui.infopop (1.0.2.200608110849) “Server Tools infopops for Web Standard Tools” [Resolved]
    org.eclipse.wst.sse.core (1.1.0.200608110849) “Structured Text Model” [Active]
    org.eclipse.wst.sse.ui (1.0.101.200608110849) “Structured Source Editor” [Active]
    org.eclipse.wst.sse.ui.infopop (1.0.101.200608110849) “SSE infopops” [Resolved]
    org.eclipse.wst.validation (1.1.0.200608110849) “Validation Framework” [Active]
    org.eclipse.wst.validation.infopop (1.0.201.200608110849) “WST validation infopop plug-in” [Resolved]
    org.eclipse.wst.validation.ui (1.1.0.200608110849) “Validation Framework UI” [Active]
    org.eclipse.wst.web (1.1.0.200608110849) “Simple Web Plug-in” [Resolved]
    org.eclipse.wst.web.ui (1.1.0.200608110849) “Simple Web UI Plug-in” [Resolved]
    org.eclipse.wst.web.ui.infopop (1.0.201.200608110849) “Static Web infopop” [Resolved]
    org.eclipse.wst.ws (1.0.100.200608110849) “Web Services” [Resolved]
    org.eclipse.wst.ws.explorer (1.0.101.200608110849) “Web Services Explorer” [Resolved]
    org.eclipse.wst.ws.infopop (1.0.201.200608110849) “Web Services UI” [Resolved]
    org.eclipse.wst.ws.parser (1.0.100.200608110849) “Web Services Description Parser” [Resolved]
    org.eclipse.wst.ws.ui (1.0.100.200608110849) “Web Services UI” [Resolved]
    org.eclipse.wst.wsdl (1.0.100.200608110849) “WSDL Model” [Resolved]
    org.eclipse.wst.wsdl.ui (1.1.0.200608110849) “WSDL UI” [Resolved]
    org.eclipse.wst.wsdl.ui.doc.user (1.0.201.200608110849) “WSDL Editor Documentation” [Resolved]
    org.eclipse.wst.wsdl.validation (1.1.0.200608110849) “WSDL Validator” [Resolved]
    org.eclipse.wst.wsi (1.0.101.200608110849) “WSI Conformance Tools” [Resolved]
    org.eclipse.wst.wsi.ui (1.0.0.200608110849) “Soap Monitor” [Resolved]
    org.eclipse.wst.wsi.ui.doc.user (1.0.201.200608110849) “WS-I Validation Documentation” [Resolved]
    org.eclipse.wst.xml.core (1.1.0.200608110849) “Structured Source XML Model” [Active]
    org.eclipse.wst.xml.ui (1.0.100.200608110849) “XML UI Plugin” [Active]
    org.eclipse.wst.xml.ui.infopop (1.0.1.200608110849) “XML infopops” [Resolved]
    org.eclipse.wst.xsd.core (1.1.0.200608110849) “XSD Core Plugin” [Resolved]
    org.eclipse.wst.xsd.ui (1.1.0.200608110849) “XML Schema Editor” [Resolved]
    org.eclipse.xsd (2.2.0.v200606271057) “XML Schema Infoset Model (XSD)” [Resolved]
    org.eclipse.xsd.ecore.exporter (2.2.0.v200606271057) “XML Schema Exporter for EMF” [Resolved]
    org.eclipse.xsd.ecore.importer (2.2.0.v200606271057) “XML Schema Importer for EMF” [Resolved]
    org.eclipse.xsd.edit (2.2.0.v200606271057) “XML Schema Edit Framework” [Resolved]
    org.eclipse.xsd.editor (2.2.0.v200606271057) “XML Schema Editor” [Resolved]
    org.junit (3.8.1) “JUnit Testing Framework” [Resolved]
    org.junit4 (4.1.0) “JUnit Testing Framework Version 4” [Resolved]
    org.mozilla.xpcom (1.8.1.0) “Mozilla XPCOM For Java” [Resolved]
    org.odc.linecounter (1.0.0) “org.odc.linecounter” [Resolved]
    org.odc.linecounter.doc (1.0.0) “org.odc.linecounter.doc” [Resolved]
    org.odc.linecounter.doc.nl1 (1.0.0) “Fragment Nl1” [Resolved]
    org.odc.linecounter.nl1 (1.0.0) “org.odc.linecounter.nl1” [Resolved]
    org.springframework.ide.eclipse.core (0.0.1) “SpringIDE projects support” [Resolved]
    org.uddi4j (2.0.4.200608110849) “UDDI4J 2.0.4” [Resolved]
    org.wsdl4j (1.4.0.200608110849) “WSDL4J 1.4” [Resolved]
    system.bundle (3.2.0.v20060601) “OSGi System Bundle” [Active]

    *** User Preferences:
    #Sun Sep 10 21:23:06 EEST 2006
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.html,*.svg
    /instance/org.eclipse.ui.workbench/UIActivities.com.genuitec.eclipse.capability.emfetc=true
    /instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=jdk1.5.0_06
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter=true
    /instance/org.eclipse.wst.sse.core/task-tag-projects-already-scanned=deneme
    /instance/com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=jdk1.5.0_06

    @com
    .genuitec.eclipse.easie.oracle=5.0.0
    /instance/org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topLeft
    /instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=jdk1.5.0_06
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
    /instance/org.eclipse.ui.ide/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=never
    @org.eclipse.jst.jsp.core=1.1.0.200608110849
    /instance/org.eclipse.ui.ide/platformState=1157912185730
    @org.eclipse.ui.ide=3.2.0.I20060605-1400
    @org.eclipse.jdt.core=3.2.0.v_671
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=C\:/java/Eclipse/eclipse_3.2RC7
    /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=jdk1.5.0_06
    @org.eclipse.team.core=3.2.0.I200606051140
    /instance/org.eclipse.ui.workbench/editors=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<editors>\r\n<descriptor class\=”org.eclipse.emf.mapping.xsd2ecore.presentation.XSD2EcoreEditor” id\=”org.eclipse.emf.mapping.xsd2ecore.presentation.XSD2EcoreEditorID” image\=”icons/full/obj16/XSD2EcoreModelFile.gif” internal\=”true” label\=”XSD to Ecore Model Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.emf.mapping.xsd2ecore.editor”/>\r\n<descriptor class\=”org.eclipse.jdt.internal.debug.ui.snippeteditor.JavaSnippetEditor” id\=”org.eclipse.jdt.debug.ui.SnippetEditor” image\=”$nl$/icons/full/obj16/jsbook_obj.gif” internal\=”true” label\=”Scrapbook” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.jdt.debug.ui”/>\r\n<descriptor class\=”org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor” id\=”org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditorID” image\=”icons/full/obj16/GenModelModelFile.gif” internal\=”true” label\=”EMF Generator” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.emf.codegen.ecore.ui”/>\r\n<descriptor id\=”org.eclipse.ui.browser.editorSupport” image\=”$nl$/icons/obj16/internal_browser.gif” internal\=”false” label\=”Web Browser” launcher\=”org.eclipse.ui.internal.browser.BrowserLauncher” openMode\=”4″ open_in_place\=”false” plugin\=”org.eclipse.ui.browser”/>\r\n<descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.jem.beaninfo.OverrideEditor” image\=”icons/full/obj16/file_obj.gif” internal\=”true” label\=”Override Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.jem.ui”/>\r\n<descriptor class\=”org.eclipse.emf.ecore.presentation.EcoreEditor” id\=”org.eclipse.emf.ecore.presentation.EcoreEditorID” image\=”icons/full/obj16/EcoreModelFile.gif” internal\=”true” label\=”Sample Ecore Model Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.emf.ecore.editor”/>\r\n<descriptor class\=”org.eclipse.pde.internal.ui.samples.SampleEditor” id\=”org.eclipse.pde.ui.sampleEditor” image\=”$nl$/icons/obj16/build_exec.gif” internal\=”true” label\=”Code Sample Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/>\r\n<descriptor class\=”org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor” id\=”org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditorID” image\=”icons/full/obj16/Ecore2XMLModelFile.gif” internal\=”true” label\=”Ecore to XML Mapping Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.emf.mapping.ecore2xml.ui”/>\r\n<descriptor class\=”org.eclipse.emf.ecore.sdo.presentation.SDOEditor” id\=”org.eclipse.emf.ecore.sdo.presentation.SDOEditorID” image\=”icons/full/obj16/SDOModelFile.gif” internal\=”true” label\=”Data Graph Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.emf.ecore.sdo.editor”/>\r\n<descriptor class\=”org.eclipse.emf.ecore.presentation.EcoreEditor” id\=”org.eclipse.emf.ecore.presentation.ReflectiveEditorID” image\=”platform\:/plugin/org.eclipse.emf.edit/icons/full/obj16/ModelFile.gif” internal\=”true” label\=”Sample Reflective Ecore Model Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.emf.ecore.editor”/>\r\n<descriptor class\=”org.eclipse.ajdt.internal.ui.editor.AspectJEditor” id\=”org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor” image\=”icons/structure/ajcu_obj.gif” internal\=”true” label\=”AspectJ/Java Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.ajdt.ui”/>\r\n<descriptor class\=”com.essiembre.eclipse.rbe.ui.editor.ResourceBundleEditor” id\=”com.essiembre.eclipse.rbe.ui.editor.ResourceBundleEditor” image\=”icons/propertiesfile.gif” internal\=”true” label\=”ResourceBundle Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.essiembre.eclipse.i18n.resourcebundle”/>\r\n<descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.jdt.ui.DefaultTextEditor” image\=”icons/jdt/file_obj.gif” internal\=”true” label\=”Properties File Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.ajdt.ui”/>\r\n<descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.jdt.ui.JARDescEditor” image\=”$nl$/icons/full/obj16/jar_desc_obj.gif” internal\=”true” label\=”JAR Description Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.jdt.ui”/>\r\n<descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.jdt.ui.JARDescEditor” image\=”icons/jdt/jar_desc_obj.gif” internal\=”true” label\=”JAR Description Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.ajdt.ui”/>\r\n<descriptor class\=”org.eclipse.ajdt.internal.ui.diff.AJMapEditor” id\=”AJMapEditor” image\=”icons/diff/ajmap_file.gif” internal\=”true” label\=”AspectJ Crosscutting Map File Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.ajdt.ui”/>\r\n<descriptor class\=”org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor” id\=”org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditorID” image\=”icons/full/obj16/Ecore2EcoreModelFile.gif” internal\=”true” label\=”Ecore to Ecore Mapping Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.emf.mapping.ecore2ecore.editor”/>\r\n<descriptor class\=”com.swtdesigner.editors.MultiPageEditor” id\=”com.swtdesigner.editors.MultiPageEditor” image\=”icons/swt_designer_editor.gif” internal\=”true” label\=”Designer Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.swtdesigner”/>\r\n<descriptor class\=”org.eclipse.ajdt.internal.ui.editor.AspectJEditor” id\=”org.eclipse.ajdt.internal.ui.editor.CompilationUnitEditor” image\=”icons/structure/ajcu_obj.gif” internal\=”true” label\=”AspectJ/Java Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.ajdt.ui”/>\r\n<descriptor class\=”org.eclipse.xsd.presentation.XSDEditor” id\=”org.eclipse.xsd.presentation.XSDEditorID” image\=”icons/full/obj16/XSDModelFile.gif” internal\=”true” label\=”Sample XML Schema Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.xsd.editor”/>\r\n</editors>
    @org.eclipse.wst.sse.core=1.1.0.200608110849

    @com
    .genuitec.eclipse.easie.jrun=5.0.0
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
    /instance/com.genuitec.eclipse.wizards/doctype.html.8=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD LEVEL1//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.7=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML//EN”>
    @org.eclipse.wst.sse.ui=1.0.101.200608110849
    /instance/com.genuitec.eclipse.wizards/doctype.html.6=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 3.0//EN”>
    /configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
    /instance/com.genuitec.eclipse.wizards/doctype.html.5=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 3.2 Final//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.4=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”>
    /instance/org.eclipse.debug.ui/pref_state_memento.org.eclipse.debug.ui.ExpressionView=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<VariablesViewMemento org.eclipse.debug.ui.SASH_DETAILS_PART\=”315″ org.eclipse.debug.ui.SASH_VIEW_PART\=”684″/>
    /instance/com.genuitec.eclipse.wizards/doctype.html.3=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”>
    @org.eclipse.update.ui=3.2.0.v20060605
    /instance/com.genuitec.eclipse.wizards/doctype.html.2=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD

    #258441 Reply

    Scott Anderson
    Participant

    ceylanh,

    At what point do you see this exception? What problems does it cause? For example, does it just create a log entry and the tools continue
    to work as expected? Or, does it keep the designer from opening on some/all pages? If you can give us a more detailed description of
    when this occurs, we’d be able to provide a much better response.

    #258450 Reply

    Hasan Ceylan
    Member

    1. Whan I try to open the editors in question editor fails to start with the trace.
    2. Editors are not usable
    3. Error make them completely unusable.ç
    4. Error happens when I selectect the file from package explorer and try to open it with a visual designer
    5. It occurs ALL times on 4 different installations on 4 different computers

    Regards,
    Hasan Ceylan

    #258628 Reply

    Hasan Ceylan
    Member

    I provided the information.

    And no response yet. Even no “We are looking into it and will get back to you soon” kind of reply.

    I can get almost all the working features from standard eclipse + web tooling features.

    IF I cannot get javascript debugging + visual designers what’s the point I pay 50 bucks for that…

    If you would like to get me working stuff here, please do…

    Otherwise please tell me what is the way to get a refund…!!!

    H.Ceylan

    #258662 Reply

    Riyad Kalla
    Member

    Hasan,
    Let’s try a few things first:

    1) Try restarting using the -clean command line argument as oultined here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10280.html after restarting, try and open a plain HTML file, does it work?

    2) If not, then try a new testing workspace using File > Switch Workspace > C:\tempworkspace, hit OK to restart. After you restart, create a new Web Project and add a plain HTML file to it, try and open that. Did that work?

    The last step is trying a brand new/clean reinstall of Eclipse 3.2 and MyEclipse 5.0.1 to clean directories (you should never re-use existing dirs), but let’s see if the other two steps above help first.

    #258737 Reply

    Hasan Ceylan
    Member

    OK,

    neither clean nor new clean workspace helped.

    But the good news is I found the source of the bug. Probably your are doing some stuff relates to locale.
    If Tukish locale and Turkey changed to US English and USA then visual designer do work.

    I think it might be do to the fact that Turkish letter i’s are very stupid.

    please see http://www.ytg.com.tr/bug.jpeg.

    In Turkish we have two i’s. One i with dot on it, the other one without the dot.
    small i’s map to the capital i’s with regard to the dots.

    However in english i maps to I.

    Please check and let me know…

    Hasan

    #258745 Reply

    Scott Anderson
    Participant

    Hasan,

    Thanks for providing this information. As it happens, we’re currently making several changes to MyEclipse to
    ensure that it performs better with alternate character sets and encodings. I’ll be sure the development team
    looks at this to see if problems like this have been resolved internally yet.

    #258751 Reply

    Hasan Ceylan
    Member

    Scott,

    Any possible date for a patch or fix?

    Hasan

    #258766 Reply

    Scott Anderson
    Participant

    Hasan,

    It will be part of the next “dot” release, likely around the end of October.

    #267810 Reply

    Sato
    Member

    Thanks Mr.Ceylan
    Teşekkür ederim 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: [Closed] Visual Designer SWTException: Widget is disposed

You must be logged in to post in the forum log in