
The trailblazer is a small application that uses several of the services provided by the JBoss ESB.


Required to run the Trailblazer:
- ANT
- A mail server to send email notifications
- JBoss AS 4.0.4 or higher with EJB3 and JBossWS support.  You can install the latest JBoss AS JEMS installer and select the "EJB3" install config to get the right one installed.
- JBoss AS 4.0.4 or higher with the JBoss ESB SAR deployment (jbossesb.sar). 

Settings required to edit before running:

File: jbossesb-properties.xml (jbossesb.sar/jbossesb-properties.xml)
- Update the section titled "transports" and specify all of the SMTP mail server settings for your environment.

File : deployment.properties (install/deployment.properties)
- Update the app server location settings.

-------------------------------------------
To run the Trailblazer, follow these steps:

1 - run your JBoss AS - you will need to have the 4.0.4 or higher with the EJB3 support installed.  This is required because the TB uses the JSR-181 pojo style web service.

2 - from the TB_ROOT, execute the command to start the ESB: "ant deploy"
* this should deploy the ESB and WAR files to your JBoss AS server/default.

3 - from the TB_ROOT/banks execute the command to start the Bank service: "ant runJMSBank"

4 - from the jsp: localhost:8080/trailblazer

That's it.  Now you can submit quotes, and you should receive an email at the specified address on the page.
