fixed scoped proxy unwrapping (SPR-6625)
This commit is contained in:
parent
e328083d11
commit
9ca6003533
|
|
@ -67,7 +67,7 @@ public abstract class TransactionSynchronizationUtils {
|
||||||
}
|
}
|
||||||
if (aopAvailable) {
|
if (aopAvailable) {
|
||||||
// now unwrap scoped proxy
|
// now unwrap scoped proxy
|
||||||
resourceRef = ScopedProxyUnwrapper.unwrapIfNecessary(resource);
|
resourceRef = ScopedProxyUnwrapper.unwrapIfNecessary(resourceRef);
|
||||||
}
|
}
|
||||||
return resourceRef;
|
return resourceRef;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue