Just tried, does not work :(.
Have you tried without specify Generic types ?

2010/9/13 Christophe Cordenier<[email protected]>

Oh, this is maybe due to generics...

2010/9/13 Markus Feindler<[email protected]>


public interface RequestParameterExtractor {
    Map<String, String>  extractRequestParameters();
}

is not equal to:


     TransformMethodSignature extractMethod = new
TransformMethodSignature(Modifier.PUBLIC,
            "Map<String, String>", "extractRequestParameters", null, null);

?


  Everything looks good ... The only thing i see is that the method
signature
is not exactly the same as the one declared in the interface.

2010/9/13 Markus Feindler<[email protected]>

   Am 13.09.2010 22:18, schrieb Thiago H. de Paula Figueiredo:
  On Mon, 13 Sep 2010 17:02:02 -0300, Christophe Cordenier<

[email protected]>   wrote:

  Please, Can you provide your Tapestry Module class that contributes
your

worker ?

  And the worker itself? It seems two different worker instances are
trying
to add the same method to the same page class.

  files attached! appreciate your help.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



--
Regards,
Christophe Cordenier.

Committer on Apache Tapestry 5
Co-creator of wooki @wookicentral.com





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to