TakeActionNow2019
TakeActionNow2019
At AT mode when using SQLServer, if any column of a table is with "IDENTITY", before inserting a value into this column, we should judge whether there is a "IDENTITY"...
May I know what is going on? How can I merge my pull request to the target branch?
> Can you shed some lights on why changing `targetBean` to `invocation.getTarget()` can sort it out? The latter can be subclass of the former, is that what you are tring...
> > > Can you shed some lights on why changing `targetBean` to `invocation.getTarget()` can sort it out? The latter can be subclass of the former, is that what you...

> The third point, are you trying to express that when using @BusinessActionContextParameter in the interface and @TwoPhaseBusinessAction in the implementation class, it leads to the invalidation of @BusinessActionContextParameter? Nah....
What I did in the bugfix is to get the exact method annotated by @TwoPhaseBusinessAction and @BusinessActionContextParameter. (I suppose that it is a convention to put them together on a...
> > What I did in the bugfix is to get the exact method annotated by @TwoPhaseBusinessAction and @BusinessActionContextParameter. (I suppose that it is a convention to put them together...
>   > > It did not fix the issue where BusinessActionContextParameter is ineffective in interfaces I suppose it is a convetion to put @TwoPhaseBusinessAction and @BusinessActionContextParameter together. May...
@funky-eyes Please help me review it again! Thanks a lot!