[JBoss JIRA] (TEIID-3202) Add the translator to the log entry when the model is loaded
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3202?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3202.
---------------------------------
> Add the translator to the log entry when the model is loaded
> ------------------------------------------------------------
>
> Key: TEIID-3202
> URL: https://issues.jboss.org/browse/TEIID-3202
> Project: Teiid
> Issue Type: Enhancement
> Components: Server
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Priority: Optional
> Fix For: 8.10
>
>
> When the server starts up and there's a log entry for the model when its loaded. Example:
> 11:00:29,691 INFO [org.teiid.RUNTIME] (MSC service thread 1-2) TEIID50029 VDB QT_Hive_Push.1 model "Source" metadata is currently being loaded. Start Time: 9/25/14 11:00 AM
> It would be nice to have the associated translator that was assigned at load time. This can be helpful to tracking down issues.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIID-3193) Teiid not removing/setting the correct TCCL before calling getMetadata on translator
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3193?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3193.
---------------------------------
> Teiid not removing/setting the correct TCCL before calling getMetadata on translator
> ------------------------------------------------------------------------------------
>
> Key: TEIID-3193
> URL: https://issues.jboss.org/browse/TEIID-3193
> Project: Teiid
> Issue Type: Bug
> Components: Common
> Affects Versions: 8.8
> Reporter: Michael Farwell
> Assignee: Ramesh Reddy
> Labels: CR3
> Fix For: 8.9
>
>
> Ramesh helped me debug a class loading issue that I'm experiencing with a custom translator and asked me to open this ticket based on his findings. The forum link is specified below and contains all of the necessary information.
> Ramesh's words: "OK, I believe the geoTools is using the TCCL to load the schema, thus the error. However, the error is on the Teiid side not correctly removing/setting the correct TCCL before we call "getMetadata" call on the translator. You can add JIRA for this we will fix it."
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIID-3213) Getting error when running adminshell load {script}
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3213?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3213.
---------------------------------
> Getting error when running adminshell load {script}
> ---------------------------------------------------
>
> Key: TEIID-3213
> URL: https://issues.jboss.org/browse/TEIID-3213
> Project: Teiid
> Issue Type: Bug
> Components: Tools
> Affects Versions: 8.9
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Fix For: 8.9
>
>
> Running the 8.10 beta adminshell and getting the following error when running one of the examples:
> ./adminshell.sh load ./examples/PrintAllVDBAndDatasources.groovy
> ===> static org.teiid.adminshell.AdminShell.*
> ===> static org.teiid.adminshell.AdminShell.*, static org.teiid.adminshell.GroovySqlExtensions.*
> ===> static org.teiid.adminshell.AdminShell.*, static org.teiid.adminshell.GroovySqlExtensions.*, org.teiid.adminapi.*
> FATAL: groovy.lang.MissingPropertyException: No such property: load for class: groovysh_evaluate
> groovy.lang.MissingPropertyException: No such property: load for class: groovysh_evaluate
> at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
> at org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:49)
> at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at groovysh_evaluate$run.call(Unknown Source)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TEIID-1942) Add the support for accessing Coherence
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-1942?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-1942:
------------------------------------
Per the coherence community:
Important: The fact that the Oracle Coherence Incubator depends on a commercial product, namely Oracle Coherence that of which is not available in a public Maven Repository, probably means that your first build is likely to fail because of a missing dependency on coherence.jar.
Should this problem occur and you aren't using the standard Coherence installed, you will need to manually install the appropriate coherence.jar and coherence-web.jars into your local repository or your organization's repository.
To install the standard coherence.jar into your local Apache Maven repository, simply change to $COHERENCE_HOME/lib directory and run the following command:
{code}
$ mvn install:install-file \
-DgroupId=com.oracle.coherence \
-DartifactId=coherence \
-Dversion=12.1.2-0-0 \
-Dfile=coherence.jar \
-Dpackaging=jar \
-DgeneratePom=true
{code}
> Add the support for accessing Coherence
> ---------------------------------------
>
> Key: TEIID-1942
> URL: https://issues.jboss.org/browse/TEIID-1942
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 8.10
> Reporter: Van Halbert
> Assignee: Van Halbert
>
> Add the support for using the Coherence
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years