Fixed
Details
Assignee
Steve EbersoleSteve EbersoleReporter
Steve EbersoleSteve EbersoleTime tracking
0.23h loggedComponents
Fix versions
Priority
Major
Details
Details
Assignee
Steve Ebersole
Steve EbersoleReporter
Steve Ebersole
Steve EbersoleTime tracking
0.23h logged
Components
Fix versions
Priority
Created September 10, 2015 at 4:27 PM
Updated February 10, 2016 at 5:13 PM
Resolved October 2, 2015 at 11:35 PM
There are a few places that need access to the UUID of a SF. At the moment the only way to obtain that is to go through the JNDI
org.hibernate.internal.SessionFactoryImpl#getReference
contract implemented by SF.Would be much nicer to simply expose a
#getUuid()
methjod.