business/src/dev/resources/README.txt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This directory contains things needed for a developer to run business tests in their development environment.

The resources describe the environment to your business test.  They need to be in your classpath.
The datasource-descriptor describes the datasource to JBoss.  The exploder will copy it to the exploded directory.
The persistence-descriptor describes the persistence rules to JBoss.  The exploder will copy it to the exploded directory.
The application needs to be running ie. JBoss running, pointed at the exploded directory.

For instructions on how to use the tests, go to http://files.doublenegative.com.au/jumpstart/, 
then choose Tips, then Business Tests.
