Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320313 - 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.2   Edit
Hardware: PC Windows Server 2003
: P3 normal (vote)
Target Milestone: 3.2.2   Edit
Assignee: Jason Sholl CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on: 320312
Blocks:
  Show dependency tree
 
Reported: 2010-07-19 15:23 EDT by Jason Sholl CLA
Modified: 2010-08-09 15:53 EDT (History)
1 user (show)

See Also:
cbridgha: review+


Attachments

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: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