You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Gerolf Seitz <ge...@gmail.com> on 2008/02/02 15:36:45 UTC

Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

i have reopened the issue, as the exception is still thrown (at least on
wicketstuff.org) :/

see http://wicketstuff.org/wicket13/ajax/editable-label and try it with any
of the two labels "fox"
and "dog".

  gerolf

On Jan 31, 2008 7:45 PM, Per Ejeklint <ej...@mac.com> wrote:

>
> Nice! Thank you Gerolf.
>
> /Per
>
>
> Gerolf Seitz wrote:
> >
> > i'm sorry this one slipped through.
> > i commited Per's fix.
> >
> > Edvin, can you try with latest trunk to verify it's fixed?
> >
> >   gerolf
> >
> > On Jan 31, 2008 8:53 AM, Edvin Syse <ed...@sysedata.no> wrote:
> >
> >> Advanced Technology(R) skrev:
> >> > Check Per solution :
> >> >
> >>
> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
> >>
> >> Thanks! Worked like a charm. For some reason this didn't make it into
> >> 1.3.1, though..
> >>
> >> -- Edvin
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

Posted by Edvin Syse <ed...@sysedata.no>.
I have checked and double-checked. This IS resolved in trunk now. I created a quickstart-project and put the code from the example in 
HomePage.java and HomePage.html. Then I verified that the error was there with 1.3.0. Then I synced wicket against trunk and did a mvn clean 
install in my wicket-folder. Then I changed the pom for the example-project to wicket-version 1.3-SNAPSHOT and did mvn eclipse:eclipse. 
Without any other modification, it then works.

This is on Linux with jdk1.6.0_04.

-- Edvin

Gerolf Seitz skrev:
> i have reopened the issue, as the exception is still thrown (at least on
> wicketstuff.org) :/
> 
> see http://wicketstuff.org/wicket13/ajax/editable-label and try it with any
> of the two labels "fox"
> and "dog".
> 
>   gerolf
> 
> On Jan 31, 2008 7:45 PM, Per Ejeklint <ej...@mac.com> wrote:
> 
>> Nice! Thank you Gerolf.
>>
>> /Per
>>
>>
>> Gerolf Seitz wrote:
>>> i'm sorry this one slipped through.
>>> i commited Per's fix.
>>>
>>> Edvin, can you try with latest trunk to verify it's fixed?
>>>
>>>   gerolf
>>>
>>> On Jan 31, 2008 8:53 AM, Edvin Syse <ed...@sysedata.no> wrote:
>>>
>>>> Advanced Technology(R) skrev:
>>>>> Check Per solution :
>>>>>
>> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
>>>> Thanks! Worked like a charm. For some reason this didn't make it into
>>>> 1.3.1, though..
>>>>
>>>> -- Edvin
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>> --
>> View this message in context:
>> http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

Posted by Martijn Dashorst <ma...@gmail.com>.
You mean the 1.3.0-snapshot dirs?
If so, then yes.

Martijn

On 2/2/08, Johan Compagner <jc...@gmail.com> wrote:
>
> it works now
> all the poms where changed to 1.3 instead of 1.3.0 so the shell script
> still
> copied the wrong one.
>
> can i delete all the 1.3.0 dirs??
>
> johan
>
>
>
> On Feb 2, 2008 3:36 PM, Gerolf Seitz <ge...@gmail.com> wrote:
>
> > i have reopened the issue, as the exception is still thrown (at least on
> > wicketstuff.org) :/
> >
> > see http://wicketstuff.org/wicket13/ajax/editable-label and try it with
> > any
> > of the two labels "fox"
> > and "dog".
> >
> >  gerolf
> >
> > On Jan 31, 2008 7:45 PM, Per Ejeklint <ej...@mac.com> wrote:
> >
> > >
> > > Nice! Thank you Gerolf.
> > >
> > > /Per
> > >
> > >
> > > Gerolf Seitz wrote:
> > > >
> > > > i'm sorry this one slipped through.
> > > > i commited Per's fix.
> > > >
> > > > Edvin, can you try with latest trunk to verify it's fixed?
> > > >
> > > >   gerolf
> > > >
> > > > On Jan 31, 2008 8:53 AM, Edvin Syse <ed...@sysedata.no> wrote:
> > > >
> > > >> Advanced Technology(R) skrev:
> > > >> > Check Per solution :
> > > >> >
> > > >>
> > >
> >
> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
> > > >>
> > > >> Thanks! Worked like a charm. For some reason this didn't make it
> into
> > > >> 1.3.1, though..
> > > >>
> > > >> -- Edvin
> > > >>
> > > >>
> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > >> For additional commands, e-mail: users-help@wicket.apache.org
> > > >>
> > > >>
> > > >
> > > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
> > > Sent from the Wicket - User mailing list archive at Nabble.com<
> http://nabble.com/>
> > .
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
>



-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0

Re: Workaround for "AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)"?

Posted by Johan Compagner <jc...@gmail.com>.
it works now
all the poms where changed to 1.3 instead of 1.3.0 so the shell script still
copied the wrong one.

can i delete all the 1.3.0 dirs??

johan



On Feb 2, 2008 3:36 PM, Gerolf Seitz <ge...@gmail.com> wrote:

> i have reopened the issue, as the exception is still thrown (at least on
> wicketstuff.org) :/
>
> see http://wicketstuff.org/wicket13/ajax/editable-label and try it with
> any
> of the two labels "fox"
> and "dog".
>
>  gerolf
>
> On Jan 31, 2008 7:45 PM, Per Ejeklint <ej...@mac.com> wrote:
>
> >
> > Nice! Thank you Gerolf.
> >
> > /Per
> >
> >
> > Gerolf Seitz wrote:
> > >
> > > i'm sorry this one slipped through.
> > > i commited Per's fix.
> > >
> > > Edvin, can you try with latest trunk to verify it's fixed?
> > >
> > >   gerolf
> > >
> > > On Jan 31, 2008 8:53 AM, Edvin Syse <ed...@sysedata.no> wrote:
> > >
> > >> Advanced Technology(R) skrev:
> > >> > Check Per solution :
> > >> >
> > >>
> >
> http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html
> > >>
> > >> Thanks! Worked like a charm. For some reason this didn't make it into
> > >> 1.3.1, though..
> > >>
> > >> -- Edvin
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > >> For additional commands, e-mail: users-help@wicket.apache.org
> > >>
> > >>
> > >
> > >
> >
> > --
> > View this message in context:
> >
> http://www.nabble.com/Workaround-for-%22AjaxEditableLabel-yields-java.lang.IllegalAccessError-%28WICKET-1239%29%22--tp15193816p15211776.html
> > Sent from the Wicket - User mailing list archive at Nabble.com<http://nabble.com/>
> .
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>