You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/11/22 05:31:54 UTC

[GitHub] code4wt opened a new issue #186: The user doc about sticky connection is wrong.

code4wt opened a new issue #186: The user doc about sticky connection is wrong.
URL: https://github.com/apache/incubator-dubbo-website/issues/186
 
 
   The doc url: [http://dubbo.apache.org/zh-cn/docs/user/demos/stickiness.html](http://dubbo.apache.org/zh-cn/docs/user/demos/stickiness.html)
   
   ![image](https://user-images.githubusercontent.com/25877772/48883002-8a529200-ee58-11e8-969e-9cd74192bd4b.png)
   
   I do like this, bug got an error. As below:
   
   ```java
   Caused by: org.xml.sax.SAXParseException; lineNumber: 28; columnNumber: 49; cvc-complex-type.3.2.2: 元素 'dubbo:protocol' 中不允许出现属性 'sticky'。
   	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
   	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
   	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
           ........
   ```
   
   The sticky property cannot be configured in \<dubbo:protocol\>, please see another issue [incubator-dubbo #1538](https://github.com/apache/incubator-dubbo/issues/1538). Please update sticky doc to avoid confusing developers, thx.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org