Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 396447

A patch file for bug 396447 is now available for review

https://bugs.eclipse.org/bugs/show_bug.cgi?id=396447

Description: 
Two jpa table tenant queries tests failed on servers with "NamedQuery of name: Supporter.findAll not found"

Cause: Table per tenant queries were not being initialized against an 'active session' when one wasn't already present. For tenant isolation they must always be initialized against an active session.

Please review and provide any feedback.

Cheers,
Guy

 


Back to the top