Hide Forgot
Document URL: http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html-single/Development_Guide/index.html#chap-Internationalization_and_Localization Section Number and Name: (A) 6.2.4.1. Add Message Ids and Project Codes to Log Messages (B) 6.2.4.3. Customize Log Messages with Parameters (C) 6.2.4.4. Specify an Exception as the Cause of a Log Message (D) 6.2.5.3. Specify One Exception as the Cause of Another Exception Describe the issue: Some annotations in the text are not in bold style: (A) Specify a message id for each message using the id attribute of the @Message annotation attached to the method that defines the message. (B) A parameter marked with the @Cause annotation is not included in the number of parameters. (C) The following procedure shows how to update a logging method using the @Cause parameter to indicate the "causing" exception. (D) This is done by adding a parameter to the method and annotating the parameter with @Cause. The following procedure shows how to update a method from an exception bundle using the @Cause parameter to indicate the causing exception.
Moving to ON_QA. The changes should be available for review on the documentation stage within an hour or so from this comment. http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/
Verified with EAP 6.3.0 DR1