facebook

Stop icon greyed-out for OC4J

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #247923 Reply

    Dave Trussell
    Participant

    Fresh re-install of Eclipse and MyEclipse (latest versions). Using OC4J Standalone 10.1.2 on Windows XP SP2.

    OC4J starts OK with MyEclipse, but the “Stop” button is greyed out for the server “Oracle AS”.

    Thanks,
    Dave

    MyEclipse Configuration Summary follows:

    *** Date: Tue Mar 07 12:32:57 MST 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_04

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.1.1 GA
    Build id: 20060228-4.1.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    D:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    e8c_2c
    -vm
    D:\jdk1.5.0_04\bin\javaw.exe

    #247932 Reply

    Riyad Kalla
    Member

    There isn’t any code in any of the connectors to disable the stop button, this sounds like an install issue. When you start OC4J are you using the little drop down button from the toolbar, then scrolling to Oracle/AS, then over to Start/Stop, or does it look different? I wonder if you have another plugin installed.

    #247944 Reply

    Dave Trussell
    Participant

    @support-rkalla wrote:

    When you start OC4J are you using the little drop down button from the toolbar, then scrolling to Oracle/AS, then over to Start/Stop, or does it look different?

    Yes, that’s the stop button that’s greyed out.

    I wonder if you have another plugin installed.

    As I said, fresh install.

    – Was Eclipse freshly installed for MyEclipse? Yes
    – If not, was it upgraded to its current version using the update manager?
    – Are any other external plugins installed? No
    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* 4
    – What application server are you using? Oracle OC4J 10.1.2.0.2

    Thanks,
    Dave

    #247948 Reply

    Riyad Kalla
    Member

    I could be wrong then, I’ll check with one of the devs.

    #247951 Reply

    Dave Trussell
    Participant

    I’m getting this in the .log file in D:\<workspace>\.metadata (which previously existed before the re-install):

    !SESSION 2006-03-07 15:48:00.524 -----------------------------------------------
    eclipse.buildId=M20050929-0840
    java.version=1.5.0_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    
    !ENTRY org.eclipse.core.runtime 4 2 2006-03-07 15:48:18.600
    !MESSAGE An internal error occurred during: "Initializing Java tooling".
    !STACK 0
    java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/launching/CompositeId
        at org.eclipse.jdt.launching.JavaRuntime.getVMFromCompositeId(JavaRuntime.java:508)
        at org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall(JavaRuntime.java:414)
        at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:75)
        at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:49)
        at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1591)
        at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1040)
        at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1326)
        at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2046)
        at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:1954)
        at org.eclipse.jdt.internal.core.search.JavaSearchScope.add(JavaSearchScope.java:108)
        at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize(JavaWorkspaceScope.java:84)
        at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init>(JavaSearchScope.java:62)
        at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init>(JavaSearchScope.java:58)
        at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.<init>(JavaWorkspaceScope.java:29)
        at org.eclipse.jdt.internal.core.JavaModelManager.getWorkspaceScope(JavaModelManager.java:1421)
        at org.eclipse.jdt.internal.core.search.BasicSearchEngine.createWorkspaceScope(BasicSearchEngine.java:157)
        at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope(SearchEngine.java:392)
        at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:2624)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    
    !ENTRY org.eclipse.core.runtime 4 2 2006-03-07 15:48:18.630
    !MESSAGE An internal error occurred during: "Structured Builder".
    !STACK 0
    java.lang.NoClassDefFoundError: com/ibm/sse/model/internal/builder/StructuredDocumentBuilder
        at com.ibm.sse.model.ModelPlugin$1.run(ModelPlugin.java:197)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    

    Dave

    #247957 Reply

    Riyad Kalla
    Member

    Those aren’t good errors to have… did you use the Eclipse SDK install or just the Platform/JDT install? You need the whole SDK install for MyEclipse.

    Also do you have WTP installed by chance? That will conflict with MyEclipse.

    #247976 Reply

    Kent Dorsey
    Member

    I am experiencing the same issue immediatley after the latest workkbench upgrade. Other than that, no issues with MyEclipse for the last several months. Will post more details tomorrow.

    Kent

    #247980 Reply

    Riyad Kalla
    Member

    Guys I can’t reproduce this. I had a testing 4.1 GA install around as well as a brand new 4.1 GA install around, I upgraded them both using Update Manager and already had OC4J setup in both of them and ran/stopped it. it worked as advertised. Help me figure out where my test is differing from yours.

    #247984 Reply

    Kent Dorsey
    Member

    @support-rkalla wrote:

    Guys I can’t reproduce this. I had a testing 4.1 GA install around as well as a brand new 4.1 GA install around, I upgraded them both using Update Manager and already had OC4J setup in both of them and ran/stopped it. it worked as advertised. Help me figure out where my test is differing from yours.

    Okay, will do tomorrow at work. Will capture configuration and any interesting logs. My workaround is to stop it using an Ant target that calls the admin jar.

    Kent

    #248039 Reply

    Kent Dorsey
    Member

    Update: If I set the launch mode to “Debug mode”, instead of to “Run mode”, the stop button is enabled correctly after server startup.

    The only log error appears to be irrelevant to this issue:

    !ENTRY org.eclipse.core.resources 2 1 2006-03-08 11:18:42.209
    !MESSAGE Skipping builder org.springframework.ide.eclipse.beans.core.beansvalidator for project tss. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.

    *** Date: Wed Mar 08 11:26:17 EST 2006

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M20050929-0840
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\tools\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    9a0_60
    -vm
    C:\java\j2sdk1.4.2_10\bin\javaw.exe
    eclipse.product=org.eclipse.sdk.ide
    eclipse.startTime=1141834045236
    eclipse.vm=C:\java\j2sdk1.4.2_10\bin\javaw.exe
    eclipse.vmargs=-Duser.language=en
    -Xms128M
    -Xmx512M
    -XX:PermSize=64M
    -XX:MaxPermSize=128M
    -Dosgi.splashLocation=C:\tools\MyEclipse\eclipse\MyEclipseSplash.bmp
    -jar
    C:\tools\eclipse\startup.jar
    eof=eof
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\tools\eclipse\startup.jar
    java.class.version=48.0
    java.endorsed.dirs=C:\java\j2sdk1.4.2_10\jre\lib\endorsed
    java.ext.dirs=C:\java\j2sdk1.4.2_10\jre\lib\ext
    java.home=C:\java\j2sdk1.4.2_10\jre
    java.io.tmpdir=C:\DOCUME~1\kdorsey\LOCALS~1\Temp\
    java.library.path=C:\java\j2sdk1.4.2_10\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\java\j2sdk1.4.2_10\bin;C:\tools\eclipse\plugins\org.apache.ant_1.6.5\bin;C:\HOME\server.scripts;C:\oracle\ora92\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IXOS\IXOS-eCONtext\bin;C:\Program Files\IXOS\IXOS-eCONtext\opt\ORA\bin;C:\Program Files\Common Files\Adaptec Shared\System;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\cvsnt;C:\Program Files\QuickTime\QTSystem\;C:\java\jwsdp-1.6\jwsdp-shared\bin;
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.4.2_10-b03
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.4
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    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.4.2_10
    java.vm.info=mixed mode
    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.4.2_10-b03
    jnw.lic.type=Runtime
    line.separator=

    org.eclipse.jdt.debug.ui.scrapbookActive=false
    org.osgi.framework.bootdelegation=*
    org.osgi.framework.executionenvironment=J2SE-1.4
    org.osgi.framework.language=en
    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.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,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.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.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,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.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.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,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.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
    org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundlestore=c:\tools\eclipse\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/c:/tools/eclipse/configuration/
    osgi.framework=file:/c:/tools/eclipse/plugins/org.eclipse.osgi_3.1.1.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.1.1
    osgi.install.area=file:/c:/tools/eclipse/
    osgi.instance.area=file:/C:/work/workspace/
    osgi.instance.area.default=file:/C:/Documents and Settings/kdorsey/workspace/
    osgi.logfile=C:\work\workspace\.metadata\.log
    osgi.manifest.cache=c:\tools\eclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.os=win32
    osgi.splashLocation=C:\tools\MyEclipse\eclipse\MyEclipseSplash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=c:\tools\eclipse\plugins
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:\java\j2sdk1.4.2_10\jre\lib\rt.jar;C:\java\j2sdk1.4.2_10\jre\lib\i18n.jar;C:\java\j2sdk1.4.2_10\jre\lib\sunrsasign.jar;C:\java\j2sdk1.4.2_10\jre\lib\jsse.jar;C:\java\j2sdk1.4.2_10\jre\lib\jce.jar;C:\java\j2sdk1.4.2_10\jre\lib\charsets.jar;C:\java\j2sdk1.4.2_10\jre\classes
    sun.boot.library.path=C:\java\j2sdk1.4.2_10\jre\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    sun.io.unicode.encoding=UnicodeLittle
    sun.java2d.fontpath=
    sun.os.patch.level=Service Pack 2
    user.country=US
    user.dir=C:\tools\eclipse
    user.home=C:\Documents and Settings\kdorsey
    user.language=en
    user.name=KDorsey
    user.timezone=America/New_York
    user.variant=
    vendor=Apache Software Foundation
    vendor-url=http://xml.apache.org/xalan-j
    version=2.4.1

    *** Features:
    com.genuitec.myeclipse.ast (4.1.1) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.bugzilla (4.1.0) “MyEclipse Bugzilla Feature”
    com.genuitec.myeclipse.core (4.1.1) “MyEclipse Core Feature”
    com.genuitec.myeclipse.database (4.1.1) “MyEclipse Database Feature”
    com.genuitec.myeclipse.enterprise.workbench (4.1.1) “MyEclipse Enterprise Workbench Feature”
    com.genuitec.myeclipse.help (4.1.1) “MyEclipse Help Feature”
    com.genuitec.myeclipse.hibernate (4.1.1) “MyEclipse Hibernate Feature”
    com.genuitec.myeclipse.jsf (4.1.1) “MyEclipse JSF Feature”
    com.genuitec.myeclipse.jspdesign (4.1.1) “MyEclipse JSP Design Feature”
    com.genuitec.myeclipse.platform (4.1.0) “MyEclipse Base Platform Feature”
    com.genuitec.myeclipse.spring (4.1.1) “MyEclipse Spring Feature”
    com.genuitec.myeclipse.struts (4.1.1) “MyEclipse Struts Feature”
    com.genuitec.myeclipse.tapestry (4.1.0) “MyEclipse Tapestry / Spindle Feature”
    com.genuitec.myeclipse.uml (4.1.1) “MyEclipse UML Feature”
    com.genuitec.myeclipse.wdt (4.1.1) “MyEclipse Web Development Feature”
    org.eclipse.jdt (3.1.1) “Eclipse Java Development Tools”
    org.eclipse.jdt.source (3.1.1) “Eclipse Java Development Tools SDK”
    org.eclipse.pde (3.1.1) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.source (3.1.1) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.platform (3.1.1) “Eclipse Platform”
    org.eclipse.platform.source (3.1.1) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.rcp (3.1.1) “Eclipse RCP”
    org.eclipse.rcp.source (3.1.1) “Eclipse RCP Plug-in Developer Resources”
    org.eclipse.sdk (3.1.1) “Eclipse Project SDK”

    *** Plug-in Registry:
    com.genuitec.eclipse.ast.deploy.core (4.1.1) “Deployment Core Plug-in” [Active]
    com.genuitec.eclipse.browser (3.8.4) “Web Browser Plug-in” [Resolved]
    com.genuitec.eclipse.bugzilla (3.9.310) “MyEclipse Bugzilla Integration Plug-in” [Resolved]
    com.genuitec.eclipse.core (4.1.1) “Genuitec Core” [Active]
    com.genuitec.eclipse.core.common (4.1.1) “Genuitec Common Core” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (4.1.1) “MyEclipse Stuts Support” [Active]
    com.genuitec.eclipse.desktop (4.1.1) “MyEclipse Desktop Utilities” [Resolved]
    com.genuitec.eclipse.easie.bejy (4.1.0) “Genuitec EASIE Bejy Tiger” [Active]
    com.genuitec.eclipse.easie.core (4.1.1) “Genuitec EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (4.1.1) “Genuitec EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.jboss (4.1.1) “Genuitec EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (4.1.0) “Genuitec EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (4.1.0) “Genuitec EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (4.1.0) “Genuitec EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jetty (4.1.1) “Genuitec EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (4.1.0) “Genuitec EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (4.1.0) “Genuitec EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jonas (4.1.1) “Genuitec EASIE Jonas” [Active]
    com.genuitec.eclipse.easie.jonas3 (4.1.0) “Genuitec EASIE Jonas 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (4.1.0) “Genuitec EASIE Jonas 4” [Active]
    com.genuitec.eclipse.easie.jrun (4.1.1) “Genuitec EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (4.1.0) “Genuitec EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (4.1.1) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (4.1.0) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.orion1 (4.1.0) “Genuitec EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (4.1.0) “Genuitec EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (4.1.1) “Genuitec EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (4.1.0) “Genuitec EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (4.1.0) “Genuitec EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.sun (4.1.1) “Genuitec EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (4.1.1) “Genuitec EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (4.1.1) “Genuitec EASIE Sun 8.1” [Active]
    com.genuitec.eclipse.easie.tomcat (4.1.1) “Genuitec EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat4 (4.1.0) “Genuitec EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (4.1.0) “Genuitec EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.weblogic (4.1.1) “Genuitec EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic6 (4.1.0) “Genuitec EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (4.1.0) “Genuitec EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (4.1.0) “Genuitec EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (4.1.0) “Genuitec EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (4.1.1) “Genuitec EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere5 (4.1.1) “Genuitec EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (4.1.1) “Genuitec EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.export.wizard (3.9.210) “MyEclipse J2EE Export Wizards” [Resolved]
    com.genuitec.eclipse.hibernate (4.1.1) “MyEclipse Hibernate Capabilities” [Active]
    com.genuitec.eclipse.imageeditor (4.1.0) “ImageEditor Plug-in” [Resolved]
    com.genuitec.eclipse.integration (4.1.1) “MyEclipse Integration Utilities” [Active]
    com.genuitec.eclipse.j2eedt.core (4.1.1) “Genuitec J2EE Development Tooling” [Active]
    com.genuitec.eclipse.javascript (4.1.0) “Javascript1 Plug-in” [Resolved]
    com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment” [Resolved]
    com.genuitec.eclipse.jsf (4.1.1) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.modeling.core (4.0.1) “MyEclipse Modeling Core” [Resolved]
    com.genuitec.eclipse.springframework (4.1.1) “Springframework Plug-in” [Resolved]
    com.genuitec.eclipse.springhibernate (4.1.1) “SpringHibernate Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer (4.1.1) “MyEclipse Database Explorer Plugin” [Resolved]
    com.genuitec.eclipse.sqlexplorer.doc (4.1.1) “MyEclipse Database Explorer Help Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer.oracle (4.1.1) “Oracle Database Explorer Plug-in” [Resolved]
    com.genuitec.eclipse.struts (4.1.1) “MyEclipse Struts Capabilities” [Active]
    com.genuitec.eclipse.tapestry (4.1.0) “MyEclipse Tapestry Integration Plug-in” [Active]
    com.genuitec.eclipse.tapestry.ui.contrib (4.0.0) “MyEclipse Tapestry UI Integration Fragment” [Resolved]
    com.genuitec.eclipse.uml (4.1.1) “MyEclipse UML Plug-in” [Resolved]
    com.genuitec.eclipse.wdt.jsp.debug (4.1.0) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (4.0.200) “MyEclipse Image Previewer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner (4.1.1) “Web Designer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner.support (3.9.211) “WebDesigner Support” [Resolved]
    com.genuitec.eclipse.wizards (4.1.1) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipsetidy (3.9.310) “MyEclipse HTML Formatting” [Active]
    com.genuitec.javascript.debug (4.1.1) “Genuitec JavaScript Debugger” [Resolved]
    com.genuitec.javascript.debug.mozilla (4.1.1) “Genuitec JavaScript Debug Support” [Resolved]
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (4.0.0) “Genuitec XDoclet Support Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.9.210) “Genuitec XDoclet Assist Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (4.0.0) “Genuitec XDoclet Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (4.0.0) “Genuitec XDoclet Runner Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (4.0.1) “Genuitec XDoclet UI Plug-in” [Resolved]
    com.genuitec.myeclipse.ast (4.1.1) “MyEclipse Application Server Tooling” [Resolved]
    com.genuitec.myeclipse.bugzilla (4.1.0) “MyEclipse Bugzilla Feature” [Resolved]
    com.genuitec.myeclipse.core (4.1.1) “MyEclipse Core Feature” [Resolved]
    com.genuitec.myeclipse.database (4.1.1) “MyEclipse Database Feature” [Resolved]
    com.genuitec.myeclipse.doc (4.1.1) “MyEclipse Documentation” [Resolved]
    com.genuitec.myeclipse.enterprise.workbench (4.1.1) “MyEclipse Enterprise Workbench Feature” [Resolved]
    com.genuitec.myeclipse.help (4.1.1) “MyEclipse Help Feature” [Resolved]
    com.genuitec.myeclipse.hibernate (4.1.1) “MyEclipse Hibernate Feature” [Resolved]
    com.genuitec.myeclipse.jsf (4.1.1) “MyEclipse JSF Feature” [Resolved]
    com.genuitec.myeclipse.jspdesign (4.1.1) “MyEclipse JSP Design Feature” [Resolved]
    com.genuitec.myeclipse.perspective (4.1.1) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.platform (4.1.0) “MyEclipse Base Platform Feature” [Resolved]
    com.genuitec.myeclipse.spring (4.1.1) “MyEclipse Spring Feature” [Resolved]
    com.genuitec.myeclipse.struts (4.1.1) “MyEclipse Struts Feature” [Resolved]
    com.genuitec.myeclipse.tapestry (4.1.0) “MyEclipse Tapestry / Spindle Feature” [Resolved]
    com.genuitec.myeclipse.uml (4.1.1) “MyEclipse UML Feature” [Resolved]
    com.genuitec.myeclipse.wdt (4.1.1) “MyEclipse Web Development Feature” [Resolved]
    com.genuitec.org.hibernate.eclipse (4.1.1) “Hibernate Core Plugin” [Active]
    com.genuitec.org.hibernate.eclipse.console (4.1.1) “Hibernate Console” [Resolved]
    com.genuitec.org.hibernate.eclipse.mapper (4.1.1) “Mapper Plug-in” [Active]
    com.genuitec.org.springframework.ide.eclipse.beans.core (4.1.1) “MyEclipse Spring IDE Beans Support Core” [Active]
    com.genuitec.org.springframework.ide.eclipse.beans.ui (4.1.1) “MyEclipse Spring IDE Beans UI” [Active]
    com.genuitec.org.springframework.ide.eclipse.beans.ui.doc (4.1.1) “MyEclipse Spring IDE Support Documentation” [Resolved]
    com.genuitec.org.springframework.ide.eclipse.beans.ui.graph (4.1.1) “MyEclipse Spring IDE Support Graph” [Resolved]
    com.genuitec.org.springframework.ide.eclipse.core (4.1.1) “MyEclipse Spring IDE Core” [Active]
    com.genuitec.org.springframework.ide.eclipse.core.doc (4.1.1) “MyEclipse Spring Framework Reference Documentation” [Resolved]
    com.genuitec.org.springframework.ide.eclipse.ui (4.1.1) “pluginName” [Active]
    com.ibm.base.extensions (13.8.1) “Eclipse base extensions” [Resolved]
    com.ibm.base.extensions.ui (13.9.310) “Eclipse Base UI extensions” [Active]
    com.ibm.encoding.resource (13.9.210) “Coded Resource” [Active]
    com.ibm.etools.contentmodel (13.8.4) “Content Model” [Active]
    com.ibm.etools.contentmodel.dtd (13.8.2) “Content Model for DTD” [Resolved]
    com.ibm.etools.contentmodel.xsd (13.8.1) “Content Model for XML Schema” [Resolved]
    com.ibm.etools.dtdmodel (14.0.0) “DTD Model” [Resolved]
    com.ibm.etools.dtdparser (13.8.1) “DTD Parser” [Resolved]
    com.ibm.etools.emf.event (3.0.0.1) “Event Model” [Resolved]
    com.ibm.etools.internet (14.0.200) “Internet Preferences” [Active]
    com.ibm.etools.uri.resolver (13.8.3) “com.ibm.etools.uri.resolver” [Resolved]
    com.ibm.etools.validation (13.8.4) “Validation Framework” [Active]
    com.ibm.etools.validation.core (13.8.4) “Validation Framework Core” [Resolved]
    com.ibm.etools.validation.dtd (13.8.4) “DTD Validator” [Resolved]
    com.ibm.etools.validation.html (14.0.3) “HTML Validation” [Active]
    com.ibm.etools.validation.mof (13.8.1) “Validation Framework MOF support” [Resolved]
    com.ibm.etools.validation.ui (13.8.3) “Validation Framework UI” [Resolved]
    com.ibm.etools.validation.xml (13.8.4) “XML Validator” [Resolved]
    com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation” [Resolved]
    com.ibm.etools.validation.xsd (13.8.4) “XML Schema Validator” [Resolved]
    com.ibm.etools.xml.gef.util (13.9.210) “XML Tools Common GEF Utilities” [Resolved]
    com.ibm.etools.xmlcatalog (13.8.4) “com.ibm.etools.xmlcatalog” [Active]
    com.ibm.etools.xmlcatalog.ui (13.9.310) “XML Catalog UI” [Active]
    com.ibm.etools.xmlutility (13.8.1) “XML Utility” [Active]
    com.ibm.sse.contentproperties (13.8.1) “Content Properties” [Active]
    com.ibm.sse.editor (14.1.0) “MyEclipse Source Editors” [Active]
    com.ibm.sse.editor.css (14.1.1) “SSE CSS Source Editor” [Active]
    com.ibm.sse.editor.dtd (14.0.1) “SSE DTD Source Editor” [Active]
    com.ibm.sse.editor.extensions (13.8.1) “Structured Source Editing Editor Extensions” [Active]
    com.ibm.sse.editor.html (14.1.1) “SSE HTML Source Editor” [Active]
    com.ibm.sse.editor.jsp (14.1.1) “SSE JSP Source Editor” [Active]
    com.ibm.sse.editor.xml (14.1.1) “SSE XML Source Editor” [Active]
    com.ibm.sse.model (14.0.100) “Structured Text Model” [Active]
    com.ibm.sse.model.css (14.0.3) “Structured Source CSS Model” [Active]
    com.ibm.sse.model.dtd (14.0.1) “Structured Source DTD Model” [Active]
    com.ibm.sse.model.html (14.1.1) “Structured Source HTML Model” [Active]
    com.ibm.sse.model.jsp (14.1.0) “Structured Source JSP Model” [Active]
    com.ibm.sse.model.xml (14.1.1) “Structured Source XML Model” [Active]
    com.ibm.sse.snippets (14.1.0) “SSE Snippets View” [Active]
    com.ibm.webtooling.system.dtds (14.1.1) “Known DTDs” [Resolved]
    com.ibm.wtp.annotations.controller (13.8.1) “Annotation Controller Plug-in” [Resolved]
    com.ibm.wtp.annotations.core (13.9.210) “Annotation Core Plug-in” [Resolved]
    com.ibm.wtp.annotations.ui (13.8.1) “Ui Plug-in” [Resolved]
    com.ibm.wtp.common (13.8.1) “com.ibm.wtp.common” [Active]
    com.ibm.wtp.common.ui (13.8.1) “WTP UI Plug-in” [Active]
    com.ibm.wtp.common.util (1.0.0) “Logging Plug-in” [Active]
    com.ibm.wtp.emf (14.0.0) “EMF Utilities” [Resolved]
    com.ibm.wtp.emf.workbench (1.0.0) “EMF Workbench” [Resolved]
    com.ibm.wtp.emf.workbench.edit (14.0.0) “EMF Workbench Edit Plug-in” [Resolved]
    com.ibm.wtp.jdt.integration (13.8.1) “Integration Plug-in” [Resolved]
    com.ibm.xmleditor (14.1.1) “SSE XML Editor” [Active]
    com.ibm.xmlwizard (13.9.310) “XML Wizards” [Resolved]
    com.ibm.xsdeditor (14.1.1) “MyEclipse Schema Editor” [Active]
    com.ibm.xtools.common.ui.properties (14.0.1) “IBM Rational Common UI Properties” [Resolved]
    com.iw.plugins.spindle.core (4.0.3) “Spindle Core Plugin” [Active]
    com.iw.plugins.spindle.docs (4.1.0) “Spindle 3 Documentation” [Resolved]
    com.iw.plugins.spindle.ui (4.0.3) “Spindle UI plugin” [Active]
    de.bb.bje.eclipse (3.8.1) “BJE 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” [Active]
    org.apache.lucene (1.4.3) “Apache Lucene” [Resolved]
    org.apache.xerces (4.0.13) “Spindle 3 Xerces Plug-in” [Resolved]
    org.eclipse.ant.core (3.1.1) “Ant Build Tool Core” [Active]
    org.eclipse.ant.ui (3.1.1) “Ant UI” [Active]
    org.eclipse.compare (3.1.1) “Compare Support” [Active]
    org.eclipse.core.boot (3.1.0) “Core Boot” [Resolved]
    org.eclipse.core.commands (3.1.0) “Commands” [Active]
    org.eclipse.core.expressions (3.1.0) “Expression Language” [Active]
    org.eclipse.core.filebuffers (3.1.0) “File Buffers” [Active]
    org.eclipse.core.resources (3.1.0) “Core Resource Management” [Active]
    org.eclipse.core.resources.compatibility (3.1.0) “Core Resource Management Compatibility Fragment” [Resolved]
    org.eclipse.core.resources.win32 (3.1.0) “Core Resource Management Win32 Fragment” [Resolved]
    org.eclipse.core.runtime (3.1.1) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.1.0) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.variables (3.1.0) “Core Variables” [Active]
    org.eclipse.debug.core (3.1.0) “Debug Core” [Active]
    org.eclipse.debug.ui (3.1.1) “Debug UI” [Active]
    org.eclipse.draw2d (3.1.0) “Draw2d” [Active]
    org.eclipse.emf (2.1.0) “Eclipse Modeling Framework (EMF)” [Resolved]
    org.eclipse.emf.ant (2.1.0) “EMF Ant Tasks” [Active]
    org.eclipse.emf.codegen (2.1.0) “EMF Template Code Generator” [Resolved]
    org.eclipse.emf.codegen.ecore (2.1.0) “EMF Ecore Code Generation” [Resolved]
    org.eclipse.emf.codegen.ecore.ui (2.1.0) “EMF Ecore Code Generation UI” [Resolved]
    org.eclipse.emf.codegen.ui (2.1.0) “EMF Template Code Generator UI” [Resolved]
    org.eclipse.emf.common (2.1.0) “EMF Common” [Active]
    org.eclipse.emf.common.ui (2.1.0) “EMF Common UI” [Resolved]
    org.eclipse.emf.commonj.sdo (2.1.0) “CommonJ SDO” [Resolved]
    org.eclipse.emf.ecore (2.1.0) “EMF Ecore” [Resolved]
    org.eclipse.emf.ecore.change (2.1.0) “EMF Ecore Change Model” [Resolved]
    org.eclipse.emf.ecore.change.edit (2.1.0) “EMF Ecore Change Edit Support” [Resolved]
    org.eclipse.emf.ecore.edit (2.1.0) “EMF Ecore Edit Support” [Resolved]
    org.eclipse.emf.ecore.editor (2.1.0) “Sample Ecore Editor” [Resolved]
    org.eclipse.emf.ecore.sdo (2.1.0) “EMF Service Data Objects (SDO)” [Resolved]
    org.eclipse.emf.ecore.sdo.edit (2.1.0) “EMF Service Data Objects (SDO) Edit Support” [Resolved]
    org.eclipse.emf.ecore.sdo.editor (2.1.0) “EMF Service Data Objects (SDO) Editor” [Resolved]
    org.eclipse.emf.ecore.xmi (2.1.0) “EMF XMI” [Resolved]
    org.eclipse.emf.edit (2.1.0) “EMF Edit” [Resolved]
    org.eclipse.emf.edit.ui (2.1.0) “EMF Edit UI” [Resolved]
    org.eclipse.emf.importer (2.1.0) “EMF Model Import Support” [Active]
    org.eclipse.emf.importer.ecore (2.1.0) “EMF Ecore Importer” [Resolved]
    org.eclipse.emf.importer.java (2.1.0) “EMF Annotated Java Importer” [Resolved]
    org.eclipse.emf.importer.rose (2.1.0) “EMF Rose Importer” [Active]
    org.eclipse.emf.mapping (2.1.0) “EMF Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2ecore (2.1.0) “Ecore to Ecore Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.1.0) “Ecore to Ecore Mapping Editor” [Resolved]
    org.eclipse.emf.mapping.ecore2xml (2.1.0) “Ecore to XML Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2xml.ui (2.1.0) “Ecore to XML Mapping UI” [Resolved]
    org.eclipse.emf.mapping.ui (2.1.0) “EMF Mapping UI” [Resolved]
    org.eclipse.gef (3.1.0) “Graphical Editing Framework” [Active]
    org.eclipse.help (3.1.0) “Help System Core” [Active]
    org.eclipse.help.appserver (3.1.0) “Help Application Server” [Resolved]
    org.eclipse.help.base (3.1.0) “Help System Base” [Active]
    org.eclipse.help.ui (3.1.1) “Help System UI” [Resolved]
    org.eclipse.help.webapp (3.1.0) “Help System Webapp” [Resolved]
    org.eclipse.jdt (3.1.0) “Eclipse Java Development Tools” [Resolved]
    org.eclipse.jdt.core (3.1.1) “Java Development Tools Core” [Active]
    org.eclipse.jdt.debug (3.1.1) “JDI Debug Model” [Active]
    org.eclipse.jdt.debug.ui (3.1.1) “JDI Debug UI” [Active]
    org.eclipse.jdt.doc.isv (3.1.1) “Eclipse JDT Plug-in Developer Guide” [Resolved]
    org.eclipse.jdt.doc.user (3.1.1) “Eclipse Java Development User Guide” [Resolved]
    org.eclipse.jdt.junit (3.1.1) “Java Development Tools JUnit support” [Active]
    org.eclipse.jdt.junit.runtime (3.1.0) “Java Development Tools JUnit runtime support” [Resolved]
    org.eclipse.jdt.launching (3.1.0) “Java Development Tools Launching Support” [Active]
    org.eclipse.jdt.source (3.1.1) “Eclipse Java Development Tools SDK” [Resolved]
    org.eclipse.jdt.ui (3.1.1) “Java Development Tools UI” [Active]
    org.eclipse.jem (1.1.0) “Java EMF Model” [Resolved]
    org.eclipse.jem.beaninfo (1.1.0) “Java EMF Model BeanInfo (Introspection) Support” [Resolved]
    org.eclipse.jem.proxy (1.1.0) “Java EMF Model Proxy Support” [Resolved]
    org.eclipse.jem.ui (1.1.0) “Java EMF Model UI” [Resolved]
    org.eclipse.jem.util (1.1.0) “Java EMF Model Utilities” [Resolved]
    org.eclipse.jem.workbench (1.1.0) “Java EMF Model Workbench Support” [Resolved]
    org.eclipse.jface (3.1.1) “JFace” [Active]
    org.eclipse.jface.text (3.1.1) “JFace Text” [Active]
    org.eclipse.ltk.core.refactoring (3.1.0) “Refactoring Core” [Active]
    org.eclipse.ltk.ui.refactoring (3.1.1) “Refactoring UI” [Active]
    org.eclipse.monitor.core (13.8.1) “Monitor” [Resolved]
    org.eclipse.monitor.ui (13.8.1) “TCP/IP Monitor” [Resolved]
    org.eclipse.osgi.services (3.1.1) “OSGi Release 3 Services” [Resolved]
    org.eclipse.osgi.util (3.1.1) “OSGi R3 Utility Classes” [Resolved]
    org.eclipse.pde (3.1.0) “Eclipse Plug-in Development Environment” [Active]
    org.eclipse.pde.build (3.1.0) “Plug-in Development Environment Build Support” [Active]
    org.eclipse.pde.core (3.1.1) “Plug-in Development Core” [Active]
    org.eclipse.pde.doc.user (3.1.1) “Eclipse Plug-in Development User Guide” [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) “PDE JUnit Plug-in Test” [Resolved]
    org.eclipse.pde.runtime (3.1.1) “Plug-in Development Environment Runtime” [Resolved]
    org.eclipse.pde.source (3.1.1) “Eclipse Plug-in Development Environment Developer Resources” [Resolved]
    org.eclipse.pde.ui (3.1.1) “Plug-in Development UI” [Active]
    org.eclipse.platform (3.1.1) “Eclipse Platform” [Resolved]
    org.eclipse.platform.doc.isv (3.1.1) “Eclipse Platform Plug-in Developer Guide” [Resolved]
    org.eclipse.platform.doc.user (3.1.1) “Eclipse Workbench User Guide” [Resolved]
    org.eclipse.platform.source (3.1.1) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.platform.source.win32.win32.x86 (3.1.1) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp (3.1.0) “Eclipse RCP” [Resolved]
    org.eclipse.rcp.source (3.1.1) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp.source.win32.win32.x86 (3.1.1) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.sdk (3.1.1) “Eclipse Project SDK” [Resolved]
    org.eclipse.search (3.1.1) “Search Support” [Active]
    org.eclipse.swt (3.1.0) “Standard Widget Toolkit” [Resolved]
    org.eclipse.swt.win32.win32.x86 (3.1.1) “Standard Widget Toolkit for Windows” [Resolved]
    org.eclipse.team.core (3.1.1) “Team Support Core” [Active]
    org.eclipse.team.cvs.core (3.1.1) “CVS Team Provider Core” [Active]
    org.eclipse.team.cvs.ssh (3.1.0) “CVS SSH Core” [Resolved]
    org.eclipse.team.cvs.ssh2 (3.1.0) “CVS SSH2” [Active]
    org.eclipse.team.cvs.ui (3.1.1) “CVS Team Provider UI” [Active]
    org.eclipse.team.ui (3.1.1) “Team Support UI” [Active]
    org.eclipse.text (3.1.1) “Text” [Active]
    org.eclipse.tomcat (4.1.30.1) “Tomcat Wrapper” [Resolved]
    org.eclipse.ui (3.1.1) “Eclipse UI” [Active]
    org.eclipse.ui.browser (3.1.1) “Browser Support” [Resolved]
    org.eclipse.ui.cheatsheets (3.1.1) “Cheat Sheets” [Resolved]
    org.eclipse.ui.console (3.1.0) “Console” [Active]
    org.eclipse.ui.editors (3.1.1) “Default Text Editor” [Active]
    org.eclipse.ui.externaltools (3.1.1) “External Tools” [Active]
    org.eclipse.ui.forms (3.1.0) “Eclipse Forms” [Resolved]
    org.eclipse.ui.ide (3.1.1) “Eclipse IDE UI” [Active]
    org.eclipse.ui.intro (3.1.1) “Welcome Framework” [Resolved]
    org.eclipse.ui.presentations.r21 (3.1.0) “R21 Presentation Plug-in” [Resolved]
    org.eclipse.ui.views (3.1.1) “Views” [Active]
    org.eclipse.ui.views.navigator (13.8.1) “Navigator View” [Resolved]
    org.eclipse.ui.win32 (3.1.0) “Eclipse UI Win32 Enhancements” [Resolved]
    org.eclipse.ui.workbench (3.1.1) “Workbench” [Active]
    org.eclipse.ui.workbench.compatibility (3.1.0) “Workbench Compatibility” [Resolved]
    org.eclipse.ui.workbench.texteditor (3.1.1) “Text Editor Framework” [Active]
    org.eclipse.update.configurator (3.1.0) “Install/Update Configurator” [Active]
    org.eclipse.update.core (3.1.1) “Install/Update Core” [Resolved]
    org.eclipse.update.core.win32 (3.1.0) “Install/Update Core for Windows” [Resolved]
    org.eclipse.update.scheduler (3.1.0) “Automatic Updates Scheduler” [Active]
    org.eclipse.update.ui (3.1.1) “Install/Update UI” [Resolved]
    org.eclipse.webbrowser (14.1.0) “Web Browser” [Active]
    org.eclipse.wst.javascript.core (4.0.200) “Structured Source JavaScript Model” [Active]
    org.eclipse.wst.javascript.ui (4.1.1) “SSE JavaScript Source Editor” [Active]
    org.eclipse.xsd (2.1.0) “XML Schema Infoset Model (XSD)” [Resolved]
    org.eclipse.xsd.edit (2.0.1) “XML Schema Edit Framework” [Resolved]
    org.junit (3.8.1) “JUnit Testing Framework” [Resolved]
    org.springframework.ide.eclipse.core (0.0.1) “SpringIDE projects support” [Resolved]
    system.bundle (3.1.1) “OSGi System Bundle” [Active]

    *** User Preferences:
    #Wed Mar 08 11:26:25 EST 2006
    @org.eclipse.ui.editors=3.1.1
    /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    @org.eclipse.debug.ui=3.1.1
    /instance/com.genuitec.eclipse.bugzilla/OS_VALUES=All\!AIX Motif\!HP-UX\!Linux\!Linux-GTK\!Linux-Motif\!Mac OS\!MacOS X\!Neutrino\!other\!QNX-Photon\!Solaris\!Solaris-GTK\!Solaris-Motif\!SymbianOS-Series 80\!Unix All\!Windows All\!Windows 95\!Windows 98\!Windows 2000\!Windows 2003 Server\!Windows CE\!Windows ME\!Windows Mobile 2003\!Windows NT\!Windows XP\!
    /instance/org.eclipse.webbrowser/browsers=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<web-browsers current\=”0″>\r\n<internal new_page\=”false” clear_history\=”false”/>\r\n<external name\=”Internet Explorer” location\=”C\:\\Program Files\\Internet Explorer\\IEXPLORE.EXE” parameters\=””/>\r\n</web-browsers>
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JUNIT_HOME=c\:/tools/eclipse/plugins/org.junit_3.8.1
    /instance/org.eclipse.ant.core/additional_entries=C\:\\java\\j2sdk1.4.2_10\\lib\\tools.jar,C\:/java/junit3.8.1/junit.jar,

    @com
    .genuitec.eclipse.easie.websphere6=4.1.1

    @com
    .genuitec.eclipse.easie.websphere5=4.1.1
    /instance/com.genuitec.eclipse.wizards/object.template.4.label=Default template for Servlet
    /instance/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_null_entries=true

    @com
    .ibm.sse.editor=14.1.0
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_HIBERNATE_HOME=c\:/tools/MyEclipse/eclipse/plugins/com.genuitec.org.hibernate.eclipse_4.1.1/myeclipse-data
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
    /instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.team.core/file_types=LICENSE\n2\ncvsignore\n1\nproduct\n1\nwml\n1\nmxsd\n1\nhtml\n1\nxsd\n1\nlibrary\n1\nprefs\n1\nxml\n1\nico\n2\nproperties\n1\nshtml\n1\ndatagraph\n1\njpage\n1\ngenmodel\n1\nbmp\n2\nbeaninfoConfig\n1\njsv\n1\necore2xml\n1\nso\n2\npdf\n2\nhtpl\n1\nini\n1\nzip\n2\nmod\n1\napplication\n1\njsf\n1\ndll\n2\nemof\n1\nclass\n2\njspf\n1\nxslt\n1\noptions\n1\nclasspath\n1\ntxt\n1\ndoc\n2\npage\n1\npng\n2\nwsdl\n1\nxmljet\n1\ntif\n2\ntld\n1\nnst\n1\njavajet\n1\ntiff\n2\njsp\n1\ngif\n2\nMF\n1\nexsd\n1\nxhtml\n1\nppt\n2\noverride\n1\nxsl\n1\njardesc\n1\nhtm\n1\npropertiesjet\n1\njtpl\n1\nexe\n2\njar\n2\njwc\n1\nxmi\n1\njs\n1\necore2ecore\n1\ndadx\n1\necore\n1\nhbm\n1\nshtm\n1\njava\n1\njpeg\n2\ndtd\n1\nproject\n1\ncss\n1\nxls\n2\njetinc\n1\njpg\n2\nent\n1\nlaunch\n1\n
    /instance/org.eclipse.debug.ui/Console.highWaterMark=88000
    /instance/org.eclipse.ui.editors/lineNumberRuler=true
    /instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Standard JSP using Struts 1.2
    /instance/org.eclipse.ui.browser/internalWebBrowserHistory=C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\extras\\JMeter Ant Task.html|*|http\://ant.apache.org/manual/CoreTypes/fileset.html|*|file\:/C\:/work/workspace/tss/lib/jakarta-jmeter-2.1.1/extras/JMeter Ant Task.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\index.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\build-web-test-plan.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\build-test-plan.html|*|file\:///C\:/work/workspace/tss/lib/jakarta-jmeter-2.1.1/docs/usermanual/get-started.html\#configuring_jmeter|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\get-started.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\index.html|*|file\:/C\:/work/workspace/tss/lib/jakarta-jmeter-2.1.1/docs/index.html|*|http\://www.google.com/search?hl\=en&q\=dom+inspector+active+browserr&btnG\=Google+Search&meta\=|*|http\://eclipse.org/search/search.cgi?q\=active+browserr&ul\=&ps\=20&m\=all|*|http\://www.eclipse.org|*|http\://localhost\:8888/tss/login.jsp|*|http\://localhost\:8888/tss|*|
    /instance/com.genuitec.eclipse.sqlexplorer/currentLine=true
    /instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.overrideannotation=true
    /instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED
    /configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false
    /instance/org.eclipse.ui.ide/quickStart=true
    /instance/com.genuitec.eclipse.webdesigner/HEAD_CHANGE_MSG_KEY=true
    /instance/com.genuitec.eclipse.wizards/map.template.2=Templates/MapObjectType.java
    /instance/com.genuitec.eclipse.wizards/map.template.1=Templates/MapBasicType.java
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersInNewProjects=true
    /instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Courier New|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
    /instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.debug.ui/org.eclipse.debug.ui.cancel_launch_with_compile_errors=always
    /instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_perspective_to_show=always
    /instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
    /instance/org.eclipse.team.cvs.ui/pref_console_wrap=true
    /instance/org.eclipse.ant.ui/problem_classpath=warning
    /instance/org.eclipse.core.resources/version=1
    /instance/com.genuitec.eclipse.webdesigner/head.change.message.pref=always

    @com
    .genuitec.eclipse.easie.oracle9=4.1.0
    @org.eclipse.ui=3.1.1
    /instance/org.eclipse.help.base/bookmarks=,http\://www.google.com/search?hl\=en&q\=dom+inspector+active+browserr&btnG\=Google+Search&meta\=|Web Search
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.exception.name=e
    /instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
    /instance/com.genuitec.eclipse.easie.oracle9/OPT_PROGRAM_ARGS=-userThreads -verbosity 10
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=optimize out
    /instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
    /instance/com.genuitec.eclipse.wizards/xml.template.3=Templates/WebXmlStruts.xml
    /instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
    /instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
    /instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant_sec_id=1139955168102

    @com
    .genuitec.eclipse.bugzilla=3.9.310
    /instance/org.eclipse.update.scheduler/day=Every day
    /instance/com.genuitec.eclipse.wizards/jsp.template.7.label=Just as HTML
    /instance/com.ibm.sse.model.html/quoteAttrValues=false

    @com
    .genuitec.eclipse.wizards=4.1.1
    /instance/org.eclipse.team.cvs.ui/pref_console_limit_output=false

    @com
    .genuitec.eclipse.easie.bejy=4.1.0

    @com
    .genuitec.eclipse.webdesigner=4.1.1
    /instance/com.ibm.sse.editor/lineNumberRuler=true
    /instance/com.genuitec.eclipse.wizards/jsp.template.3.label=Standard JSP using Struts 1.1 with a form
    /instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
    /instance/com.ibm.sse.model.xml/cleanupEOLCode=Windows
    /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
    /instance/com.genuitec.eclipse.uml/com.genuitec.eclipse.uml.switchperspetive.prompt=false
    /instance/com.genuitec.eclipse.wizards/map.template.1.label=Default template for Map with basic types
    /instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.gettersetter.use.is=true
    /instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
    /instance/com.genuitec.eclipse.sqlexplorer/lineNumberRuler=true
    /instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
    /instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
    @org.eclipse.jdt.debug.ui=3.1.1
    /instance/com.genuitec.eclipse.uml/Minimize\ Nodes=false
    /instance/com.genuitec.eclipse.wizards/applet.template.2=Templates/Applet14.java
    /instance/com.ibm.sse.editor/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
    /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=C\:\\work\\workspace
    /instance/com.genuitec.eclipse.easie.oracle9/SERVER_ENABLEMENT=true
    /instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant=org.eclipse.team.cvs.ui.cvsworkspace-participant

    @com
    .genuitec.eclipse.easie.jboss=4.1.1
    /instance/com.genuitec.eclipse.wizards/xml.template.3.label=XML template for a web.xml file with Struts
    /instance/org.eclipse.team.cvs.ui/pref_change_perspective_on_show_annotations=always
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX
    /instance/com.genuitec.eclipse.sqlexplorer/printMarginColumn=80
    /instance/com.genuitec.eclipse.bugzilla/PRODUCT_VALUES=AJDT\!ALF\!AspectJ\!BIRT\!BPEL\!Buckminster\!CDT\!CME\!Community\!Dali\!Dash\!Data Tools\!DSDP\!ECESIS\!ECF\!EMF\!EMFT\!Equinox\!ERCP\!GEF\!GMF\!GMT\!Higgins\!Hyades\!Java Server Faces\!JDT\!JSR220-ORM\!Laszlo\!Lepido\!MDDi\!Mylar\!OHF\!PDE\!Phoenix\!Photran\!Platform\!PTP\!Target Management\!TPTP\!UML2\!VE\!VTP\!Web Tools\!XSD\!z_Archived\!
    /instance/com.genuitec.eclipse.wizards/set.template.2.label=Default template for Set with object types
    /instance/org.eclipse.team.cvs.core/repositories/%pserver%kdorsey@cvsprd%%usr%local%cvsroot/location=\:pserver\:kdorsey@cvsprd\:/usr/local/cvsroot
    /instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
    /instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking
    /instance/org.eclipse.team.cvs.ui/pref_debug_protocol=true
    /instance/com.genuitec.eclipse.wizards/list.template.3=Templates/ListBasicTypeAsObjectType.java

    @com
    .genuitec.eclipse.easie.sun=4.1.1
    /instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
    /instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
    /instance/com.genuitec.eclipse.wizards/array.template.2.label=Default template for Array with object types
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=c\:/tools/MyEclipse/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_4.1.0/data
    /instance/org.eclipse.pde.core/saved_platform0=c\:\\tools\\eclipse

    @com
    .genuitec.eclipse.easie.jonas=4.1.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
    /instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    @org.eclipse.team.cvs.ui=3.1.1
    /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible

    @com
    .genuitec.eclipse.easie.weblogic=4.1.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=c\:/tools/eclipse
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentPrefixes=
    /instance/com.ibm.sse.editor/hoverModifiers=combinationHover|true|0;problemHover|false|0;documentationHover|false|0;annotationHover|true|Ctrl;
    /instance/com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
    /instance/com.genuitec.eclipse.easie.sun81/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classFormatVersion=TN|6680585278621|6682177278621|snyfr|9|5|8
    /instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
    /instance/org.eclipse.ui.ide/platformState=627
    /instance/com.ibm.xsdeditor/com.ibm.xsdeditor.internal.defaultPage=com.ibm.xsdeditor.internal.sourcePage
    /instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file
    /instance/org.eclipse.team.cvs.ui/pref_console_show_on_message=true
    /instance/org.eclipse.update.ui/ConfigurationView.showSites=false
    /instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    @org.eclipse.team.cvs.core=3.1.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentSuffixes=
    /instance/com.genuitec.eclipse.hibernate/me.pref.version=4.1
    @org.eclipse.ant.ui=3.1.1

    @com
    .genuitec.eclipse.easie.sun81=4.1.1
    /instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
    /instance/com.genuitec.eclipse.easie.oracle9/JDK_HOME=C\:\\java\\j2sdk1.4.2_10
    /instance/org.eclipse.jdt.ui/hoverModifierMasks=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;0;org.eclipse.jdt.ui.ProblemHover;0;org.eclipse.jdt.ui.NLStringHover;0;org.eclipse.jdt.ui.JavadocHover;0;org.eclipse.jdt.ui.JavaSourceHover;262144;org.eclipse.jdt.ui.AnnotationHover;0;

    @com
    .genuitec.eclipse.hibernate=4.1.1
    /instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /project/tss/com.genuitec.jboss.ide.eclipse.xdoclet.run/xdoclet.jdk.support=jdk14
    /instance/com.genuitec.eclipse.wizards/singleton.template.1.label=Default template for singleton
    /instance/org.eclipse.ant.ui/useAnnotationsPrefPage=true
    /instance/com.genuitec.eclipse.jsf/jsf.config.templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates><template name\=”managed-bean” description\=”Creates new managed bean” context\=”tag” enabled\=”true” deleted\=”false” autoinsert\=”true”><managed-bean>\r\n\thaha\r\n</managed-bean></template><template name\=”managed-bean” description\=”Creates new managed bean” context\=”tag” enabled\=”true” deleted\=”false” autoinsert\=”true”><managed-bean>\r\n\thaha\r\n</managed-bean></template></templates>
    @org.eclipse.jdt.core=3.1.1
    /instance/com.genuitec.eclipse.wizards/html.template.3.label=Default Applet HTML template
    @org.eclipse.pde.core=3.1.1
    /instance/com.genuitec.eclipse.bugzilla/HARDWARE_VALUES=All\!Macintosh\!Other\!PC\!Power PC\!Sun\!
    /instance/com.genuitec.eclipse.wizards/set.template.2=Templates/SetObjectType.java

    @com
    .genuitec.eclipse.easie.jetty=4.1.1
    /instance/com.genuitec.eclipse.wizards/set.template.1=Templates/SetBasicType.java
    /instance/com.genuitec.eclipse.wizards/enumeration.template.1=Templates/Enumeration.java

    @com
    .genuitec.eclipse.easie.weblogic9=4.1.0

    @com
    .genuitec.eclipse.easie.weblogic8=4.1.0

    @com
    .genuitec.eclipse.easie.weblogic7=4.1.0
    /instance/org.eclipse.ui/showIntro=false

    @com
    .genuitec.eclipse.jsf=4.1.1

    @com
    .genuitec.eclipse.easie.weblogic6=4.1.0
    /instance/com.genuitec.eclipse.easie.oracle9/ADMIN_PASSWORD=password
    /instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4
    /instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
    /instance/com.genuitec.eclipse.bugzilla/COMPONENT_VALUES=AJBrowser\!AJDoc\!alf-core\!alf-doc\!alf-plugins\!alf-test\!alf-tools\!alf-vocabulary\!AM3\!AMW\!analysis\!Ant\!App\!APT\!Articles\!ATL\!Bugzilla\!Build\!Build / Web\!Build/Web\!Bundles\!CDE\!cdt-build\!CDT-Contrib\!cdt-core\!cdt-cppunit\!cdt-debug\!cdt-doc\!cdt-launch\!CDT-parser\!cdt-releng\!Chart\!Codegen\!CommitterTools\!Compare\!Compiler\!Composition\!Concern Model\!Connectivity\!ContentMgt\!Contexts\!Converters\!core\!Core\!Cpp-Extensions\!CTS\!CVS\!Dashboard\!Data\!Data Access\!DataCollection&Control\!Debug\!Debug Core\!Debug SDM\!Debug UI\!Debug-MI\!Debugger\!Debugger & Console View\!Definition\!DevTools\!Doc\!doc\!Docs\!documentation\!Documentation\!draw2d\!ecf.core\!ecf.doc\!ecf.examples\!ecf.test\!Eclipse monkey\!EclipseCon\!eCore\!Edit\!Editor & Outline View\!editors\!eJFace\!EODM\!eSWT\!eUpdate\!eWorkbench\!Examples\!Exec\!Exec.correlation\!Exec.harness\!Exec.JVMPI\!Exec.logging\!Exec.OSMonitor\!Extensions\!FAQ\!For Internal Use\!Framework\!GEF\!General\!Generation\!Generic\!Generic-Extensions\!H3ET\!Hyades\!IDE\!Incubator\!J2EE Standard Tools\!Java\!Java Core\!Java Model (JEM)\!JFC/Swing\!jst.ejb\!jst.j2ee\!jst.jsp\!jst.server\!jst.servlet\!jst.ws\!Lang\!Library\!LTWeaving\!Mail\!MailingLists\!Managed Make\!Mapping\!marketing.terminology\!Meta data\!Meta data edit\!Meta data editor\!Misc\!Mobile\!Model\!ModelBase\!ModelBus\!Models\!Models.log\!Models.sdb\!Models.statistical\!Models.test\!Models.trace\!Monitor\!Monitor.Agents\!Monitor.Analysis\!Monitor.Doc\!Monitor.Execution\!Monitor.UI\!Monitor.UI.CustomizedStatsView\!Monitor.UI.GLARules\!Monitor.UI.Reporting\!Monitor.UI.SDBEditor\!Monitor.Web\!NET4J\!Newsgroups\!OCL\!PlanetEclipse.org\!Platform.Agents\!Platform.Agents.JVMPI\!Platform.Agents.Logging\!Platform.Analysis\!Platform.Collection\!Platform.Communication\!Platform.Doc\!Platform.Execution\!Platform.Execution.CBELogging\!Platform.Execution.Choreography\!Platform.Execution.CorrelationEngine\!Platform.Execution.Framework\!Platform.Execution.ProbekitBCI\!Platform.Model\!Platform.UI\!Platform.UI.Charting\!Platform.UI.LogView\!Platform.UI.ProbeEditor\!Platform.UI.ProfilingPerspective\!Platform.UI.SequenceDiagram\!Platform.UI.StatsPerfViewers\!Platform.Web\!Pollinate\!Probekit\!Problems View & Error Markers\!Process\!Query\!releng\!Releng\!Report\!Report Designer\!Report Engine\!Report Viewer\!Resources\!RSE\!Runtime\!Runtime Common\!Runtime Diagram\!Runtime EMF\!Samples\!Scripting\!SDO\!Search\!Semantic Binding\!simdebug\!SQLDevTools\!Stellation\!SWT\!Tasks\!Team\!Templates\!Test\!Test Suite\!Test.Agents\!Test.Agents.ComptestAgent\!Test.Agents.Recorder\!Test.Analysis\!Test.common\!Test.Doc\!Test.Execution\!Test.Execution.AutoGUIRunner\!Test.Execution.CommonRunner\!Test.Execution.ExecutionHarness\!Test.Execution.JUnitRunner\!Test.Execution.ManualRunner\!Test.Execution.URLRunner\!Test.http\!Test.java\!Test.UI\!Test.UI.AutoGUIRunner\!Test.UI.Charting\!Test.UI.CodeCoverage\!Test.UI.ConfigEditors\!Test.UI.DatapoolEditor\!Test.UI.FrameworkEditors\!Test.UI.JUnit\!Test.UI.Manual\!Test.UI.ManualTestClient\!Test.UI.Reporting\!Test.UI.TestPerspective\!Test.UI.URLTest\!Test.Web\!TestHarness\!Text\!Tools\!TPTP.Reports\!TPTP.Testing\!TPTP.Web\!Trace.Agents\!Trace.Analysis\!Trace.Doc\!Trace.Execution\!Trace.JVMTI\!Trace.UI\!Trace.Web\!UI\!UI.deployment_editor\!UI.execution_editor\!UI.log_view\!UI.memory\!UI.performance\!UI.probe_editor\!UI.seq_diagram\!UI.statistical_view\!UI.testsuite_editor\!UI.test_framework_editor\!UI.text_editors\!UML\!UMLX\!Unknown\!Unspecified\!Update\!User\!User Assistance\!Validation\!Visual-editors\!Web\!web\!Web Standard Tools\!WebDAV\!website\!WebSite\!Website\!Wiki\!Windows Installer (.msi package)\!wizards\!Wizards\!wst.command\!wst.common\!wst.css\!wst.dtd\!wst.html\!wst.internet\!wst.javascript\!wst.rdb\!wst.server\!wst.sse\!wst.validation\!wst.web\!wst.ws\!wst.wsdl\!wst.wsi\!wst.xml\!wst.xsd\!WSVT\!XML\!XML/XMI\!Zest\!
    @org.eclipse.team.ui=3.1.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
    /configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
    @org.eclipse.core.resources=3.1.0
    /instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.visibility.order=B,V,R,D,
    /instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettings defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\r\n<vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″ name\=”j2sdk1.4.2_10″ path\=”C\:\\java\\j2sdk1.4.2_10″ javadocURL\=”http\://java.sun.com/j2se/1.4.2/docs/api/”>\r\n<libraryLocations>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/rt.jar” jreSrc\=”C\:/java/j2sdk1.4.2_10/src.zip” pkgRoot\=”” jreJavadoc\=”jar\:file\:/C\:/installers/j2sdk-1_4_2-doc.zip\!/docs/api”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/sunrsasign.jar” jreSrc\=”C\:/java/j2sdk1.4.2_10/src.zip” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/jsse.jar” jreSrc\=”C\:/java/j2sdk1.4.2_10/src.zip” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/jce.jar” jreSrc\=”C\:/java/j2sdk1.4.2_10/src.zip” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/charsets.jar” jreSrc\=”C\:/java/j2sdk1.4.2_10/src.zip” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/ext/dnsns.jar” jreSrc\=”” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/ext/ldapsec.jar” jreSrc\=”” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/ext/localedata.jar” jreSrc\=”” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n<libraryLocation jreJar\=”C\:/java/j2sdk1.4.2_10/jre/lib/ext/sunjce_provider.jar” jreSrc\=”” pkgRoot\=”” jreJavadoc\=”http\://java.sun.com/j2se/1.4.2/docs/api/”/>\r\n</libraryLocations>\r\n</vm>\r\n<vm id\=”1138665938207″ name\=”jrockit-R26.0.0-jdk1.5.0_04″ path\=”C\:\\java\\jrockit-R26.0.0-jdk1.5.0_04″ javadocURL\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n</vmType>\r\n</vmSettings>\r\n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
    /instance/com.genuitec.eclipse.wizards/list.template.2.label=Default template for List with object types
    /instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
    /instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
    /instance/com.ibm.sse.model.html/insertRequiredAttrs=false
    /instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
    /instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap

    @com
    .genuitec.eclipse.easie.tomcat5=4.1.0
    /instance/com.genuitec.eclipse.uml/Model\ as\ Datatypes=true

    @com
    .genuitec.eclipse.easie.tomcat4=4.1.0

    @com
    .genuitec.eclipse.easie.core=4.1.1

    @com
    .genuitec.eclipse.easie.jboss4=4.1.0

    @com
    .genuitec.eclipse.easie.jboss3=4.1.0

    @com
    .genuitec.eclipse.easie.jboss2=4.1.0
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldPrefixes=
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
    /instance/com.genuitec.eclipse.wizards/html.template.2.label=HTML template with a form
    @org.eclipse.ui.ide=3.1.1
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
    /instance/com.ibm.sse.model.html/insertMissingTags=false
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
    /instance/com.genuitec.eclipse.bugzilla/RESOLUTION_VALUES=FIXED\!INVALID\!WONTFIX\!LATER\!REMIND\!DUPLICATE\!WORKSFORME\!MOVED\!—\!
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=c\:/tools/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.1.1/data/libraryset
    /instance/com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=j2sdk1.4.2_10

    @com
    .genuitec.eclipse.easie.resin3=4.1.0

    @com
    .genuitec.eclipse.easie.resin2=4.1.0
    /instance/com.ibm.sse.editor/useAnnotationsPrefPage=true
    @org.eclipse.ui.browser=3.1.1
    /instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
    /instance/org.eclipse.ant.ui/problem_security=warning
    /instance/com.genuitec.eclipse.wizards/object.template.6.label=Default template for a Struts Action class
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_HIBERNATE_DATA_HOME=c\:/tools/MyEclipse/eclipse/plugins/org.hibernate.eclipse_4.1.0/myeclipse-data
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=enabled
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldSuffixes=
    /instance/com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/com.genuitec.eclipse.wizards/object.template.2.label=Default template for an exception class
    /instance/org.eclipse.debug.ui/org.eclipse.debug.ui.manage_view_perspectives=org.eclipse.debug.ui.DebugPerspective,

    @com
    .genuitec.eclipse.easie.tomcat=4.1.1
    /instance/org.eclipse.jdt.ui/internal.default.compliance=default
    /instance/com.genuitec.eclipse.wizards/object.template.9=Templates/Enumeration.java
    /instance/com.genuitec.eclipse.wizards/object.template.8=Templates/Singleton.java

    @com
    .genuitec.eclipse.easie.jrun4=4.1.0
    /instance/com.genuitec.eclipse.wizards/jsp.template.6.label=Default JSF template
    /instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
    /instance/com.genuitec.eclipse.wizards/object.template.6=Templates/StrutsAction.java
    /instance/com.genuitec.eclipse.wizards/object.template.5=Templates/StrutsActionForm.java
    /instance/com.genuitec.eclipse.wizards/object.template.4=Templates/Servlet.java
    /instance/com.genuitec.eclipse.wizards/object.template.3=Templates/Applet.java
    /instance/com.genuitec.eclipse.wizards/object.template.2=Templates/Exception.java
    /instance/com.genuitec.eclipse.wizards/object.template.1=Templates/Bean.java

    @com
    .genuitec.eclipse.easie.resin=4.1.1
    @org.eclipse.team.core=3.1.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.2.label=Standard JSP using Struts 1.1
    /instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
    /project/tss/com.genuitec.jboss.ide.eclipse.xdoclet.run/xdoclet.build.policy=automatic
    /instance/com.genuitec.eclipse.wizards/struct.list.4=java.util.Stack
    /instance/com.genuitec.eclipse.wizards/list.template.1.label=Default template for List with basic types (no List used)
    /instance/com.genuitec.eclipse.wizards/struct.list.3=java.util.LinkedList

    @com
    .genuitec.eclipse.easie.jetty5=4.1.0
    /instance/com.genuitec.eclipse.easie.websphere6/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/com.genuitec.eclipse.wizards/struct.list.2=java.util.Vector

    @com
    .genuitec.eclipse.easie.jetty4=4.1.0
    /instance/com.genuitec.eclipse.wizards/struct.list.1=java.util.ArrayList
    /instance/com.genuitec.eclipse.bugzilla/PRESELECTED_STATUS_VALUES=NEW\!ASSIGNED\!REOPENED\!
    /instance/com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/com.genuitec.eclipse.wizards/doctype.html.8=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD LEVEL1//EN”>
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template
    /instance/com.genuitec.eclipse.wizards/doctype.html.7=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.6=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 3.0//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.5=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 3.2 Final//EN”>
    /instance/org.eclipse.ant.ui/problem_imports=warning
    /instance/com.genuitec.eclipse.wizards/doctype.html.4=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.3=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.2=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN”>
    /instance/com.genuitec.eclipse.easie.sun/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/com.genuitec.eclipse.wizards/doctype.html.1=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
    /instance/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
    /instance/org.eclipse.jdt.ui/outlinesortoption=T,SF,SI,SM,F,I,C,M,
    /instance/com.genuitec.eclipse.wizards/singleton.template.2=Templates/Singleton2.java
    /instance/com.genuitec.eclipse.wizards/singleton.template.1=Templates/Singleton.java
    \!/=
    /instance/com.genuitec.eclipse.bugzilla/STATUS_VALUES=UNCONFIRMED\!NEW\!ASSIGNED\!REOPENED\!RESOLVED\!VERIFIED\!CLOSED\!
    /instance/org.eclipse.webbrowser/internalWebBrowserFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.eclipse.org|*|CHAIRSIDE System|*|http\://localhost\:8888/tss|*|CHAIRSIDE System (dev)|*|http\://charles.dsd.fmcna.com\:7777/chairside|*|Mercury Quality Center|*|http\://qasql01/qcbin/|*|
    /instance/org.eclipse.jdt.ui/hoverModifiers=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;\!0;org.eclipse.jdt.ui.ProblemHover;\!0;org.eclipse.jdt.ui.NLStringHover;\!0;org.eclipse.jdt.ui.JavadocHover;\!0;org.eclipse.jdt.ui.JavaSourceHover;Ctrl;org.eclipse.jdt.ui.AnnotationHover;\!0;
    /instance/com.genuitec.eclipse.wizards/object.template.5.label=Default template for a Struts ActionForm class
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.incompatibleJDKLevel=warning
    /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
    /instance/org.eclipse.webbrowser/internalWebBrowserHistory=C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\index.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\glossary.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\functions.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\usermanual\\component_reference.html|*|file\:///C\:/work/workspace/tss/lib/jakarta-jmeter-2.1.1/docs/usermanual/best-practices.html\#limit_threads|*|file\:///C\:/work/workspace/tss/lib/jakarta-jmeter-2.1.1/docs/usermanual/get-started.html\#running|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\docs\\index.html|*|file\:/C\:/work/workspace/tss/lib/jakarta-jmeter-2.1.1/docs/index.html|*|C\:\\work\\workspace\\tss\\lib\\jakarta-jmeter-2.1.1\\extras\\JMeter Ant Task.html|*|file\:/C\:/work/workspace/tss/lib/jakarta-jmeter-2.1.1/extras/JMeter Ant Task.html|*|C\:\\java\\soap-2_3_1\\docs|*|C\:\\java\\soap-2_3_1|*|C\:\\java\\soap-2_3_1\\samples|*|C\:\\java\\soap-2_3_1\\samples\\addressbook|*|C\:\\java|*|C\:\\|*|file\:C\:/|*|file\:|*|file\://|*|file\:///|*|http\://localhost\:8888/tss/login.jsp|*|http\://localhost\:8888/tss|*|http\://www.myeclipseide.com/|*|http\://www.myeclipseide.com|*|http\:///|*|http\://localhost\:8888/tss/retrieveShift.jhtml?method\=Edit|*|http\://localhost\:8888/tss/retrieveShift.jhtml?method\=Search|*|http\://localhost\:8888/tss/selectShift.jhtml|*|http\://localhost\:8888/tss/login.jsp;jsessionid\=0a040f9622b8743e2bf895714f96a5adb31883037ffa|*|http\://localhost\:8888/tss/reload|*|http\://localhost\:8888/tss/reload.jhtml|*|http\://localhost\:8888/tss/login.jsp;jsessionid\=0a040f9622b8ed0a23f3c4654c289ca4f97c1d7768d6|*|http\://localhost\:8888/tss/supplement.jhtml?method\=Edit&page\=add_ancillary|*|http\://localhost\:8888/tss/prescription.jhtml?method\=View&process\=supplement|*|http\://localhost\:8888/tss/saveShift.jhtml?method\=Save&p\=0&t\=1891|*|http\://localhost\:8888/tss/saveSupplement.jhtml?method\=Save&page\=add_ancillary|*|http\://qasql01/qcbin/|*|http\://qasql01/qcbin/start_a.htm|*|http\://localhost\:8888/tss/login.jsp;jsessionid\=0a040f9622b83bcc1adf897a414ea271f4ddd2a2b417|*|http\://charles.dsd.fmcna.com\:7777/chairside/saveShift.jhtml?method\=Save&p\=0&t\=1891|*|http\://charles.dsd.fmcna.com\:7777/chairside/retrieveShift.jhtml?method\=Edit|*|http\://charles.dsd.fmcna.com\:7777/chairside/retrieveShift.jhtml?method\=Search|*|http\://charles.dsd.fmcna.com\:7777/chairside/selectShift.jhtml|*|http\://charles.dsd.fmcna.com\:7777/chairside/login.jsp|*|http\://charles.dsd.fmcna.com\:7777/chairside|*|http\://localhost\:8888/tss/authorize|*|http\://localhost\:8888/tss/heparin.jhtml?method\=Edit&page\=add_changeHeparin&dId\=null|*|http\://localhost\:8888/tss/prescription.jhtml?method\=View&process\=heparin|*|http\://localhost\:8888/tss/prescription.jhtml?method\=View&process\=medication|*|http\://localhost\:8888/tss/prescription.jhtml?method\=View&process\=notes|*|
    /instance/org.eclipse.webbrowser/internalWebBrowserOldFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.eclipse.org|*|

    @com
    .genuitec.eclipse.j2eedt.core=4.1.1
    /instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.springframework.ide.eclipse.beans.ui.beansLabelDecorator\:true,
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=C\:/java/j2sdk1.4.2_10/src.zip
    /instance/com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/com.genuitec.eclipse.wizards/jsp.template.5.label=Standard JSP using Struts 1.2 with a form
    /instance/org.eclipse.core.resources/description.autobuilding=false
    /instance/com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/org.eclipse.pde.core/platform_path=c\:\\tools\\eclipse
    /instance/org.eclipse.ant.ui/org.eclipse.ant.ui.customtemplates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
    /instance/com.genuitec.eclipse.wizards/jsp.template.1.label=Default JSP template
    /instance/org.eclipse.update.scheduler/hour=1\:00 AM
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=enabled
    /instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
    /instance/com.genuitec.eclipse.wizards/struct.set.1=java.util.TreeSet
    /instance/com.genuitec.eclipse.wizards/servlet.template.1.label=Default template for Servlet
    /instance/com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=j2sdk1.4.2_10
    /instance/com.genuitec.eclipse.wizards/array.template.1.label=Default template for Ar

    #248040 Reply

    Kent Dorsey
    Member

    *** Date: Wed Mar 08 11:42:02 EST 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.4.2_10

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.1.1 GA
    Build id: 20060228-4.1.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\tools\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    6c8_60
    -vm
    C:\java\j2sdk1.4.2_10\bin\javaw.exe

    #248042 Reply

    Kent Dorsey
    Member

    OC4J version: Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) (build 050812.1879)

    #248044 Reply

    Riyad Kalla
    Member

    That was the key, starting it in Run mode leaves the stop button disabled, I verified it on this end. I’ll file a bug report ASAP.

    #248046 Reply

    Kent Dorsey
    Member

    Cool. Glad to help out.

    Kent

    #248167 Reply

    lpham
    Participant

    I have the same problem when using Tomcat and WebLogic. Stop button is greyed out.

Viewing 15 posts - 1 through 15 (of 22 total)
Reply To: Stop icon greyed-out for OC4J

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