facebook

MyEclipse 5.0 (M2 & GA) and db explorer :"Edit Data

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #259808 Reply

    Tony Herstell
    Participant

    New table… TEXT

    From adavanced..

    CREATE TABLE “XXX”.”TEST”
    ( “X” TIMESTAMP (6),
    “Y” NUMBER
    )

    COMMENT ON COLUMN “XXX”.”TEST”.”X” IS ‘xxx’

    COMMENT ON COLUMN “XXX”.”TEST”.”Y” IS ‘yy’

    insert into PSLMGRDEV.TEST values (’12-aug-2006′, ’12’);
    insert into PSLMGRDEV.TEST values (’12-aug-2006′, ’12’);
    insert into PSLMGRDEV.TEST values (’12-aug-2006′, ’12’);

    Gives the same problem

    Error
    Wed Oct 04 15:18:29 NZDT 2006
    Error opening edit view

    java.lang.NullPointerException
    at java.io.Reader.<init>(Unknown Source)
    at java.io.InputStreamReader.<init>(Unknown Source)
    at java.util.Properties.load(Unknown Source)
    at java.util.PropertyResourceBundle.<init>(Unknown Source)
    at com.sun.rowset.JdbcRowSetResourceBundle.<init>(Unknown Source)
    at com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle(Unknown Source)
    at com.sun.rowset.JdbcRowSetImpl.<init>(Unknown Source)
    at com.genuitec.eclipse.sqlexplorer.views.EditDataView.getRowSet(EditDataView.java:260)
    at com.genuitec.eclipse.sqlexplorer.views.EditDataView$1.run(EditDataView.java:114)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at com.genuitec.eclipse.sqlexplorer.views.EditDataView.createEditArea(EditDataView.java:110)
    at com.genuitec.eclipse.sqlexplorer.actions.TableDirectEditInView.run(TableDirectEditInView.java:72)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    Nice to fix it but not ciritical I would rather have SEAM/EJB3 support.

    #259809 Reply

    Haris Peco
    Member

    I can reproduce your case now.
    I beleive that we will fix that in 5.0.3, but I am not sure for EJB3/Seam

    Thank you
    Peco

    #259810 Reply

    Tony Herstell
    Participant

    Thats brilliant.

    I hope I helped.

    I’ll keep my fingers crossed for the JBoss IDE to be added as native..

    #259815 Reply

    Haris Peco
    Member

    Yes.You have helped a lot

    Thanks
    Peco

Viewing 4 posts - 16 through 19 (of 19 total)
Reply To: MyEclipse 5.0 (M2 & GA) and db explorer :"Edit Data

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