http://issues.jabsorb.org/show_bug.cgi?id=47





--- Comment #3 from Thomas Hallgren <[EMAIL PROTECTED]>  2008-07-01 15:26:47 ---
(In reply to comment #2)
> Hi Thomas,
> 
> I've just been looking at your patch and I tried to make a unit test to 
> trigger
> the problem in the existing code but I couldn't. 
> 
> I created an method Object[] echoArray(Object[] o){return o;} and passed it
> both [1,2] and ["a","b"] but these both seemed to work.
> 
> Can you indicate a unit test that would cause this to fail?
> 
> Cheers
> Will
> 

The comment arises when you have an object that uses parameter overloading.
Create something that has these two methods:

void testMethod(Integer a);
void testMethod(String a);

Then call the method through a remote proxy.


-- 
Configure bugmail: http://issues.jabsorb.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

_______________________________________________
Jabsorb-dev mailing list
[email protected]
http://lists.jabsorb.org/mailman/listinfo/jabsorb-dev

Reply via email to