[
https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-3207:
----------------------------------------
[~nickboldt] I tried your patch locally and launching my Designer got stuck in resolving
Eclipse packages. Did a full re-build first, but guessing using JBoss TP and and your
changes confused Eclipse.
So a snapshot would be nice, assuming I could test it in my RC4 PHoton IDE?
BTW.. I debugged through my exception using 1.14 Datatools source locally. I had changed
my sqltools results plugin MANIFEST.MF to reference 6.1 lucene version. The class loader
indicated that both my calling class and the single input parameter object class were both
being loaded by lucene 6.1 jar.
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
Assignee: Barry LaFond
Priority: Blocker
Fix For: 11.2
Attachments: td1.png, td2.png, td3.png, td4.png
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)