You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/17 09:00:00 UTC

[jira] [Commented] (SCB-916) Clean up @order annotation in TransactionAspectConfig

    [ https://issues.apache.org/jira/browse/SCB-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617259#comment-16617259 ] 

ASF GitHub Bot commented on SCB-916:
------------------------------------

cherrylzhao opened a new pull request #300: SCB-916 Clean up @order annotation in TransactionAspectConfig.
URL: https://github.com/apache/incubator-servicecomb-saga/pull/300
 
 
   Clean up @order annotation in TransactionAspectConfig.

----------------------------------------------------------------
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


> Clean up @order annotation in TransactionAspectConfig
> -----------------------------------------------------
>
>                 Key: SCB-916
>                 URL: https://issues.apache.org/jira/browse/SCB-916
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Saga
>    Affects Versions: saga-0.3.0
>            Reporter: cherrylzhao
>            Assignee: cherrylzhao
>            Priority: Major
>             Fix For: saga-0.3.0
>
>
> @order annotation can’t work in TransactionAspectConfig.java.
> Now, we define the @order(0), @order(1) in Aspect beans, but when I adjust the value of order,
> The aspect chains of dynamic proxy bean can’t change.
> Normally we just need
> make sure @Transactional Aspect is last one to the wrapper, so we'd like to clean up the @order annotation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)