|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3679 | minor | always | 09-09-09 17:12 | 01-11-10 10:07 | |
|
|
|||||
| Reporter: | voodude | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.3 | ||
|
|
|||||
| Summary: | 0003679: Resin doesn't respect ApplicationException(rollback=false) | ||||
| Description: |
I have a MyException extends RuntimeException annotated with @ApplicationException(rollback=false). When I throw MyException out of a bean method with @TransactionAttribute(REQUIRED), instead of getting the MyException, I get a TransactionRolledBackLocalException (and a rolled back transaction). Section 14.1.1 of the ejb3.0 spec says that application exceptions can be RuntimeExceptions, and the container must respect the @ApplicationException(rollback=false) annotation. Thanks! |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||