[
https://issues.jboss.org/browse/TEIID-3825?page=com.atlassian.jira.plugin...
]
Kylin Soong edited comment on TEIID-3825 at 11/23/16 10:13 PM:
---------------------------------------------------------------
h2. How to Test
1. build swarm teiid(teiid/wildfly-swarm-teiid)
2. build swarm teiid example(teiid/wildfly-swarm-teiid-examples)
3. start uberjar like
{code}
java -jar vdb-datafederation/target/vdb-datafederation-swarm.jar
java -jar vdb-materialization/target/vdb-materialization-swarm.jar
java -jar rdbms-as-datasource/target/rdbms-as-datasource-swarm.jar
java -jar loopback-source/target/loopback-source-swarm.jar
{code}
Each module has a readme which contain more depictions and how to run.
I believe there will be some suggestions once you finished the test, for build swarm
teiid, I am not configure the swarm related plugin in project, I use wildfly-swarm as
parent instead
{code}
<parent>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm</artifactId>
<version>2016.8.1</version>
</parent>
<artifactId>teiid</artifactId>
<name>Teiid</name>
{code}
If take Bob's suggestions, put the swarm teiid together with others, I doubt there may
have risk, because wildfly swarm is a sub-project of wildfly, the wildfly feature pack and
config api swarm used are always base on latest wildfly version, for example:
* the least version of swarm base on wildfly 10.0.0 is 2016.8.1(swarm start from 2016.9
use wildfly 10.1)
* the teiid master still use wildfly 10.0.0
was (Author: kylin):
h2. How to Test
1. build teiid master
2. build swarm teiid(teiid/wildfly-swarm-teiid)
3. build swarm teiid example(teiid/wildfly-swarm-teiid-examples)
4. start uberjar like
{code}
java -jar vdb-datafederation/target/vdb-datafederation-swarm.jar
java -jar vdb-materialization/target/vdb-materialization-swarm.jar
java -jar rdbms-as-datasource/target/rdbms-as-datasource-swarm.jar
java -jar loopback-source/target/loopback-source-swarm.jar
{code}
Each module has a readme which contain more depictions and how to run.
I believe there will be some suggestions once you finished the test, for build swarm
teiid, I am not configure the swarm related plugin in project, I use wildfly-swarm as
parent instead
{code}
<parent>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm</artifactId>
<version>2016.8.1</version>
</parent>
<artifactId>teiid</artifactId>
<name>Teiid</name>
{code}
If take Bob's suggestions, put the swarm teiid together with others, I doubt there may
have risk, because wildfly swarm is a sub-project of wildfly, the wildfly feature pack and
config api swarm used are always base on latest wildfly version, for example:
* the least version of swarm base on wildfly 10.0.0 is 2016.8.1(swarm start from 2016.9
use wildfly 10.1)
* the teiid master still use wildfly 10.0.0
Add a wildfly-swarm-teiid Fraction for running teiid as an uberjar
------------------------------------------------------------------
Key: TEIID-3825
URL:
https://issues.jboss.org/browse/TEIID-3825
Project: Teiid
Issue Type: Feature Request
Components: Embedded
Affects Versions: 9.0
Reporter: Kylin Soong
Assignee: Kylin Soong
Fix For: 9.2
Fractions within WildFly Swarm are roughly equivalent to subsystems within WildFly, we
have teiid subsystem in Server mode, so I think a Fraction is necessary to run teiid with
Swarm.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)