tapestry-hibernate handling of transients instances ValueEncoder

2011-09-01 Thread Howard Lewis Ship
I'm helping a client build a CRUD app on top of tapestry-hibernate His pattern is to use the same exact page for edit and create pages The problem he's getting is this: @PageActivationContext private MyEntity myEntity; void onActivate() { if (myEntity == null) { myEntity = new MyEntity();

[OT] Did you see?

2011-09-01 Thread Massimo Lusetti
http://evolutionofweb.appspot.com/ Cheers -- Massimo http://meridio.blogspot.com - To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org

Re: Closing TAP5-1609

2011-09-01 Thread Howard Lewis Ship
Right now release process is: 1) Update version number in build.gradle 2) Commit to SVN, tag in SVN 3) gradle generateRelease 4) Visit Nexus site, close new release You need some setup for setup 3 and, I believe, some access rights for step 4. On Thu, Sep 1, 2011 at 12:43 PM, Massimo Lusetti w

Re: Closing TAP5-1609

2011-09-01 Thread Massimo Lusetti
On Thu, Sep 1, 2011 at 6:44 PM, Howard Lewis Ship wrote: > That's an open question; we may want a special Gradle task to handle > this, based on creating a final release (that could then update and > upload the changed archetype-catalog.xml).  Or we could just leave it > as a manual, once per yea

[Tapestry Wiki] Update of "JEE-Annotation" by LennyPrimak

2011-09-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification. The "JEE-Annotation" page has been changed by LennyPrimak: http://wiki.apache.org/tapestry/JEE-Annotation?action=diff&rev1=1&rev2=2 = How to make @EJB Annotation work in Tapestry pa

[Tapestry Wiki] Update of "JEE-Annotation" by LennyPrimak

2011-09-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification. The "JEE-Annotation" page has been changed by LennyPrimak: http://wiki.apache.org/tapestry/JEE-Annotation New page: = How to make @EJB Annotation work in Tapestry pages and components

[Tapestry Wiki] Update of "Tapestry5HowTos" by LennyPrimak

2011-09-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification. The "Tapestry5HowTos" page has been changed by LennyPrimak: http://wiki.apache.org/tapestry/Tapestry5HowTos?action=diff&rev1=211&rev2=212 === Adobe Flash === * [[http://knol.goog

Re: EmbeddedComponent Mixin: -1

2011-09-01 Thread Dragan Sahpaski
Hi Thiago, On Tue, Aug 30, 2011 at 6:41 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 26 Aug 2011 08:12:10 -0300, Dragan Sahpaski < > dragan.sahpa...@gmail.com> wrote: > > OK I can see the problem here. But what do you think about the newly >> proposed concept to be abl

Re: Closing TAP5-1609

2011-09-01 Thread Howard Lewis Ship
That's an open question; we may want a special Gradle task to handle this, based on creating a final release (that could then update and upload the changed archetype-catalog.xml). Or we could just leave it as a manual, once per year-ish task. On Thu, Sep 1, 2011 at 12:33 AM, Massimo Lusetti wrot

Build failed in Jenkins: tapestry-trunk-freestyle #498

2011-09-01 Thread Apache Jenkins Server
See Changes: [bobharner] More javadocs on ValueEncoder. No code changes. -- [...truncated 184 lines...] :tapestry-func:testClasses UP-TO-DATE :tapestry-func:test UP-TO-DATE :tapestry-func

Closing TAP5-1609

2011-09-01 Thread Massimo Lusetti
Hi all, To close TAP5-1609 I simply need to hook the publishing of the newly generate archetype-catalog.xml to tapestry.apache.org site. I managed to get the job done with the relative ant task but I would like to ask where do you want this hooked in the build lifecycle... I mean there's a doc