Re: As the type Retain is deprecated,what else can we use in tapestry5.2?

2010-08-21 Thread Howard Lewis Ship
Static or final fields might be appropriate, as would moving logic out to a service. The point of deprecating @Retain is that you can no longer trust that objects in component fields will only be visible to one thread at a time. Making the field final at least prevents race conditions related to

As the type Retain is deprecated,what else can we use in tapestry5.2?

2010-08-21 Thread phoenixwright
The type Retain is deprecated,what else can we use,or just use the static fields? -- View this message in context: http://tapestry.1045711.n5.nabble.com/As-the-type-Retain-is-deprecated-what-else-can-we-use-in-tapestry5-2-tp2643223p2643223.html Sent from the Tapestry - User mailing list archive

Re: Tapestry360/tapestry.formos.com is somewhat broken

2010-08-21 Thread Howard Lewis Ship
Thanks! I'll look into this as soon as I can. On Sat, Aug 21, 2010 at 5:03 AM, Paul Field wrote: > FYI, Tapestry360/tapestry.formos.com has two problems: > > The JIRA instance does not seem to be working: > http://tapestry.formos.com/jira/ returns a blank page > > Most of the nightly builds are

[Announce] Tapestry Testify project - v1.0.3-SNAPSHOT with Tapestry 5.2 support is available

2010-08-21 Thread Paul Field
I'd like to announce the latest snapshot of the Tapestry Testify project at Tapestry 360: http://tapestry.formos.com/nightly/tapestry-testify/ Tapestry Testify is an extension to Tapestry that allows you to write page and component tests very easily and have them run very efficiently. ** Release

Tapestry360/tapestry.formos.com is somewhat broken

2010-08-21 Thread Paul Field
FYI, Tapestry360/tapestry.formos.com has two problems: The JIRA instance does not seem to be working: http://tapestry.formos.com/jira/ returns a blank page Most of the nightly builds are broken: http://tapestry.formos.com/bamboo/start.action This seems to be bacause of a change in Maven that re