Hi!

> I understand it is not an if and only if relationship,
>
> i.e. that if the CL are the same the call can go through natively and it
> will work for sure.
> however if one loaded the classes with a give CL and then doesn't set it
on
> the context we are screwed per you schema (no ContextCL) when it could
work
> (Classes are OK)... you are *requiring* from third party that they always
> explicitely set the CL on every thread invocation.  I.e. it makes
> integration tougher...
>
> I was thinking about testing the Method passed, getClass, getClassLoader
and
> hash that one, i.e rely on the actual objects.
>
> The problem with the above is that it is very slow since it is all
> dynamic... and frankly overkill since I would rather require the
> ContextCL... what do you think...
>
> (hey maybe,
> 1- if same CCL then OK for sure
> 2- if same VM then test dynamic
> )


Hm... need to think...deep stuff..

/R





--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to