Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re[eclipselink-users] gister Multiple SessionEventListeners/SessionCustomizers

I attempted to register multiple SessionEventListeners in my persistence.xml,
however it only picked up the last one specified. I then found the code and
it really only lets you register one.

I then thought i could register more by creating a SessionCusomizer for each
EventListener I wanted to register, and register it via code. This didn't
work out either because, again, looking at the code, it would appear you can
only register one SessionCustomizer.

Is this intended? How else should we register multiple
EventListeners/Customizers. Would it be well received if i posted a JIRA
enhancement request?

-B
-- 
View this message in context: http://old.nabble.com/Register-Multiple-SessionEventListeners-SessionCustomizers-tp26514803p26514803.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top