1 2 Previous Next 16 Replies Latest reply on Mar 15, 2009 1:16 PM by nmatrix9

    Not quite What I expected, Just started using JBoss tools

    nmatrix9

      I was expecting something a little more streamlined for development but so far it's just been staring at the console and hoping my JBoss appserver does not freeze up. I've following the tutorials at

      http://www.redhat.com/developer_studio/guides/GettingStartedGuide/html_single/#first_seam

      It looked relatively easy, but so far in the span of 2 days I have not been able to successfully deploy a single, SINGLE app on JBoss. Some are from myeclipse projects using richfaces being imported and others are from the tutorials I've been following on the JBoss site. I'm hoping it's something I'm missing or doing incorrectly and not the developer tools itself.

      Here is the error I recieved after trying to deploy the above seam project

      18:42:57,260 ERROR [MainDeployer] Could not start deployment: file:/home/nmatrix
      9/jbdevstudio/jboss-eap/jboss-as/server/default/deploy/MySeamProj.war/
      org.jboss.deployment.DeploymentException: URL file:/home/nmatrix9/jbdevstudio/jb
      oss-eap/jboss-as/server/default/deploy/MySeamProj.war/ deployment failed
      at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDepl
      oyer.java:376)
      at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.jav
      a:108)
      at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
      at org.jboss.web.WebModule.startModule(WebModule.java:83)
      at org.jboss.web.WebModule.startService(WebModule.java:61)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.
      java:289)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupp
      ort.java:245)
      at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.jav
      a:978)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:417)
      at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
      at $Proxy44.start(Unknown Source)
      at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45
      )
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java
      :133)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOpe
      rationInterceptor.java:142)
      at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:9
      7)
      at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServic
      eMBeanSupport.java:238)
      at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerIntercepto
      r.java:87)
      at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(S
      ubDeployerInterceptorSupport.java:188)
      at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.ja
      va:95)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
      at $Proxy45.start(Unknown Source)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
      at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java
      :133)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOpe
      rationInterceptor.java:142)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
      at $Proxy9.deploy(Unknown Source)
      at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanne
      r.java:421)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.
      java:634)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(
      AbstractDeploymentScanner.java:263)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(Abstract
      DeploymentScanner.java:336)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.
      java:289)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupp
      ort.java:245)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45
      )
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.jav
      a:978)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:417)
      at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:194)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45
      )
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45
      )
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorS
      ervice.java:266)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45
      )
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java
      :133)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOpe
      rationInterceptor.java:142)
      at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableI
      nterceptor.java:74)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.ja
      va:180)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45
      )
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java
      :155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:26
      4)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPIn
      voker.java:818)
      at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:419)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45
      )
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
      .java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:310)
      at sun.rmi.transport.Transport$1.run(Transport.java:171)
      at java.security.AccessController.doPrivileged(AccessController.java:284)
      at sun.rmi.transport.Transport.serviceCall(Transport.java:167)
      at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:547)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:
      802)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:6
      61)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.ja
      va:896)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:9
      18)
      at java.lang.Thread.run(Thread.java:735)

      I have absolutely no idea what could be the issue for this error, I'm on a Centos 5 box, using Sun's JDK 1.6.0_11. Any insight as to why I'm recieving the error or tips to make the whole JBoss deployment process less frustrating would be appreciated.

      Thank you,

        • 1. Re: Not quite What I expected, Just started using JBoss tool
          maxandersen

          what are you running ?

          which version of developer studio ?

          which AS ?

          which Seam ?

          if you used all the ones coming with JBDS it should definitly just all work out of the box - if you used some custom combination then who knows ;)

          in any case some more info please..

          • 2. Re: Not quite What I expected, Just started using JBoss tool
            maxandersen

            btw. the error you are showing is normally preceded with info on what failed ..i..e a missing persistence-unit or something similar ?

            • 3. Re: Not quite What I expected, Just started using JBoss tool
              nmatrix9

              I just restarted the app server and tried to deploy the seam project, after a couple hours struggling with the instructions on the tutorial. I realized something extremely subtle. SEAM or JSF applications cannot start with a UPPERCASE LETTER? Even the JBoss Developer Studio tutorial tells you to build your first seam project beginning with a upper case? Has anybody on the JBoss Dev Team noticed this? Is this a new feature? Is there a work around to this? It's extremely annoying now since I have to modify all of my previous projects to user lower case and they are all stored on CVS.

              • 4. Re: Not quite What I expected, Just started using JBoss tool
                akazakov

                It's a known issue.
                See https://jira.jboss.org/jira/browse/JBSEAM-3363
                And we have added this warning to New Seam Web Project Wizard for 3.0.0 beta1.
                See https://jira.jboss.org/jira/browse/JBIDE-2959
                And it fixed in docs since cr1.
                See https://jira.jboss.org/jira/browse/JBDS-466
                But I guess you use some earlier version.

                • 5. Re: Not quite What I expected, Just started using JBoss tool
                  maxandersen

                  nmatrix9, ah the dreaded casing issue ;(

                  Sorry to have that coming back and haunt you - it was caused by combinations of issues of AS and Seam and seem to only affect certain versions hence why it went undetected/unsolved for a while.

                  I really recommend that you use the latest CR2 if you want the smoothest ride.

                  • 6. Re: Not quite What I expected, Just started using JBoss tool
                    nmatrix9

                    Hello Max,

                    This is current version that I'm using

                    JBoss Developer Studio

                    Version: 2.0.0.CR2
                    Build id: R200901291303
                    Build date: 01/29/2009 13:22

                    • 7. Re: Not quite What I expected, Just started using JBoss tool
                      nmatrix9

                      akazakov,

                      The issue still remains on your public documentation I've already counted 2 live tutorials for 2 PROJECTS that have the project name using captial letters for the first letter in the project.

                      http://docs.jboss.org/tools/2.1.0.Beta1/GettingStartedGuide/html_single/index.html#d0e1330

                      and on

                      http://www.redhat.com/developer_studio/guides/GettingStartedGuide/html_single/

                      also you've forgot to include the method "hello()" from the setter ConvertToCap method on the simpleAction.java backing bean in your beginning seam tutorial. Nothing big for a experienced programmer but for a new programmer could have them screaming at their computer.

                      public void setConvertToCap(boolean convertToCap) {
                      this.convertToCap = convertToCap;
                      hello();
                      }

                      So despite the JIRA I'm still seeing this as I type this.

                      Thank you for your response.

                      • 8. Re: Not quite What I expected, Just started using JBoss tool
                        maxandersen

                        nmatrix - we are about to do a release that fixes all of the above with possibly exception of the convertToCap method; I'll follow up on that.

                        • 9. Re: Not quite What I expected, Just started using JBoss tool
                          maxandersen

                          p.s. if you want the latest/greatest version of the docs you can follow the Nightly docs build on jboss.org/tools

                          • 10. Re: Not quite What I expected, Just started using JBoss tool
                            nickboldt

                            Note that while stable, they change every 6 hrs or so, as a new build is produced.

                            Here's the update site for nightlies toward 3.0.0.GA:

                            http://download.jboss.org/jbosstools/updates/nightly/3.0.x/

                            • 11. Re: Not quite What I expected, Just started using JBoss tool
                              nmatrix9

                              This first week of using JBoss Developer Tools has left the following impressions it's been a hit and miss.

                              1. JBoss Developer Studio has technology called seam that allows you to focus more on business process than the backend programming process

                              2. RichFaces skinning does not work with your own tutorials? Still investigating that. Note I've had more success getting richfaces components and options working on glassfish than I had with JBoss. The irony has not escaped me on this as I essentially moved from myeclipse/glassfish to JBDS/JBoss because I wanted better richfaces component/tomahawk support.

                              3. in the span of a week I've had to literally re-install my JBoss Developer Studio tools 4 times (due to JBoss app server problems). I'm reasonably sure thats not normal, I'm on a Centos 5 box.

                              4. I've also got the impression that I'm a extremely patient guy because even after all this I"m still trying to use it.

                              5. This is the main kicker for me. After following a number of tutorials I'm beginning to see a pattern, critical info (especially if your a beginner will leave you shouting at your computer as to why the hell you can't you get a simple hibernate enabled application running on JBoss in 6 days). While it take only 4 hours before on a previous application server to get up and running. Again bad or sloppy documentation (Sherlock Holmes Syndrome i.e. "it's up to you figure out the clues as to what the author left out").

                              6. This one is especially concerning to me, when I hear of people talk about JBoss I hear the words "Sturdy", "Robust", "
                              Reliable" and "Easy to use". That last part is up for debate (I like configuring things via a graphical console rather than a slew of xml files but I don't mind configuring xml). But so far I've done 3 tutorials and one of them "guessNumber" has essentially frozen my JBoss app server instance on re-deploy?
                              (again after 2 days of this I had to do a reinstall of JBoss Developer Studio).

                              7. Right now the weakest link in all of this is the deploy process, essentially have to cross your fingers and hope the app server does not fall apart or freeze up on a hello world application. Which I find ridiculous or maybe my expectations are much too high? Even as I typed this my JBoss app server literally poped up a window just now asking me wether I would like for JBoss app server to stop as it failed to shut down normally. Which just left me shaking my head. Oh well I guess a 5th reinstallation will set things right?

                              Here is my eclipse configuration, maybe somebody can tell me what the heck is going on here as I'm spending more time debugging my development environment than I'm debugging my own programs.



                              *** Date: Saturday, March 14, 2009 7:31:57 PM ET

                              *** Platform Details:

                              *** System properties:
                              com.ibm.cpu.endian=little
                              com.ibm.jcl.checkClassPath=
                              com.ibm.oti.configuration=scar
                              com.ibm.oti.jcl.build=20080613_1526
                              com.ibm.oti.shared.enabled=false
                              com.ibm.oti.vm.bootstrap.library.path=/usr/java/ibm-java-x86_64-60/jre/lib/amd64/default:/usr/java/ibm-java-x86_64-60/jre/lib/amd64
                              com.ibm.oti.vm.library.version=24
                              com.ibm.util.extralibs.properties=
                              com.ibm.vm.bitmode=64
                              eclipse.buildId=M20090107-0800
                              eclipse.commands=-os
                              linux
                              -ws
                              gtk
                              -arch
                              x86_64
                              -showsplash
                              -launcher
                              /home/nmatrix9/jbdevstudio/eclipse/eclipse
                              -name
                              Eclipse
                              --launcher.library
                              /home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.101.R34x_v20080731/eclipse_1115.so
                              -startup
                              /home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
                              -exitdata
                              15c88016
                              -framework
                              plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
                              -vm
                              /usr/bin/java
                              eclipse.ee.install.verify=false
                              eclipse.home.location=file:/home/nmatrix9/jbdevstudio/eclipse/
                              eclipse.launcher=/home/nmatrix9/jbdevstudio/eclipse/eclipse
                              eclipse.p2.data.area=@config.dir/../p2
                              eclipse.p2.profile=SDKProfile
                              eclipse.product=com.jboss.jbds.product.product
                              eclipse.startTime=1237071556861
                              eclipse.vm=/usr/bin/java
                              eclipse.vmargs=-Xms128m
                              -Xmx512m
                              -XX:MaxPermSize=128m
                              -Dosgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1:start,org.eclipse.equinox.transforms.xslt@1:start,org.jboss.tools.equinox.transforms.xslt@1:start
                              -jar
                              /home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
                              file.encoding=UTF-8
                              file.separator=/
                              ibm.signalhandling.rs=false
                              ibm.signalhandling.sigchain=true
                              ibm.signalhandling.sigint=true
                              ibm.system.encoding=UTF-8
                              java.assistive=ON
                              java.awt.fonts=
                              java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
                              java.awt.printerjob=sun.print.PSPrinterJob
                              java.class.path=/home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
                              java.class.version=50.0
                              java.compiler=j9jit24
                              java.endorsed.dirs=/usr/java/ibm-java-x86_64-60/jre/lib/endorsed
                              java.ext.dirs=/usr/java/ibm-java-x86_64-60/jre/lib/ext
                              java.fullversion=J2RE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460-20080816_22093 (JIT enabled, AOT enabled)
                              J9VM - 20080816_022093_LHdSMr
                              JIT - r9_20080721_1330ifx2
                              GC - 20080724_AA
                              java.home=/usr/java/ibm-java-x86_64-60/jre
                              java.io.tmpdir=/tmp
                              java.jcl.version=20080808_02
                              java.library.path=/usr/java/ibm-java-x86_64-60/jre/lib/amd64/default:/usr/java/ibm-java-x86_64-60/jre/lib/amd64:/usr/lib64/xulrunner-1.9:/usr/lib
                              java.runtime.name=Java(TM) SE Runtime Environment
                              java.runtime.version=jvmxa6460-20080816_22093
                              java.specification.name=Java Platform API Specification
                              java.specification.vendor=Sun Microsystems Inc.
                              java.specification.version=1.6
                              java.util.prefs.PreferencesFactory=java.util.prefs.FileSystemPreferencesFactory
                              java.vendor=IBM Corporation
                              java.vendor.url=http://www.ibm.com/
                              java.version=1.6.0
                              java.vm.info=J2RE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460-20080816_22093 (JIT enabled, AOT enabled)
                              J9VM - 20080816_022093_LHdSMr
                              JIT - r9_20080721_1330ifx2
                              GC - 20080724_AA
                              java.vm.name=IBM J9 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=IBM Corporation
                              java.vm.version=2.4
                              jxe.current.romimage.version=13
                              jxe.lowest.romimage.version=13
                              line.separator=

                              org.eclipse.equinox.launcher.splash.location=/home/nmatrix9/jbdevstudio/eclipse/configuration/org.eclipse.equinox.launcher/com.jboss.jbds.product_3.0.0.CR2-R200901291303/splash.bmp
                              org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
                              org.eclipse.swt.browser.XULRunnerPath=/home/nmatrix9/jbdevstudio/studio/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.8.1.4-20080112/xulrunner
                              org.eclipse.update.reconcile=false
                              org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
                              org.osgi.framework.language=en
                              org.osgi.framework.os.name=Linux
                              org.osgi.framework.os.version=2.6.18.1
                              org.osgi.framework.processor=x86-64
                              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.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.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
                              org.osgi.framework.vendor=Eclipse
                              org.osgi.framework.version=1.4.0
                              org.osgi.supports.framework.extension=true
                              org.osgi.supports.framework.fragment=true
                              org.osgi.supports.framework.requirebundle=true
                              os.arch=amd64
                              os.name=Linux
                              os.version=2.6.18.1
                              osgi.arch=x86_64
                              osgi.bundles=org.eclipse.equinox.transforms.hook,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1:start,org.eclipse.equinox.transforms.xslt@1:start,org.jboss.tools.equinox.transforms.xslt@1:start
                              osgi.bundles.defaultStartLevel=4
                              osgi.bundlestore=/home/nmatrix9/jbdevstudio/eclipse/configuration/org.eclipse.osgi/bundles
                              osgi.compatibility.bootdelegation=true
                              osgi.configuration.area=file:/home/nmatrix9/jbdevstudio/eclipse/configuration/
                              osgi.framework=file:/home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
                              osgi.framework.beginningstartlevel=1
                              osgi.framework.extensions=org.eclipse.equinox.transforms.hook
                              osgi.framework.shape=jar
                              osgi.framework.version=3.4.3.R34x_v20081215-1030
                              osgi.frameworkClassPath=., file:/home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.transforms.hook_1.0.0.v20080610.jar
                              osgi.install.area=file:/home/nmatrix9/jbdevstudio/eclipse/
                              osgi.instance.area=file:/home/nmatrix9/workspaceTutorial/
                              osgi.instance.area.default=file:/home/nmatrix9/workspace/
                              osgi.launcherIni=eclipse
                              osgi.launcherPath=.
                              osgi.logfile=/home/nmatrix9/workspaceTutorial/.metadata/.log
                              osgi.manifest.cache=/home/nmatrix9/jbdevstudio/eclipse/configuration/org.eclipse.osgi/manifests
                              osgi.nl=en_US
                              osgi.os=linux
                              osgi.splashLocation=/home/nmatrix9/jbdevstudio/eclipse/configuration/org.eclipse.equinox.launcher/com.jboss.jbds.product_3.0.0.CR2-R200901291303/splash.bmp
                              osgi.splashPath=platform:/base/plugins/com.jboss.jbds.product
                              osgi.syspath=/home/nmatrix9/jbdevstudio/eclipse/plugins
                              osgi.ws=gtk
                              path.separator=:
                              product.home=/home/nmatrix9/jbdevstudio/studio/eclipse/plugins/org.jboss.tools.common.model_3.0.0.CR2-R200901291303/
                              sun.arch.data.model=64
                              sun.boot.class.path=/usr/java/ibm-java-x86_64-60/jre/lib/amd64/default/jclSC160/vm.jar:/usr/java/ibm-java-x86_64-60/jre/lib/annotation.jar:/usr/java/ibm-java-x86_64-60/jre/lib/beans.jar:/usr/java/ibm-java-x86_64-60/jre/lib/java.util.jar:/usr/java/ibm-java-x86_64-60/jre/lib/jndi.jar:/usr/java/ibm-java-x86_64-60/jre/lib/logging.jar:/usr/java/ibm-java-x86_64-60/jre/lib/security.jar:/usr/java/ibm-java-x86_64-60/jre/lib/sql.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmorb.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmorbapi.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmcfw.jar:/usr/java/ibm-java-x86_64-60/jre/lib/rt.jar:/usr/java/ibm-java-x86_64-60/jre/lib/charsets.jar:/usr/java/ibm-java-x86_64-60/jre/lib/resources.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmpkcs.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmcertpathfw.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmjgssfw.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmjssefw.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmsaslfw.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmjcefw.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmjgssprovider.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmjsseprovider2.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmcertpathprovider.jar:/usr/java/ibm-java-x86_64-60/jre/lib/ibmxmlcrypto.jar:/usr/java/ibm-java-x86_64-60/jre/lib/management-agent.jar:/usr/java/ibm-java-x86_64-60/jre/lib/xml.jar:/usr/java/ibm-java-x86_64-60/jre/lib/jlm.jar:/usr/java/ibm-java-x86_64-60/jre/lib/javascript.jar
                              sun.boot.library.path=/usr/java/ibm-java-x86_64-60/jre/lib/amd64/default:/usr/java/ibm-java-x86_64-60/jre/lib/amd64
                              sun.desktop=gnome
                              sun.io.unicode.encoding=UnicodeLittle
                              sun.java.command=/home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /home/nmatrix9/jbdevstudio/eclipse/eclipse -name Eclipse --launcher.library /home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.101.R34x_v20080731/eclipse_1115.so -startup /home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -exitdata 15c88016 -framework plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar -vm /usr/bin/java -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m -Dosgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1:start,org.eclipse.equinox.transforms.xslt@1:start,org.jboss.tools.equinox.transforms.xslt@1:start -jar /home/nmatrix9/jbdevstudio/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
                              sun.java.launcher=SUN_STANDARD
                              sun.java.launcher.pid=30081
                              sun.java2d.fontpath=
                              sun.jnu.encoding=UTF-8
                              user.country=US
                              user.dir=/home/nmatrix9/jbdevstudio/eclipse
                              user.home=/home/nmatrix9
                              user.language=en
                              user.name=nmatrix9
                              user.timezone=America/Toronto
                              user.variant=

                              *** Features:
                              com.jboss.jbds.product.feature (3.0.0.CR2-R200901291303) "JBoss Developer Studio"
                              org.eclipse.cvs (1.1.1.r34x_20080902-7C79E8N9nJD4oAW9V1218) "Eclipse CVS Client"
                              org.eclipse.datatools.common.doc.user (1.6.1.v200809191145-1507w31191939244824) "Data Tools Platform Tutorial Documentation"
                              org.eclipse.datatools.connectivity.doc.user (1.6.1.v200809191145-27A18s733I3I7I599G59) "Data Tools Platform Connectivity Documentation"
                              org.eclipse.datatools.connectivity.feature (1.6.1.v200809191145-7_7K7_Dn-QY4jNGDlg0YiVa76H) "Data Tools Platform Connectivity Plug-in"
                              org.eclipse.datatools.connectivity.oda.designer.feature (1.6.1.v200809191145-7C67OCYQCD4D-JkHcYh) "DTP ODA Designer UI Framework Plug-in"
                              org.eclipse.datatools.connectivity.oda.feature (1.6.1.v200809191145-7F27PBcMAAwAtKkESVZ) "DTP Open Data Access"
                              org.eclipse.datatools.doc.user (1.6.1.v200809191145-37A09oA55S5P_P8CEO24) "Data Tools Platform User Documentation"
                              org.eclipse.datatools.enablement.apache.derby.feature (1.6.1.v200809191145-652AlJAKaLiJyLhdmBEKK) "High-level Sybase Enablement Plug-in"
                              org.eclipse.datatools.enablement.feature (1.6.1.v200809191145-7D8H7C9FSwOBZabCz-MXEZLR8Rnc) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.hsqldb.feature (1.6.1.v200809191145-57_1_pF9IQJZIsJcVhBEKK) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.ibm.feature (1.6.1.v200809191145-7D43EB7sQS9RbiYgHAa) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.jdbc.feature (1.6.1.v200809191145-3-09oA55S5J8JADJJ) "High-level Sybase Enablement Plug-in"
                              org.eclipse.datatools.enablement.msft.feature (1.6.1.v200809191145-442_kE77c7VBQDFNW) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.mysql.feature (1.6.1.v200809191145-442_kE77c7TBTBKPQ) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.oda.designer.feature (1.6.1.v200809191145-2118s733I3I6C4_6C) "Eclipse Data Tools Platform XML ODA Designer"
                              org.eclipse.datatools.enablement.oda.feature (1.6.1.v200809191145-797P6CYQCD4CvIcEeNW) "Eclipse Data Tools Platform XML ODA Runtime Driver"
                              org.eclipse.datatools.enablement.oracle.feature (1.6.1.v200809191145-442_kE77c7UAOBJML) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.postgresql.feature (1.6.1.v200809191145-441_kE77c7R_RCIOP) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.sap.feature (1.6.1.v200809191145-440_kE77c7QAQEIQQ) "Eclipse Data Tools Platform Enablement"
                              org.eclipse.datatools.enablement.sybase.feature (1.6.1.v200809191145-7A-5E9IgKLhLGetRuu9) "High-level Sybase Enablement Plug-in"
                              org.eclipse.datatools.intro (1.6.1.v200806271731-1507w311918132411) "Eclipse Data Tools Platform Intro Plug-in"
                              org.eclipse.datatools.modelbase.feature (1.6.1.v200809191145-6-0BcMAAwAmEgFXTT) "Eclipse Data Tools Platform SQLModel Plug-in"
                              org.eclipse.datatools.sdk.feature (1.6.1.v200809191145-67S39KdPRD0xFFr12VxQFZUflz05) "DTP Connectivity Templates Plug-in"
                              org.eclipse.datatools.sdk.feature.source (1.6.1.v200809191145) "Eclipse Datatools Source"
                              org.eclipse.datatools.sqldevtools.feature (1.6.1.v200809191145-7F7d5E8yz-UHrDYUGnc_DXkE39Kp) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in"
                              org.eclipse.datatools.sqltools.doc.user (1.6.1.v200809191145-1507w31191939244824) "Data Tools Platform SQL Dev Tools Documentation"
                              org.eclipse.draw2d (3.4.1.v20080806-3307w31191_2102462) "Graphical Editing Framework Draw2d"
                              org.eclipse.emf (2.4.1.v200808251517) "EMF - Eclipse Modeling Framework"
                              org.eclipse.emf.codegen (2.4.0.v200808251517) "EMF Code Generation"
                              org.eclipse.emf.codegen.ecore (2.4.1.v200808251517) "EMF Ecore Code Generator"
                              org.eclipse.emf.codegen.ecore.ui (2.4.1.v200808251517) "EMF Ecore Code Generator UI"
                              org.eclipse.emf.codegen.ui (2.4.0.v200808251517) "EMF Code Generation UI"
                              org.eclipse.emf.common (2.4.0.v200808251517) "EMF Common"
                              org.eclipse.emf.common.ui (2.4.0.v200808251517) "EMF Common UI"
                              org.eclipse.emf.converter (2.4.1.v200808251517) "EMF Model Converter"
                              org.eclipse.emf.databinding (1.0.0.v200808251517) "EMF Data Binding"
                              org.eclipse.emf.databinding.edit (1.0.0.v200808251517) "EMF Edit Data Binding"
                              org.eclipse.emf.ecore (2.4.1.v200808251517) "EMF Ecore"
                              org.eclipse.emf.ecore.edit (2.4.1.v200808251517) "EMF Ecore Edit"
                              org.eclipse.emf.ecore.editor (2.4.0.v200808251517) "EMF Sample Ecore Editor"
                              org.eclipse.emf.edit (2.4.1.v200808251517) "EMF Edit"
                              org.eclipse.emf.edit.ui (2.4.1.v200808251517) "EMF Edit UI"
                              org.eclipse.emf.mapping (2.4.0.v200808251517) "EMF Mapping"
                              org.eclipse.emf.mapping.ecore (2.4.0.v200808251517) "EMF Ecore Mapping"
                              org.eclipse.emf.mapping.ecore.editor (2.4.0.v200808251517) "EMF Ecore Mapping Editor"
                              org.eclipse.emf.mapping.ui (2.4.0.v200808251517) "EMF Mapping UI"
                              org.eclipse.gef (3.4.1.v20080806-67718083A56B4H2A3213573) "Graphical Editing Framework GEF"
                              org.eclipse.help (1.0.1.R34x_v20080827-7r7xEJ1EJBZu5nHcP-M5jM9LCWa_) "Help System Base"
                              org.eclipse.jdt (3.4.2.r342_v20081217-7o7tEAoEEDWEm0IUqTk2ty94BhHI) "Eclipse Java Development Tools"
                              org.eclipse.jst (3.0.3.v200809250443-7U-9-9LJGGJebgG8HYgv5FBP0NUr) "J2EE Standard Tools (JST)"
                              org.eclipse.jst.ws.axis2tools.feature (1.0.2.v200810151341-77-E_ECYQCD4FdMjLXVW) "J2EE Standard Tools (JST)"
                              org.eclipse.pde (3.4.1.r341_v20080731-7T7U1E9imVKxC8Y9p_jRS) "PDE"
                              org.eclipse.platform (3.4.2.r34x_v20090104-9I96EiPElHi8lchKDDIG2lH4EeSLXWPDQLgbA) "Eclipse Platform"
                              org.eclipse.rcp (3.4.100.r341_v20080814-989JESPEcAexPuKBVZ9EZW5r4A63) "Eclipse RCP"
                              org.eclipse.sdk (3.4.1.R34x_v20081217-7O7S7CC2J4xuKEjF2Usz0WM3JjrgLOfNw_2kxK0DSEh3x) "Eclipse Project SDK"
                              org.eclipse.wst (3.0.3.v200809250443-7A-8i8Qqcz0FaVgjXSD6brFQN64Z) "Web Standard Tools (WST)"
                              org.eclipse.xsd (2.4.1.v200808251517) "XSD - XML Schema Definition Model"
                              org.eclipse.xsd.ecore.converter (2.4.0.v200808251517) "XSD Ecore Converter"
                              org.eclipse.xsd.edit (2.4.0.v200808251517) "XSD Edit"
                              org.eclipse.xsd.editor (2.4.0.v200808251517) "XSD Sample Editor"
                              org.eclipse.xsd.mapping (2.4.0.v200808251517) "XSD Mapping"
                              org.eclipse.xsd.mapping.editor (2.4.0.v200808251517) "XSD Mapping Editor"
                              org.hibernate.eclipse.feature (3.2.4.CR2-R200901291303) "Hibernate Tools"
                              org.jboss.ide.eclipse.archives.feature (3.0.0.CR2-R200901291303) "JBoss Archives Tools"
                              org.jboss.ide.eclipse.as.feature (2.0.0.CR2-R200901291303) "JBossAS Tools"
                              org.jboss.ide.eclipse.freemarker.feature (1.0.2.GA-R200901291303) "FreeMarker IDE"
                              org.jboss.tools.esb.feature (1.1.0.CR2-R200901291303) "JBoss ESB Tools"
                              org.jboss.tools.jbpm.convert.feature (1.0.0.CR2-R200901291303) "jBPM Convert"
                              org.jboss.tools.jmx.feature (1.0.0.CR2-R200901291303) "JMX Console"
                              org.jboss.tools.portlet.feature (1.0.0.CR2-R200901291303) "JBoss Portlet"
                              org.jboss.tools.project.examples.feature (1.0.0.CR2-R200901291303) "Project Examples"
                              org.jboss.tools.richfaces.feature (3.0.0.CR2-R200901291303) "JBoss Tools RichFaces"
                              org.jboss.tools.seam.feature (3.0.0.CR2-R200901291303) "Seam Tools"
                              org.jboss.tools.struts_feature (3.0.0.CR2-R200901291303) "Struts Tools"
                              org.jboss.tools.ws.feature (1.0.0.CR2-R200901291303) "JBoss WebServices Tools"
                              org.springframework.ide.eclipse.aop.feature (2.2.0.v200809261800) "Spring IDE"
                              org.springframework.ide.eclipse.autowire.feature (2.2.0.v200809261800) "Spring IDE"
                              org.springframework.ide.eclipse.feature (2.2.0.v200809261800) "Spring IDE"
                              org.springframework.ide.eclipse.javaconfig.feature (2.2.0.v200809261800) "Spring IDE"
                              org.springframework.ide.eclipse.osgi.feature (2.2.0.v200809261800) "Spring IDE"
                              org.springframework.ide.eclipse.webflow.feature (2.2.0.v200809261800) "Spring IDE"

                              *** Plug-in Registry:
                              com.ibm.icu (3.8.1.v20080530) "International Components for Unicode for Java (ICU4J)" [Active]
                              com.jboss.jbds.product (3.0.0.CR2-R200901291303) "JBoss Developer Studio" [Starting]
                              com.jcraft.jsch (0.1.37.v200803061811) "JSch" [Resolved]
                              javax.activation (1.1.0.v200806101325) "Apache Geronimo Activation Plug-in" [Resolved]
                              javax.mail (1.4.0.v200804091730) "Javax Mail Plug-in" [Resolved]
                              javax.servlet (2.4.0.v200806031604) "Servlet API Bundle" [Resolved]
                              javax.servlet.jsp (2.0.0.v200806031607) "Java Server Pages API Bundle" [Resolved]
                              javax.wsdl (1.4.0.v200806030407) "WSDL4J" [Resolved]
                              javax.wsdl (1.5.1.v200806030408) "WSDL4J" [Resolved]
                              javax.xml (1.3.4.v200806030440) "JAXP XML" [Resolved]
                              javax.xml.rpc (1.1.0.v200806030420) "JAX-RPC" [Resolved]
                              javax.xml.soap (1.2.0.v200806030421) "SAAJ" [Resolved]
                              net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200803061910) "SourceForge LPG" [Resolved]
                              org.aopalliance (1.0.0) "aopalliance" [Resolved]
                              org.apache.ant (1.7.0.v200803061910) "Apache Ant" [Resolved]
                              org.apache.axis (1.4.0.v200807230600) "Apache Web Services" [Resolved]
                              org.apache.cactus (1.7.2.v200805140145) "Cactus Resource Plug-in" [Starting]
                              org.apache.commons.collections (3.2.0) "Apache Commons Collections" [Resolved]
                              org.apache.commons.discovery (0.2.0.v200806030120) "Jakarta-Commons Discovery" [Resolved]
                              org.apache.commons.el (1.0.0.v200806031608) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
                              org.apache.commons.logging (1.0.4.v20080605-1930) "Apache Commons Logging Plug-in" [Resolved]
                              org.apache.jasper (5.5.17.v200806031609) "Apache Jasper 2 Plug-in" [Resolved]
                              org.apache.log4j (1.2.13.v200806030600) "Apache Jakarta log4j Plug-in" [Resolved]
                              org.apache.lucene (1.9.1.v20080530-1600) "Apache Lucene" [Resolved]
                              org.apache.lucene.analysis (1.9.1.v20080530-1600) "Apache Lucene Analysis" [Resolved]
                              org.apache.wsil4j (1.0.0.v200806040330) "WSIL4J" [Resolved]
                              org.apache.xerces (2.9.0.v200805270400) "Apache Xerces-J" [Resolved]
                              org.apache.xml.resolver (1.2.0.v200806030312) "Apache XmlResolver" [Resolved]
                              org.apache.xml.serializer (2.7.1.v200806030322) "Apache XML Commons Serializer" [Resolved]
                              org.aspectj.aspectjrt (1.6.0.v200808071200) "aspecjrt" [Resolved]
                              org.aspectj.aspectjweaver (1.6.0.v200805211800) "aspectjweaver" [Resolved]
                              org.drools.eclipse (5.0.0.M5-R200901291303) "Drools Eclipse Plug-in" [Starting]
                              org.drools.eclipse.task (5.0.0.M5-R200901291303) "Drools Eclipse Task Plug-in" [Starting]
                              org.eclipse.ant.core (3.2.0.v20080529) "Ant Build Tool Core" [Starting]
                              org.eclipse.ant.ui (3.3.1.v20081219_r342) "Ant UI" [Starting]
                              org.eclipse.compare (3.4.1.r34x_20081015) "Compare Support" [Starting]
                              org.eclipse.core.boot (3.1.100.v20080218) "Core Boot" [Starting]
                              org.eclipse.core.commands (3.4.0.I20080509-2000) "Commands" [Resolved]
                              org.eclipse.core.contenttype (3.3.0.v20080604-1400) "Eclipse Content Mechanism" [Active]
                              org.eclipse.core.databinding (1.1.1.M20080827-0800b) "JFace Data Binding" [Active]
                              org.eclipse.core.databinding.beans (1.1.1.M20080827-0800a) "JFace Data Binding for JavaBeans" [Resolved]
                              org.eclipse.core.expressions (3.4.1.r342_v20081203-0800) "Expression Language" [Active]
                              org.eclipse.core.filebuffers (3.4.0.v20080603-2000) "File Buffers" [Active]
                              org.eclipse.core.filesystem (1.2.0.v20080604-1400) "Core File Systems" [Active]
                              org.eclipse.core.filesystem.linux.x86_64 (1.0.100.v20080604-1400) "Core File System for Linux" [Resolved]
                              org.eclipse.core.jobs (3.4.1.R34x_v20081128) "Eclipse Jobs Mechanism" [Active]
                              org.eclipse.core.net (1.1.0.I20080604) "Internet Connection Management" [Active]
                              org.eclipse.core.resources (3.4.1.R34x_v20080902) "Core Resource Management" [Active]
                              org.eclipse.core.resources.compatibility (3.4.0.v20080604-1400) "Core Resource Management Compatibility Fragment" [Resolved]
                              org.eclipse.core.runtime (3.4.0.v20080512) "Core Runtime" [Active]
                              org.eclipse.core.runtime.compatibility (3.2.0.v20071008) "Core Runtime Plug-in Compatibility" [Active]
                              org.eclipse.core.runtime.compatibility.auth (3.2.100.v20070502) "Authorization Compatibility Plug-in" [Active]
                              org.eclipse.core.runtime.compatibility.registry (3.2.200.v20080610) "Eclipse Registry Compatibility Fragment" [Resolved]
                              org.eclipse.core.variables (3.2.100.v20080529-1300) "Core Variables" [Active]
                              org.eclipse.cvs (1.0.100.v20080603) "Eclipse CVS Client" [Starting]
                              org.eclipse.datatools.common.doc.user (1.6.1.v20080828133713) "Data Tools Platform Tutorial Documentation" [Resolved]
                              org.eclipse.datatools.connectivity (1.1.1.v200809180120) "Data Tools Platform Connectivity Plug-in" [Active]
                              org.eclipse.datatools.connectivity.apache.derby (1.0.1.v200807150030) "Eclipse Data Tools Platform Derby Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.0.0.v200805152355) "Eclipse Data Tools Platform Apache Derby Database Definition" [Starting]
                              org.eclipse.datatools.connectivity.apache.derby.ui (1.0.1.v200807010433) "Eclipse Data Tools Platform Apache Derby UI Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.console.profile (1.0.0.v200805231345) "DTP Connection Profiles Storage File Editor Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.db.generic (1.0.0.v200805152355) "Eclipse Data Tools Platform Generic DB Connectivity Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v200805152355) "Eclipse Data Tools Platform Generic DB UI Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.0.v200805152355) "Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.doc.user (1.6.1.v20080828133713) "Data Tools Platform Connectivity Documentation" [Resolved]
                              org.eclipse.datatools.connectivity.doc.user.contexts (1.6.1.v20080828133713) "Data Tools Platform Connectivity Documentation for context-sensitive help" [Resolved]
                              org.eclipse.datatools.connectivity.oda (3.1.3.v200808270255) "DTP Open Data Access" [Starting]
                              org.eclipse.datatools.connectivity.oda.consumer (3.1.3.v200808270255) "DTP ODA Consumer Helper Component Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.oda.design (3.0.7.v200807231215) "DTP ODA Design Session Model" [Starting]
                              org.eclipse.datatools.connectivity.oda.design.ui (3.0.7.v200808051050) "DTP ODA Designer UI Framework Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.oda.flatfile (3.0.7.v200808261835) "Eclipse Data Tools Platform Flat File ODA Runtime Driver" [Starting]
                              org.eclipse.datatools.connectivity.oda.flatfile.ui (3.0.7.v200808130628) "Eclipse Data Tools Platform Flat File ODA Designer" [Starting]
                              org.eclipse.datatools.connectivity.oda.profile (3.0.6.v200805152355) "DTP ODA Connection Profile Framework Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.oda.template.ui (3.0.6.v200805152355) "DTP ODA New Plug-in Template Wizard" [Starting]
                              org.eclipse.datatools.connectivity.sqm.core (1.0.3.v200809180120) "Eclipse Data Tools Platform SQM Core Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.sqm.core.ui (1.1.1.v200808140022) "Eclipse Data Tools Platform SQM UI Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.sqm.server.ui (1.1.1.v200808300421) "Eclipse Data Tools Platform Server UI Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.ui (1.1.2.v200809150616) "Data Tools Platform Connectivity UI Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.ui.dse (1.1.1.v200807230727) "Eclipse Data Tools Platform Data Source Explorer Plug-in" [Starting]
                              org.eclipse.datatools.connectivity.ui.templates (1.0.0.v200805152355) "DTP Connectivity Templates Plug-in" [Starting]
                              org.eclipse.datatools.doc.isv (1.6.0.200806091108) "Data Tools Documentation Plug-in" [Resolved]
                              org.eclipse.datatools.doc.user (1.6.1.v20080828133713) "Data Tools Platform User Documentation" [Resolved]
                              org.eclipse.datatools.enablement.finfo (1.5.1.v200805152355) "Eclipse Data Tools Platform Enablement" [Starting]
                              org.eclipse.datatools.enablement.hsqldb (1.0.0.v200805152355) "Eclipse Data Tools Platform HSQLDB Enablement Plug-in" [Starting]
                              org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.0.0.v200805152355) "Eclipse Data Tools Platform HSQLDB Database Definition Enablement Plug-in" [Starting]
                              org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v200807220100) "Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.0.v200805152355) "Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.0.0.v200806100223) "DB2 UDB iSeries Database Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.iseries.ui (1.0.0.v200805160737) "Eclipse Data Tools Platform IBM DB2 UDB UI iSeries Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.luw (1.0.0.v200805152355) "Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.0.0.v200805152355) "Eclipse Data Tools Platform DB2 UDB Database Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.1.v200806260315) "Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.0.v200805152355) "Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.0.0.v200805152355) "DB2 UDB Database Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.db2.zseries.ui (1.0.0.v200805160737) "Eclipse Data Tools Platform IBM DB2 UDB zSeries UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.informix (1.0.0.v200805152355) "Eclipse Data Tools Platform Informix Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.0.1.v200807170829) "Eclipse Data Tools Platform Informix Database Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.informix.ui (1.0.1.v200806260315) "Eclipse Data Tools Platform Informix UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.ibm.ui (1.0.0.v200806271414) "Eclipse Data Tools Platform IBM UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.jdt.classpath (1.0.1.v200805152355) "Data Tools Platform Connectivity JDT Extension Plug-in" [Starting]
                              org.eclipse.datatools.enablement.msft.sqlserver (1.0.1.v200807181158) "Eclipse Data Tools Platform Microsoft SQL Server Plug-in" [Starting]
                              org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition (1.0.0.v200805152355) "Eclipse Data Tools Platform SQL Server Database Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.msft.sqlserver.ui (1.0.1.v200808222228) "Eclipse Data Tools Platform Microsoft SQL Server UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.mysql (1.0.1.v200808261158) "Eclipse Data Tools Platform MySQL Enablement Plug-in" [Starting]
                              org.eclipse.datatools.enablement.mysql.dbdefinition (1.0.1.v200805170742) "Eclipse Data Tools Platform MySQL Database Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.mysql.ui (1.0.0.v200805152355) "Eclipse Data Tools Platform MySQL UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.oda.ws (1.1.1.v200808211640) "Eclipse Data Tools Platform Web Services ODA Runtime Driver" [Starting]
                              org.eclipse.datatools.enablement.oda.ws.ui (1.1.1.v200808271112) "Eclipse Data Tools Platform Web Services ODA Designer" [Starting]
                              org.eclipse.datatools.enablement.oda.xml (1.1.1.v200808261409) "Eclipse Data Tools Platform XML ODA Runtime Driver" [Starting]
                              org.eclipse.datatools.enablement.oda.xml.ui (1.1.1.v200808130628) "Eclipse Data Tools Platform XML ODA Designer" [Starting]
                              org.eclipse.datatools.enablement.oracle (1.0.0.v200805152355) "Eclipse Data Tools Platform Oracle Plug-in" [Starting]
                              org.eclipse.datatools.enablement.oracle.dbdefinition (1.0.1.v200808021450) "Eclipse Data Tools Platform Oracle Database Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.oracle.ui (1.0.1.v200806260315) "Eclipse Data Tools Platform Oracle UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.postgresql (1.0.1.v200805152355) "PostgreSQL Connection Profile and Driver Template Plug-in" [Starting]
                              org.eclipse.datatools.enablement.postgresql.dbdefinition (1.0.0.v200805152355) "PostgreSQL DB Definition" [Starting]
                              org.eclipse.datatools.enablement.postgresql.ui (1.0.0.v200806060334) "PostgreSQL Connection Profile and Driver Template UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sap.maxdb (1.0.0.v200805152355) "Eclipse Data Tools Platform MaxDB Enablement Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sap.maxdb.dbdefinition (1.0.0.v200805152355) "Eclipse Data Tools Platform MaxDB Definition Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sap.maxdb.ui (1.0.0.v200805152355) "Eclipse Data Tools Platform MaxDB UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase (1.0.1.v200805310538) "High-level Sybase Enablement Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase.asa (1.0.1.v200805310538) "Sybase ASA Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase.asa.dbdefinition (1.0.0.v200805240040) "Eclipse Data Tools Platform Sybase ASA Database Definition" [Starting]
                              org.eclipse.datatools.enablement.sybase.asa.models (1.0.0.v200805152355) "Sybase ASA SQL Model" [Starting]
                              org.eclipse.datatools.enablement.sybase.asa.ui (1.0.1.v200805310538) "Sybase ASA Connection Profile UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase.ase (1.0.1.v200807010411) "JDBC/Sybase ASE Connection Profile Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase.ase.dbdefinition (1.0.0.v200805240040) "Eclipse Data Tools Platform Sybase ASE Database Definition" [Starting]
                              org.eclipse.datatools.enablement.sybase.ase.models (1.0.1.v200805152355) "Sybase ASE Model Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase.ase.ui (1.0.1.v200806260315) "ASE Enablement UI Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase.models (1.0.0.v200805152355) "Sybase Model Plug-in" [Starting]
                              org.eclipse.datatools.enablement.sybase.ui (1.0.0.v200808221518) "Sybase UI Plug-in" [Starting]
                              org.eclipse.datatools.help (1.5.0.v200805152355) "Data Tools Platform Help Utilities" [Resolved]
                              org.eclipse.datatools.intro (1.6.1.v200807021300) "Eclipse Data Tools Platform Intro Plug-in" [Resolved]
                              org.eclipse.datatools.modelbase.dbdefinition (1.0.0.v200808020150) "Eclipse Data Tools Platform DBDefinition Model" [Starting]
                              org.eclipse.datatools.modelbase.derby (1.0.0.v200805152355) "Derby Plug-in" [Starting]
                              org.eclipse.datatools.modelbase.sql (1.0.0.v200805152355) "Eclipse Data Tools Platform SQLModel Plug-in" [Starting]
                              org.eclipse.datatools.modelbase.sql.edit (1.0.0.v200805152355) "Eclipse Data Tools Platform SQLModel Edit Plug-in" [Starting]
                              org.eclipse.datatools.modelbase.sql.query (1.0.1.v200807251820) "Eclipse Data Tools Platform SQL Query Model Plugin" [Starting]
                              org.eclipse.datatools.modelbase.sql.query.edit (1.0.0.v200806070329) "SQL Query Edit Support Plugin" [Starting]
                              org.eclipse.datatools.modelbase.sql.xml.query (1.0.0.v200807080500) "Eclipse Data Tools Platform SQL XML Query Model Plugin" [Starting]
                              org.eclipse.datatools.oda.cshelp (1.1.0.v200808280228) "DTP ODA Context-sensitive Help" [Starting]
                              org.eclipse.datatools.sdk.feature.source (1.6.1.v200809191145) "Eclipse Datatools Source" [Resolved]
                              org.eclipse.datatools.sqltools.common.ui (1.0.0.v200807211830) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.data.core (1.0.0.v200808260630) "Data Core Plugin" [Starting]
                              org.eclipse.datatools.sqltools.data.ui (1.1.0.v200808260630) "Data UI Plugin" [Starting]
                              org.eclipse.datatools.sqltools.db.derby (1.0.0.v200805152355) "Eclipse Data Tools Platform Derby SQL Tools Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.db.generic (1.0.0.v200808140643) "Eclipse Data Tools Platform SQL Tools Generic Database Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.ddlgen.ui (1.0.0.v200808140615) "Eclipse Data Tools Platform FE UI Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.debugger.core (1.0.0.v200808140615) "Eclipse Data Tools Platform SQL Debugger Framework" [Starting]
                              org.eclipse.datatools.sqltools.doc.user (1.6.1.v20080828133713) "Data Tools Platform SQL Dev Tools Documentation" [Resolved]
                              org.eclipse.datatools.sqltools.editor.core (1.0.0.v200808271350) "Eclipse Data Tools Platform SQL Editor Core Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.parsers.sql (1.0.1.v200808140615) "Eclipse Data Tools Platform SQL Parser Plugin" [Starting]
                              org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.1.v200808080530) "Eclipse Data Tools Platform Lexer Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.parsers.sql.query (1.0.1.v200808140615) "Eclipse Data Tools Platform SQL Query Parser Plugin" [Starting]
                              org.eclipse.datatools.sqltools.parsers.sql.xml.query (1.0.0.v200808140615) "Eclipse Data Tools Platform SQL XML Query Parser Plugin" [Starting]
                              org.eclipse.datatools.sqltools.plan (1.0.0.v200807211830) "Eclipse Data Tools Platform SQL Execution Plan View Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.result (1.0.0.v200808271350) "Eclipse Data Tools Platform SQL Results View Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.routineeditor (1.0.0.v200807211830) "Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.sql (1.0.0.v200808140615) "Eclipse Data Tools Platform SQL Core Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.sqlbuilder (1.0.0.v200808271350) "SQL Builder" [Starting]
                              org.eclipse.datatools.sqltools.sqleditor (1.0.0.v200808271350) "Eclipse Data Tools Platform SQL Editor" [Starting]
                              org.eclipse.datatools.sqltools.sqlscrapbook (1.0.0.v200808271350) "Eclipse Data Tools Platform Sqlscrapbook Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.tabledataeditor (1.0.0.v200808300730) "Eclipse Data Tools Platform Table Data Editor Plug-in" [Starting]
                              org.eclipse.datatools.sqltools.tablewizard (1.0.0.v200808140615) "Eclipse Data Tools Platform Database Table Creation Plug-in" [Starting]
                              org.eclipse.debug.core (3.4.1.v20090106_r342) "Debug Core" [Active]
                              org.eclipse.debug.ui (3.4.2.v20090106_r342) "Debug UI" [Active]
                              org.eclipse.draw2d (3.4.1.v20080910-1351) "Graphical Editing Framework Draw2d" [Starting]
                              org.eclipse.ecf (2.0.0.v20080611-1715) "Eclipse Communication Framework (ECF)" [Starting]
                              org.eclipse.ecf.filetransfer (2.0.0.v20080611-1715) "ECF Filetransfer API" [Starting]
                              org.eclipse.ecf.identity (2.0.0.v20080611-1715) "ECF Identity API" [Starting]
                              org.eclipse.ecf.provider.filetransfer (2.0.0.v20080611-1715) "ECF Filetransfer Provider" [Starting]
                              org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20080611-1715) "ECF Filetransfer Provider" [Resolved]
                              org.eclipse.ecf.ssl (1.0.0.v20080611-1715) "Eclipse Communication Framework (ECF)" [Resolved]
                              org.eclipse.emf (2.4.0.v200808251517) "EMF - Eclipse Modeling Framework" [Starting]
                              org.eclipse.emf.ant (2.4.0.v200808251517) "EMF Ant Tasks" [Starting]
                              org.eclipse.emf.codegen (2.4.0.v200808251517) "EMF Code Generation" [Starting]
                              org.eclipse.emf.codegen.ecore (2.4.1.v200808251517) "EMF Ecore Code Generator" [Starting]
                              org.eclipse.emf.codegen.ecore.ui (2.4.1.v200808251517) "EMF Ecore Code Generator UI" [Starting]
                              org.eclipse.emf.codegen.ui (2.4.0.v200808251517) "EMF Code Generation UI" [Starting]
                              org.eclipse.emf.common (2.4.0.v200808251517) "EMF Common" [Active]
                              org.eclipse.emf.common.ui (2.4.0.v200808251517) "EMF Common UI" [Starting]
                              org.eclipse.emf.converter (2.4.0.v200808251517) "EMF Model Converter" [Starting]
                              org.eclipse.emf.databinding (1.0.0.v200808251517) "EMF Data Binding" [Starting]
                              org.eclipse.emf.databinding.edit (1.0.0.v200808251517) "EMF Edit Data Binding" [Starting]
                              org.eclipse.emf.ecore (2.4.1.v200808251517) "EMF Ecore" [Active]
                              org.eclipse.emf.ecore.change (2.4.0.v200808251517) "EMF Change Model" [Starting]
                              org.eclipse.emf.ecore.change.edit (2.4.0.v200808251517) "EMF Change Edit" [Starting]
                              org.eclipse.emf.ecore.edit (2.4.1.v200808251517) "EMF Ecore Edit" [Starting]
                              org.eclipse.emf.ecore.editor (2.4.0.v200808251517) "EMF Sample Ecore Editor" [Starting]
                              org.eclipse.emf.ecore.xmi (2.4.1.v200808251517) "EMF XML/XMI Persistence" [Active]
                              org.eclipse.emf.edit (2.4.1.v200808251517) "EMF Edit" [Starting]
                              org.eclipse.emf.edit.ui (2.4.1.v200808251517) "EMF Edit UI" [Starting]
                              org.eclipse.emf.exporter (2.4.0.v200808251517) "EMF Model Exporter" [Starting]
                              org.eclipse.emf.importer (2.4.1.v200808251517) "EMF Model Importer" [Starting]
                              org.eclipse.emf.importer.ecore (2.4.0.v200808251517) "EMF Ecore Importer" [Starting]
                              org.eclipse.emf.importer.java (2.4.1.v200808251517) "EMF Annotated Java Importer" [Starting]
                              org.eclipse.emf.importer.rose (2.4.0.v200808251517) "EMF Rose Importer" [Starting]
                              org.eclipse.emf.mapping (2.4.0.v200808251517) "EMF Mapping" [Starting]
                              org.eclipse.emf.mapping.ecore (2.4.0.v200808251517) "EMF Ecore Mapping" [Starting]
                              org.eclipse.emf.mapping.ecore.editor (2.4.0.v200808251517) "EMF Ecore Mapping Editor" [Starting]
                              org.eclipse.emf.mapping.ecore2ecore (2.4.0.v200808251517) "EMF Ecore to Ecore Mapping" [Starting]
                              org.eclipse.emf.mapping.ecore2ecore.editor (2.4.0.v200808251517) "EMF Ecore to Ecore Mapping Editor" [Starting]
                              org.eclipse.emf.mapping.ecore2xml (2.4.0.v200808251517) "EMF Ecore to XML Mapping" [Starting]
                              org.eclipse.emf.mapping.ecore2xml.ui (2.4.0.v200808251517) "EMF Ecore to XML Mapping Editor" [Starting]
                              org.eclipse.emf.mapping.ui (2.4.0.v200808251517) "EMF Mapping UI" [Starting]
                              org.eclipse.emf.mapping.xsd2ecore (2.4.0.v200808251517) "XSD to Ecore Mapping" [Starting]
                              org.eclipse.emf.mapping.xsd2ecore.editor (2.4.0.v200808251517) "XSD to Ecore Mapping Editor" [Starting]
                              org.eclipse.equinox.app (1.1.0.v20080421-2006) "Equinox Application Container" [Active]
                              org.eclipse.equinox.common (3.4.0.v20080421-2006) "Common Eclipse Runtime" [Active]
                              org.eclipse.equinox.frameworkadmin (1.0.2.R34x_v20081007) "Equinox Framework Admin" [Active]
                              org.eclipse.equinox.frameworkadmin.equinox (1.0.4.v20080930) "Equinox Framework Admin for Equinox" [Active]
                              org.eclipse.equinox.http.jetty (1.1.0.v20080425) "Jetty Http Service" [Starting]
                              org.eclipse.equinox.http.registry (1.0.100.v20080427-0830) "Http Service Registry Extensions" [Resolved]
                              org.eclipse.equinox.http.servlet (1.0.100.v20080427-0830) "Http Services Servlet" [Starting]
                              org.eclipse.equinox.jsp.jasper (1.0.100.v20080427-0830) "Jasper Jsp Support Bundle" [Starting]
                              org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20080427-0830) "Jasper Jsp Registry Support Plug-in" [Starting]
                              org.eclipse.equinox.launcher (1.0.101.R34x_v20081125) "Equinox Launcher" [Resolved]
                              org.eclipse.equinox.launcher.gtk.linux.x86_64 (1.0.101.R34x_v20080731) "Equinox Launcher Linux X86_64 Fragment" [Resolved]
                              org.eclipse.equinox.p2.artifact.repository (1.0.4.v20080930) "Equinox Provisioning Artifact Repository Support" [Active]
                              org.eclipse.equinox.p2.console (1.0.0.v20080514-1900) "Equinox Provisioning Console" [Starting]
                              org.eclipse.equinox.p2.core (1.0.4.v20081112-1019) "Equinox Provisioning Core" [Active]
                              org.eclipse.equinox.p2.director (1.0.4.v20081112-1019) "Equinox Provisioning Director" [Active]
                              org.eclipse.equinox.p2.director.app (1.0.1.R34x_v20080729) "Equinox Provisioning Director Application" [Starting]
                              org.eclipse.equinox.p2.directorywatcher (1.0.2.v20080806-1619) "Equinox Provisioning Directory Watcher" [Active]
                              org.eclipse.equinox.p2.engine (1.0.4.v20080930) "Equinox Provisioning Engine" [Active]
                              org.eclipse.equinox.p2.exemplarysetup (1.0.0.v20080427-2136) "Equinox Provisioning Exemplary Setup" [Active]
                              org.eclipse.equinox.p2.extensionlocation (1.0.4.v20081027-2115) "Extension Location Repository Support" [Active]
                              org.eclipse.equinox.p2.garbagecollector (1.0.1.R34x_v20080818) "Provisioning Garbage Collector" [Active]
                              org.eclipse.equinox.p2.jarprocessor (1.0.0.v20080514-1900) "Equinox Provisioning JAR Processor" [Resolved]
                              org.eclipse.equinox.p2.metadata (1.0.0.v20080514-1900) "Equinox Provisioning Metadata" [Active]
                              org.eclipse.equinox.p2.metadata.generator (1.0.4.v20081217) "Equinox Provisioning Metadata Generator" [Active]
                              org.eclipse.equinox.p2.metadata.repository (1.0.0.v20080604) "Equinox Provisioning Metadata Repository" [Active]
                              org.eclipse.equinox.p2.reconciler.dropins (1.0.4.v20081027-2115) "Dropin Reconciler Plug-in" [Active]
                              org.eclipse.equinox.p2.touchpoint.eclipse (1.0.2.v20081119-1055) "Equinox Provisioning Eclipse Touchpoint" [Active]
                              org.eclipse.equinox.p2.touchpoint.natives (1.0.0.v20080505-1850) "Equinox Provisioning Native Touchpoint" [Starting]
                              org.eclipse.equinox.p2.ui (1.0.4.R34x_v20081222) "Equinox Provisioning UI Support" [Active]
                              org.eclipse.equinox.p2.ui.sdk (1.0.1.R34x_v20081029) "Equinox Provisioning Platform Update Support" [Active]
                              org.eclipse.equinox.p2.updatechecker (1.0.0.v20080427-2136) "Equinox Provisioning Update Checker" [Active]
                              org.eclipse.equinox.p2.updatesite (1.0.1.R34x_v20080808-1156) "Update site repository adapter bundle (Incubation)" [Starting]
                              org.eclipse.equinox.preferences (3.2.201.R34x_v20080709) "Eclipse Preferences Mechanism" [Active]
                              org.eclipse.equinox.registry (3.4.0.v20080516-0950) "Extension Registry Support" [Active]
                              org.eclipse.equinox.security (1.0.1.R34x_v20080721) "Equinox Java Authentication and Authorization Service (JAAS)" [Active]
                              org.eclipse.equinox.security.ui (1.0.0.v20080603-1810) "Equinox Security Default UI" [Starting]
                              org.eclipse.equinox.simpleconfigurator (1.0.0.v20080604) "Simple Configurator" [Active]
                              org.eclipse.equinox.simpleconfigurator.manipulator (1.0.4.v20080930) "Simple Configurator Manipulator" [Active]
                              org.eclipse.equinox.transforms.hook (1.0.0.v20080610) "Transformer Hook Framework Extension" [Resolved]
                              org.eclipse.equinox.transforms.xslt (1.0.0.v20080610) "XSLT Transform Provider" [Active]
                              org.eclipse.gef (3.4.1.v20080806) "Graphical Editing Framework GEF" [Starting]
                              org.eclipse.help (3.3.102.v20081014_34x) "Help System Core" [Active]
                              org.eclipse.help.appserver (3.1.300.v20080507) "Help Application Server" [Starting]
                              org.eclipse.help.base (3.3.103.v20081023_34x) "Help System Base" [Starting]
                              org.eclipse.help.ui (3.3.102.v20081014_34x) "Help System UI" [Starting]
                              org.eclipse.help.webapp (3.3.101.M20080805_34x) "Help System Webapp" [Starting]
                              org.eclipse.jdt (3.4.2.r342_v20081030) "Eclipse Java Development Tools" [Resolved]
                              org.eclipse.jdt.apt.core (3.3.101.R34x_v20081220-1525) "Java Annotation Processing Core" [Starting]
                              org.eclipse.jdt.apt.pluggable.core (1.0.101.R34x_v20081108-1950) "Java Compiler Apt IDE" [Starting]
                              org.eclipse.jdt.apt.ui (3.3.100.v20080407-1345) "Java Annotation Processing UI" [Starting]
                              org.eclipse.jdt.compiler.apt (1.0.101.R34x_v20081220-1525) "Java Compiler Apt" [Resolved]
                              org.eclipse.jdt.compiler.tool (1.0.100.v_892_R34x) "Java Compiler Tool Support" [Resolved]
                              org.eclipse.jdt.core (3.4.4.v_892_R34x) "Java Development Tools Core" [Active]
                              org.eclipse.jdt.core.manipulation (1.2.0.v20080603-2000) "Java Code Manipulation Functionality" [Active]
                              org.eclipse.jdt.debug (3.4.1.v20081216_r342) "JDI Debug Model" [Active]
                              org.eclipse.jdt.debug.ui (3.3.1.v20080730_r341) "JDI Debug UI" [Active]
                              org.eclipse.jdt.doc.isv (3.4.1.r341_v20080716-0800) "Eclipse JDT Plug-in Developer Guide" [Resolved]
                              org.eclipse.jdt.doc.user (3.4.2.r342_v20081119-0800) "Eclipse Java development user guide" [Resolved]
                              org.eclipse.jdt.junit (3.4.0.v20080603-2000) "Java Development Tools JUnit support" [Starting]
                              org.eclipse.jdt.junit.runtime (3.3.0.v20080603-2000) "Java Development Tools JUnit runtime support" [Resolved]
                              org.eclipse.jdt.junit4.runtime (1.0.200.v20080603-2000) "Java Development Tools JUnit4 runtime support" [Resolved]
                              org.eclipse.jdt.launching (3.4.1.v20080729_r341) "Java Development Tools Launching Support" [Active]
                              org.eclipse.jdt.ui (3.4.2.r342_v20090107-0800) "Java Development Tools UI" [Active]
                              org.eclipse.jem (2.0.202.v200810282000) "Java EMF Model" [Active]
                              org.eclipse.jem.beaninfo (2.0.100.v200806051600) "Java EMF Model BeanInfo (Introspection) Support" [Starting]
                              org.eclipse.jem.proxy (2.0.100.v200806051600) "Java EMF Model Proxy Support" [Starting]
                              org.eclipse.jem.ui (2.0.100.v200806051600) "Java EMF Model UI" [Active]
                              org.eclipse.jem.util (2.0.100.v200805140020) "Java EMF Model Utilities" [Active]
                              org.eclipse.jem.workbench (2.0.102.v200810230530) "Java EMF Model Workbench Support" [Active]
                              org.eclipse.jface (3.4.2.M20090107-0800) "JFace" [Active]
                              org.eclipse.jface.databinding (1.2.1.M20080827-0800a) "JFace Data Binding for SWT and JFace" [Resolved]
                              org.eclipse.jface.text (3.4.2.r342_v20081119-0800) "JFace Text" [Resolved]
                              org.eclipse.jpt (2.0.0.v200802060000) "Java Persistence API Tools" [Resolved]
                              org.eclipse.jpt.core (2.0.101.v200809020200) "Java Persistence API Tools - Core" [Starting]
                              org.eclipse.jpt.db (1.1.3.v200810160200) "Java Persistence API Tools - DB" [Starting]
                              org.eclipse.jpt.db.ui (1.0.1.v200805020000) "Java Persistence API Tools - DB UI" [Resolved]
                              org.eclipse.jpt.doc.user (1.0.202.v200810160200) "Java Persistence Documentation - Doc" [Starting]
                              org.eclipse.jpt.eclipselink.core (1.0.0.v200806050000) "Java Persistence API Tools - EclipseLink Support - Core" [Starting]
                              org.eclipse.jpt.eclipselink.core.ddlgen (1.0.0) "Java Persistence API Tools - EclipseLink Support - DDL Generation" [Resolved]
                              org.eclipse.jpt.eclipselink.ui (1.0.0.v200805300000) "Java Persistence API Tools - EclipseLink Support - UI" [Starting]
                              org.eclipse.jpt.gen (1.1.0.v200805020000) "Java Persistence API Tools - Entity Gen" [Resolved]
                              org.eclipse.jpt.ui (2.0.102.v200810220200) "Java Persistence API Tools - UI" [Starting]
                              org.eclipse.jpt.utility (1.2.100.v200808060200) "Java Persistence API Tools - Utility" [Resolved]
                              org.eclipse.jsch.core (1.1.100.I20080604) "JSch Core" [Active]
                              org.eclipse.jsch.ui (1.1.100.I20080415) "JSch UI" [Starting]
                              org.eclipse.jst (1.0.100.v200805140017) "J2EE Standard Tools (JST)" [Resolved]
                              org.eclipse.jst.common.annotations.controller (1.1.100.v200805140020) "Annotation Controller Plug-in" [Resolved]
                              org.eclipse.jst.common.annotations.core (1.1.100.v200805140020) "Annotation Core Plug-in" [Resolved]
                              org.eclipse.jst.common.annotations.ui (1.1.102.v200806010600) "Annotations UI Plug-in" [Starting]
                              org.eclipse.jst.common.frameworks (1.1.201.v200810161330) "Integration Plug-in" [Active]
                              org.eclipse.jst.common.project.facet.core (1.3.1.v200807031821) "Project Facet Core (Java Support)" [Active]
                              org.eclipse.jst.common.project.facet.ui (1.3.1.v200807031821) "Project Facet UI (Java Support)" [Starting]
                              org.eclipse.jst.ejb.doc.user (1.1.100.v200810092245) "EJB docs" [Starting]
                              org.eclipse.jst.ejb.ui (1.1.203.v200810010400) "WTP EJB UI Plug-in" [Starting]
                              org.eclipse.jst.ejb.ui.infopop (1.0.100.v200805222207) "EJB infopop" [Starting]
                              org.eclipse.jst.j2ee (1.1.204.v200811130630) "Java EE Component" [Active]
                              org.eclipse.jst.j2ee.core (1.1.202.v200811111600) "J2EE Core Component" [Active]
                              org.eclipse.jst.j2ee.doc.user (1.1.1.v200808070608) "J2EE tools documentation" [Resolved]
                              org.eclipse.jst.j2ee.ejb (1.1.203.v200811060500) "EJB component Plug-in" [Starting]
                              org.eclipse.jst.j2ee.ejb.annotation.model (1.1.102.v200805140020) "EJB Annotation Model Plug-in" [Starting]
                              org.eclipse.jst.j2ee.ejb.annotations.emitter (1.1.102.v200805140135) "EJB Emitter Plug-in" [Starting]
                              org.eclipse.jst.j2ee.ejb.annotations.ui (1.1.102.v200805140020) "EJB Annotations Ui Plug-in" [Starting]
                              org.eclipse.jst.j2ee.ejb.annotations.xdoclet (1.2.0.v200805140020) "Xdoclet Annotations Plug-in" [Starting]
                              org.eclipse.jst.j2ee.infopop (1.0.300.v200805140415) "J2EE tools infopops" [Resolved]
                              org.eclipse.jst.j2ee.jca (1.1.203.v200811060900) "JCA Plug-in" [Starting]
                              org.eclipse.jst.j2ee.jca.ui (1.1.200.v200805140020) "WTP JCA UI Plug-in" [Starting]
                              org.eclipse.jst.j2ee.navigator.ui (1.1.202.v200810222000) "J2EE Extensions to Common Navigator" [Starting]
                              org.eclipse.jst.j2ee.ui (1.1.204.v200811041823) "WTP J2EE UI Plug-in" [Starting]
                              org.eclipse.jst.j2ee.web (1.1.202.v200811060500) "Web Plug-in" [Active]
                              org.eclipse.jst.j2ee.webservice (1.1.201.v200807240600) "Web Service Plug-in" [Starting]
                              org.eclipse.jst.j2ee.webservice.ui (1.1.201.v200811062130) "WTP Webservice UI Plug-in" [Starting]
                              org.eclipse.jst.j2ee.xdoclet.runtime (1.1.102.v200805140135) "XDocletRuntime Plug-in" [Starting]
                              org.eclipse.jst.jee (1.0.102.v200811060500) "JEE common Plug-in" [Active]
                              org.eclipse.jst.jee.ejb (1.0.102.v200810230722) "JEE Ejb Plug-in" [Starting]
                              org.eclipse.jst.jee.ui (1.0.103.v200811131900) "Ui Plug-in" [Starting]
                              org.eclipse.jst.jee.web (1.0.101.v200810230738) "JEE Web Plug-in" [Starting]
                              org.eclipse.jst.jsf.apache.trinidad.tagsupport (1.0.100.v200808071446) "JavaServer Faces Tools - Taglibrary Metadata (Apache Trinidad)" [Starting]
                              org.eclipse.jst.jsf.common (1.1.3.v20080915) "JavaServer Faces Tools - Common" [Active]
                              org.eclipse.jst.jsf.common.runtime (1.0.100.v200808071446) "JavaServer Faces Tools - Common Runtime" [Starting]
                              org.eclipse.jst.jsf.common.ui (1.1.0.v20080605) "JavaServer Faces Tools - Common UI" [Starting]
                              org.eclipse.jst.jsf.core (1.1.102.v20080909) "JavaServer Faces Tools - Core" [Active]
                              org.eclipse.jst.jsf.doc.user (1.1.100.v20080811) "JavaServer Faces Tools - User Guide" [Starting]
                              org.eclipse.jst.jsf.facesconfig (1.1.0.v20080605) "JavaServer Faces Tools - FacesConfig Model" [Starting]
                              org.eclipse.jst.jsf.facesconfig.ui (1.1.2.v20080909) "JavaServer Faces Tools - FacesConfig Editor" [Starting]
                              org.eclipse.jst.jsf.standard.tagsupport (1.1.101.v20080828) "JavaServer Faces Tools - Taglibrary Metadata" [Starting]
                              org.eclipse.jst.jsf.ui (1.1.101.v20080909) "JavaServer Faces Tools - UI" [Starting]
                              org.eclipse.jst.jsp.core (1.2.120.v200810301812) "Structured Source JSP Model" [Active]
                              org.eclipse.jst.jsp.ui (1.1.311.v200810210016) "SSE JSP Source Editor" [Starting]
                              org.eclipse.jst.jsp.ui.infopop (1.0.100.v200805301545) "JSP tools infopops" [Resolved]
                              org.eclipse.jst.pagedesigner (1.1.0.v20080605) "JavaServer Faces Tools - Web Page Editor" [Starting]
                              org.eclipse.jst.pagedesigner.jsf.ui (1.1.0.v20080605) "JavaServer Faces Tools - Pagedesigner UI" [Starting]
                              org.eclipse.jst.pagedesigner.jsp.core (1.1.0.v20080605) "JavaServer Faces Tools - JSP Core Pagedesigner" [Starting]
                              org.eclipse.jst.server.core (1.1.2.v20080930) "Java Server Support" [Active]
                              org.eclipse.jst.server.generic.core (1.0.305.v200805140145) "Generic Server Plugin" [Starting]
                              org.eclipse.jst.server.generic.jboss (1.5.205.v200805140145) "JBoss Generic server definitions" [Starting]
                              org.eclipse.jst.server.generic.jonas (1.5.205.v200805140145) "JOnAS Generic Server definitions" [Starting]
                              org.eclipse.jst.server.generic.oc4j (1.5.205.v200805140145) "Oracle OC4J v10.1.3 DP4 Generic Server Definition Core Plug-in" [Starting]
                              org.eclipse.jst.server.generic.ui (1.0.305.v200805140145) "Generic Server Plugin UI" [Starting]
                              org.eclipse.jst.server.installable (1.5.202.v200805140145) "Installable server adapters" [Resolved]
                              org.eclipse.jst.server.preview.adapter (1.0.101.v20080730) "JEE Preview Server Support" [Starting]
                              org.eclipse.jst.server.tomcat.core (1.1.104.v20081006) "Apache Tomcat Support" [Starting]
                              org.eclipse.jst.server.tomcat.ui (1.1.101.v20080620) "Apache Tomcat UI Support" [Starting]
                              org.eclipse.jst.server.ui (1.0.303.v200805140145) "Java Server UI Support" [Starting]
                              org.eclipse.jst.server.ui.doc.user (1.0.400.v200805150133) "Server Tools documentation for J2EE Standard Tools" [Starting]
                              org.eclipse.jst.server.ui.infopop (1.0.400.v200805140145) "Server Tools infopops for J2EE Standard Tools" [Resolved]
                              org.eclipse.jst.server.websphere.core (1.0.302.v20080620) "WebSphere Generic Server Definition Core Plug-in" [Starting]
                              org.eclipse.jst.servlet.ui (1.1.203.v200810222000) "WTP Servlet UI Plug-in" [Starting]
                              org.eclipse.jst.servlet.ui.infopop (1.0.300.v200805140415) "Servlet infopop" [Starting]
                              org.eclipse.jst.standard.schemas (1.0.101.v200807220523) "JEE Related Schemas" [Resolved]
                              org.eclipse.jst.ws (1.0.306.v200810020426) "Web Services" [Starting]
                              org.eclipse.jst.ws.axis.consumption.core (1.0.306.v200810082309) "Web service Axis Consumption Core" [Starting]
                              org.eclipse.jst.ws.axis.consumption.ui (1.0.305.v200809301934) "Webservice Axis Consumption UI" [Starting]
                              org.eclipse.jst.ws.axis.creation.ui (1.0.305.v200805140230) "Webservice Axis Creation UI" [Starting]
                              org.eclipse.jst.ws.axis.infopop (1.0.300.v200805140230) "Web services Axis context sensitive help" [Starting]
                              org.eclipse.jst.ws.axis.ui.doc.user (1.1.0.v200806092139) "Axis Web services documentation" [Resolved]
                              org.eclipse.jst.ws.axis2.consumption.core (1.0.104.v200810151442) "Webservice Axis2 Consumption Core Plug-in" [Starting]
                              org.eclipse.jst.ws.axis2.consumption.ui (1.0.102.v200807232000) "Webservice Axis2 Consumption UI Plug-in" [Starting]
                              org.eclipse.jst.ws.axis2.core (1.0.104.v200810151442) "Webservice Axis2 Core Plug-in" [Starting]
                              org.eclipse.jst.ws.axis2.creation.core (1.0.104.v200810151442) "Webservice Axis2 Creation Core Plug-in" [Starting]
                              org.eclipse.jst.ws.axis2.creation.ui (1.0.103.v200807162242) "Webservice Axis2 Creation UI Plug-in" [Starting]
                              org.eclipse.jst.ws.axis2.ui (1.0.202.v200806190413) "Webservice Axis2 UI Plug-in" [Starting]
                              org.eclipse.jst.ws.axis2.ui.doc.user (1.0.1.v200807302329) "Axis2 Web services documentation" [Resolved]
                              org.eclipse.jst.ws.consumption (1.0.306.v200810012118) "Web Services Consumption" [Starting]
                              org.eclipse.jst.ws.consumption.infopop (1.0.300.v200805140230) "Web services UI" [Resolved]
                              org.eclipse.jst.ws.consumption.ui (1.1.3.v200810012118) "Web Services Consumption Graphical User Interface" [Starting]
                              org.eclipse.jst.ws.consumption.ui.doc.user (1.0.500.v200810082020) "Web service consumption documentation" [Starting]
                              org.eclipse.jst.ws.creation.ejb.ui (1.0.200.v200805140230) "Web Services Creation EJB Graphical User Interface" [Resolved]
                              org.eclipse.jst.ws.creation.ui (1.0.307.v200810012118) "Web Services Creation Graphical User Interface" [Starting]
                              org.eclipse.jst.ws.doc.user (1.0.500.v200809092107) "Web Services UI" [Resolved]
                              org.eclipse.jst.ws.infopop (1.0.300.v200805140230) "Web services UI" [Resolved]
                              org.eclipse.jst.ws.uddiregistry (1.0.300.v200805140230) "Web Services Universal Description Discovery and Integration Registry" [Starting]
                              org.eclipse.jst.ws.ui (1.0.303.v200808070608) "Web Services Graphical User Interface" [Starting]
                              org.eclipse.ltk.core.refactoring (3.4.2.r342_v20081028-0800) "Refactoring Core" [Starting]
                              org.eclipse.ltk.ui.refactoring (3.4.1.r341_v20080716-0800) "Refactoring UI" [Starting]
                              org.eclipse.osgi (3.4.3.R34x_v20081215-1030) "OSGi System Bundle" [Active]
                              org.eclipse.osgi.services (3.1.200.v20071203) "OSGi Release 4.0.1 Services" [Resolved]
                              org.eclipse.osgi.util (3.1.300.v20080303) "OSGi Release 4.0.1 Utility Classes" [Resolved]
                              org.eclipse.pde (3.4.0.v20080603) "PDE" [Resolved]
                              org.eclipse.pde.api.tools (1.0.0.v20081117_r342) "API Tools" [Starting]
                              org.eclipse.pde.api.tools.ui (1.0.0.v20080730_r341) "API Tools UI" [Starting]
                              org.eclipse.pde.build (3.4.1.R34x_v20081217) "Plug-in Development Environment Build Support" [Starting]
                              org.eclipse.pde.core (3.4.0.v20081218) "PDE Core" [Starting]
                              org.eclipse.pde.doc.user (3.3.1.r342_v20081024) "PDE User Guide" [Resolved]
                              org.eclipse.pde.junit.runtime (3.4.0.v20080529-1800) "PDE JUnit Plug-in Test" [Resolved]
                              org.eclipse.pde.p2.ui (1.0.0.v20080604-2000) "PDE p2 UI" [Starting]
                              org.eclipse.pde.runtime (3.4.0.v20080723-1000) "PDE Runtime" [Starting]
                              org.eclipse.pde.ui (3.4.0.v20081218) "PDE UI" [Starting]
                              org.eclipse.pde.ui.templates (3.4.0.v20080514-1500) "PDE Templates" [Starting]
                              org.eclipse.platform (3.3.101.v200901070800) "Eclipse Platform" [Resolved]
                              org.eclipse.platform.doc.isv (3.4.1.r342_v20081010) "Eclipse Platform Plug-in Developer Guide" [Resolved]
                              org.eclipse.platform.doc.user (3.4.2.r342_v20081031-0800) "Eclipse Workbench User Guide" [Resolved]
                              org.eclipse.rcp (3.4.0.v20080507) "Eclipse RCP" [Starting]
                              org.eclipse.sdk (3.4.2.v200901070800) "Eclipse Project SDK" [Starting]
                              org.eclipse.search (3.4.1.r341_v20080813-0800) "Search Support" [Starting]
                              org.eclipse.swt (3.4.1.v3452a) "Standard Widget Toolkit" [Resolved]
                              org.eclipse.swt.gtk.linux.x86_64 (3.4.1.v3452a) "Standard Widget Toolkit for GTK 2.0" [Resolved]
                              org.eclipse.team.core (3.4.2.r34x_20080107) "Team Support Core" [Active]
                              org.eclipse.team.cvs.core (3.3.101.r34x_20080107) "CVS Team Provider Core" [Active]
                              org.eclipse.team.cvs.ssh (3.2.100.I20080604) "CVS SSH Core" [Starting]
                              org.eclipse.team.cvs.ssh2 (3.2.200.I20080604) "CVS SSH2" [Starting]
                              org.eclipse.team.cvs.ui (3.3.100.I20080604) "CVS Team Provider UI" [Active]
                              org.eclipse.team.ui (3.4.1.r34x_20080827) "Team Support UI" [Active]
                              org.eclipse.text (3.4.0.v20080605-1800) "Text" [Resolved]
                              org.eclipse.ui (3.4.1.M20090107-0800) "Eclipse UI" [Active]
                              org.eclipse.ui.browser (3.2.201.v20080708_34x) "Browser Support" [Starting]
                              org.eclipse.ui.cheatsheets (3.3.101.v20080702_34x) "Cheat Sheets" [Starting]
                              org.eclipse.ui.console (3.3.1.v20081204_r342) "Console" [Active]
                              org.eclipse.ui.editors (3.4.0.v20080603-2000) "Default Text Editor" [Active]
                              org.eclipse.ui.externaltools (3.2.0.v20080514-1542) "External Tools" [Starting]
                              org.eclipse.ui.forms (3.3.103.v20081027_34x) "Eclipse Forms" [Starting]
                              org.eclipse.ui.ide (3.4.1.M20081203-0800) "Eclipse IDE UI" [Active]
                              org.eclipse.ui.ide.application (1.0.0.M20081015-0800) "Eclipse IDE UI Application" [Resolved]
                              org.eclipse.ui.intro (3.2.201.v20080702_34x) "Welcome Framework" [Starting]
                              org.eclipse.ui.intro.universal (3.2.200.v20080508) "Universal Welcome" [Starting]
                              org.eclipse.ui.navigator (3.3.101.M20081203-0800) "Common Navigator View" [Active]
                              org.eclipse.ui.navigator.resources (3.3.101.M20080910-0800) "Navigator Workbench Components" [Starting]
                              org.eclipse.ui.net (1.0.0.I20080605) "Internet Connection Management UI" [Active]
                              org.eclipse.ui.presentations.r21 (3.2.100.I20080512-2000) "R21 Presentation Plug-in" [Starting]
                              org.eclipse.ui.views (3.3.1.M20081112-0800) "Views" [Active]
                              org.eclipse.ui

                              • 12. Re: Not quite What I expected, Just started using JBoss tool
                                nmatrix9

                                Also I forgot to mention your uninstaller.jar does not work at all.
                                Bringing up the project displays the uninstall window but clicking uninstall essentially does not do anything but make the user even more frustrated.

                                • 13. Re: Not quite What I expected, Just started using JBoss tool
                                  nickboldt

                                  As discussed in #jbosstools, I wonder if this has anything to do with your JVM choice. IBM JDK 6.0 64-bit is not a supported platform for Eclipse 3.4 [0], so JBDS will likely not work there either.

                                  [0]http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_4.html#TargetOperatingEnvironments

                                  Try switching to one of these:

                                  * Sun Java 2 Standard Edition 5.0 Update 14 for Linux x86_64
                                  https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-1.5.0_17-oth-JPR@CDS-CDS_Developer
                                  (officially supported by Eclipse)

                                  * java-1.6.0-openjdk-devel 1.6.0.0 rel 9.b14.fc10
                                  http://icedtea.classpath.org/download/fedora/
                                  (works for me, Fedora 10, 32-bit; I also know others who use x86_64)

                                  Also, I notice your configuration has "-vm /usr/bin/java" -- which java is that? If it happens to be GCJ/GIJ, then there's your problem right there. That's not supported [1].

                                  [1]http://wiki.eclipse.org/IRC_FAQ#I_just_installed_Eclipse_on_Linux.2C_but_it_does_not_start._What_is_the_problem.3F

                                  • 14. Re: Not quite What I expected, Just started using JBoss tool
                                    maxandersen

                                    Sorry to hear you are having issues, glad to hear you are reporting them so we help fix'em ;)

                                    Here are my questions/info for you:

                                    I have not edited a jboss AS xml file in ages since with the Seam wizards I never have to since the only file that is specific to AS the datasource is generated for me - thus I would really like to know what AS xml files you are referring to you had to hand-edit ?

                                    What was the appserver problems ? Were they more than just deployments being incomplete and not fixable by just removing the deployment or did something happen outside the deployments ? i.e. did you follow any tutorials that said you should edit files outside the deployment ?

                                    What tutorials did you follow ? The ones about JBoss Developer Studio or something else ?

                                    From what I have seen you discuss on irc it was from some JSF book that was using mechanisms neither Hibernate nor JBoss have been suggesting for ages thus that might explain this ? If it was from tutorials on our site then please do tell what url you used and in what step it was failing since we can fix those!

                                    With respect to JDK then yes, that can definitely have an impact - default install of JBDS targets JDK 5 - but to know if that is your problem we would know to know more what errors are happening ?

                                    btw. with regard to deployment process being fragile then I agree that AS has a tendency to generate long stacktraces BUT AS also has the tendency to actually in the first stacktrace or error message to be pretty precise about what is causing the deployment error - thus, please attach the error/stacktraces and not just the last part/segment.

                                    Then we can help!

                                    Thanks

                                    1 2 Previous Next