| Summary: | [DBWS] avoid additional static imports in generated Provider java source | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Mike Norman <michael.norman> | ||||||||
| Component: | Eclipselink | Assignee: | David McCann <david.mccann> | ||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||
| Severity: | normal | ||||||||||
| Priority: | P3 | CC: | david.mccann, eclipselink.dbws-inbox | ||||||||
| Version: | unspecified | ||||||||||
| Target Milestone: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Mike Norman
In the generated DBWSProvider.java the following static imports are generated irrespective of the SOAPBinding setting import static javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_MTOM_BINDING; import static javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_BINDING; import static javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_MTOM_BINDING; Created attachment 200993 [details]
Potential fix - UNTESTED
Created attachment 203430 [details]
Supporting test cases.
Created attachment 203492 [details]
Supporting test cases.
Fix checked into 2.3.1, revision# 10102 Fix checked into 2.4.0, revision# 10103 Reviewed by: michael.norman@oracle.com Tests: ProviderWebServiceTestSuite; all unit tests pass as expected The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |