[JBoss JIRA] (TEIIDDES-2355) Provide an option to import pushdown functions
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2355?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2355:
----------------------------------------
the missing piece here is that Designer currently doesn't have a specific UI option to let user select or de-select the *Import Pushdown Functions* for import.
currently all *importer* properties are supplied by Teiid runtime for the give JDBC translator. I'm assuming they are defined/discovered from the JDBC driver. There are a number of *importer.<prop-key>* properties the user can set or change so Teiid can set them on the calls to access source schema/metadata.
I'm assuming this new *importer.importPushdownFunctions* property is a custom Teiid property. So Designer can add a custom UI component and track this property separately, or Teiid could add the property to it's current list of importer properties. The latter would require no UI changes other than setting a default that's different than what the Property Definition would be set to.
> Provide an option to import pushdown functions
> ----------------------------------------------
>
> Key: TEIIDDES-2355
> URL: https://issues.jboss.org/browse/TEIIDDES-2355
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Teiid Integration
> Reporter: Steven Hawkins
> Assignee: Barry LaFond
> Fix For: 11.2
>
> Attachments: pushDown.zip
>
>
> The import property importer.importPushdownFunctions can be set to have Teiid include the pushdown functions as part of the imported schema and there by the ddl used by designer. With TEIID-3098 will prevent there from being ambiguity from doing so (either from multiple models or from the pushdown functions). So Designer should allow users to import these functions if they wish (it could even be a default option).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3206) Unable to add sources to a Multi-source model
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3206?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3206:
----------------------------------------
[~dsteigne] the NPE was thrown because the JNDI name was null/empty. This is legal for *loopback* connector. Should be easy fix
> Unable to add sources to a Multi-source model
> ---------------------------------------------
>
> Key: TEIIDDES-3206
> URL: https://issues.jboss.org/browse/TEIIDDES-3206
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 11.1.3
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Fix For: 11.2
>
>
> With an existing VDB with Multi-source models already defined, if you want to add more clicking on the Add button does nothing. You have to delete one of the existing sources then you can Add additional. I see the below in the .log:
> !ENTRY org.eclipse.ui 4 0 2018-06-14 07:41:18.381
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.NullPointerException
> at org.teiid.designer.vdb.VdbSourceInfo.add(VdbSourceInfo.java:94)
> at org.teiid.designer.vdb.ui.editor.panels.ModelDetailsPanel$4.widgetSelected(ModelDetailsPanel.java:233)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5348)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4602)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4183)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3206) Unable to add sources to a Multi-source model
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3206?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3206:
-----------------------------------
Fix Version/s: 11.2
> Unable to add sources to a Multi-source model
> ---------------------------------------------
>
> Key: TEIIDDES-3206
> URL: https://issues.jboss.org/browse/TEIIDDES-3206
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 11.1.3
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Fix For: 11.2
>
>
> With an existing VDB with Multi-source models already defined, if you want to add more clicking on the Add button does nothing. You have to delete one of the existing sources then you can Add additional. I see the below in the .log:
> !ENTRY org.eclipse.ui 4 0 2018-06-14 07:41:18.381
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.NullPointerException
> at org.teiid.designer.vdb.VdbSourceInfo.add(VdbSourceInfo.java:94)
> at org.teiid.designer.vdb.ui.editor.panels.ModelDetailsPanel$4.widgetSelected(ModelDetailsPanel.java:233)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5348)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4602)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4183)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Paul Leacu commented on TEIIDDES-3207:
--------------------------------------
Hey [~nickboldt] - Teiid Designer appears to have run across an incompatibility with the various org.apache.lucene jars in Photon. I noticed in JBT core TP the following:
{code}
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/S20180504..."/>
<!-- for these IUs we need multiple versions -->
<unit id="com.google.guava" version="15.0.0.v201403281430"/> <!-- needed by org.eclipse.recommenders.injection 2.5.2.v20180401-1226 -->
<unit id="com.google.guava" version="21.0.0.v20170206-1425"/> <!-- needed by m2e 1.8.1 -->
<unit id="org.apache.lucene.core" version="3.5.0.v20120725-1805"/> <!-- org.eclipse.recommenders.models 2.5.2.v201804 requires org.apache.lucene.core 3.5 -->
<unit id="org.apache.lucene.core" version="6.1.0.v20170814-1820"/> <!-- required by org.eclipse.epp.logging.aeri.feature 2.0.7.v20170906-1327 -->
<unit id="org.apache.lucene.core" version="7.1.0.v20171214-1510"/>
{code}
Does this appear to be an issue with the 3.5 version of org.apache.lucene no longer being compatible with Eclipse? Any recommendations on how we can fix it?
Thkx!
> Data Tools Result View error in Eclipse Photon M6
> -------------------------------------------------
>
> Key: TEIIDDES-3207
> URL: https://issues.jboss.org/browse/TEIIDDES-3207
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 11.2
> Reporter: Barry LaFond
> Priority: Blocker
>
> While testing initial Designer upgrade to Photon target platform, my initial test produced an odd error opening the SQL Results View from the Data Tools Eclipse feature.
> I then installed basic Eclipse IDE for Java Developers version and added/installed the *Database Development* category.
> Opening the Database Development perspective then opening the *SQL Results* view throws the same error below:
> {code}
> Root exception:
> java.lang.NoSuchMethodError: org.apache.lucene.index.IndexWriter.addDocument(Ljava/lang/Iterable;)J
> at org.eclipse.datatools.sqltools.result.internal.index.ResultHistoryLuceneIndex.addResults(ResultHistoryLuceneIndex.java:139)
> at org.eclipse.datatools.sqltools.result.ResultsViewPlugin.start(ResultsViewPlugin.java:117)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:779)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3207:
----------------------------------------
[~pleacu] appears there are 4 org.apache.lucene.index.core jars in Photon (versions 3.5, 6.1, 6.1+, 7.1). This error would occur if the 3.5 version of *IndexWriter* was loaded. Version's 6.1 and above have the expected signature and wouldn't error out.
> Data Tools Result View error in Eclipse Photon M6
> -------------------------------------------------
>
> Key: TEIIDDES-3207
> URL: https://issues.jboss.org/browse/TEIIDDES-3207
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 11.2
> Reporter: Barry LaFond
> Priority: Blocker
>
> While testing initial Designer upgrade to Photon target platform, my initial test produced an odd error opening the SQL Results View from the Data Tools Eclipse feature.
> I then installed basic Eclipse IDE for Java Developers version and added/installed the *Database Development* category.
> Opening the Database Development perspective then opening the *SQL Results* view throws the same error below:
> {code}
> Root exception:
> java.lang.NoSuchMethodError: org.apache.lucene.index.IndexWriter.addDocument(Ljava/lang/Iterable;)J
> at org.eclipse.datatools.sqltools.result.internal.index.ResultHistoryLuceneIndex.addResults(ResultHistoryLuceneIndex.java:139)
> at org.eclipse.datatools.sqltools.result.ResultsViewPlugin.start(ResultsViewPlugin.java:117)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:779)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Barry LaFond edited comment on TEIIDDES-3207 at 6/18/18 10:56 AM:
------------------------------------------------------------------
[~pleacu] appears there are 4 *org.apache.lucene.index.core *jars in *Photon* (versions 3.5, 6.1, 6.1+, 7.1). This error would occur if the 3.5 version of *IndexWriter* was loaded. Version's 6.1 and above have the expected signature and wouldn't error out.
was (Author: blafond):
[~pleacu] appears there are 4 org.apache.lucene.index.core jars in Photon (versions 3.5, 6.1, 6.1+, 7.1). This error would occur if the 3.5 version of *IndexWriter* was loaded. Version's 6.1 and above have the expected signature and wouldn't error out.
> Data Tools Result View error in Eclipse Photon M6
> -------------------------------------------------
>
> Key: TEIIDDES-3207
> URL: https://issues.jboss.org/browse/TEIIDDES-3207
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 11.2
> Reporter: Barry LaFond
> Priority: Blocker
>
> While testing initial Designer upgrade to Photon target platform, my initial test produced an odd error opening the SQL Results View from the Data Tools Eclipse feature.
> I then installed basic Eclipse IDE for Java Developers version and added/installed the *Database Development* category.
> Opening the Database Development perspective then opening the *SQL Results* view throws the same error below:
> {code}
> Root exception:
> java.lang.NoSuchMethodError: org.apache.lucene.index.IndexWriter.addDocument(Ljava/lang/Iterable;)J
> at org.eclipse.datatools.sqltools.result.internal.index.ResultHistoryLuceneIndex.addResults(ResultHistoryLuceneIndex.java:139)
> at org.eclipse.datatools.sqltools.result.ResultsViewPlugin.start(ResultsViewPlugin.java:117)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:779)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3207:
-----------------------------------
Steps to Reproduce:
1) install basic [Eclipse IDE for Java Developers|http://www.eclipse.org/downloads/packages/eclipse-ide-java-dev...] version and added/installed the *Database Development* category.
2) open the Database Development perspective
3) open the *SQL Results* view
was:
I then installed basic [Eclipse IDE for Java Developers|http://www.eclipse.org/downloads/packages/eclipse-ide-java-dev...] version and added/installed the *Database Development* category.
Opening the Database Development perspective then opening the *SQL Results* view
> Data Tools Result View error in Eclipse Photon M6
> -------------------------------------------------
>
> Key: TEIIDDES-3207
> URL: https://issues.jboss.org/browse/TEIIDDES-3207
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 11.2
> Reporter: Barry LaFond
> Priority: Blocker
>
> While testing initial Designer upgrade to Photon target platform, my initial test produced an odd error opening the SQL Results View from the Data Tools Eclipse feature.
> I then installed basic Eclipse IDE for Java Developers version and added/installed the *Database Development* category.
> Opening the Database Development perspective then opening the *SQL Results* view throws the same error below:
> {code}
> Root exception:
> java.lang.NoSuchMethodError: org.apache.lucene.index.IndexWriter.addDocument(Ljava/lang/Iterable;)J
> at org.eclipse.datatools.sqltools.result.internal.index.ResultHistoryLuceneIndex.addResults(ResultHistoryLuceneIndex.java:139)
> at org.eclipse.datatools.sqltools.result.ResultsViewPlugin.start(ResultsViewPlugin.java:117)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:779)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-3207:
--------------------------------------
Summary: Data Tools Result View error in Eclipse Photon M6
Key: TEIIDDES-3207
URL: https://issues.jboss.org/browse/TEIIDDES-3207
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 11.2
Reporter: Barry LaFond
Priority: Blocker
While testing initial Designer upgrade to Photon target platform, my initial test produced an odd error opening the SQL Results View from the Data Tools Eclipse feature.
I then installed basic Eclipse IDE for Java Developers version and added/installed the *Database Development* category.
Opening the Database Development perspective then opening the *SQL Results* view throws the same error below:
{code}
Root exception:
java.lang.NoSuchMethodError: org.apache.lucene.index.IndexWriter.addDocument(Ljava/lang/Iterable;)J
at org.eclipse.datatools.sqltools.result.internal.index.ResultHistoryLuceneIndex.addResults(ResultHistoryLuceneIndex.java:139)
at org.eclipse.datatools.sqltools.result.ResultsViewPlugin.start(ResultsViewPlugin.java:117)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:779)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3206) Unable to add sources to a Multi-source model
by Debbie Steigner (JIRA)
Debbie Steigner created TEIIDDES-3206:
-----------------------------------------
Summary: Unable to add sources to a Multi-source model
Key: TEIIDDES-3206
URL: https://issues.jboss.org/browse/TEIIDDES-3206
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 11.1.3
Reporter: Debbie Steigner
Assignee: Barry LaFond
With an existing VDB with Multi-source models already defined, if you want to add more clicking on the Add button does nothing. You have to delete one of the existing sources then you can Add additional. I see the below in the .log:
!ENTRY org.eclipse.ui 4 0 2018-06-14 07:41:18.381
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.teiid.designer.vdb.VdbSourceInfo.add(VdbSourceInfo.java:94)
at org.teiid.designer.vdb.ui.editor.panels.ModelDetailsPanel$4.widgetSelected(ModelDetailsPanel.java:233)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5348)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4602)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4183)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months