On Sat, 31 May 2014 19:38:43 -0300, Chris Mylonas <ch...@opencsta.org> wrote:

What if you move your classes from tapestry.utility to
tapestry.base.utility which is controlled by tapestry....maybe

'base' is a controlled package for classes that are meant to be superclasses of pages, components and mixins, so I advise you to not do that. No code was given, so it's hard to know what's happening. I still think there's a mix of usage of your utility class in two ways: through injected service and not through injected service. Another option is to disable class reloading for this service. Anyway, com.bomahabo.flow.tapestry.utility is *not* a controlled package.


http://tapestry.apache.org/class-reloading.html
On 01/06/2014 4:58 am, "Boris Horvat" <horvat.z.bo...@gmail.com> wrote:

In what package should I put this component? Currently it resides in

package com.bomahabo.flow.tapestry.utility

and it uses

    private AjaxResponseRenderer ajaxResponseRenderer;
    private Request request;
    private JavaScriptSupport javascript;

Should I move it outside of the tapestry in order to help with this issue?


On Tue, May 27, 2014 at 5:50 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Tue, 27 May 2014 10:29:09 -0300, Boris Horvat <
horvat.z.bo...@gmail.com>
> wrote:
>
>  But it is only triggered in class re loading
>>
>
> It could be a reloadable service being used both injected from
> Tapestry-IoC and directly, not through T-IoC. If something is live class
> reloadable, you should always access it though Tapestry (classes in
> controlled packages) or Tapestry-IoC (injected services).
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


--
Sincerely
*Boris Horvat*



--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to