change

@InjectObject ("engine-service:dynimage")
public abstract DynImageService getDynImageService();

to

@InjectObject ("engine-service:dynimage")
public abstract IEngineService getDynImageService();


the reason for that is that your engine service will be a proxy
and not the engine service object itself.

this implies that you can not add additional methods to your
service that are outside the scope of IEngineService.

Regards
Peter



> --- Ursprüngliche Nachricht ---
> Von: Adam Henderson Azudio <[EMAIL PROTECTED]>
> An: Tapestry users <[email protected]>
> Betreff: Re: Tapestry 4 Adding a new EngineService
> Datum: Thu, 8 Sep 2005 14:20:01 +0100
> 
> Paul,
> 
> Nope, my hivemodule.xml looks ok, no spaces after the hyphen, its  
> just where gmane has put in line breaks.
> 
> Adam.
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to