Skip to content

wildfly/ejb-client-testsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EJB test suite

This is upstream EJB integration TS.

Quick start

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

TS structure

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 by mvn -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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages