Created
February 1, 2016 09:26
-
-
Save bommelmuetz/8d5149137e8a08aa9ce6 to your computer and use it in GitHub Desktop.
Automatically created exceptions on JAX-RS sub resources.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi Adam, some last-minute question (hopefully not too late for this evening) :-Þ: | |
Using JAX-RS sub resources [https://jersey.java.net/documentation/latest/jaxrs-resources.html#d0e2464], | |
it looks like new transactions aren't created automatically as it would be using e.g. @Stateless on a | |
"normal" JAX-RS resource. Is there a way to circumwent this except creating transactions manually? | |
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment