This is upstream EJB integration TS.
The following commands starts the whole TS with latest upstream bits:
mvn -B -ntp package -DspecificModule=prepare
mvn -B -ntp dependency:tree clean verify --fail-at-end
There are three modules in this TS, see the details in following links:
Basic client tests and multinode tests can be started with one of those options which determines where to get EJB client dependencies for testing:
- Use BOMs to govern client dependencies. With this configuration, the documentation above describes
-Dserver.home
or-Dserver.zip.url
parameters. As an alternative for using one of those properties, you can also build server with the latest upstream bits bymvn -B -ntp package -DspecificModule=prepare
command and then not use-Dserver.home
or-Dserver.zip
parameters. - Use dependencies from SERVER_HOME/bin/client/jboss-client.jar.