Hi Robert,
Hi Stuart,

> InvocationRequest is not a Component, it is just an interface for
DefaultInvocationRequest.

oh my lord... ;-(

Thanks for enlighten me...

Which means in other words to make the InvocationRequest being a component it's missing simply this:

@Component( role = InvocationRequest.class, hint = "default" )
public class DefaultInvocationRequest
    implements InvocationRequest

and these two lines...

public interface InvocationRequest {

   String ROLE = InvocationRequest.class.getName();


Ok...many thanks...for helping...

BTW: Just for the interest is there any good reason not to make InvocationRequest a component ?

So this helps me a lot...

Kind regards
Karl-Heinz Marbaise
--
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to