...
- Windows, Linux or Solaris operating systems.
- WSO2 ESB 3.0.1.
- JBoss Application serverServer (jboss-5.1.0.GA version used).
- Derby Database (db-derby-10.5.1.1-bin version was used).
- Apache ActiveMQ 5.3.1.
Since the Transaction Mediator is implemented using JTA, you need to have a JTA provider. Here we used JBoss J2EE application server (Application Server (JBoss AS), which implements the transaction support through Arjuna TS) , as the JTA provider, so it is necessary to deploy the WSO2 ESB in JBoss Application server ( AS). Use Apache Derby as the database server.
...
2. Deploy the WSO2 ESB on JBoss AS. The JBOSS JBoss installation path will be referred to as $JBOSS_HOME
and the WSO2 ESB repo location as $CARBON_HOME
.
...