Hi,
JBOSS 2.4.4 almost latest CVS

If I have some finders method called, new Entity are created by the
pool, then push (free) in the pool at the end.
The push is done by remove/create because reclaim is false, so
setEntityContext is run here.

So I don't have real pool usage because the overhead of setEntityContext
is always there.
I am doing jndi lookups in setEntityContext which is quite "heavy".

If I use EntityMultiInstanceSynchronizationInterceptor, the free method
of AbstractInstanceCache in not called and so the pool is not used at
all (see EnityInstancePool.free())

I am not confident enough to find the solution.

Regards.
Vincent.





_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to