OSB Cookbook standard environment

The OSB Cookbook standard environment is a set of artifacts, representing the environment that most of the recipes make use of.

Part of the environment is a database schema to be installed in an Oracle database, containing a few tables and AQ objects. The database schema can be installed by running the script setup\database\install.cmd.

Another part of the environment is installed on the WebLogic server. This includes artifacts stored in the JNDI tree, such as DataSource or Connection Factories as well as the necessary JMS objects for Chapter 3. These artifacts are installed through a WLST script, which is called from an ANT script. Install it by running the script setup\wlst\install.cmd.

These two scripts are part of the ZIP file for this book, downloadable from the Packt website.