Gelin Luo

Results 184 comments of Gelin Luo

## The high level view of TX in ActFramework * It needs to identify a TX scope in the application logic * A TX scope could be started with certain...

## TX support on SQL database * Nested TxScope * Common logic upon entering a TxScope based on - TxType - Isolation level * Common logic upon exiting a TxScope...

## TX support on MongoDB 4.2+ TBD

@jiankian 你的 controller 类或者其任何父类/祖先类有声明字段吗?

I can't reproduce the issue. My test code: ![image](https://user-images.githubusercontent.com/216930/108609070-8939b200-741f-11eb-8e4a-297438d1d5e5.png) Build and started in PROD mode: ![image](https://user-images.githubusercontent.com/216930/108609078-99519180-741f-11eb-93e1-c3ee078abf38.png) Use Postman to test: ![image](https://user-images.githubusercontent.com/216930/108609083-a7071700-741f-11eb-8fd0-e0786d89384b.png)

@CrossLee are you able to provide a simple project that reproduce this issue on 1.9.2-SNAPSHOT?

@kukume The lesser the value is, the higher the priority it got. If you want to make the second `Before` method to be executed first, try to give a bigger...

@kukume Can you try `1.9.2-SNAPSHOT` ?

@leeaee there is nothing Act can do in this case, as no way for act to tell what fields the `Authored` class has.

@java4devgmail thanks for your interesting in Act. I will spend sometime this weekend to create a sample project to demonstrate how to use database as persistence layer for AAA objects...