Eclipselink 2.3.2 + composite persistence units + bean validation (jsr303) [message #905060] |
Wed, 29 August 2012 11:59  |
Eclipse User |
|
|
|
Does any one know why such a configuration is not supported? Or even better how to make it work, anyway?
I say that it doesn't work because one can see in the code of EntityManagerSetupImpl:
if (!isCompositeMember()) {
addBeanValidationListeners(deployProperties, realClassLoader);
}
in lines 431-433
which basically means: if the pu in question is composite member then now validation listeners is added.
On the other hand the "master" no validation listener is added too: one can see that several lines above.
I had a look at the source code of EclipseLink 2.3.3 and 2.4.0 and the problem seems to remain there as well.
Could anyone help me with that, please?
|
|
|
|
Powered by
FUDForum. Page generated in 0.03696 seconds