[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Mat Booth (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Mat Booth commented on TEIIDDES-3207:
-------------------------------------
I couldn't remember what it was that made me suspect that mixing lucene versions would be problematic, but know i do :-)
> 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)
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/25/18 2:50 PM:
-----------------------------------------------------------------
[~nickboldt] I installed 1.14.101 snapshot and I have issues. basically missing icons/stuff from results.ui plugin. (in my Photon RC4 IDE install)
Tried to open datatools perspective and got many of the following errors.
{code}
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.datatools.enablement.ibm.db2 [1049]
Unresolved requirement: Require-Bundle: org.eclipse.datatools.sqltools.data.core
-> Bundle-SymbolicName: org.eclipse.datatools.sqltools.data.core; bundle-version="1.4.100.201801242337"; singleton:="true"
org.eclipse.datatools.sqltools.data.core [1113]
Unresolved requirement: Require-Bundle: org.eclipse.datatools.sqltools.result
-> Bundle-SymbolicName: org.eclipse.datatools.sqltools.result; bundle-version="1.3.101.201806222057"; singleton:="true"
org.eclipse.datatools.sqltools.result [1131]
No resolution report for the bundle. Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"] because it is exposed to package 'org.apache.lucene.analysis' from resources org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="7.1.0.v20171214-1510"; osgi.identity="org.apache.lucene.core"] and org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20170814-1820"; osgi.identity="org.apache.lucene.core"] via two dependency chains.
Chain 1:
org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.apache.lucene.core)(bundle-version>=7.1.0))
|
provide: osgi.wiring.bundle: org.apache.lucene.core
org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="7.1.0.v20171214-1510"; osgi.identity="org.apache.lucene.core"]
Chain 2:
org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.apache.lucene.queryparser)(bundle-version>=6.1.0))
|
provide: osgi.wiring.bundle; bundle-version:Version="6.1.0.v20161115-1612"; osgi.wiring.bundle="org.apache.lucene.queryparser"
org.apache.lucene.queryparser [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20161115-1612"; osgi.identity="org.apache.lucene.queryparser"]
import: (&(osgi.wiring.package=org.apache.lucene.analysis)(&(version>=6.1.0)(!(version>=6.2.0))))
|
export: osgi.wiring.package: org.apache.lucene.analysis
org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20170814-1820"; osgi.identity="org.apache.lucene.core"]
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1682)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1661)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1624)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1555)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
{code}
was (Author: blafond):
[~nickboldt] I installed 1.14.101 snapshot and I have issues. basically missing icons/stuff from results.ui plugin.
Tried to open datatools perspective and got many of the following errors.
{code}
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.datatools.enablement.ibm.db2 [1049]
Unresolved requirement: Require-Bundle: org.eclipse.datatools.sqltools.data.core
-> Bundle-SymbolicName: org.eclipse.datatools.sqltools.data.core; bundle-version="1.4.100.201801242337"; singleton:="true"
org.eclipse.datatools.sqltools.data.core [1113]
Unresolved requirement: Require-Bundle: org.eclipse.datatools.sqltools.result
-> Bundle-SymbolicName: org.eclipse.datatools.sqltools.result; bundle-version="1.3.101.201806222057"; singleton:="true"
org.eclipse.datatools.sqltools.result [1131]
No resolution report for the bundle. Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"] because it is exposed to package 'org.apache.lucene.analysis' from resources org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="7.1.0.v20171214-1510"; osgi.identity="org.apache.lucene.core"] and org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20170814-1820"; osgi.identity="org.apache.lucene.core"] via two dependency chains.
Chain 1:
org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.apache.lucene.core)(bundle-version>=7.1.0))
|
provide: osgi.wiring.bundle: org.apache.lucene.core
org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="7.1.0.v20171214-1510"; osgi.identity="org.apache.lucene.core"]
Chain 2:
org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.apache.lucene.queryparser)(bundle-version>=6.1.0))
|
provide: osgi.wiring.bundle; bundle-version:Version="6.1.0.v20161115-1612"; osgi.wiring.bundle="org.apache.lucene.queryparser"
org.apache.lucene.queryparser [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20161115-1612"; osgi.identity="org.apache.lucene.queryparser"]
import: (&(osgi.wiring.package=org.apache.lucene.analysis)(&(version>=6.1.0)(!(version>=6.2.0))))
|
export: osgi.wiring.package: org.apache.lucene.analysis
org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20170814-1820"; osgi.identity="org.apache.lucene.core"]
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1682)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1661)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1624)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1555)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
{code}
> 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)
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:
----------------------------------------
[~nickboldt] I installed 1.14.101 snapshot and I have issues. basically missing icons/stuff from results.ui plugin.
Tried to open datatools perspective and got many of the following errors.
{code}
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.datatools.enablement.ibm.db2 [1049]
Unresolved requirement: Require-Bundle: org.eclipse.datatools.sqltools.data.core
-> Bundle-SymbolicName: org.eclipse.datatools.sqltools.data.core; bundle-version="1.4.100.201801242337"; singleton:="true"
org.eclipse.datatools.sqltools.data.core [1113]
Unresolved requirement: Require-Bundle: org.eclipse.datatools.sqltools.result
-> Bundle-SymbolicName: org.eclipse.datatools.sqltools.result; bundle-version="1.3.101.201806222057"; singleton:="true"
org.eclipse.datatools.sqltools.result [1131]
No resolution report for the bundle. Bundle was not resolved because of a uses contraint violation.
org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"] because it is exposed to package 'org.apache.lucene.analysis' from resources org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="7.1.0.v20171214-1510"; osgi.identity="org.apache.lucene.core"] and org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20170814-1820"; osgi.identity="org.apache.lucene.core"] via two dependency chains.
Chain 1:
org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.apache.lucene.core)(bundle-version>=7.1.0))
|
provide: osgi.wiring.bundle: org.apache.lucene.core
org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="7.1.0.v20171214-1510"; osgi.identity="org.apache.lucene.core"]
Chain 2:
org.eclipse.datatools.sqltools.result [osgi.identity; osgi.identity="org.eclipse.datatools.sqltools.result"; type="osgi.bundle"; version:Version="1.3.101.201806222057"; singleton:="true"]
require: (&(osgi.wiring.bundle=org.apache.lucene.queryparser)(bundle-version>=6.1.0))
|
provide: osgi.wiring.bundle; bundle-version:Version="6.1.0.v20161115-1612"; osgi.wiring.bundle="org.apache.lucene.queryparser"
org.apache.lucene.queryparser [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20161115-1612"; osgi.identity="org.apache.lucene.queryparser"]
import: (&(osgi.wiring.package=org.apache.lucene.analysis)(&(version>=6.1.0)(!(version>=6.2.0))))
|
export: osgi.wiring.package: org.apache.lucene.analysis
org.apache.lucene.core [osgi.identity; type="osgi.bundle"; version:Version="6.1.0.v20170814-1820"; osgi.identity="org.apache.lucene.core"]
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1682)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1661)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1624)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1555)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
{code}
> 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)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Nick Boldt commented on TEIIDDES-3207:
--------------------------------------
FYI:
{quote}they have submitted to Eclipse simrel{quote}
They = me. I'm DTP releng now. And pretty much the only active committer. So... feel free to submit patches! :D
> 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)
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:
----------------------------------------
[~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)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3207) Data Tools Result View error in Eclipse Photon M6
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Nick Boldt commented on TEIIDDES-3207:
--------------------------------------
Here's the proposed fix to DTP, if you need it. https://git.eclipse.org/r/#/c/124921/
I've pushed it to master and can do a 1.14.101 snapshot build if you would like one.
Also have a couple of proposed fixes for 1.15 release, if you're not in a hurry (1.15 will likely come out in September).
> 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)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-3208) Support virtual / foreign procedure with VARIADIC parameter
by SHI HONG CHIN (JIRA)
SHI HONG CHIN created TEIIDDES-3208:
---------------------------------------
Summary: Support virtual / foreign procedure with VARIADIC parameter
Key: TEIIDDES-3208
URL: https://issues.jboss.org/browse/TEIIDDES-3208
Project: Teiid Designer
Issue Type: Enhancement
Affects Versions: 11.1
Environment: Operating system: Windows 10.
Reporter: SHI HONG CHIN
I wanted to create a native query procedure which support unlimited number of object type parameters.
According to the documentation titled "DDL Metadata for Schema Objects" at http://teiid.github.io/teiid-documents/10.2.x/content/reference/DDL_Metad..., the following SQL statement define a procedure with VARIADIC parameter by adding the word "VARIADIC" before the parameter name:
{code:java}
CREATE FOREIGN PROCEDURE proc (x integer, VARIADIC z integer)
RETURNS (x string);
{code}
In Teiid Designer, I cannot find any way to define a VARIADIC parameter in a procedure.
Please add this feature to Teiid Designer.
--
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 Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu... ]
Nick Boldt commented on TEIIDDES-3207:
--------------------------------------
Hey, haven't had time to help solve this one... but if you determine you need a fix in DTP (eg., a MANIFEST.MF with a more restrictive range to prevent starting with lucene earlier than 7) let me know -- better yet, throw me a PR against http://git.eclipse.org/c/datatools/org.eclipse.datatools.git/ and I'll merge / publish a new release.
Photon.0.RC4a is already in the can, including 1.14.100, but I can spin a 1.14.101 bugfix release ASAP if needed.
> 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)
7 years, 10 months
[JBoss JIRA] (TEIIDDES-2355) Provide an option to import pushdown functions
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2355?page=com.atlassian.jira.plu... ]
Steven Hawkins commented on TEIIDDES-2355:
------------------------------------------
The teiid side of this is now complete on master 6 new properties will show up. For a backport some of the MetadataFactory properies will not exist.
> 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-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] my RC4 install shows that DTP 1.14.100.2018xxxxx is installed, not the luna :(.. man this isn't easy...
> 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)
7 years, 10 months