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

Bug 320313

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.2Flags: cbridgha: review+
Target Milestone: 3.2.2   
Hardware: PC   
OS: Windows Server 2003   
Whiteboard:
Bug Depends on: 320312    
Bug Blocks:    

Description Jason Sholl CLA 2010-07-19 15:23:39 EDT
+++ This bug was initially created as a clone of Bug #320312 +++

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:24:35 EDT
See patch from original bug
Comment 2 Jason Sholl CLA 2010-08-09 15:49:13 EDT
checked into head for 3.2.2
Comment 3 Chuck Bridgham CLA 2010-08-09 15:53:24 EDT
approve