It looks like a dependency problem. Two versions of tapestry-core in class path 
perhaps. 

Sent from my iPhone

> On May 27, 2014, at 5:30 PM, Boris Horvat <horvat.z.bo...@gmail.com> wrote:
> 
> 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*
>> 

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

Reply via email to