webworkoffice / partakein

Automatically exported from code.google.com/p/partakein
0 stars 0 forks source link

From Controller or API, methods in SomethingService should be called at most once because of transaction. #282

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The methods in SomethingService is a transactional function.
If we call twice, it means 2 transaction will happen.
This may cause a transaction bug.

Original issue reported on code.google.com by ma...@mayah.jp on 1 Feb 2012 at 1:27

GoogleCodeExporter commented 8 years ago
We introduce Transaction class and make SomethingService deprecated.
All transaction should that class.

Original comment by ma...@mayah.jp on 4 Mar 2012 at 4:04

GoogleCodeExporter commented 8 years ago
This has been fixed in beta2.

Original comment by ma...@mayah.jp on 25 Mar 2012 at 2:36

GoogleCodeExporter commented 8 years ago
Migrated to http://github.com/partakein/partake/issues/282

Original comment by skypencil@gmail.com on 27 Jun 2012 at 9:55