Anyone has any idea?
On 24 May 2014 11:30, "Boris Horvat" <horvat.z.bo...@gmail.com> wrote:

>
> Hi everyone,
>
> I have create a service to help me reload different ajax zone but I get
> the following exception
>
> java.lang.LinkageError
> loader constraint violation: when resolving method
> "com.bomahabo.flow.tapestry.utility.AjaxZonesReloader.refreshAjaxZones([Lorg/apache/tapestry5/corelib/components/Zone;)V"
> the class loader (instance of
> org/apache/tapestry5/internal/plastic/PlasticClassLoader) of the current
> class, com/bomahabo/flow/tapestry/pages/blackbox/Assets, and the class
> loader (instance of org/eclipse/jetty/webapp/WebAppClassLoader) for
> resolved class, com/bomahabo/flow/tapestry/utility/AjaxZonesReloader, have
> different Class objects for the type
> com.bomahabo.flow.tapestry.utility.AjaxZonesReloader.refreshAjaxZones([Lorg/apache/tapestry5/corelib/components/Zone;)V
> used in the signature
>
> Class definition and package location
>
> package com.bomahabo.flow.*tapestry.utility*
>
> public class AjaxZonesReloader {
>
>     private AjaxResponseRenderer ajaxResponseRenderer;
>     private Request request;
>     private JavaScriptSupport javascript;
>
>     public AjaxZonesReloader(AjaxResponseRenderer ajaxResponseRenderer,
> Request request, JavaScriptSupport javascript) {
>         this.ajaxResponseRenderer = ajaxResponseRenderer;
>         this.request = request;
>         this.javascript = javascript;
>     }
>
> Thank you :)
>
> --
> Sincerely
> *Boris Horvat*
>

Reply via email to