JBoss Enterprise Application Platform 6.4 Update 01 Release Notes
Important: This update is not the latest cumulative patch, it is recommended to apply the latest update, see these links for the latest:
In order to better meet customer expectations, micro releases for JBoss EAP 6 have been discontinued and replaced with updates delivered on a repeating schedule, targeting a new release every 6 weeks.
Each new update will contain a number of bug fixes for customer reported issues and potentially a number of security fixes. We expect that the updates will substantially reduce the number of individual patches that we produce and that customers must manage to keep their installations up to date.
For more information see the following Red Hat Knowledgebase articles: Maintenance Release Changes in EAP 6.2+ and Updated Patch Management with EAP 6.2+
This update includes the following bug fixes or changes:
| ID | Component | Summary |
|---|---|---|
| This content is not included.1185179 | CDI/Weld | WELD-1568 - ClassFormatError exception thrown when creating bean proxy on IBM J9 VM |
| This content is not included.1215582 | CDI/Weld | WELD-1846 - Observer method in pseudo-scope bean not executed if notifyObserver=Reception.IF_EXISTS defined |
| This content is not included.1207240 | CDI/Weld | Exception from lifecycle callback interceptor method intercepting a session bean gets suppressed |
| This content is not included.1169342 | CLI | CLI ignores path segments with empty resource name while parsing commands |
| This content is not included.1190029 | Clustering | Multiple Cluster Singletons after a merge |
| This content is not included.1199319 | Domain Management | ModelControllerClientOperationHandler doesn't manage the clientRequestExecutor properly leads to excessive threads leading to hitting process limits/native memory issues [details] |
| This content is not included.1192471 | EJB | EJB's node is dropped from the cluster if it is accessed during (re) start [details] |
| This content is not included.1201439 | EJB | RemotingContext should be copied for async EJB calls |
| This content is not included.1204957 | EJB | EJB client automatically retries on authentication errors |
| This content is not included.1188420 | EJB | EJB Asynchronous pass POJO by reference leading to ClassCastException errors in remote invocations |
| This content is not included.1194381 | EJB | Allow expressions in jboss-ejb-client.xml if configuration jboss-descriptor-property-replacement=true |
| This content is not included.1159572 | HornetQ | Duplicate message deliveries when start an MDB twice via CLI |
| This content is not included.981093 | JCA | IronJacamarResourceCreator Throws ConcurrentModificationException |
| This content is not included.1094380 | Naming | Multi threaded ejb invocations via remote-naming produce EJBCLIENT000025 if the Context is closed |
| This content is not included.1175126 | Remoting | Deadlock on org.xnio.AbstractIoFuture lock |
| This content is not included.1064763 | Scripts and Commands | standalone.sh fails to start server with debug argument on solaris 10 and HP-UX hosts |
| This content is not included.1199641 | Security | LDAP Bind Credential Password is Logged |
| This content is not included.1169862 | Security | Vague ERROR message "invalid null input" appears when wrong alias given for the keystore configured in security realm. |
| This content is not included.1169239 | Server | Startup fails with 'JBAS014803: Duplicate resource' if " |
| This content is not included.1206635 | Server | WFLY-29 - An ear file with modules in subfolders can not deploy |
| This content is not included.1208338 | Web | The value of jboss-web-versionType in jboss-web_7_2.xsd file is incorrect |
| This content is not included.1200276 | Web | NIO2: Creating concurrent requests (non keep alive) to HTTPS results in Exceptions shown in debug log |
| This content is not included.1190298 | Web | Impossible to set the content type HTTP header in a 204 response |
| This content is not included.1210365 | Web | response.setBufferSize() has no effect when using the response writer |
| This content is not included.1184292 | Web | web.xml parser process cannot handle exception for xml file which does not have the encoding attribute |
| This content is not included.1094248 | Web | Default servlet can't be overridden without web.xml [details] |
Note: This update should only be applied to installer or zip-based installations.
To apply this update using the CLI on Unix-based systems, run the following command from JBOSS_HOME:
bin/jboss-cli.sh "patch apply path/to/jboss-eap-6.4.1-patch.zip"
To apply this update using the CLI on Windows-based systems, run the following command from JBOSS_HOME:
bin\jboss-cli.bat "patch apply path\to\jboss-eap-6.4.1-patch.zip"
These commands will apply the update to the installation that contains the CLI script. Other scenarios and use of the management console are covered in the This content is not included.JBoss EAP 6.4 Installation Guide