|
From: Jan Z. <Ja...@zu...> - 2005-03-09 17:33:54
|
Hello, there's a minor bug in the reference documentation (http://www.springframework.org/docs/reference/remoting.html). In section "17.2.2. Linking in the service at the client" the second sample should be <bean class="example.SimpleObject"> <property name="accountService"><ref bean="accountService"/></property> </bean> [...] instead of <bean class="example.SimpleObject"> <property name="accountService"><ref bean="accountService"/></bean> </bean> [...] Jan |