Re: another java.lang.LinkageError (loader constraint violation in interface itable initialization)

2012-09-08 Thread Howard Lewis Ship
On Saturday, September 8, 2012, bigcache1 wrote: > I found the issue. > I was referencing the implementing class in the interface, which is to be > implemented. > > Like: > interface MyInterface{ > public MyImplementation doSomething(); > } > class MyImplementation implements MyInterface { >

Re: another java.lang.LinkageError (loader constraint violation in interface itable initialization)

2012-09-08 Thread bigcache1
I found the issue. I was referencing the implementing class in the interface, which is to be implemented. Like: interface MyInterface{ public MyImplementation doSomething(); } class MyImplementation implements MyInterface { public MyImplementation doSomething(); } So it was entirely my fa

Re: [ANN] tapestry-profiler

2012-09-08 Thread Ben Dotte
Thanks Massimo, I hope it proves useful. We have close to 200 instances of various flavors of the same T4/T5 app with this profiler. One of the bigger ones has a db close to 400GB (data only, probably many TB of images/video as well). I'm not sure on the concurrency levels; these are private apps b

Re: Localize grid "There is no data to display."

2012-09-08 Thread ICE Ernesto Arteaga Zavala
2012/9/8 Bryan Lewis > > > > On Sat, Sep 8, 2012 at 6:29 AM, sommeralex >wrote: > > > Hello! > > > > Does anybody know how to localise the "There is no data to display." > > message? > > > > alex > > > > > > > > -- > > View this message in context: > > > http://tapestry.1045711.n

[t.5.3.4] Couldn't use a symbol-dependant SymbolProvider

2012-09-08 Thread Muhammad Gelbana
So the docs are saying that symbols are first resolved by the ApplicationDefaults symbols provider and then consequent symbols providers if the symbols wasn't first resolved by the ApplicationDefaults symbol provider. I have a main application with multiple modules among which is a core module con

Re: Strange behavior when TextArea ID is "content"

2012-09-08 Thread René Bernhardsgrütter
This is, I believe, fixed in later versions of Tapestry 5.3. Great. Thanks you tow for the input! Regards, René On 07.09.2012 22:14, Muhammad Gelbana wrote: I remember when I faced a similar case I debugged and reached that method * org.apache.tapestry5.corelib.components.Form.preallocateName

Re: Localize grid "There is no data to display."

2012-09-08 Thread Bryan Lewis
On Sat, Sep 8, 2012 at 6:29 AM, sommeralex wrote: > Hello! > > Does anybody know how to localise the "There is no data to display." > message? > > alex > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Localize-grid-There-is-no-data-to-display-tp5716137.html > S

Localize grid "There is no data to display."

2012-09-08 Thread sommeralex
Hello! Does anybody know how to localise the "There is no data to display." message? alex -- View this message in context: http://tapestry.1045711.n5.nabble.com/Localize-grid-There-is-no-data-to-display-tp5716137.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: getting the visible domain name

2012-09-08 Thread sommeralex
thx -- View this message in context: http://tapestry.1045711.n5.nabble.com/getting-the-visible-domain-name-tp5716131p5716136.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Re: Update other zones on zonerefresh event

2012-09-08 Thread Muhammad Gelbana
It's a bug in tapestry-jquery's ajax response handling code on the client side. It's *either* handling zone content updates or other zone(s) content updates (i.e. from AjaxResponseRenderer) https://github.com/got5/tapestry5-jquery/issues/232 On Fri, Sep 7, 2012 at 12:55 AM, Muhammad Gelbana wro

Re: [ANN] tapestry-profiler

2012-09-08 Thread Massimo Lusetti
On Fri, Sep 7, 2012 at 11:52 PM, Ben Dotte wrote: > Hopefully this will be useful to others; we have not seen any noticeable > overhead and we have used it frequently on large, busy production instances > to track down issues that always seemed to elude us in the past. > > Comments or suggestions