Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323502 - DBWSProvider does not compile with SOAP 1.2
Summary: DBWSProvider does not compile with SOAP 1.2
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 10:28 EDT by Mike Norman CLA
Modified: 2022-06-09 10:32 EDT (History)
1 user (show)

See Also:


Attachments
add SOAP/MTOM Binding imports (2.18 KB, patch)
2010-08-24 10:31 EDT, Mike Norman CLA
no flags Details | Diff

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