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. |