Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-4984

Seam-Gen freezing up whenever I try to generate entities from postgres 8.3 and 8.4

    XMLWordPrintable

Details

    Description

      Hello Everyone,

      I have a issue of Seam-Gen freezing up consistently whenever I try to reverse engineer entities. Right at the step where I click on the "Refresh" button to retrieve the Database Schema and select the tables for entity generation my whole IDE freezes up.

      Here is what I was able to retrieve from the errors logs:

      !ENTRY org.jboss.tools.common.model 4 2 2009-09-17 23:46:47.338
      !MESSAGE Problems occurred when invoking code from plug-in: "org.jboss.tools.common.model".
      !STACK 0
      java.lang.NullPointerException
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$1.run(JSPTextEditor.java:204)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.getPageContext(JSPTextEditor.java:217)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.updateModification(JSPTextEditor.java:451)
      at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.nodeChanged(JSPMultiPageEditor.java:645)
      at org.jboss.tools.common.model.util.XModelTreeListenerSWTSync$1.run(XModelTreeListenerSWTSync.java:39)
      at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
      at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
      at org.eclipse.swt.widgets.Display.syncExec(Display.java:4021)
      at org.jboss.tools.common.model.util.XModelTreeListenerSWTSync.nodeChanged(XModelTreeListenerSWTSync.java:33)
      at org.jboss.tools.common.model.impl.XModelImpl$1.run(XModelImpl.java:499)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
      at org.jboss.tools.common.model.impl.XModelImpl.fireNodeChanged(XModelImpl.java:495)
      at org.jboss.tools.common.model.impl.XModelImpl.fireNodeChanged(XModelImpl.java:486)
      at org.jboss.tools.common.model.impl.XModelObjectImpl.setAttributeValue(XModelObjectImpl.java:174)
      at org.jboss.tools.common.model.filesystems.impl.FileAnyImpl.setAttributeValue(FileAnyImpl.java:168)
      at org.jboss.tools.common.model.impl.XModelImpl.changeObjectAttribute(XModelImpl.java:351)
      at org.jboss.tools.common.model.impl.XModelImpl.changeObjectAttribute(XModelImpl.java:271)
      at org.jboss.tools.common.model.filesystems.impl.FileAnyImpl.edit(FileAnyImpl.java:176)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.save(JSPTextEditor.java:424)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$TextFocusListener$1.run(JSPTextEditor.java:411)
      at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
      at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
      at org.eclipse.swt.widgets.Display.syncExec(Display.java:4021)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$TextFocusListener.focusLost(JSPTextEditor.java:404)
      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1163)
      at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:3284)
      at org.eclipse.swt.widgets.Control.gtk_event_after(Control.java:2684)
      at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1538)
      at org.eclipse.swt.widgets.Control.windowProc(Control.java:4506)
      at org.eclipse.swt.widgets.Display.windowProc(Display.java:4099)
      at org.eclipse.swt.internal.gtk.OS._gtk_widget_grab_focus(Native Method)
      at org.eclipse.swt.internal.gtk.OS.gtk_widget_grab_focus(OS.java:9106)
      at org.eclipse.swt.widgets.Control.forceFocus(Control.java:2107)
      at org.eclipse.swt.widgets.Composite.forceFocus(Composite.java:494)
      at org.eclipse.swt.widgets.Control.forceFocus(Control.java:2101)
      at org.eclipse.swt.widgets.Control.setFocus(Control.java:3646)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1254)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1252)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1252)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1252)
      at org.eclipse.swt.widgets.Control.fixFocus(Control.java:138)
      at org.eclipse.swt.widgets.Control.setEnabled(Control.java:3626)
      at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:743)
      at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2487)
      at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:274)
      at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:253)
      at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:148)
      at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1350)
      at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:3291)
      at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3304)
      at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:74)
      at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
      at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
      at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
      at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

      !ENTRY org.jboss.tools.common.model 4 2 2009-09-17 23:46:47.339
      !MESSAGE Problems occurred when invoking code from plug-in: "org.jboss.tools.common.model".
      !STACK 0
      java.lang.NullPointerException
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$1.run(JSPTextEditor.java:204)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.getPageContext(JSPTextEditor.java:217)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.updateModification(JSPTextEditor.java:451)
      at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.nodeChanged(JSPMultiPageEditor.java:645)
      at org.jboss.tools.common.model.util.XModelTreeListenerSWTSync$1.run(XModelTreeListenerSWTSync.java:39)
      at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
      at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
      at org.eclipse.swt.widgets.Display.syncExec(Display.java:4021)
      at org.jboss.tools.common.model.util.XModelTreeListenerSWTSync.nodeChanged(XModelTreeListenerSWTSync.java:33)
      at org.jboss.tools.common.model.impl.XModelImpl$1.run(XModelImpl.java:499)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
      at org.jboss.tools.common.model.impl.XModelImpl.fireNodeChanged(XModelImpl.java:495)
      at org.jboss.tools.common.model.impl.XModelImpl.fireNodeChanged(XModelImpl.java:486)
      at org.jboss.tools.common.model.impl.XModelObjectImpl.setAttributeValue(XModelObjectImpl.java:174)
      at org.jboss.tools.common.model.filesystems.impl.FileAnyImpl.setAttributeValue(FileAnyImpl.java:168)
      at org.jboss.tools.common.model.impl.XModelImpl.changeObjectAttribute(XModelImpl.java:351)
      at org.jboss.tools.common.model.impl.XModelImpl.changeObjectAttribute(XModelImpl.java:271)
      at org.jboss.tools.common.model.filesystems.impl.FileAnyImpl.edit(FileAnyImpl.java:176)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.save(JSPTextEditor.java:424)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$TextFocusListener$1.run(JSPTextEditor.java:411)
      at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
      at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
      at org.eclipse.swt.widgets.Display.syncExec(Display.java:4021)
      at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$TextFocusListener.focusLost(JSPTextEditor.java:404)
      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1163)
      at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:3284)
      at org.eclipse.swt.widgets.Control.gtk_event_after(Control.java:2684)
      at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1538)
      at org.eclipse.swt.widgets.Control.windowProc(Control.java:4506)
      at org.eclipse.swt.widgets.Display.windowProc(Display.java:4099)
      at org.eclipse.swt.internal.gtk.OS._gtk_widget_grab_focus(Native Method)
      at org.eclipse.swt.internal.gtk.OS.gtk_widget_grab_focus(OS.java:9106)
      at org.eclipse.swt.widgets.Control.forceFocus(Control.java:2107)
      at org.eclipse.swt.widgets.Composite.forceFocus(Composite.java:494)
      at org.eclipse.swt.widgets.Control.forceFocus(Control.java:2101)
      at org.eclipse.swt.widgets.Control.setFocus(Control.java:3646)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1254)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1252)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1252)
      at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1252)
      at org.eclipse.swt.widgets.Control.fixFocus(Control.java:138)
      at org.eclipse.swt.widgets.Control.setEnabled(Control.java:3626)
      at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:743)
      at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2487)
      at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:274)
      at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:253)
      at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:148)
      at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1350)
      at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:3291)
      at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3304)
      at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:74)
      at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
      at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
      at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
      at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

      Basically the same error, over and over again. I'm using postgresql 8.4 and here is my system configuration:

          • Date: Saturday, September 19, 2009 1:03:58 PM ET
          • Platform Details:
          • System properties:
            eclipse.buildId=M20090211-1700
            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
            5420014
            -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=1253377501658
            eclipse.vm=/usr/bin/java
            eclipse.vmargs=-Xms128m
            -Xmx512m
            -Dsun.rmi.dgc.client.gcInterval=3600000
            -Dsun.rmi.dgc.server.gcInterval=3600000
            -XX:+UseConcMarkSweepGC
            -XX:+CMSClassUnloadingEnabled
            -XX:+CMSPermGenSweepingEnabled
            -XX:MaxPermSize=512m
            -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.encoding.pkg=sun.io
            file.separator=/
            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.endorsed.dirs=/usr/java/jdk1.6.0_12/jre/lib/endorsed
            java.ext.dirs=/usr/java/jdk1.6.0_12/jre/lib/ext:/usr/java/packages/lib/ext
            java.home=/usr/java/jdk1.6.0_12/jre
            java.io.tmpdir=/tmp
            java.library.path=/usr/java/jdk1.6.0_12/jre/lib/amd64/server:/usr/java/jdk1.6.0_12/jre/lib/amd64:/usr/java/jdk1.6.0_12/jre/../lib/amd64:/usr/lib64/xulrunner-1.9:/usr/java/packages/lib/amd64:/lib:/usr/lib
            java.runtime.name=Java(TM) SE Runtime Environment
            java.runtime.version=1.6.0_12-b04
            java.specification.name=Java Platform API Specification
            java.specification.vendor=Sun Microsystems Inc.
            java.specification.version=1.6
            java.vendor=Sun Microsystems Inc.
            java.vendor.url=http://java.sun.com/
            java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
            java.version=1.6.0_12
            java.vm.info=mixed mode
            java.vm.name=Java HotSpot(TM) 64-Bit Server VM
            java.vm.specification.name=Java Virtual Machine Specification
            java.vm.specification.vendor=Sun Microsystems Inc.
            java.vm.specification.version=1.0
            java.vm.vendor=Sun Microsystems Inc.
            java.vm.version=11.2-b01
            line.separator=

      org.eclipse.equinox.launcher.splash.location=/home/nmatrix9/jbdevstudio/eclipse/configuration/org.eclipse.equinox.launcher/com.jboss.jbds.product_3.0.0.GA-R200903141247-H4/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.2
      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-128.2.1.el5
      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/workspace/
      osgi.instance.area.default=file:/home/nmatrix9/workspace/
      osgi.launcherIni=eclipse
      osgi.launcherPath=.
      osgi.logfile=/home/nmatrix9/workspace/.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.GA-R200903141247-H4/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.GA-R200903141247-H4/
      sun.arch.data.model=64
      sun.boot.class.path=/usr/java/jdk1.6.0_12/jre/lib/resources.jar:/usr/java/jdk1.6.0_12/jre/lib/rt.jar:/usr/java/jdk1.6.0_12/jre/lib/sunrsasign.jar:/usr/java/jdk1.6.0_12/jre/lib/jsse.jar:/usr/java/jdk1.6.0_12/jre/lib/jce.jar:/usr/java/jdk1.6.0_12/jre/lib/charsets.jar:/usr/java/jdk1.6.0_12/jre/classes
      sun.boot.library.path=/usr/java/jdk1.6.0_12/jre/lib/amd64
      sun.cpu.endian=little
      sun.cpu.isalist=
      sun.desktop=gnome
      sun.io.unicode.encoding=UnicodeLittle
      sun.java.launcher=SUN_STANDARD
      sun.jnu.encoding=UTF-8
      sun.management.compiler=HotSpot 64-Bit Server Compiler
      sun.os.patch.level=unknown
      sun.rmi.dgc.client.gcInterval=3600000
      sun.rmi.dgc.server.gcInterval=3600000
      user.country=US
      user.dir=/home/nmatrix9/jbdevstudio/eclipse
      user.home=/home/nmatrix9
      user.language=en
      user.name=nmatrix9
      user.timezone=America/New_York

          • Features:
            com.jboss.jbds.product.feature (3.0.0.GA-R200903141247-H4) "JBoss Developer Studio"
            org.eclipse.cvs (1.1.2.R342_v20090122-7C79E9x9sLM1t6M9YD7_A7) "Eclipse CVS Client"
            org.eclipse.datatools.common.doc.user (1.6.2.v200810071455-1507w31191939244824) "Data Tools Platform Tutorial Documentation"
            org.eclipse.datatools.connectivity.doc.user (1.6.2.v200810071455-27A18s733I3I7I599G59) "Data Tools Platform Connectivity Documentation"
            org.eclipse.datatools.connectivity.feature (1.6.2.v200810071455-7_7K7NDn-QYKjkBKlmD4edYsAX) "Data Tools Platform Connectivity Plug-in"
            org.eclipse.datatools.connectivity.oda.designer.feature (1.6.2.v200901211403-7C67XCYQCD7ESIqIQco) "DTP ODA Designer UI Framework Plug-in"
            org.eclipse.datatools.connectivity.oda.feature (1.6.2.v200810071455-7F27SBcMAAxCcHmCNWi) "DTP Open Data Access"
            org.eclipse.datatools.doc.user (1.6.2.v200810071455-37A09oA55S6H_L8DFG24) "Data Tools Platform User Documentation"
            org.eclipse.datatools.enablement.apache.derby.feature (1.6.2.v200810071455-6577AlJCKcLZI2Ljcc8MDD) "High-level Sybase Enablement Plug-in"
            org.eclipse.datatools.enablement.feature (1.6.2.v200810071455-7D8H7P9FT9Ofz-RuiDlMiw8OR2pj) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.hsqldb.feature (1.6.2.v200810071455-57_2_pFAIQJZIsLSXb8MDD) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.ibm.feature (1.6.2.v200810071455-7D47FEB7sQSBV7hXWQ6R) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.jdbc.feature (1.6.2.v200810071455-3-29oA55S7__D7LCC) "High-level Sybase Enablement Plug-in"
            org.eclipse.datatools.enablement.msft.feature (1.6.2.v200810071455-442_kE77c7VBQDFNW) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.mysql.feature (1.6.2.v200810071455-446_kE77d8H_VALOJ) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.oda.designer.feature (1.6.2.v200810071455-2138s733J465I548A) "Eclipse Data Tools Platform XML ODA Designer"
            org.eclipse.datatools.enablement.oda.feature (1.6.2.v200810071455-797P78CYQCD5DjGdEURT) "Eclipse Data Tools Platform XML ODA Runtime Driver"
            org.eclipse.datatools.enablement.oracle.feature (1.6.2.v200810071455-443_kE77d7OAPAMJQ) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.postgresql.feature (1.6.2.v200810071455-442_kE77d7N9VANON) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.sap.feature (1.6.2.v200810071455-440_kE77c7QAQEIQQ) "Eclipse Data Tools Platform Enablement"
            org.eclipse.datatools.enablement.sybase.feature (1.6.2.v200810071455-7A-5E9IgKLjM1d1Oepu) "High-level Sybase Enablement Plug-in"
            org.eclipse.datatools.intro (1.6.2.v200810071455-1507w311918132411) "Eclipse Data Tools Platform Intro Plug-in"
            org.eclipse.datatools.modelbase.feature (1.6.2.v200810071455-6-2BcMAAyBWDkEVSb) "Eclipse Data Tools Platform SQLModel Plug-in"
            org.eclipse.datatools.sdk.feature (1.6.2.v200810071455-67S779KdRRFAuQFpKZ2z-0mp49Vx) "DTP Connectivity Templates Plug-in"
            org.eclipse.datatools.sdk.feature.source (1.6.2.v200810071455) "Eclipse Datatools Source"
            org.eclipse.datatools.sqldevtools.feature (1.6.2.v200810071455-7F7d7AE8yz-YIwEvOFuOF3SqVz-z) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in"
            org.eclipse.datatools.sqltools.doc.user (1.6.2.v200810071455-1507w31191939244824) "Data Tools Platform SQL Dev Tools Documentation"
            org.eclipse.draw2d (3.4.2.v20090218-1145-3317w311_122502441) "Graphical Editing Framework Draw2d"
            org.eclipse.emf (2.4.2.v200902171115) "EMF - Eclipse Modeling Framework"
            org.eclipse.emf.codegen (2.4.0.v200902171115) "EMF Code Generation"
            org.eclipse.emf.codegen.ecore (2.4.2.v200902171115) "EMF Ecore Code Generator"
            org.eclipse.emf.codegen.ecore.ui (2.4.1.v200902171115) "EMF Ecore Code Generator UI"
            org.eclipse.emf.codegen.ui (2.4.0.v200902171115) "EMF Code Generation UI"
            org.eclipse.emf.common (2.4.0.v200902171115) "EMF Common"
            org.eclipse.emf.common.ui (2.4.0.v200902171115) "EMF Common UI"
            org.eclipse.emf.converter (2.4.1.v200902171115) "EMF Model Converter"
            org.eclipse.emf.databinding (1.0.0.v200902171115) "EMF Data Binding"
            org.eclipse.emf.databinding.edit (1.0.0.v200902171115) "EMF Edit Data Binding"
            org.eclipse.emf.ecore (2.4.2.v200902171115) "EMF Ecore"
            org.eclipse.emf.ecore.edit (2.4.1.v200902171115) "EMF Ecore Edit"
            org.eclipse.emf.ecore.editor (2.4.0.v200902171115) "EMF Sample Ecore Editor"
            org.eclipse.emf.edit (2.4.2.v200902171115) "EMF Edit"
            org.eclipse.emf.edit.ui (2.4.2.v200902171115) "EMF Edit UI"
            org.eclipse.emf.mapping (2.4.0.v200902171115) "EMF Mapping"
            org.eclipse.emf.mapping.ecore (2.4.0.v200902171115) "EMF Ecore Mapping"
            org.eclipse.emf.mapping.ecore.editor (2.4.0.v200902171115) "EMF Ecore Mapping Editor"
            org.eclipse.emf.mapping.ui (2.4.0.v200902171115) "EMF Mapping UI"
            org.eclipse.gef (3.4.2.v20090218-1145-67728084A56B4I233613552) "Graphical Editing Framework GEF"
            org.eclipse.help (1.0.2.R342_v20090122-7r7xEKaEJBZu5oGhP3u6nOmbM9VK) "Help System Base"
            org.eclipse.jdt (3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI) "Eclipse Java Development Tools"
            org.eclipse.jst (3.0.4.v200811190840-7U1959LJIHM6ogLbhvbrAnWtxuyM) "J2EE Standard Tools (JST)"
            org.eclipse.jst.ws.axis2tools.feature (1.0.3.v200901220134-77-E_FCYQCD5EeNgKUUY) "J2EE Standard Tools (JST)"
            org.eclipse.pde (3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS) "PDE"
            org.eclipse.platform (3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL) "Eclipse Platform"
            org.eclipse.rcp (3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63) "Eclipse RCP"
            org.eclipse.sdk (3.4.2.R342_v20090122-7O7S7GApJ3_vCyk7ETmsfcmjhz0eHnqw7MIjk9Vdhe4Ic) "Eclipse Project SDK"
            org.eclipse.wst (3.0.4.v200811190840-7A-8l8Qqcz0HyVgjXUE-iuOYZ9ai) "Web Standard Tools (WST)"
            org.eclipse.xsd (2.4.2.v200902171115) "XSD - XML Schema Definition Model"
            org.eclipse.xsd.ecore.converter (2.4.0.v200902171115) "XSD Ecore Converter"
            org.eclipse.xsd.edit (2.4.0.v200902171115) "XSD Edit"
            org.eclipse.xsd.editor (2.4.0.v200902171115) "XSD Sample Editor"
            org.eclipse.xsd.mapping (2.4.0.v200902171115) "XSD Mapping"
            org.eclipse.xsd.mapping.editor (2.4.0.v200902171115) "XSD Mapping Editor"
            org.hibernate.eclipse.feature (3.2.4.GA-R200903141247-H4) "Hibernate Tools"
            org.jboss.ide.eclipse.archives.feature (3.0.0.GA-R200903141247-H4) "JBoss Archives Tools"
            org.jboss.ide.eclipse.as.feature (2.0.0.GA-R200903141247-H4) "JBossAS Tools"
            org.jboss.ide.eclipse.freemarker.feature (1.0.2.GA-R200903141247-H4) "FreeMarker IDE"
            org.jboss.tools.esb.feature (1.1.0.GA-R200903141247-H4) "JBoss ESB Tools"
            org.jboss.tools.jbpm.convert.feature (1.0.0.GA-R200903141247-H4) "jBPM Convert"
            org.jboss.tools.jmx.feature (1.0.0.GA-R200903141247-H4) "JMX Console"
            org.jboss.tools.portlet.feature (1.0.0.GA-R200903141247-H4) "JBoss Portlet"
            org.jboss.tools.project.examples.feature (1.0.0.GA-R200905070146-H18) "Project Examples"
            org.jboss.tools.richfaces.feature (3.0.0.GA-R200903141247-H4) "JBoss Tools RichFaces"
            org.jboss.tools.seam.feature (3.0.0.GA-R200903141247-H4) "Seam Tools"
            org.jboss.tools.struts_feature (3.0.0.GA-R200903141247-H4) "Struts Tools"
            org.jboss.tools.ws.feature (1.0.0.GA-R200903141247-H4) "JBoss WebServices Tools"
            org.jboss.tools.xulrunner.feature (1.8.1.3-20070904) "XULRunner"
            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"

      Attachments

        Issue Links

          Activity

            People

              alexeykazakov Alexey Kazakov
              nmatrix9_jira nmatrix nmatrix (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: