Ok tank you...

2007/4/13, Raymond Feng <[EMAIL PROTECTED]>:

Hi,

Sorry for the regression and I just fixed it under r528720.

Thanks,
Raymond

----- Original Message -----
From: "Paulo Henrique Trecenti" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 13, 2007 5:32 PM
Subject: NEP in WireObjectFactoryTestCase


> Hi,
> The test case "WireObjectFactoryTestCase" throws a NEP because the
> atributo
> "interfaze" is not setted before in the object "OperationImpl" ... them
> NEP
> in this peace of code when the "JavaInterfaceUtil" try execute
> "isRemoteable"
>
>    public static  Method findMethod(Class<?> implClass, Operation
> operation) throws NoSuchMethodException {
>        String name = operation.getName();
>       ---> if(operation.getInterface().isRemotable()) {
>            for(Method m: implClass.getMethods()) {
>                if(m.getName().equals(name)) {
>                    return m;
>                }
>            }
>            throw new NoSuchMethodException(name);
>        }
>        Class<?>[] paramTypes = getPhysicalTypes(operation);
>        return implClass.getMethod(name, paramTypes);
>    }
>
> I don't now where I can fix it.
>
> --
> Paulo Henrique Trecenti
>


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




--
Paulo Henrique Trecenti

Reply via email to