Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320312 - NLS missing messages in .log
Summary: NLS missing messages in .log
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.0.5   Edit
Hardware: PC Windows Server 2003
: P3 normal (vote)
Target Milestone: 3.0.5 P   Edit
Assignee: Jason Sholl CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 320313
  Show dependency tree
 
Reported: 2010-07-19 15:00 EDT by Jason Sholl CLA
Modified: 2010-07-27 08:23 EDT (History)
1 user (show)

See Also:
cbridgha: review+


Attachments
patch for 305P (1.41 KB, patch)
2010-07-19 15:02 EDT, Jason Sholl CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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