Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 320312

Summary: NLS missing messages in .log
Product: [WebTools] WTP Java EE Tools Reporter: Jason Sholl <jsholl>
Component: jst.j2eeAssignee: Jason Sholl <jsholl>
Status: RESOLVED FIXED QA Contact: Chuck Bridgham <cbridgha>
Severity: normal    
Priority: P3 CC: ccc
Version: 3.0.5Flags: cbridgha: review+
Target Milestone: 3.0.5 P   
Hardware: PC   
OS: Windows Server 2003   
Whiteboard:
Bug Depends on:    
Bug Blocks: 320313    
Attachments:
Description Flags
patch for 305P none

Description Jason Sholl CLA 2010-07-19 15:00:11 EDT
The following NLS messages are showing up in the log because the ERefValidationMessageResourceHandler does not point to the proper file.  The string constants are not loaded and the following is logged.  After fixing the NLS class to point to the correct location, I also noticed one missing string constant which is now fixed.

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.862
!MESSAGE NLS missing message: ERROR_EAR_MISSING_EREFNAME in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_INVALID_EREFTYPE in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_MISSING_EREFTYPE in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_MISSING_EREFHOME in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_MISSING_EREFREMOTE in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_MISSING_EJB_ROLE in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_DUPLICATE_RESREF in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: UNRESOLVED_EJB_REF_WARN_ in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_DUPLICATE_SERVICEREF in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_DUPLICATE_SECURITYROLEREF in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_DUPLICATE_EJBREF in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_DUPLICATE_RESENVREF in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_DUPLICATE_MESSSAGEDESTINATIONREF in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.877
!MESSAGE NLS missing message: ERROR_EAR_MISSING_MESSSAGEDESTINATION in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.893
!MESSAGE NLS missing message: ERROR_UNRESOLVED_MDB_MISSING_MESSAGE_DESTINATION in: erefvalidation

!ENTRY org.eclipse.osgi 2 1 2010-02-24 09:54:54.893
!MESSAGE NLS missing message: ERROR_EAR_MISSING_EMPTY_MESSSAGEDESTINATION in: erefvalidation
Comment 1 Jason Sholl CLA 2010-07-19 15:02:21 EDT
Created attachment 174659 [details]
patch for 305P
Comment 2 Chuck Bridgham CLA 2010-07-19 15:28:57 EDT
approved
Comment 3 Jason Sholl CLA 2010-07-19 15:33:45 EDT
tracking with bug 320313 for WTP 3.2.2
Comment 4 Carl Anderson CLA 2010-07-27 08:23:13 EDT
Committed to R3_0_5_patches