[
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)