Skip to content

Annotation-driven tag does not support ws-addressing @Action [SWS-691] #688

@gregturn

Description

@gregturn

Willem van Dreumel opened SWS-691 and commented

Objects annotated with @Action should be picked up by the sws:annotation-driven tag (triggered with AnnotationActionEndpointMapping), but this fails because the AnnotationDrivenBeanDefinitionParser does not register all possible endpoint mappings in the registerEndpointMappings method.

Ws-addressing support is not working without explicit adding the AnnotationActionEndpointMapping in the Spring context.

Workaround:

Add the following line to the Spring context xml:
<bean class="org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping" />


Affects: 2.0 GA

Reference URL: http://forum.springframework.org/showthread.php?t=102326

Referenced from: commits 04aab9f

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions