Re: T5: 5.2.4 and memory

2011-01-08 Thread Yohan Yudanara
>From this link: http://www.mail-archive.com/users@tapestry.apache.org/msg47526.html, Yes, it seems that Tapestry 5.2 needs bigger PermGen space than tapestry 5.1 But, tapestry 5.2 use less memory in heap space because no more page pooling. >From this link http://tapestry.apache.org/specific-error

Re: T5: 5.2.4 and memory

2011-01-08 Thread Alex Kotchnev
Angelo, I think that w/ the changes that were introduced in 5.2 there is indeed more class generation as a replacement for the javassist usage.. Hence, your app might need more permgen, which would hopefully be outweighed by the removal of page pooling in 5.2. Cheers, Alex K On Sun, Jan 9, 20

Re: T5: 5.2.4 and assets protection

2011-01-08 Thread Alex Kotchnev
Angelo, the AssetProtectionDispatcher still works fine. Cheers, Alex K On Sun, Jan 9, 2011 at 1:50 AM, Angelo C. wrote: > > Hi, > > Seems to me there is no change in the assets protection from 5.1.0.5 to > 5.2.4, we still need AssetProtectionDispatcher to protect. and is there a > new versi

T5: 5.2.4 and assets protection

2011-01-08 Thread Angelo C.
Hi, Seems to me there is no change in the assets protection from 5.1.0.5 to 5.2.4, we still need AssetProtectionDispatcher to protect. and is there a new version for 5.2.4? this still works for 5.2.4: com.saiwaisolutions AssetProtectionDispatcher 1.0.0 am I right? Thanks, A

T5: 5.2.4 and memory

2011-01-08 Thread Angelo C.
Hi, I start jvm with -Xms256m -Xmx1024m, and tested my 5.2.4 upgraded app, ran into this error several times, does that mean 5.2.4 need bigger PermGen space? [ERROR] Registry PermGen space [ERROR] Registry Operations trace: [ERROR] Registry [ 1] Triggering event 'activate' on m1/Analytics [ERRO

Re: datefield - no option to cancel?

2011-01-08 Thread Paul Stanton
further to this, say your date format is m/d/ and the initial value is 1/1/2011 and you want to change it to 2/1/2011.. that is not possible. changing month, the selected 'day' is still selected and therefore not selectable. use case: initial date is 2/1/2011 1. open date picker 2. change

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread Matheus Eduardo Machado Moreira
François, I've just confirmed that I have access to the repo. Merci. :-) Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 20

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
Hi Matheus, you should have access now. Obrigado! François 2011/1/8 Matheus Eduardo Machado Moreira > Hi, François. My account is found at https://github.com/matheusemm. > > Atenciosamente, > > Matheus Eduardo Machado Moreira > matheus@gmail.com > > *Good cooking takes time. If you are

datefield - no option to cancel?

2011-01-08 Thread Paul Stanton
hi all, using the datefield component, if a user changes their mind there seems to be no way for them to close the popup without changing the value in some way http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/DateField.html once the icon ha

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread Matheus Eduardo Machado Moreira
Hi, François. My account is found at https://github.com/matheusemm. Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com *Good cooking takes time. If you are made to wait, it is to serve you better, and to please you.* Menu do Restaurant Antoine, New Orleans 2011/1/8 fr

Re: @SessionState Bug?

2011-01-08 Thread Bob Harner
Hi everybody, To partially address the concerns raised, and following Pierce's suggestion (and using many of his words), I have updated this page in the User Guide to help make it clearer what the pitfalls and decision points are for using @SessionState and @SessionAttribute: http://tapestry.

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
[jira] Closed: (TAP5-1395) contributeTranslatorSource compatibility is broken with T5 = 16 issues in jumpstart god bless explicite error message. Le 8 janvier 2011 12:35, françois facon a écrit : > if you want to contribute, have a look at the current issues > https://github.com/frafac-JumpSta

Re: t5: something learned from upgrading from 5.1.0.5 to 5.2.4

2011-01-08 Thread Thiago H. de Paula Figueiredo
On Sat, 08 Jan 2011 12:54:25 -0200, Angelo C. wrote: Hi, Hi! was able to upgrade a mid size t5 app from 5.1.0.5 to 5.2.4, still testing every aspect, something learned so far: 1) Hibernate 3.6 will be used, so two changes: use "http://www.hibernate.org/dtd/hibernate-configura

Re: Problems with passing event context from a form ...

2011-01-08 Thread Thiago H. de Paula Figueiredo
On Sat, 08 Jan 2011 11:56:18 -0200, Gunnar Eketrapp wrote: Hi again! Hi! I had mixed the onPassivate() with the t:context parameter ... Question: What is the relationship between these ? None. The page activation context and component contexts are completely independent from each othe

Re: t5: upgrading from 5.1.0.5 to 5.2.4

2011-01-08 Thread Thiago H. de Paula Figueiredo
On Sat, 08 Jan 2011 08:27:46 -0200, Angelo C. wrote: Hi Thiago, Hi! so T5 uses Hibernate 3.6? Tapestry(-core) doesn't use Hibernate at all. Tapestry-Hibernate does. As far as I can remember, the dependency scope is "provided", i.e, it will use the Hibernate version you choose. If yo

Re: t5: upgrading from 5.1.0.5 to 5.2.4

2011-01-08 Thread Josh Canfield
I haven't done any research, but are we actually using features from 3.6? Shouldn't tapestry depend on the oldest forward compatible version possible, and let the app developer override it? On Jan 8, 2011 2:28 AM, "Angelo C." wrote: > > Hi Thiago, > > so T5 uses Hibernate 3.6? here is a dependency

t5: something learned from upgrading from 5.1.0.5 to 5.2.4

2011-01-08 Thread Angelo C.
Hi, was able to upgrade a mid size t5 app from 5.1.0.5 to 5.2.4, still testing every aspect, something learned so far: 1) Hibernate 3.6 will be used, so two changes: use "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"; in hibernate.cfg.xml if there is a mappedBy, y

Re: How to get request page ?

2011-01-08 Thread Taha Hafeez
Solved!! RequestGlobals's ActivePage is populated after ComponentRequestFilter and so can't use it. Instead use ComponentRequestEventParameters' getActivePage() regards Taha On Sat, Jan 8, 2011 at 8:15 AM, Taha Hafeez wrote: > Hi > > I am trying to get the requested page during ComponentReques

Re: Problems with passing event context from a form ...

2011-01-08 Thread Gunnar Eketrapp
Hi again! I had mixed the onPassivate() with the t:context parameter ... Question: What is the relationship between these ? TIA, Gunnar 2011/1/8 Gunnar Eketrapp : > Hi all! > > I have a form declared as ... > >          > > When the form is submitted both of these are added to the request path

Problems with passing event context from a form ...

2011-01-08 Thread Gunnar Eketrapp
Hi all! I have a form declared as ...          When the form is submitted both of these are added to the request path .. i.e. Request Path: /group/economy/edittransaction.form/5/1 But for some reason the event context passed to onActivate(EventContext ctx) when the form is submitted does only

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
if you want to contribute, have a look at the current issues https://github.com/frafac-JumpStart/jumpstart-4.12.2/issues/ if you have a github account, i can give your full access to this repo. Regards. François Le 8 janvier 2011 09:22, françois facon a écrit : > Hi Geoff > > I have commit m

Re: t5: upgrading from 5.1.0.5 to 5.2.4

2011-01-08 Thread Angelo C.
Hi Thiago, so T5 uses Hibernate 3.6? here is a dependency tree I got from my pom.xml, T5.2.4 pulls out hibernate 3.6: [INFO] +- org.apache.tapestry:tapestry-hibernate:jar:5.2.4:compile [INFO] | \- org.apache.tapestry:tapestry-hibernate-core:jar:5.2.4:compile [INFO] | +- org.hibernate:hibern

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-08 Thread françois facon
Hi Geoff I have commit my change on your /web/build.xml on this github repo https://github.com/frafac-JumpStart/jumpstart-4.12. HTH François