Enable Connection Management in the SMEUI. The reason you
must enable WebSphere Connection Management to use WebSphere MQ from
WebSphere Application Server V4 is because of the enforcement of
classloader restrictions. This provides a J2EE™-1.2 compliant environment.
The class,javax/resource/ResourceException is defined in the Java™
Connector Architecture (JCA) specification which is not a part of
J2EE-1.2.
To make all the necessary resources available to WebSphere Application
Server, MQ and JMS programs, you must also code the following jar files on
your classpath statement:
- com.ibm.mq.jar
- com.ibm.mqims.jar
- connector.jar
- jms.jar
- jndi.jar
- jta.jar
- providerutil.jar
- fscontext.jar
- ldap.jar
To review the Post Installation setup section of the WebSphere MQ Using
Java manual, click:
http://www.ibm.com/software/integration/mqfamily/library/manualsa/manuals/crosslatest.html
To see WebSphere Application Server documentation in the Assembling
J2EE Applications in Chapter 4 under Connectors, click: ftp://ftp.software.ibm.com/software/webserver/appserv/zos_os390/v401/bosc1mst.pdf
|