Problem
The native COBOL IMTK tutorial describes using JBoss 5.1 as the application server for the client EJB.
What is required to use JBoss 6.1 as the application server?
Resolution
To use JBoss 6.1
First configure JBoss 6.1 as documented in Enterprise Server, Enterprise Server Task Index, Deploy to Java EE Application Servers.
When it comes to setting the deployment properties in the tutorial the following steps needs to change:
6) On the EJB Generation tab, use the drop-down lists to set the Application Server to JEE 6 and JBOSS 6.1.0.
7) Also on the EJB Generation tab, click the Browse button that corresponds to the J2EE Class Path field and add the following files, all of which are located in your JBoss installation's \\common\\lib folder:
-
- jboss-ejb-api_3.1_spec.jar
- jboss-servlet-api_3.0_spec.jar
- jboss-connector-api_1.5_spec.jar
These are the EJB connector classes.
#EnterpriseDeveloper
#MFDS
