Connector modules
With application server 8.1 if you relate a connector module to an instance will
the java libraries associated with the connector rmodule be available on the classpath
to the instance? I am deploying gerericra as a connector resource and have been told that
the jar file should also be put in domian lib area. I would have thought that creating a refrence
to the resource would make available the libraries associated with that resource?
[468 byte] By [
xantria] at [2007-11-26 7:15:40]

# 1
Any class in the standalone connector module is automatically made available to all applications. This is achiveved by the classloader logic (not by modifying the instance classpath). So, you dont need to add the the jar files to the domain lib area.
Now, the genericjmsra (http://genericjmsra.dev.java.net) require that the JMS client library be available in the classpath of the application server. That means, if you are configuring the genericjmsra to plug in the MQ series, then the libraries of MQ series need to be added to the classpath of the appserver.
If you dont want to add the jar files to the classpath of the application server, it should be possible to package those JMS client libraries inside the genericjmsra archive and deploy it.
binod at 2007-7-6 18:51:05 >
