facebook

Hibernate/Spring 2 wizards and generation

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #286951 Reply

    Douglas M Hurst
    Participant

    I urge you to try this. Just try to…

    1) Create a project
    2) Add Hibernate 3
    3) Add Spring 2
    4) RE one or more tables for that configuration
    5) Try to add another Hibernate 3/Spring 2database connection.

    See what problems you run into.

    When you say you want to add Hibernate to a project, the generation creates hibernate.cfg.xml.

    When you add Spring 2.X to your project, the generation adds applicationContext.xml to your project.

    This all works well if you only need to connect to a single database. Say I performed the 2 steps above to connect to a MySql DB, but now need to also connect to some Oracle database? I can’t stick another hibernateSession into applicationContext.xml. I can’t add an additional session-factory to hibernate.cfg.xml

    applicationContext.xml

    <bean id=”hibernateSession”
    class=”org.springframework.orm.hibernate3.LocalSessionFactoryBean”>
    <property name=”configLocation”>
    <value>file:src/hibernate.cfg.xml</value>
    </property>
    </bean>

    hibernate.cfg.xml

    <?xml version=’1.0′ encoding=’UTF-8’?>
    <!DOCTYPE hibernate-configuration PUBLIC
    “-//Hibernate/Hibernate Configuration DTD 3.0//EN”
    http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd”&gt;

    <!– Generated by MyEclipse Hibernate Tools. –>
    <hibernate-configuration>
    <session-factory>
    <property name=”connection.username”>netgohur_root</property>
    <property name=”connection.url”>jdbc:mysql://localhost:3306/monitor_test</property>
    <property name=”dialect”>org.hibernate.dialect.MySQLDialect</property>
    <property name=”myeclipse.connection.profile”>MONITOR_CHASSIS</property>
    <property name=”connection.password”>mysql9tdf</property>
    <property name=”connection.driver_class”>com.mysql.jdbc.Driver</property>
    <mapping resource=”com/monitor/hibernatespring/MonitorSchedule.hbm.xml” />
    </session-factory>
    </hibernate-configuration>

    main.java

    beanFactory = new XmlBeanFactory(new ClassPathResource(“applicationContext.xml”));

    The beanFactory simply looks to applicationContext.xml and will only discern the one hibernateSession.

    What I ended up doing to access multiple database was leave my MySql db in applicationContext.xml and hibernate.cfg.xml, then manually create ?????Context.xml and ?????.cfg.xml for the Oracle connection.

    The real bug here may be with Hibernate, but there’s a MyEclipse bug as well. If I want to re-reverse engineer one or more of the Oracle tables, the dropdown box on the Hibernate RE dialog will only allow me to select applicationContext.xml from the drop-down box for precise Java DAO access. I can’t select my ?????Context.xml.

    Clearly, accessing two or more databases of different types is a reality and very common. It should be more easily accommodated.

    Maybe this should be an editable drop-down box?

    #286985 Reply

    Loyal Water
    Member

    douglasmhurst,
    I’m having the Persistence team review this post to uncover shortcomings that need to be addressed and we *really* appreciate you taking the time to send this in.

    #286990 Reply

    Brian Fernandes
    Moderator

    Douglas,

    Did you add the new ??Context.xml files to the list of Spring beans config files under Project properties > MyEclipse > Spring > Beans?
    If your context file is not registered there, the wizard will not pick it up. The context file should be automatically registered if you created it using our Spring Bean Definition wizard, but not if you created one by any other method.

    Note that the first combo is the selection for the Spring beans config file you would like to place the DAO bean definitions in, while the 2nd is the session factory they will reference. You will also need to change the Hibernate config file pointed to in Project Properties > MyEclipse > Hibernate to point to the hibernate configuration file specific to your database, this will make sure that new <mapping> elements are added in that file.

    Please let us know how it goes and if you have further problems or suggestions.
    Best

    #286994 Reply

    Douglas M Hurst
    Participant

    Thanks. That might be a nice thing to put in the tutorial. I’ll try it tomorrow morning.

    #316257 Reply

    lhale
    Participant

    I’m running ME 9 and have built a J2EE Spring 3.0 project with hibernate capabilities. I am NOT using a hibernate configuration file, but instead am relying on the sessionFactory defined in my Spring config file pluis all my DB table entites are annotaed and registered in the Spring config file in the annotatedClasses list property of my sessionFactory bean. I cannot for the life of me get the HQL Query editor to do anything but complain like this:

    HQL was valid, but no SQL generated. Your configuration most likely does not have any mappings defined.

    I had did exactly what Brian above posted on Jul 10, 2008 – 01:30 PM. I have configured MyExlipse->Hibernate properties to point to the correct Spring 3.0 config file and sessionFactory Bean id (which, as I just said, has ALL the annotatedClasses defined (and each entity class is duly annotated (all of this works fine during runtime, but just not in the HQL Editor).

    Those mappings were initially defined and created by the MyEclipse reverse engineering tool. Please pray tell what the heck I need to do to get the HQL editor to consume those auto-generated mappings.

    Here is my M.E. 9 config info:
    *** Date: Friday, April 22, 2011 5:27:47 PM Pacific Daylight Time

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    com.genuitec.pulse.client.basedir.location.override=C:\Program Files\Genuitec
    com.genuitec.pulse.client.blueprint.id=rmb-1749260
    com.genuitec.pulse.client.credentials=m4c2wfIkOA0o6Q3pDWBb1WPPv868pidyC0SSbM3iLOVdBRgfImmPRgYJrOFwnTUo7I8umcua9CXV 4oPmkS7ZJ2oDrNK7KBuaCloq7BAyPTT2I07VssURr29JsgBP7U9etqsYLJatmfD+hul80svq9FUS 2YW1gUCoTNcr0bRg8Uc=
    com.genuitec.pulse.client.handshake.id=99a5117b-add0-47dc-872c-bac7328caca3
    com.genuitec.pulse.client.jvmarg.deduplicate.prefixes=-Xmx,-Xms,-Xmm,-XX:MaxPermSize
    com.genuitec.pulse.client.migrated.id=rb-2288954-1300927506093
    com.genuitec.pulse.client.oslevel.overrides.filename.override=pulse2.conf
    com.genuitec.pulse.common.server.url=https://www.poweredbypulse.com:443
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Applications\MyEclipse_9\myeclipse.exe
    -name
    Myeclipse
    –launcher.library
    C:\Applications\MyEclipse_9\../MyEclipse/Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201102231800\eclipse_3213.dll
    -startup
    C:\Applications\MyEclipse_9\../MyEclipse/Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    -install
    C:\Applications\MyEclipse_9
    -configuration
    C:\Applications\MyEclipse_9\configuration
    -vm
    C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
    eclipse.home.location=file:/C:/Applications/MyEclipse_9/
    eclipse.launcher=C:\Applications\MyEclipse_9\myeclipse.exe
    eclipse.launcher.name=Myeclipse
    eclipse.p2.data.area=file:/C:/Program Files/Genuitec/Common/configuration/
    eclipse.p2.profile=com.poweredbypulse.profile-0-rb-2288954-1300927506093
    eclipse.product=com.genuitec.myeclipse.product.ide
    eclipse.startTime=1303313227281
    eclipse.vm=C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
    eclipse.vmargs=-Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m
    -Djava.class.path=C:\APPLIC~1\MYECLI~2\../MYECLI~1/Common/plugins/OR12BD~1.JAR
    equinox.use.ds=true
    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:\APPLIC~1\MYECLI~2\../MYECLI~1/Common/plugins/OR12BD~1.JAR
    java.class.version=50.0
    java.endorsed.dirs=C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\endorsed
    java.ext.dirs=C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    java.home=C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre
    java.io.tmpdir=C:\DOCUME~1\ELLAYA~1\LOCALS~1\Temp\
    java.library.path=C:\Applications\MyEclipse_9;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Applications/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;C:/Applications/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;C:/Applications/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Legacy\Applications\Java\jdk1.5.0_05\jre\bin;C:\Legacy\Applications\MySQL Server 5.0\bin;C:\Applications\Cygwin\bin;C:\Legacy\larry\bin\bin;C:\Legacy\MSSQL7\BINN;C:\Legacy\Program Files\QuickTime\QTSystem\;C:\Legacy\Applications\php-5.0.4;C:\Legacy\Applications\jZip;C:\Applications\WindozeSupportTools\;C:\Applications\OpenVPNgui\bin;C:\Applications\OpenVPNgui\OpenVPN\bin;C:\Applications\OpenVPN2.1\bin;C:\Applications\Jaman Player\
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_13-b03
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    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.6.0_13
    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=11.3-b02
    line.separator=

    maynstall.basepath=/pulse/action/
    maynstall.rootelement=pulse
    org.eclipse.birt.report.script.debug.launching.debuggerActive=false
    org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed=false
    org.eclipse.equinox.launcher.splash.location=C:\Applications\MyEclipse\Common\plugins\com.genuitec.myeclipse.product_9.0.0.me201103172348\splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.jdt.debug.ui.debuggerActive=false
    org.eclipse.jdt.debug.ui.instanceof.IJavaStackFrame=false
    org.eclipse.jdt.debug.ui.supportsForceReturn=false
    org.eclipse.jdt.debug.ui.supportsInstanceRetrieval=false
    org.eclipse.swt.browser.XULRunnerInitialized=true
    org.eclipse.swt.browser.XULRunnerPath=C:\Applications\MyEclipse\Common\plugins\org.mozilla.xulrunner.win32.win32.x86_1.9.0.7-me201003052220\xulrunner
    org.eclipse.update.reconcile=false
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1.0
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,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.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,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.script,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.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,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.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.5.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=reference:file:javax.transaction_1.1.1.v201006150915.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=C:\Applications\MyEclipse_9\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/C:/Applications/MyEclipse_9/configuration/
    osgi.framework=file:/C:/Applications/MyEclipse_9/../MyEclipse/Common/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
    osgi.framework.extensions=reference:file:javax.transaction_1.1.1.v201006150915.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.6.1.R36x_v20100806
    osgi.frameworkClassPath=., file:C:/Applications/MyEclipse_9/../MyEclipse/Common/plugins/javax.transaction_1.1.1.v201006150915.jar
    osgi.install.area=file:/C:/Applications/MyEclipse_9/
    osgi.instance.area=file:/C:/Applications/MyEclipse_9/Workspaces/
    osgi.instance.area.default=file:/C:/Documents and Settings/EllayararwhyAych/Workspaces/MyEclipse 9/
    osgi.logfile=C:\Applications\MyEclipse_9\Workspaces\.metadata\.log
    osgi.manifest.cache=C:\Applications\MyEclipse_9\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.os=win32
    osgi.splashLocation=C:\Applications\MyEclipse\Common\plugins\com.genuitec.myeclipse.product_9.0.0.me201103172348\splash.bmp
    osgi.splashPath=platform:/base/plugins/com.genuitec.myeclipse.product
    osgi.syspath=c:\Applications\MyEclipse_9\..\MyEclipse\Common\plugins
    osgi.tracefile=C:\Applications\MyEclipse_9\Workspaces\.metadata\trace.log
    osgi.ws=win32
    path.separator=;
    product.home=/C:/Applications/MyEclipse/Common/plugins/org.jboss.tools.common.model_2.0.0.me201012090051/
    pulse.console.redirect=true
    pulse.initialized.logging=true
    sun.arch.data.model=32
    sun.boot.class.path=C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\resources.jar;C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\rt.jar;C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\sunrsasign.jar;C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\jsse.jar;C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\jce.jar;C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\charsets.jar;C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\classes
    sun.boot.library.path=C:\Applications\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\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=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 2
    user.country=US
    user.dir=C:\Applications\MyEclipse_9
    user.home=C:\Documents and Settings\EllayararwhyAych
    user.language=en
    user.name=EllayararwhyAych
    user.timezone=America/Los_Angeles
    user.variant=

    *** Features:

    *** Plug-in Registry:
    ca.ecliptical.emf.xpath (1.0.0.me201003052220) “EMF XPath Plug-in” [Starting]
    com.caucho.hessian (3.2.0) “Caucho Hessian Plug-in” [Resolved]
    com.collabnet.subversion.merge (2.2.3) “CollabNet Subversion Merge Client” [Active]
    com.genuitec.custom.popup (9.0.0.me201012090051) “MyEclipse JavaScript Popup Fragment” [Resolved]
    com.genuitec.eclipse.aspphp.core (9.0.0.me201012090051) “MyEclipse ASP and PHP Support Core” [Starting]
    com.genuitec.eclipse.aspphp.ui (9.0.0.me201012172208) “MyEclipse ASP and PHP Support UI” [Starting]
    com.genuitec.eclipse.ast.deploy.core (9.0.0.me201103181703) “MyEclipse Deployment Support” [Active]
    com.genuitec.eclipse.browser (9.0.0.me201012090051) “MyEclipse Web Browser” [Starting]
    com.genuitec.eclipse.core (9.0.0.me201103181703) “MyEclipse Core” [Active]
    com.genuitec.eclipse.core.common (9.0.0.me201103140131) “MyEclipse Common Core Utilities” [Active]
    com.genuitec.eclipse.core.common.platform (9.0.0.me201102091112) “MyEclipse Common Core Platform Utilities” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (9.0.0.me201012172208) “MyEclipse Struts Support” [Starting]
    com.genuitec.eclipse.dashboard (9.0.0.me201101070539) “MyEclipse Plugin Dashboard” [Active]
    com.genuitec.eclipse.dehory (9.0.0.me201012090051) “MyEclipse Visual Swing Designer” [Active]
    com.genuitec.eclipse.derby (9.0.0.me201012090051) “MyEclipse Derby” [Active]
    com.genuitec.eclipse.desktop (9.0.0.me201012172208) “MyEclipse Desktop Utilities” [Starting]
    com.genuitec.eclipse.dtd (9.0.0.me201012172208) “MyEclipse DTD Support” [Starting]
    com.genuitec.eclipse.easie.core (9.0.0.me201103181703) “MyEclipse EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (9.0.0.me201102240211) “MyEclipse EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.geronimo2 (9.0.0.me201102240211) “MyEclipse EASIE Geronimo 2” [Active]
    com.genuitec.eclipse.easie.jboss (9.0.0.me201102240211) “MyEclipse EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (9.0.0.me201012090051) “MyEclipse EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (9.0.0.me201012090051) “MyEclipse EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (9.0.0.me201012090051) “MyEclipse EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jboss5 (9.0.0.me201012090051) “MyEclipse EASIE JBoss 5” [Active]
    com.genuitec.eclipse.easie.jboss6 (9.0.0.me201012090051) “MyEclipse EASIE JBoss 6” [Active]
    com.genuitec.eclipse.easie.jetty (9.0.0.me201102240211) “MyEclipse EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (9.0.0.me201012090051) “MyEclipse EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (9.0.0.me201012090051) “MyEclipse EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jetty6 (9.0.0.me201012090051) “MyEclipse EASIE Jetty 6” [Active]
    com.genuitec.eclipse.easie.jetty7 (9.0.0.me201012090051) “MyEclipse EASIE Jetty 7” [Active]
    com.genuitec.eclipse.easie.jonas (9.0.0.me201102240211) “MyEclipse EASIE JOnAS” [Active]
    com.genuitec.eclipse.easie.jonas3 (9.0.0.me201012090051) “MyEclipse EASIE JOnAS 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (9.0.0.me201012090051) “MyEclipse EASIE JOnAS 4” [Active]
    com.genuitec.eclipse.easie.jonas5 (9.0.0.me201012090051) “MyEclipse EASIE JOnAS 5” [Active]
    com.genuitec.eclipse.easie.jrun (9.0.0.me201102240211) “MyEclipse EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (9.0.0.me201012090051) “MyEclipse EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (9.0.0.me201102240211) “MyEclipse EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle10 (9.0.0.me201012090051) “MyEclipse EASIE Oracle 10 AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (9.0.0.me201012090051) “MyEclipse EASIE Oracle 9 AS” [Active]
    com.genuitec.eclipse.easie.orion1 (9.0.0.me201012090051) “MyEclipse EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (9.0.0.me201012090051) “MyEclipse EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (9.0.0.me201012090051) “MyEclipse EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (9.0.0.me201102240211) “MyEclipse EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (9.0.0.me201102240211) “MyEclipse EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.resin4 (9.0.0.me201102240211) “MyEclipse EASIE Resin 4” [Active]
    com.genuitec.eclipse.easie.sun (9.0.0.me201102240211) “MyEclipse EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (9.0.0.me201012090051) “MyEclipse EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (9.0.0.me201012090051) “MyEclipse EASIE Sun 8.x” [Active]
    com.genuitec.eclipse.easie.sun9 (9.0.0.me201012090051) “MyEclipse EASIE Sun 9” [Active]
    com.genuitec.eclipse.easie.sun91 (9.0.0.me201102240211) “MyEclipse EASIE Sun 9.1” [Active]
    com.genuitec.eclipse.easie.sunglassfish (9.0.0.me201012090051) “MyEclipse EASIE Glassfish 1” [Active]
    com.genuitec.eclipse.easie.sunglassfish2 (9.0.0.me201012172208) “MyEclipse EASIE Glassfish 2” [Active]
    com.genuitec.eclipse.easie.sunglassfish3 (9.0.0.me201012172208) “MyEclipse EASIE GlassFish v3 Prelude” [Active]
    com.genuitec.eclipse.easie.sunglassfishv3final (9.0.0.me201012090051) “MyEclipse EASIE GlassFish v3 Final” [Active]
    com.genuitec.eclipse.easie.sunwebserver (9.0.0.me201012172208) “MyEclipse EASIE Sun Java System Webserver” [Active]
    com.genuitec.eclipse.easie.tcserver (9.0.0.me201012090051) “MyEclipse EASIE tc Server” [Active]
    com.genuitec.eclipse.easie.tcserver6 (9.0.0.me201012090051) “MyEclipse EASIE tc Server 6” [Active]
    com.genuitec.eclipse.easie.tomcat (9.0.0.me201102240211) “MyEclipse EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat.myeclipse (9.0.0.me201012172208) “MyEclipse EASIE MyEclipse Tomcat 6 Server” [Active]
    com.genuitec.eclipse.easie.tomcat4 (9.0.0.me201012090051) “MyEclipse EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (9.0.0.me201012090051) “MyEclipse EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.tomcat6 (9.0.0.me201012090051) “MyEclipse EASIE Tomcat 6” [Active]
    com.genuitec.eclipse.easie.tomcat7 (9.0.0.me201012090051) “MyEclipse EASIE Tomcat 7” [Active]
    com.genuitec.eclipse.easie.weblogic (9.0.0.me201102240211) “MyEclipse EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic10 (9.0.0.me201012090051) “MyEclipse EASIE WebLogic 10” [Active]
    com.genuitec.eclipse.easie.weblogic6 (9.0.0.me201012090051) “MyEclipse EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (9.0.0.me201012090051) “MyEclipse EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (9.0.0.me201012090051) “MyEclipse EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (9.0.0.me201012090051) “MyEclipse EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (9.0.0.me201102240211) “MyEclipse EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere.wasce (9.0.0.me201102240211) “MyEclipse EASIE WebSphere Community Edition” [Active]
    com.genuitec.eclipse.easie.websphere5 (9.0.0.me201102240211) “MyEclipse EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (9.0.0.me201102240211) “MyEclipse EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.easie.websphere61 (9.0.0.me201102240211) “MyEclipse EASIE WebSphere 6.1” [Active]
    com.genuitec.eclipse.examples (9.0.0.me201012172208) “MyEclipse Examples” [Active]
    com.genuitec.eclipse.export.wizard (9.0.0.me201012172208) “MyEclipse J2EE Export Wizards” [Starting]
    com.genuitec.eclipse.fileview (9.0.0.me201012090051) “MyEclipse File View” [Active]
    com.genuitec.eclipse.hibernate (9.0.0.me201012172208) “MyEclipse Hibernate Capabilities” [Active]
    com.genuitec.eclipse.icefaces (9.0.0.me201012090051) “ICEfaces Runtime Libraries for MyEclipse” [Starting]
    com.genuitec.eclipse.imageeditor (9.0.0.me201012172208) “MyEclipse Image Editor” [Starting]
    com.genuitec.eclipse.integration (9.0.0.me201012172208) “MyEclipse Integration Utilities” [Starting]
    com.genuitec.eclipse.j2eedt.core (9.0.0.me201103181703) “MyEclipse Java Enterprise Development Tooling” [Active]
    com.genuitec.eclipse.javascript.iedebugger (9.0.0.me201103151808) “MyEclipse IE JavaScript Debugger” [Active]
    com.genuitec.eclipse.javascript.ielaunching (8.5.0.me201012090051) “MyEclipse IE JavaScript Debugger” [Starting]
    com.genuitec.eclipse.jniwrapper (9.0.0.me201102150132) “MyEclipse JNIWrapper” [Active]
    com.genuitec.eclipse.jsf (9.0.0.me201101241935) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.jsf.designer (9.0.0.me201103162335) “MyEclipse JSF Designer Plug-in” [Active]
    com.genuitec.eclipse.lib.hibernate33 (9.0.0.me201101171005) “MyEclipse Hibernate Library Support” [Active]
    com.genuitec.eclipse.lib.jpa2 (9.0.0.me201012172208) “MyEclipse JPA 2 Library Support” [Starting]
    com.genuitec.eclipse.lib.spring2 (9.0.0.me201012172208) “MyEclipse Spring Library Support” [Starting]
    com.genuitec.eclipse.lib.spring3 (9.0.0.me201102240211) “MyEclipse Spring 3 Library Support” [Active]
    com.genuitec.eclipse.lib.struts2 (9.0.0.me201102091112) “MyEclipse Struts 2 Library Support” [Starting]
    com.genuitec.eclipse.maven (9.0.0.me201012172208) “Maven4MyEclipse Plug-in” [Active]
    com.genuitec.eclipse.memory (9.0.0.me201012090051) “MyEclipse Memory Monitor” [Active]
    com.genuitec.eclipse.modeling.core (9.0.0.me201012172208) “MyEclipse Modeling Core” [Active]
    com.genuitec.eclipse.modeling.core.layout (9.0.0.me201012090051) “MyEclipse Graph Layout” [Starting]
    com.genuitec.eclipse.persistence.jpa (9.0.0.me201103172348) “MyEclipse JPA” [Starting]
    com.genuitec.eclipse.portlet (9.0.0.me201103110135) “MyEclipse Portlet Support” [Active]
    com.genuitec.eclipse.reporting (9.0.0.me201012172208) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.branding (9.0.0.me201012090051) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.oda (9.0.0.me201103140131) “MyEclipse ODA Runtime Driver” [Starting]
    com.genuitec.eclipse.reporting.oda.ui (9.0.0.me201102240211) “MyEclipse ODA Designer” [Starting]
    com.genuitec.eclipse.springframework (9.0.0.me201103110135) “MyEclipse Spring Framework Support” [Active]
    com.genuitec.eclipse.springhibernate (9.0.0.me201012172208) “MyEclipse Spring / Hibernate Support” [Active]
    com.genuitec.eclipse.sqlexplorer (9.0.0.me201103140131) “MyEclipse Database Explorer Plugin” [Active]
    com.genuitec.eclipse.sqlexplorer.mssql (9.0.0.me201012090051) “MyEclipse SQLServer Support” [Active]
    com.genuitec.eclipse.sqlexplorer.mysql (9.0.0.me201012090051) “MyEclipse MySQL Support” [Active]
    com.genuitec.eclipse.sqlexplorer.oracle (9.0.0.me201012090051) “MyEclipse Oracle Database Explorer” [Active]
    com.genuitec.eclipse.struts (9.0.0.me201101232045) “MyEclipse Struts Capabilities” [Starting]
    com.genuitec.eclipse.struts2 (9.0.0.me201103140131) “MyEclipse Struts 2 Support” [Active]
    com.genuitec.eclipse.templates (9.0.0.me201012090051) “MyEclipse Code Generation Template Support” [Active]
    com.genuitec.eclipse.uml (9.0.0.me201012172208) “MyEclipse UML1” [Starting]
    com.genuitec.eclipse.uml2.core (9.0.0.me201012110023) “MyEclipse UML2” [Starting]
    com.genuitec.eclipse.uml2.ui (9.0.0.me201103162335) “MyEclipse UML2 UI” [Starting]
    com.genuitec.eclipse.visualvm (9.0.0.me201012172208) “VisualVM for MyEclipse” [Active]
    com.genuitec.eclipse.visualvm.binary (9.0.0.me201012090051) “VisualVM for MyEclipse Binaries” [Resolved]
    com.genuitec.eclipse.visualvm.server (9.0.0.me201012172208) “VisualVM for MyEclipse Servers” [Active]
    com.genuitec.eclipse.wdt.jsp.debug (9.0.0.me201012090051) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (9.0.0.me201012090051) “MyEclipse Image Previewer” [Active]
    com.genuitec.eclipse.webdesigner3 (9.0.0.me201103031935) “MyEclipse Visual Web Designer” [Active]
    com.genuitec.eclipse.wizards (9.0.0.me201103012021) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipse.ws (9.0.0.me201012201520) “MyEclipse REST Web Services Support” [Starting]
    com.genuitec.eclipse.ws.xfire (9.0.0.me201012281625) “MyEclipse Web Services Support” [Starting]
    com.genuitec.javascript.debug (9.0.0.me201012201520) “MyEclipse JavaScript Debugger” [Starting]
    com.genuitec.javascript.debug.mozilla (9.0.0.me201012090051) “MyEclipse JavaScript Browser” [Resolved]
    com.genuitec.jboss.ide.eclipse.apache.xalan (9.0.0.me201012090051) “MyEclipse XDoclet Apache Xalan” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (9.0.0.me201012090051) “MyEclipse XDoclet Support Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (9.0.0.me201012090051) “MyEclipse XDoclet Assist” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (9.0.0.me201012090051) “MyEclipse XDoclet Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (9.0.0.me201012090051) “MyEclipse XDoclet Runner” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (9.0.0.me201012090051) “MyEclipse XDoclet UI Plug-in” [Starting]
    com.genuitec.jsdebugger.registration (8.5.0.me201103151808) “MyEclipse JavaScript Debugger Registration” [Starting]
    com.genuitec.myeclipse.compatibility (9.0.0.me201012090051) “MyEclipse Backward Compatibility” [Active]
    com.genuitec.myeclipse.database (9.0.0.me201103181703) “MyEclipse Database Support” [Resolved]
    com.genuitec.myeclipse.database.doc (9.0.0.me201103162335) “MyEclipse Database Documentation” [Resolved]
    com.genuitec.myeclipse.doc (9.0.0.me201103110135) “MyEclipse Documentation” [Starting]
    com.genuitec.myeclipse.doc.toc (9.0.0.me201103172348) “MyEclipse Documentation TOC” [Starting]
    com.genuitec.myeclipse.ejb.doc (9.0.0.me201103162335) “MyEclipse EJB Development Documentation” [Resolved]
    com.genuitec.myeclipse.icefaces (9.0.0.me201012110023) “ICEfaces Integration for MyEclipse” [Active]
    com.genuitec.myeclipse.icefaces.branding (9.0.0.me201012090051) “ICEfaces AJAX and Java EE Tooling for MyEclipse” [Resolved]
    com.genuitec.myeclipse.matisse (9.0.0.me201103181703) “Matisse4MyEclipse Swing UI Designer” [Resolved]
    com.genuitec.myeclipse.maven.doc (9.0.0.me201103162335) “MyEclipse Maven Documentation” [Resolved]
    com.genuitec.myeclipse.persistence.doc (9.0.0.me201103162335) “MyEclipse Persistence Documentation” [Resolved]
    com.genuitec.myeclipse.perspective (9.0.0.me201103162335) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.product (9.0.0.me201103172348) “MyEclipse Product” [Starting]
    com.genuitec.myeclipse.profiling.doc (9.0.0.me201103162335) “MyEclipse Profiling Documentation” [Resolved]
    com.genuitec.myeclipse.spring.doc (9.0.0.me201103162335) “MyEclipse Spring Documentation” [Resolved]
    com.genuitec.myeclipse.struts.doc (9.0.0.me201103162335) “MyEclipse Struts Documentation” [Resolved]
    com.genuitec.myeclipse.swing.doc (9.0.0.me201103162335) “MyEclipse Visual Swing Designer Documentation” [Resolved]
    com.genuitec.myeclipse.uml.doc (9.0.0.me201103162335) “MyEclipse UML Documentation” [Resolved]
    com.genuitec.myeclipse.uml2 (9.0.0.me201103172348) “MyEclipse UML2 Feature” [Resolved]
    com.genuitec.myeclipse.visualvm (9.0.0.me201103172348) “MyEclipse VisualVM Profiler” [Resolved]
    com.genuitec.myeclipse.web.doc (9.0.0.me201103162335) “MyEclipse Web Development Documentation” [Resolved]
    com.genuitec.myeclipse.ws.doc (9.0.0.me201103162335) “MyEclipse Web Services Development Documentation” [Resolved]
    com.genuitec.myeclipse.xml.doc (9.0.0.me201103162335) “MyEclipse XML Documentation” [Resolved]
    com.genuitec.org.eclipse.webbrowser (9.0.0.me201012090051) “MyEclipse Web Browser” [Starting]
    com.genuitec.org.hibernate.eclipse (3.2.4.CR1-me201012090051) “MyEclipse Hibernate Core” [Active]
    com.genuitec.org.hibernate.eclipse.console (3.2.4.CR1-me201012090051) “MyEclipse Hibernate Console” [Active]
    com.genuitec.org.hibernate.eclipse.mapper (3.2.4.CR1-me201012090051) “MyEclipse Hibernate Mapper” [Active]
    com.genuitec.pulse.client.common.collab.ui (3.2.0.v201102251600) “Pulse Collaboration UI” [Active]
    com.genuitec.pulse.client.common.shortcut (3.2.0.v201102241500) “Shortcut Support” [Active]
    com.genuitec.pulse.client.common.shortcut.win32 (3.2.0.v201102231800) “Windows Shortcut Support” [Resolved]
    com.genuitec.pulse.client.common.ui (3.2.0.v201102141600) “Pulse Common UI” [Resolved]
    com.genuitec.pulse.client.common.ui.win32 (3.2.0.v201102081600) “Pulse Common UI Windows Support” [Resolved]
    com.genuitec.pulse.client.contrib.ui (3.2.0.v201102171500) “Pulse Contributor UI” [Active]
    com.genuitec.pulse.client.targetcfg.collab.ui (3.2.0.v201102171500) “Pulse Collaboration Control Center” [Active]
    com.genuitec.pulse.client.targetcfg.collab.workspace.ui (3.2.0.v201102221900) “Pulse Workspace Collaboration UI” [Active]
    com.genuitec.pulse.compatibility.e36 (3.2.0.v201102081600) “Eclipse 3.6 Compatibility” [Resolved]
    com.genuitec.pulse.compatibility.ui.e36 (3.2.0.v201102081600) “Eclipse 3.6 UI Compatibility” [Resolved]
    com.genuitec.pulse.installer.base (3.2.0.v201103141500) “Pulse OneInstall Base Services” [Starting]
    com.genuitec.pulse2.client.auth.addon (3.2.0.v201102081600) “External Login Service” [Resolved]
    com.genuitec.pulse2.client.authentication (3.2.0.v201102081600) “Client Authentication” [Starting]
    com.genuitec.pulse2.client.common (3.2.0.v201103141500) “Pulse Client Common” [Active]
    com.genuitec.pulse2.client.common.exec (3.2.0.v201103161200) “Common Execution Services” [Active]
    com.genuitec.pulse2.client.common.provisioning (3.2.0.v201102241500) “Common Pulse Provisioning Services” [Active]
    com.genuitec.pulse2.client.installer.common (3.2.0.v201102081600) “Pulse Client Common Services” [Active]
    com.genuitec.pulse2.client.installer.ui (3.2.0.v201102081600) “Pulse Client Installer” [Active]
    com.genuitec.pulse2.client.launcher.ui (3.2.0.v201103142100) “Launcher UI with p2 Support” [Active]
    com.genuitec.pulse2.client.properties (3.2.0.v201103141500) “Pulse Client Properties Service” [Active]
    com.genuitec.pulse2.client.services (3.2.0.v201103141500) “Pulse Client Services” [Active]
    com.genuitec.pulse2.client.services.ui (3.2.0.v201102081600) “Pulse Client Services UI” [Active]
    com.genuitec.pulse2.client.targetcfg.jdt (3.2.0.v201102081600) “Pulse Target Configuration JDT Extensions” [Active]
    com.genuitec.pulse2.client.targetcfg.ui (3.2.0.v201102160100) “Pulse Target Configuration UI” [Active]
    com.genuitec.pulse2.client.updatesite (3.2.0.v201103151200) “Pulse Update Site Services” [Active]
    com.genuitec.pulse2.common (3.2.0.v201103171200) “Pulse Common Services” [Active]
    com.genuitec.pulse2.common.http (3.2.0.v201102141600) “Http Plug-in” [Active]
    com.genuitec.pulse2.common.http.httpclient (3.2.0.v201102132200) “Pulse’s HttpClient Communication Provider” [Active]
    com.genuitec.pulse2.common.http.httpclient.ws (3.2.0.v201102081600) “Pulse HttpClient Web Services Client” [Active]
    com.genuitec.pulse2.common.http.oakland (3.2.0.v201102132200) “Pulse’s Oakland Software Provider” [Starting]
    com.genuitec.pulse2.common.http.oakland.ws (3.2.0.v201102081600) “Pulse Oakland Software Web Services” [Starting]
    com.genuitec.pulse2.common.properties.offline (3.2.0.20100831130452) “Pulse Properties Bundle” [Starting]
    com.genuitec.pulse2.common.ui (3.2.0.v201102081600) “Pulse Common UI Services” [Active]
    com.genuitec.pulse2.model (3.2.0.v201103141500) “Pulse Data Model” [Active]
    com.genuitec.pulse2.model.clientext (3.2.0.v201102081600) “Client-side Mappings for Context” [Resolved]
    com.ibm.icu (4.2.1.v20100412) “International Components for Unicode for Java (ICU4J)” [Active]
    com.icesoft.ide.eclipse.designtime (9.0.0.me201012090051) “ICEfaces Design-Time Support for MyEclipse” [Starting]
    com.icesoft.ide.eclipse.icefaces.doc (9.0.0.me201103181703) “ICEfaces Help Documentation for MyEclipse” [Resolved]
    com.jcraft.jsch (0.1.41.v200903070017) “JSch” [Resolved]
    com.lowagie.text (2.1.7.v201004222200) “Lowagie iText” [Resolved]
    com.myeclipseide.feature.branding (9.0.0.me201103172348) “MyEclipse Enterprise Workbench” [Resolved]
    com.springsource.javax.el (1.0.0) “Java Expression Language API” [Resolved]
    com.springsource.javax.jms (1.1.0) “Java Messaging System API” [Resolved]
    com.springsource.javax.servlet (2.5.0) “Java Servlet API” [Resolved]
    com.springsource.javax.servlet.jsp (2.1.0) “Java JSP API” [Resolved]
    com.springsource.javax.servlet.jsp.jstl (1.2.0) “Java JSP Standard Tag Library” [Resolved]
    com.springsource.org.antlr (3.0.1) “ANTLR” [Resolved]
    com.springsource.org.apache.myfaces.javax.faces (1.2.2) “Apache MyFaces JSF API” [Resolved]
    com.springsource.org.aspectj.weaver (1.6.10.RELEASE) “AspectJ Weaver” [Resolved]
    com.springsource.org.objectweb.asm (2.2.3) “ObjectWeb ASM” [Resolved]
    com.springsource.org.objectweb.asm.commons (2.2.3) “ObjectWeb ASM Commons” [Resolved]
    edu.emory.mathcs.backport (3.1.0.v200902251154) “JSR166 java.util.concurrency backport” [Resolved]
    fr.obeo.acceleo.bridge (2.6.0.200906261742) “Acceleo Bridge Plug-in” [Starting]
    fr.obeo.acceleo.bridge.ui (2.6.0.200906261742) “Acceleo Bridge Ui Plug-in” [Starting]
    fr.obeo.acceleo.chain (2.6.0.200906261744) “Acceleo Chain Model” [Starting]
    fr.obeo.acceleo.chain.edit (2.6.0.200906261744) “Acceleo Chain Edit Support” [Starting]
    fr.obeo.acceleo.chain.editor (2.6.0.200906261744) “Acceleo Chain Editor” [Starting]
    fr.obeo.acceleo.chain.ui (2.6.0.200906261744) “Acceleo Chain Ui Plug-in” [Starting]
    fr.obeo.acceleo.ecore (2.6.0.200906261744) “Acceleo Ecore Plug-in” [Starting]
    fr.obeo.acceleo.ecore.ui (2.6.0.200906261744) “Acceleo Ecore Ui Plug-in” [Starting]
    fr.obeo.acceleo.gen (2.6.0.200906261744) “Acceleo Generator Plug-in” [Starting]
    fr.obeo.acceleo.gen.debug.ui (2.6.0.200906261744) “Acceleo Gen Debug Ui Plug-in” [Starting]
    fr.obeo.acceleo.gen.profiler (2.6.0.200906261744) “Acceleo Profiler Model” [Starting]
    fr.obeo.acceleo.gen.profiler.edit (2.6.0.200906261744) “Acceleo Profiler Edit Support” [Starting]
    fr.obeo.acceleo.gen.profiler.editor (2.6.0.200906261744) “Acceleo Profiler Editor” [Starting]
    fr.obeo.acceleo.gen.ui (2.6.0.200906261744) “Acceleo Generator Ui Plug-in” [Starting]
    fr.obeo.acceleo.template (2.6.0.200906261744) “Acceleo Template Model Plug-in” [Starting]
    fr.obeo.acceleo.template.edit (2.6.0.200906261744) “Acceleo Template Model Edit Support Plug-in” [Starting]
    fr.obeo.acceleo.template.gen (2.6.0.200906261744) “Acceleo Template Model Gen Plug-in” [Resolved]
    fr.obeo.acceleo.tools (2.6.0.200906261744) “Acceleo Tools Plug-in” [Starting]
    fr.obeo.acceleo.tools.ui (2.6.0.200906261744) “Acceleo Tools Ui Plug-in” [Starting]
    fr.obeo.acceleo.uml13 (2.6.0.200906261742) “Acceleo Uml13 Model” [Starting]
    fr.obeo.acceleo.uml14 (2.6.0.200906261742) “Acceleo Uml14 Model” [Starting]
    fr.obeo.acceleo.uml14.mof (2.6.0.200906261742) “Acceleo Uml14 Mof Plug-in” [Starting]
    fr.obeo.acceleo.uml14.ui (2.6.0.200906261742) “Acceleo Uml14 Ui Plug-in” [Starting]
    ie.wombat.jbdiff (0.1.0.v201102081600) “Jbdiff Plug-in” [Starting]
    java_cup.runtime (0.10.0.v201005080400) “Java Cup” [Resolved]
    javax.activation (1.1.0.v201005080500) “Apache Geronimo Activation Plug-in” [Resolved]
    javax.annotation (1.0.0.v20100513-0750) “Common Annotations” [Resolved]
    javax.annotation (1.1.1.v201006150915) “geronimo jta 1.1 spec” [Resolved]
    javax.mail (1.4.0.v201005080615) “Javax Mail Plug-in” [Resolved]
    javax.persistence (2.0.1.v201006031150) “Java Persistence API 2.0” [Resolved]
    javax.persistence (1.99.0.v201102081600) “JPA 1.99 – Extended for OSGi” [Resolved]
    javax.servlet (2.5.0.v200910301333) “Servlet API Bundle” [Resolved]
    javax.servlet.jsp (2.0.0.v200806031607) “Java Server Pages API Bundle” [Resolved]
    javax.transaction (1.1.1.v201006150915) “geronimo annotation 1.0 spec” [Resolved]
    javax.wsdl (1.5.1.v201005080630) “WSDL4J” [Resolved]
    javax.xml (1.3.4.v201005080400) “JAXP XML” [Resolved]
    javax.xml.rpc (1.1.0.v201005080400) “JAX-RPC” [Resolved]
    javax.xml.soap (1.2.0.v201005080501) “SAAJ” [Resolved]
    javax.xml.soap (1.3.0.v201005080502) “SAAJ” [Resolved]
    javax.xml.stream (1.0.1.v201004272200) “Java XML Streaming API” [Resolved]
    lpg.runtime.java (2.0.17.v201004271640) “SourceForge LPG Java Runtime” [Resolved]
    net.sf.cglib (1.0.0.v201102081600) “Cglib Plug-in” [Resolved]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v201004271650) “SourceForge LPG” [Resolved]
    org.aopalliance (1.0.0.v200905130917) “Aopalliance Plug-in” [Resolved]
    org.apache.ant (1.7.1.v20100518-1145) “Apache Ant” [Resolved]
    org.apache.axis (1.4.0.v201005080400) “Apache Web Services” [Resolved]
    org.apache.batik.bridge (1.6.0.v200912221622) “Apache Batik Bridge/GVT/Scripting” [Resolved]
    org.apache.batik.css (1.6.0.v200912221622) “Apache Batik CSS” [Resolved]
    org.apache.batik.dom (1.6.0.v200912221622) “Apache Batik DOM” [Resolved]
    org.apache.batik.dom.svg (1.6.0.v200805290154) “Apache Batik SVG DOM” [Resolved]
    org.apache.batik.ext.awt (1.6.0.v200805290154) “Apache Batik AWT Utilities” [Resolved]
    org.apache.batik.parser (1.6.0.v200805290154) “Apache Batik Parser” [Resolved]
    org.apache.batik.pdf (1.6.0.v200806031500) “Apache Batik PDF” [Resolved]
    org.apache.batik.svggen (1.6.0.v200805290154) “Apache Batik SVG Generation” [Resolved]
    org.apache.batik.transcoder (1.6.0.v200805290154) “Apache Batik Transcoder” [Resolved]
    org.apache.batik.util (1.6.0.v200805290154) “Apache Batik Utilities” [Resolved]
    org.apache.batik.util.gui (1.6.0.v200805290154) “Apache Batik GUI Utilities” [Resolved]
    org.apache.batik.xml (1.6.0.v200805290154) “Apache Batik XML” [Resolved]
    org.apache.bcel (5.2.0.v201005080400) “Apache BCEL” [Resolved]
    org.apache.commons.codec (1.3.0.v20100518-1140) “Apache Commons Codec Plug-in” [Resolved]
    org.apache.commons.collections (3.2.0.v201005080500) “Apache Commons Collections” [Resolved]
    org.apache.commons.discovery (0.2.0.v201004190315) “Jakarta-Commons Discovery” [Resolved]
    org.apache.commons.el (1.0.0.v201004212143) “Apache Commons JSP 2.0 Expression Language Interpreter” [Resolved]
    org.apache.commons.httpclient (3.1.0.v201005080502) “Apache Commons Httpclient” [Resolved]
    org.apache.commons.io (1.3.2.v20080604-1500) “Apache Commons IO” [Resolved]
    org.apache.commons.jxpath (1.2.0.v20080604-1500) “Apache Commons JXPath” [Resolved]
    org.apache.commons.lang (2.1.0.v201005080500) “Apache Jakarta Commons Lang” [Resolved]
    org.apache.commons.logging (1.0.4.v201005080501) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.commons.logging (1.1.1.v201005080502) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.derby (10.5.1.1_201005192117) “Apache Derby Plug-in” [Starting]
    org.apache.derby.core (10.5.1.1_v20100129) “Apache Derby Core Plug-in for Eclipse” [Starting]
    org.apache.jasper (5.5.17.v201004212143) “Apache Jasper 2 Plug-in” [Resolved]
    org.apache.log4j (1.2.15.v201005080500) “Apache Jakarta log4j Plug-in” [Resolved]
    org.apache.lucene (1.9.1.v20100518-1140) “Apache Lucene” [Resolved]
    org.apache.lucene.analysis (1.9.1.v20100518-1140) “Apache Lucene Analysis” [Resolved]
    org.apache.oro (2.0.8.v201005080400) “Apache Jakarta ORO” [Resolved]
    org.apache.velocity (1.5.0.v200905192330) “Apache Velocity Plug-in” [Resolved]
    org.apache.ws.commons.schema (1.4.2.v201003051240) “Apache WS Commons XMLSchema Plug-in” [Resolved]
    org.apache.wsil4j (1.0.0.v200901211807) “WSIL4J” [Resolved]
    org.apache.xalan (2.7.1.v201005080400) “Xalan-Java” [Resolved]
    org.apache.xerces (2.9.0.v201005080400) “Apache Xerces-J” [Resolved]
    org.apache.xml.resolver (1.2.0.v201005080400) “Apache XmlResolver” [Resolved]
    org.apache.xml.serializer (2.7.1.v201005080400) “Apache XML Commons Serializer” [Resolved]
    org.eclipse.albireo.core (0.0.3.me201003052220) “Albireo Core (Incubation)” [Resolved]
    org.eclipse.ant.core (3.2.200.v20100427) “Ant Build Tool Core” [Starting]
    org.eclipse.ant.launching (1.0.0.v20100427) “Ant Launching Support” [Starting]
    org.eclipse.ant.ui (3.5.0.v20100427) “Ant UI” [Active]
    org.eclipse.atf.core (0.2.2.me201012142234) “Core Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.core (0.2.2.me201012110023) “Mozide Core Plugin (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.debug (0.2.2.me201012090051) “Mozilla Debug Plug-in (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.debug.ui (0.2.2.me201103110135) “Mozilla Debug UI Plug-in (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.ui (0.2.2.me201012090051) “Moz IDE UI Plug-in (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.ui.extras (0.2.2.me201003052220) “Mozilla IDE UI Extras Plug-in (Incubation)” [Starting]
    org.eclipse.atf.templates (0.2.2.me201003052220) “Templates Plug-in (Incubation)” [Starting]
    org.eclipse.atf.ui (0.2.2.me201012090051) “Ui Plug-in (Incubation)” [Starting]
    org.eclipse.birt (2.6.1.me201012090051) “Business Intelligence and Reporting Tools” [Resolved]
    org.eclipse.birt.chart.device.extension (2.6.1.v20100902) “BIRT Chart Device Extension(s)” [Starting]
    org.eclipse.birt.chart.device.pdf (2.5.2.v20091022) “BIRT Chart Device PDF Extension” [Starting]
    org.eclipse.birt.chart.device.svg (2.6.1.v20100902) “BIRT Chart Device SVG Extension” [Starting]
    org.eclipse.birt.chart.device.swt (2.6.1.v20100812) “BIRT Chart Device SWT Extension” [Starting]
    org.eclipse.birt.chart.engine (2.6.1.v20100909) “BIRT Chart Engine” [Starting]
    org.eclipse.birt.chart.engine.extension (2.6.1.v20100902) “BIRT Chart Engine Extension” [Starting]
    org.eclipse.birt.chart.examples.core (2.6.1.v20100812) “BIRT Chart Examples Core Plug-in” [Starting]
    org.eclipse.birt.chart.reportitem (2.6.1.v20100914) “BIRT Chart-Report Integration” [Starting]
    org.eclipse.birt.chart.reportitem.ui (2.6.1.me201103162335) “BIRT Chart-Report UI Integration Plug-in” [Starting]
    org.eclipse.birt.chart.ui (2.6.1.v20100819) “BIRT Chart Library UI Plug-in” [Starting]
    org.eclipse.birt.chart.ui.extension (2.6.1.v20100902) “BIRT Chart UI Extension” [Starting]
    org.eclipse.birt.core (2.6.1.v20100819) “BIRT Core Package” [Starting]
    org.eclipse.birt.core.script.function (2.6.1.v20100909) “Function Plug-in” [Starting]
    org.eclipse.birt.core.ui (2.6.1.v20100812) “BIRT Core UI” [Starting]
    org.eclipse.birt.cshelp (2.6.1.me201012090051) “BIRT Context-sensitive Help” [Starting]
    org.eclipse.birt.data (2.6.1.v20100915) “BIRT Data Engine” [Starting]
    org.eclipse.birt.data.aggregation (2.6.1.v20100909) “Build-in Aggregation Plug-in” [Starting]
    org.eclipse.birt.doc (2.5.2.me201007130520) “BIRT Documentation” [Starting]
    org.eclipse.birt.integration.wtp.ui (2.6.0.me201012090051) “BIRT WTP Integration Plug-in” [Starting]
    org.eclipse.birt.report.data.adapter (2.6.1.v20100913) “BIRT Data Adapter” [Starting]
    org.eclipse.birt.report.data.bidi.utils (2.6.1.v20100909) “Bidi Utils” [Starting]
    org.eclipse.birt.report.data.bidi.utils.ui (2.5.2.v20100205) “Bidi UI Utils” [Starting]
    org.eclipse.birt.report.data.oda.jdbc (2.6.1.me201102240211) “BIRT ODA-JDBC Bridge Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile (2.6.1.v20100909) “JDBC Database Connection Data Source ODA Runtime Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb (2.6.1.v20100909) “BIRT Sample Database Connection Profile Plug-in” [Active]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui (2.6.1.v20100909) “plugin.name” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui (2.6.1.v20100909) “JDBC Database Connection Data Source ODA Designer” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.ui (2.6.1.me201012110023) “BIRT JDBC UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.sampledb (2.6.1.v20100909) “BIRT Sample Database” [Starting]
    org.eclipse.birt.report.data.oda.sampledb.ui (2.6.1.v20100909) “BIRT Sample Database UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.xml (2.5.2.v20100205) “BIRT ODA-XML Driver” [Starting]
    org.eclipse.birt.report.data.oda.xml.ui (2.5.2.v20100205) “BIRT ODA XML Designer” [Starting]
    org.eclipse.birt.report.debug.core (2.5.2.me201003052220) “BIRT Debug Core Plug-in” [Resolved]
    org.eclipse.birt.report.debug.ui (2.6.1.me201012090051) “BIRT Debug UI Plug-in” [Active]
    org.eclipse.birt.report.designer.core (2.6.1.me201012090051) “BIRT Designer Core” [Starting]
    org.eclipse.birt.report.designer.ui (2.6.1.me201012090051) “BIRT Designer UI” [Starting]
    org.eclipse.birt.report.designer.ui.cubebuilder (2.6.1.v20100902) “BIRT Cube Builder Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.data (2.6.1.me201102240211) “BIRT Designer Data Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.script (2.5.2.v20100127) “BIRT Enhanced Script Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.xml.wtp (2.6.1.v20100902) “BIRT Advanced XML Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors (2.6.1.me201012090051) “BIRT MultipageEditor Extension Point Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors.schematic (2.6.1.v20100902) “BIRT Editors Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.ide (2.6.1.me201012090051) “BIRT Designer UI for IDE” [Starting]
    org.eclipse.birt.report.designer.ui.lib (2.6.1.v20100902) “BIRT Designer UI for Library” [Starting]
    org.eclipse.birt.report.designer.ui.lib.explorer (2.6.1.v20100902) “BIRT Library Explorer Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.preview.web (2.6.1.me201012090051) “BIRT Preview Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.views (2.6.1.v20100902) “BIRT UI Views Plug-in” [Starting]
    org.eclipse.birt.report.engine (2.6.1.v20100915) “BIRT Engine” [Starting]
    org.eclipse.birt.report.engine.dataextraction (2.6.1.v20100826) “Dataextraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.dataextraction.csv (2.6.1.v20100813) “CSV Data Extraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.config (2.5.2.v20100208) “BIRT Emitter Configuration Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.excel.config (2.6.1.v20100812) “BIRT Excel Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.html (2.6.1.v20100909) “BIRT HTML Emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.html.config (2.5.2.v20100208) “BIRT HTML Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf (2.6.1.v20100909) “BIRT PDF emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf.config (2.6.1.v20100812) “BIRT PDF Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.postscript (2.6.1.v20100909) “BIRT POSTSCRIPT emitter” [Resolved]
    org.eclipse.birt.report.engine.emitter.postscript.config (2.6.1.v20100812) “BIRT Postscript Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.ppt (2.6.1.v20100909) “BIRT PPT emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.ppt.config (2.6.1.v20100812) “BIRT PPT Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.prototype.excel (2.6.1.v20100812) “BIRT Excel emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml (2.6.1.v20100826) “BIRT Word emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml.config (2.6.1.v20100812) “BIRT Word Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.fonts (2.6.1.v20100812) “BIRT Engine fonts” [Resolved]
    org.eclipse.birt.report.engine.script.javascript (2.6.1.v20100812) “BIRT Javascript Engine” [Starting]
    org.eclipse.birt.report.item.crosstab.core (2.6.1.v20100902) “BIRT Crosstab Plug-in” [Starting]
    org.eclipse.birt.report.item.crosstab.ui (2.6.1.me201012090051) “BIRT Crosstab UI Plug-in” [Starting]
    org.eclipse.birt.report.model (2.6.1.v20100909) “BIRT Model” [Starting]
    org.eclipse.birt.report.model.adapter.oda (2.6.1.v20100909) “BIRT Model ODA Adapter” [Starting]
    org.eclipse.birt.report.viewer (2.6.1.v20100913) “BIRT Web Viewer” [Starting]
    org.eclipse.birt.resources (2.6.1.me201012090051) “BIRT Resources Plug-in” [Resolved]
    org.eclipse.compare (3.5.100.I20100526-0800) “Compare Support” [Active]
    org.eclipse.compare.core (3.5.100.I20100526-0800) “Core Compare Support” [Active]
    org.eclipse.compare.win32 (1.0.100.I20100505-1245) “Compare Support for Word” [Starting]
    org.eclipse.core.boot (3.1.200.v20100505) “Core Boot” [Starting]
    org.eclipse.core.commands (3.6.0.I20100512-1500) “Commands” [Resolved]
    org.eclipse.core.contenttype (3.4.100.v20100505-1235) “Eclipse Content Mechanism” [Active]
    org.eclipse.core.databinding (1.3.100.I20100601-0800) “JFace Data Binding” [Starting]
    org.eclipse.core.databinding.beans (1.2.100.I20100601-0800) “JFace Data Binding for JavaBeans” [Resolved]
    org.eclipse.core.databinding.observable (1.3.0.I20100601-0800) “JFace Data Binding Observables” [Active]
    org.eclipse.core.databinding.property (1.3.0.I20100601-0800) “JFace Data Binding” [Starting]
    org.eclipse.core.expressions (3.4.200.v20100505) “Expression Language” [Active]
    org.eclipse.core.externaltools (1.0.1.v20100831_r361) “External Tools Headless Support” [Starting]
    org.eclipse.core.filebuffers (3.5.100.v20100520-0800) “File Buffers” [Active]
    org.eclipse.core.filesystem (1.3.1.R36x_v20100727-0745) “Core File Systems” [Active]
    org.eclipse.core.filesystem.win32.x86 (1.1.201.R36x_v20100727-0745) “Core File System for Windows” [Resolved]
    org.eclipse.core.jobs (3.5.1.R36x_v20100824) “Eclipse Jobs Mechanism” [Active]
    org.eclipse.core.net (1.2.100.I20100511-0800) “Internet Connection Management” [Active]
    org.eclipse.core.net.win32.x86 (1.0.100.I20100511-0800) “Proxy for Windows” [Resolved]
    org.eclipse.core.resources (3.6.0.R36x_v20100825-0600) “Core Resource Management” [Active]
    org.eclipse.core.resources.win32.x86 (3.5.100.v20100505-1345) “Core Resource Management Win32 Fragment” [Resolved]
    org.eclipse.core.runtime (3.6.0.v20100505) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.2.100.v20100505) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.200.v20100517) “Authorization Compatibility Plug-in” [Active]
    org.eclipse.core.runtime.compatibility.registry (3.3.0.v20100520) “Eclipse Registry Compatibility Fragment” [Resolved]
    org.eclipse.core.variables (3.2.400.v20100505) “Core Variables” [Active]
    org.eclipse.cvs (1.0.500.v201009090800) “Eclipse CVS Client” [Starting]
    org.eclipse.dali.core (0.5.0.me201101232045) “Dali Core” [Starting]
    org.eclipse.datatools.connectivity (1.2.1.me201012090051) “Data Tools Platform Connectivity Plug-in” [Active]
    org.eclipse.datatools.connectivity.apache.derby (1.0.100.v200906020900) “Eclipse Data Tools Platform Derby Plug-in” [Active]
    org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.0.2.v200906161815) “Eclipse Data Tools Platform Apache Derby Database Definition” [Starting]
    org.eclipse.datatools.connectivity.apache.derby.ui (1.0.3.v201007080903) “Eclipse Data Tools Platform Apache Derby UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.console.profile (1.0.0.v200906020553) “DTP Connection Profiles Storage File Editor Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic (1.0.1.v200908130547) “Eclipse Data Tools Platform Generic DB Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v201004070709) “Eclipse Data Tools Platform Generic DB UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.1.v200906161815) “Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda (3.3.1.v201008030730) “DTP Open Data Access” [Starting]
    org.eclipse.datatools.connectivity.oda.consumer (3.2.3.v201005281018) “DTP ODA Consumer Helper Component Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.design (3.3.1.v201008171206) “DTP ODA Design Session Model” [Starting]
    org.eclipse.datatools.connectivity.oda.design.ui (3.2.4.v201007150318) “DTP ODA Designer UI Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile (3.1.1.v201001131420) “Eclipse Data Tools Platform Flat File ODA Runtime Driver” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile.ui (3.1.1.v201001131420) “Eclipse Data Tools Platform Flat File ODA Designer” [Starting]
    org.eclipse.datatools.connectivity.oda.profile (3.2.4.v201007150318) “DTP ODA Connection Profile Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.template.ui (3.2.1.v201004090942) “DTP ODA New Plug-in Template Wizard” [Starting]
    org.eclipse.datatools.connectivity.sqm.core (1.2.1.me201012090051) “Eclipse Data Tools Platform SQM Core Plug-in” [Active]
    org.eclipse.datatools.connectivity.sqm.core.ui (1.2.0.v201002281800) “Eclipse Data Tools Platform SQM UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.server.ui (1.1.100.v200910270503) “Eclipse Data Tools Platform Server UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui (1.2.0.v201006250003) “Data Tools Platform Connectivity UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui.dse (1.1.4.v201004270430) “Eclipse Data Tools Platform Data Source Explorer Plug-in” [Starting]
    org.eclipse.datatools.doc.user (1.7.0.20090521092446) “Data Tool Platform User Documentation” [Starting]
    org.eclipse.datatools.enablement.finfo (1.5.1.v200906161800) “Eclipse Data Tools Platform Enablement” [Starting]
    org.eclipse.datatools.enablement.hsqldb (1.0.0.v200906020900) “Eclipse Data Tools Platform HSQLDB Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.0.0.v200906161800) “Eclipse Data Tools Platform HSQLDB Database Definition Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.0.3.v200906161800) “DB2 UDB iSeries Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.ui (1.0.1.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB UI iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.0.4.v201005211215) “Eclipse Data Tools Platform DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.0.4.v201005211230) “DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.ui (1.0.1.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB zSeries UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix (1.0.1.v201005211230) “Eclipse Data Tools Platform Informix Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.0.4.v201005211230) “Eclipse Data Tools Platform Informix Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.ui (1.0.2.v201005211230) “Eclipse Data Tools Platform Informix UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform IBM UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres (1.0.0.v200906111150) “Ingres DTP Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres.dbdefinition (1.0.0.v200906161800) “Ingres DTP Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres.ui (1.0.0.v201006242214) “Ingres DTP UI Plug-in” [Active]
    org.eclipse.datatools.enablement.jdt.classpath (1.0.1.me201012090051) “Data Tools Platform Connectivity JDT Extension Plug-in” [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver (1.0.1.v201001180222) “Eclipse Data Tools Platform Microsoft SQL Server Plug-in” [Active]
    org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition (1.0.0.v201004211630) “Eclipse Data Tools Platform SQL Server Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver.ui (1.0.1.v200908130512) “Eclipse Data Tools Platform Microsoft SQL Server UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.mysql (1.0.2.me201012090051) “Eclipse Data Tools Platform MySQL Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.mysql.dbdefinition (1.0.4.v200906161800) “Eclipse Data Tools Platform MySQL Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.mysql.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform MySQL UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.oda.ws (1.2.2.v201001131420) “Eclipse Data Tools Platform Web Services ODA Runtime Driver” [Starting]
    org.eclipse.datatools.enablement.oda.ws.ui (1.2.2.v201007141330) “Eclipse Data Tools Platform Web Services ODA Designer” [Starting]
    org.eclipse.datatools.enablement.oda.xml (1.2.1.v201001151620) “Eclipse Data Tools Platform XML ODA Runtime Driver” [Starting]
    org.eclipse.datatools.enablement.oda.xml.ui (1.2.1.v201006031500) “Eclipse Data Tools Platform XML ODA Designer” [Starting]
    org.eclipse.datatools.enablement.oracle (1.0.0.v200908130544) “Eclipse Data Tools Platform Oracle Plug-in” [Starting]
    org.eclipse.datatools.enablement.oracle.dbdefinition (1.0.101.v201004211630) “Eclipse Data Tools Platform Oracle Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.oracle.ui (1.0.2.v201005051303) “Eclipse Data Tools Platform Oracle UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.postgresql (1.0.1.v200906020900) “PostgreSQL Connection Profile and Driver Template Plug-in” [Starting]
    org.eclipse.datatools.enablement.postgresql.dbdefinition (1.0.1.v200906161800) “PostgreSQL DB Definition” [Starting]
    org.eclipse.datatools.enablement.postgresql.ui (1.0.0.v200906020900) “PostgreSQL Connection Profile and Driver Template UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.sap.maxdb (1.0.0.v200906020900) “Eclipse Data Tools Platform MaxDB Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.dbdefinition (1.0.0.v200906161800) “Eclipse Data Tools Platform MaxDB Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform MaxDB UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.sqlite (1.0.0.v201002041100) “Eclipse Data Tools Platform SQLite Enablement Plug-in” [Active]
    org.eclipse.datatools.enablement.sqlite.dbdefinition (1.0.1.v201002041100) “Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.sqlite.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform SQLite UI Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.sybase (1.0.1.v200906020900) “High-level Sybase Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.sybase.asa (1.0.1.v200906020900) “Sybase ASA Plug-in” [Active]
    org.eclipse.datatools.enablement.sybase.asa.dbdefinition (1.0.0.v200906161800) “Eclipse Data Tools Platform Sybase ASA Database Definition” [Starting]
    org.eclipse.datatools.enablement.sybase.asa.models (1.0.0.v200906020900) “Sybase ASA SQL Model” [Active]
    org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples (2.5.0.200810071) “Sybase ASA Schema Object Editor” [Active]
    org.eclipse.datatools.enablement.sybase.asa.ui (1.0.1.v200906111150) “Sybase ASA Connection Profile UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.sybase.ase (1.0.1.v200906020900) “JDBC/Sybase ASE Connection Profile Plug-in” [Active]
    org.eclipse.datatools.enablement.sybase.ase.dbdefinition (1.0.0.v200906161800) “Eclipse Data Tools Platform Sybase ASE Database Definition” [Starting]
    org.eclipse.datatools.enablement.sybase.ase.models (1.0.1.v200906020900) “Sybase ASE Model Plug-in” [Starting]
    org.eclipse.datatools.enablement.sybase.ase.ui (1.0.1.v200906020900) “ASE Enablement UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.sybase.models (1.0.0.v200906020900) “Sybase Model Plug-in” [Active]
    org.eclipse.datatools.enablement.sybase.ui (1.0.0.v200906090458) “Sybase UI Plug-in” [Starting]
    org.eclipse.datatools.help (1.5.0.v200906020553) “Data Tools Platform Help Utilities” [Resolved]
    org.eclipse.datatools.modelbase.dbdefinition (1.0.2.v201002130228) “Eclipse Data Tools Platform DBDefinition Model” [Starting]
    org.eclipse.datatools.modelbase.derby (1.0.0.v201002161452) “Eclipse Data Tools Platform Derby Model Plug-in” [Starting]
    org.eclipse.datatools.modelbase.sql (1.0.4.v201002250945) “Eclipse Data Tools Platform SQLModel Plug-in” [Active]
    org.eclipse.datatools.modelbase.sql.edit (1.0.1.v201002161452) “Eclipse Data Tools Platform SQLModel Edit Plug-in” [Starting]
    org.eclipse.datatools.modelbase.sql.query (1.1.1.v201008100700) “Eclipse Data Tools Platform SQL Query Model Plugin” [Active]
    org.eclipse.datatools.modelbase.sql.query.edit (1.0.0.v200906022249) “SQL Query Edit Support Plugin” [Active]
    org.eclipse.datatools.modelbase.sql.xml.query (1.0.1.v201004291415) “Eclipse Data Tools Platform SQL XML Query Model Plugin” [Starting]
    org.eclipse.datatools.oda.cshelp (1.1.1.v200907031118) “DTP ODA Context-sensitive Help” [Starting]
    org.eclipse.datatools.sqltools.common.ui (1.0.0.v200906022302) “Eclipse Data Tools Platform SQL Tools Common UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.db.derby (1.0.0.v200906020900) “Eclipse Data Tools Platform Derby SQL Tools Plug-in” [Active]
    org.eclipse.datatools.sqltools.db.derby.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform Derby SQL Tools UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.db.generic (1.0.0.v200906020900) “Eclipse Data Tools Platform SQL Tools Generic Database Plug-in” [Active]
    org.eclipse.datatools.sqltools.db.generic.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform SQL Tools Generic Database UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.ddlgen.ui (1.0.1.v201002270530) “Eclipse Data Tools Platform FE UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.debugger.core (1.0.1.v201005250945) “Eclipse Data Tools Platform SQL Debugger Framework” [Starting]
    org.eclipse.datatools.sqltools.debugger.core.ui (1.0.0.me201012090051) “Eclipse Data Tools Platform SQL Debugger UI Framework” [Starting]
    org.eclipse.datatools.sqltools.editor.core (1.0.0.v201001150815) “Eclipse Data Tools Platform SQL Editor Core Plug-in” [Active]
    org.eclipse.datatools.sqltools.editor.core.ui (1.0.0.v201001150815) “Eclipse Data Tools Platform SQL Editor Core UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql (1.0.2.v201004291415) “Eclipse Data Tools Platform SQL Parser Plugin” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.1.v200906030654) “Eclipse Data Tools Platform Lexer Plug-in” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.query (1.2.0.v201004291415) “Eclipse Data Tools Platform SQL Query Parser Plugin” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.xml.query (1.0.0.v200906022302) “Eclipse Data Tools Platform SQL XML Query Parser Plugin” [Starting]
    org.eclipse.datatools.sqltools.plan (1.0.0.v200906022302) “Eclipse Data Tools Platform SQL Execution Plan View Plug-in” [Starting]
    org.eclipse.datatools.sqltools.result (1.1.0.v201005260930) “Eclipse Data Tools Platform SQL Results View Plug-ins” [Starting]
    org.eclipse.datatools.sqltools.result.ui (1.1.0.v201005261700) “Eclipse Data Tools Platform SQL Results View UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.routineeditor (1.0.0.v201003161000) “Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in” [Starting]
    org.eclipse.datatools.sqltools.routineeditor.ui (1.0.1.v201004060545) “Eclipse Data Tools Platform SQL Tools Routine Editor UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor (1.1.0.v200906022302) “Schema Object Editor Plug-in” [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor.ui (1.1.1.200810071) “Schema Object Editor Framework” [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages (

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Hibernate/Spring 2 wizards and generation

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