Vinay,

Applied.  Thanks for that dude.

- Paul

>Paul,
>The classloader fix sent proxy generation  for a toss.
>:-)
>(we were using Class.equals(Class) .
>both loaded by  diff classloader's)
>
>Here is the fix ...
>
>Regards,
>V i n a y
>
>
>Index:
>src/java/org/apache/commons/altrmi/generator/ProxyGeneratorImpl.java
>===================================================================
>RCS file:
>/home/cvspublic/jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/generator/ProxyGeneratorImpl.java,v
>retrieving revision 1.11
>diff -r1.11 ProxyGeneratorImpl.java
>564c564
><             if (clazz.equals(mAdditionalFacades[p]))
>{
>---
>
>>            if
>>
>(clazz.getName().equals(mAdditionalFacades[p].getName()))
>{
>
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Greetings - send holiday greetings for Easter, Passover
>http://greetings.yahoo.com/
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to