Before beginning this tutorial, be sure to set up your Enterprise Developer environment as specified in the Set Build and Interface Mapper Preferences topic.
To successfully deploy and access a Java service, you must have both the Java Development Kit (JDK) and a Java application server installed.
This tutorial provides instructions for using JBoss Application Server version 7.1.1. Therefore, to complete the tutorial successfully, install and configure the JDK and JBoss software as required.
<archive-validation enabled="false" fail-on-error="true" fail-on-warn="false"/>
<subsystem xmlns="urn:jboss:domain:resource-adapters:1.0"> <resource-adapters> <resource-adapter> <archive>mfcobol-notx.rar</archive> <transaction-support>NoTransaction</transaction-support> <connection-definitions> <connection-definition class-name="com.microfocus.cobol.connector.spi.CobolNoTxManagedConnectionFactory" jndi-name="java:/eis/MFCobol_v1.5" pool-name="CobolConnectionFactory"> <pool> <min-pool-size>2</min-pool-size> <max-pool-size>10</max-pool-size> </pool> <security> <application/> </security> </connection-definition> </connection-definitions> </resource-adapter> </resource-adapters> </subsystem>