| Summary: | [OXM] No error message for missing package-name element | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Rick Barkhouse <rick.barkhouse> | ||||
| Component: | Eclipselink | Assignee: | David McCann <david.mccann> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Rick Barkhouse
The JAXBExceptionResource message for this exception has the wrong key. It is 50068 but should be 50069. When running the JUnit tests I now see the following message when the package-name attribute is not specified for a non-Map bindings format: Exception Description: A package was not specified for the provided XML metadata file. The package can be specified by passing in Map<String, Object> (where String = package, Object = handle to XML metadata file) or by setting the package-name attribute on the xml-bindings element in the XML metadata file. Created attachment 183771 [details]
Contains proposed fix
Reviewed by: rick.barkhouse@oracle.com Tests: all unit tests pass as expected Revision: 8554 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |