You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of UnitOfWork.begin() within JpaPersistService does not comply with the definition specified in the javadoc.
"If there is already one open, the invocation will do nothing. In this way, you can define arbitrary units-of-work that nest within one another safely."
The above is not true, the implementation throws an exception if "one" is already opened.
The text was updated successfully, but these errors were encountered:
jccarrillo
pushed a commit
to jccarrillo/guice
that referenced
this issue
Jan 7, 2016
The implementation of UnitOfWork.begin() within JpaPersistService does not comply with the definition specified in the javadoc.
"If there is already one open, the invocation will do nothing. In this way, you can define arbitrary units-of-work that nest within one another safely."
The above is not true, the implementation throws an exception if "one" is already opened.
The text was updated successfully, but these errors were encountered: