
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
patch.diff (1 kB)
|
|
Environment:
|
Mac OS X 10.5.3, Java 6, Maven 2.0.9, appfuse-modular-struts
|
|
|
The sample object that is used for example in the *ActionTest classes generated from entities when using Struts2 is created and saved to database within a onSetupBeforeTransaction method, so it gets committed to database. Its content should be moved to the method onSetupInTransaction, as to rollback the insert along with the transaction opened to execute the test method.
|
|
Description
|
The sample object that is used for example in the *ActionTest classes generated from entities when using Struts2 is created and saved to database within a onSetupBeforeTransaction method, so it gets committed to database. Its content should be moved to the method onSetupInTransaction, as to rollback the insert along with the transaction opened to execute the test method. |
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|