Skip to content

Commit adfd74f

Browse files
committed
SWS-770 - In documentation, JMS server configuration doesn't work
1 parent d631f72 commit adfd74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbkx/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
<bean id="messageDispatcher" class="org.springframework.ws.soap.server.SoapMessageDispatcher">
374374
<property name="endpointMappings">
375375
<bean
376-
class="org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping">
376+
class="org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping">
377377
<property name="defaultEndpoint">
378378
<bean class="com.example.MyEndpoint"/>
379379
</property>

0 commit comments

Comments
 (0)