mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02:00
If we use the transaction manager methods, JpaTransactionManagerImpl will attempt to detach the EppResource in question that we're loading -- this fails because that entity has been saved in the same transaction already. We don't need detaching during these methods (it's just for resource population) so we can use the raw loads to get around it. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile |