[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] reExecuteScript extension point...HELP!

Is there an reference implementation of the reExecuteScript extension point?

I'm lost and am trying seemingly random things.

I have implemented the extension point and its reExecute method is called with the OperationCommand parameter. I tried to use the org.eclipse.datatools.sqltools.internal.tabledataeditor.query.execute.QueryOutputHelper (it's internal but is exported by its plug-in) to reexecute the query. The query gets rerun but the processing of the result set does some SWT operation but isn't being run in the SWT thread. An exception is thrown and that's the end of that.

So, if anybody can point me to an implementation of this extension point that I can model mine after, I'd be very grateful.