Hi,
Sorry for the regression and I just fixed it under r528720.
Thanks,
Raymond
----- Original Message -----
From: "Paulo Henrique Trecenti" <ptrecenti@gmail.com>
To: <tuscany-dev@ws.apache.org>
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org
|