What does it mean? java.lang.IllegalStateException: Page was stored into the page pool in a dirty state.

2013-04-10 Thread Dmitriy Vsekhvalnov
We started to get exceptions in production like this: java.lang.IllegalStateException: Page Page[report/Info en] was stored into the page pool in a dirty state. This should never happen, and may indicate that a reference to the page (or component within the page) was retained past the end of a req

Re: What does it mean? java.lang.IllegalStateException: Page was stored into the page pool in a dirty state.

2013-04-10 Thread Muhammad Gelbana
What tapestry version are you using ? Also please make sure only this version is in your classpath so there is no conflict between different version or something On Wed, Apr 10, 2013 at 12:51 PM, Dmitriy Vsekhvalnov < dvsekhval...@gmail.com> wrote: > We started to get exceptions in production li

Re: What does it mean? java.lang.IllegalStateException: Page was stored into the page pool in a dirty state.

2013-04-10 Thread Dmitriy Vsekhvalnov
5.1.0.8-SNAPSHOT No other version in classpath for sure. On Wed, Apr 10, 2013 at 3:21 PM, Muhammad Gelbana wrote: > What tapestry version are you using ? Also please make sure only this > version is in your classpath so there is no conflict between different > version or something > > > On Wed,

Re: What does it mean? java.lang.IllegalStateException: Page was stored into the page pool in a dirty state.

2013-04-10 Thread Muhammad Gelbana
If there is a chance to use a newer version, please do. Page pooling isn't enabled by default anymore in newer versions. Sorry I don't think I can help much but hopefully this page could: http://tapestry.apache.org/page-life-cycle.html. Or probably someone else can. On Wed, Apr 10, 2013 at 1:26 P

Re: What does it mean? java.lang.IllegalStateException: Page was stored into the page pool in a dirty state.

2013-04-10 Thread Dmitriy Vsekhvalnov
well, i'd like to hear from someone that 5.3 or whatever is more stable, before taking any steps to upgrade. On Wed, Apr 10, 2013 at 3:31 PM, Muhammad Gelbana wrote: > If there is a chance to use a newer version, please do. Page pooling isn't > enabled by default anymore in newer versions. > Sor

Re: What does it mean? java.lang.IllegalStateException: Page was stored into the page pool in a dirty state.

2013-04-10 Thread Thiago H de Paula Figueiredo
On Wed, 10 Apr 2013 07:51:47 -0300, Dmitriy Vsekhvalnov wrote: We started to get exceptions in production like this: java.lang.IllegalStateException: Page Page[report/Info en] was stored into the page pool in a dirty state. This should never happen, and may indicate that a reference to t

Re: What does it mean? java.lang.IllegalStateException: Page was stored into the page pool in a dirty state.

2013-04-10 Thread Dmitriy Vsekhvalnov
well, no can't confirm it. Page class is not used anywhere according to IDE. All services and model are in separate jar, do not have dependencies on T5 at pom level. So, it's unlikely. May be it is related to heavy load? Can't observe it in dev/test env. On Wed, Apr 10, 2013 at 4:40 PM, Thiago H

AjaxFormLoop problem

2013-04-10 Thread Bartlomiej Kalata
Hi, I have problem to implement some funtionality using Tapestry 5.6.3 I'm using ajaxformloop to add new row and remove exisiting, but I must write duplicate option for each row, which copy current row and inject it below exisiting element with data from existing row. Can you tell me what is t

Re: AjaxFormLoop problem

2013-04-10 Thread Lenny Primak
This question isn't nearly detailed enough or worded in a way that is possible to answer. On Apr 10, 2013, at 9:56 AM, Bartlomiej Kalata wrote: > Hi, > > I have problem to implement some funtionality using Tapestry 5.6.3 > I'm using ajaxformloop to add new row and remove exisiting, but I must w

Re: AjaxFormLoop problem

2013-04-10 Thread baka
Ok, I try to explain my problem clearly. I implemented dynamic generation of form inputs using ajax form loop. I used Tapestry core remove and add row components to remove and add new input fields form fragment. It works perfectly. But my client want to make button on each ajax form loop row (s

Upgrading to 5.4, recommendation on JavaScript part?

2013-04-10 Thread Yunhua Sang
Hi all, I am going to start upgrading one of my project from 5.3 to 5.4, it has many components built on UIZE JavaScript framework (http://www.uize.com/) which come up with its own script loader, any suggestions on it? such as modules design, avoiding conflict between requireJS and UIZE etc? Than

Re: AjaxFormLoop problem

2013-04-10 Thread Bartlomiej Kalata
I put some example code to show what I try to do and discribe my problem. I show this based on modify jumpstart ajaxformloop example http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/formloop1: Example.tml t:encoder="personEncoder"> t:value="person.

how to run tapestry5 app from Intellij 12

2013-04-10 Thread Angelo Chen
Hi, how to run Tapestry5 app from Intellij IDEA 12? thanks, A

BIRT integration

2013-04-10 Thread Ken in Nashua
Folks, Is there a doc or tech help on how to integrate BIRT into my tapestry app? Thanks in advance. I havent found anything. - cheers Ken