Xml代码

- <props>
- <prop key=”create*”>PROPAGATION_REQUIRED,-com.worthtech.app.exception.SCException</prop>
- <prop key=”save*”>PROPAGATION_REQUIRED,-com.worthtech.app.exception.SCException</prop>
- <prop key=”add*”>PROPAGATION_REQUIRED,-com.worthtech.app.exception.SCException</prop>
- <prop key=”remove*”>PROPAGATION_REQUIRED,-com.worthtech.app.exception.SCException</prop>
- <prop key=”update*”>PROPAGATION_REQUIRED,-com.worthtech.app.exception.SCException</prop>
- <prop key=”del*”>PROPAGATION_REQUIRED,-com.worthtech.app.exception.SCException</prop>
- <prop key=”*”>PROPAGATION_REQUIRED,readOnly</prop>
- </props>
把readOnly去掉就可以了