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

Bug 323502

Summary: DBWSProvider does not compile with SOAP 1.2
Product: z_Archived Reporter: Mike Norman <michael.norman>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipselink.dbws-inbox
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
add SOAP/MTOM Binding imports none

Description Mike Norman CLA 2010-08-24 10:28:53 EDT
The annotation @BindingType is added when SOAP 1.2 messaging or MTOM attachments
are configured - there are three combinations of SOAP and MTOM:

@BindingType(value=SOAP11HTTP_MTOM_BINDING)
@BindingType(value=SOAP12HTTP_BINDING)
@BindingType(value=SOAP12HTTP_MTOM_BINDING)

The fourth combination (value=SOAP11HTTP_BINDING) does not have to be
specified for that case since it is the default binding value.

Since the move to non-ASM DBWSProvider source code, the above combinations
would not work since the accompanying imports were missing.
Comment 1 Mike Norman CLA 2010-08-24 10:31:54 EDT
Created attachment 177315 [details]
add SOAP/MTOM Binding imports
Comment 2 Mike Norman CLA 2010-08-24 13:44:10 EDT
Fixed in trunk SVN revision: 8078

TBD: backpoint to 2.1 stream (wait until 2.1.2 starts)
Comment 3 Mike Norman CLA 2010-09-02 09:32:00 EDT
in 2.1.2 SVN revision: 8095
Comment 4 Eclipse Webmaster CLA 2022-06-09 10:32:58 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink