PATCH NAME:
JBPAPP-364
PRODUCT NAME:
JBoss EAP / Application Platform
VERSION:
4.2.0 CP01
DESCRIPTION:
For
JBPAPP-364
Corrects NPE coming from uninitialized (non static) Logger
For
JBPAPP-415
Corrects WSDL URL
For
JBPAPP-387
Corrects failover problem when integrating with TIBCO EMS
JBPAPP-363
Supports configurable JSESSIONID
MANUAL INSTALL INSTRUCTIONS:
For
JBPAPP-364
Copy the attached jboss-remoting.jar file over the version in %JBOSS_HOME%/client, %JBOSS_HOME%/server/default/lib, %JBOSS_HOME%/server/all/lib, and %JBOSS_HOME%/server/production/lib of a JBoss EAP 4.2.0 installation.
For
JBPAPP-415
Copy the attached jbossws-client.jar file over the version in %JBOSS_HOME%/client and the attached jbossws-core.jar file over the version in %JBOSS_HOME%/server/%SERVER_CONFIG%/deploy/jbossws.sar of a JBoss EAP 4.2.0 CP01 installation.
For
JBPAPP-387
For EJB 2.x MDBs, replace your JBOSS_HOME/server/<server-config>/lib with this jboss.jar To configure this capability you will need to add three elements to your jboss.xml descriptor:
<ForceClearOnShutdown>true | false</ForceClearOnShutdown>
This will enable the general behavior to move past the issue of outstanding Server Sessions
<ForceClearInterval>n milliseconds</ForceClearInterval>
This value, in milliseconds is the amount of wait time between each attempt to clear the ServerSessionPool. This should be set to something reasonable for your environment, I would suggest starting with something like 5ms and incrementing this value if this is too short.
<ForceClearAttempts>n attempts</ForceClearAttempts>
This is the number of attempts that JBoss will allow in waiting for the pool to clear. Once this threshhold has been met, the pool will be recycled regardless of whether or not there is outstanding work in the pool.
For EJB 3.0 MDBs, replace your JBOSS_HOME/server/<server-config>/deploy/jms with the attached jms-ra.rar To configure this capability you will need to add new ActivationConfigProperties forceClearOnShutdown, forceClearInterval, and forceClearAttempts.
JBPAPP-363
Copy the attached jbossweb.jar file over the version in %JBOSS_HOME%/server/%SERVER_CONFIG%/deploy/jboss-web.deployer of a JBoss EAP 4.2.0 CP01 installation.
COMPATIBILITY:
None
DEPENDENCIES:
JBoss EAP 4.2.0 CP01
SUPERSEDES:
None
SUPERSEDED BY:
None
CREATOR:
Ron Sigal, William DeCoste
DATE:
Tue 10/23/2007 15:34:47