pombreda / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 1 forks source link

Add support for @javax.transaction.Transactional #797

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the issue:
Guice-Persist currently only supports @com.google.inject.persist.Transactional. 
It would be nice if it could support @javax.transaction.Transactional as well 
for transactions.

Steps to reproduce:
1. Create a service class with a method annotated with 
@javax.transaction.Transactional
2. Use method and see that the transaction does not work.

Original issue reported on code.google.com by c...@gamblify.com on 4 Mar 2014 at 3:13

GoogleCodeExporter commented 9 years ago
I currently work on this, just some tests are missing! cf. 
https://github.com/KeDevServices/guice/tree/fb_javax_transactional

Original comment by luno1...@gmail.com on 11 Oct 2014 at 3:25

GoogleCodeExporter commented 9 years ago
The code.google.com guice project has migrated to GitHub.  This issue site is 
no longer being used.  Please use https://github.com/google/guice/issues/797 
instead.

Original comment by sberlin on 11 Oct 2014 at 3:33