Skip to content

Commit

Permalink
SWS-770 - In documentation, JMS server configuration doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
poutsma committed May 2, 2012
1 parent d631f72 commit adfd74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docbkx/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<bean id="messageDispatcher" class="org.springframework.ws.soap.server.SoapMessageDispatcher">
<property name="endpointMappings">
<bean
class="org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping">
class="org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping">
<property name="defaultEndpoint">
<bean class="com.example.MyEndpoint"/>
</property>
Expand Down

0 comments on commit adfd74f

Please sign in to comment.