[ http://issues.apache.org/jira/browse/TAPESTRY-750?page=all ]

Jesse Kuhnert updated TAPESTRY-750:
-----------------------------------

    Fix Version/s: 4.1.2
      Description: 
IEngineService still has the following method signature:

    public void service(IRequestCycle cycle) throws IOException;

Shouldn't this be injected too? It's a bit confusing to have 2 RequestCycles on 
the same EngineService (the one injected and the one given as parameter).


  was:

IEngineService still has the following method signature:

    public void service(IRequestCycle cycle) throws IOException;

Shouldn't this be injected too? It's a bit confusing to have 2 RequestCycles on 
the same EngineService (the one injected and the one given as parameter).



> IEngineService still has a RequestCycle parameter in its service() method
> -------------------------------------------------------------------------
>
>                 Key: TAPESTRY-750
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-750
>             Project: Tapestry
>          Issue Type: Sub-task
>          Components: Framework
>    Affects Versions: 4.0
>         Environment: 4.0-beta-13
>            Reporter: Leonardo Quijano Vincenzi
>            Priority: Minor
>             Fix For: 4.1.2
>
>
> IEngineService still has the following method signature:
>     public void service(IRequestCycle cycle) throws IOException;
> Shouldn't this be injected too? It's a bit confusing to have 2 RequestCycles 
> on the same EngineService (the one injected and the one given as parameter).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to