首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

ssh事宜 Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL

2012-09-28 
ssh事务 Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUALssh事务 Write ope

ssh事务 Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL
ssh事务 Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL)

<prop key="save*">PROPAGATION_REQUIRED</prop>
                <prop key="update*">PROPAGATION_REQUIRED</prop>
                <prop key="delete*">PROPAGATION_REQUIRED</prop>
                <prop key="do*">PROPAGATION_REQUIRED</prop>
                <prop key="recv*">PROPAGATION_REQUIRED</prop>
    <prop key="find*">PROPAGATION_REQUIRED,readOnly</prop>
    <prop key="get*">PROPAGATION_REQUIRED,readOnly</prop>
    <prop key="send*">PROPAGATION_REQUIRED</prop>

你的方法命名要符合规范(方法命名时没符合你在事物中定义的名字为前缀),报错的方法应该是配置了只读事物

热点排行