RE: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-25 Thread Scott McCarthy
2024 12:57 PM To: Tapestry users Subject: Re: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load [You don't often get email from thiag...@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] On Fri, Nov 15, 2024 at 12:38 PM

RE: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-18 Thread Scott McCarthy
er heavy load [You don't often get email from b...@netzgut.net. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Hi Scott, Thanks for bringing this issue to our attention. I've looked through the JIRA and found https://issues.apache.org/jira/browse/T

Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-15 Thread Scott McCarthy
is? I realise I'm only providing a tiny snippet of our overall system, but any suggestions would be welcome. Thank you. Scott Confidentiality note: This e-mail may contain confidential information from Clarivate. If you are not the intended recipient, be aware that any disclosure, copying

Re: images dont resolve anymore

2012-08-14 Thread Scott
Please remove me from this mailing list. I've made several attempts to remove my address, but have not had any success. Thanks.

Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Scott Macri
Awesome! Worked great! Thanks. I agree, tapestry is far better than struts. On 7/19/11 4:36 PM, Thiago H. de Paula Figueiredo wrote: On Tue, 19 Jul 2011 00:10:13 -0300, scott macri wrote: Hello, Hi! I am attempting to complete the Tapestry5 tutorial on the apache website. However, I

Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Scott Macri
>private Index index; > >@CommitAfter >Object onSuccess() >{ >session.persist(person); > >return index; >} > } On Mon, Jul 18, 2011 at 11:10 PM, scott macri wrote: > Hello, > I am very new to hibernate, tapestry and eclipse.  However,

-**- Hibernate Session Not Found -**-

2011-07-19 Thread scott macri
Hello, I am very new to hibernate, tapestry and eclipse. However, I've been developing in Java for quite some time and have worked with both spring and struts(1+2). I am attempting to complete the Tapestry5 tutorial on the apache website. However, I am having an issue with hibernate, tapestry an

Re: persist strategy

2009-04-05 Thread Scott Russell
Could you supply a download link for 0.0.2? I can't find one on your site, and maven still shows only 0.0.1 available. I'll take a look and see if it fixes the problem I was having. cheers, Scott On Sun, 5 Apr 2009 14:34:30 Kalle Korhonen wrote: > On Sat, Apr 4, 2009 at 5:29 PM,

Re: persist strategy

2009-04-04 Thread Scott Russell
that I could file the bug and the fix? cheers, Scott On Sun, 5 Apr 2009 08:38:59 Kalle Korhonen wrote: > Use either "flash" persistence strategy ( > http://tapestry.apache.org/tapestry5/guide/persist.html) or create a > "conversation" ( > http://docs.codehau

Re: Grid Pagination And onActivate()

2009-03-29 Thread Scott Russell
the activation context is passed around in the url. cheers, Scott On Sun, 29 Mar 2009 12:57:32 Davor Miku wrote: > Hello! > > I have component witch takes one parameter and based on it > shows Grid component. > > In page Archive, I have : > > public class Archive &g

Re: Disabling onBlur field validation

2009-02-26 Thread Scott Russell
Ok, I created a JIRA improvement request for this - TAP5-538 - http://issues.apache.org/jira/browse/TAP5-538 -Scott On Thu, 26 Feb 2009 02:52:25 Peter Stavrinides wrote: > Thanks for this Russell, saves me some work! any Jira open for this? > > - Original Message - >

Re: Disabling onBlur field validation

2009-02-24 Thread Scott Russell
this.field) { //this.fadeIn(); // NB: prevent existing validations reappearing on field focus change return; } // If this field is not the focus field after a focus change, then it's bubble, // if visible, should fade out. This covers tabbing

Disabling onBlur field validation

2009-01-21 Thread scott russell
looks like the only alternative at the moment. cheers, Scott Russell _ Messenger's gift to you! Download free emoticons today! http://livelife.ninemsn.com.au/article.aspx?id=669758

Re: Tapestry 4.1 Component Render

2007-11-01 Thread Scott Smith
I found the answer to my question. Component Goes Here On Nov 1, 2007 4:01 PM, Scott Smith <[EMAIL PROTECTED]> wrote: > How do I get a page to render a component that I have set up in the page > class? > > I have done this successfully > > OnePage.html > >

Tapestry 4.1 Component Render

2007-11-01 Thread Scott Smith
- Scott Smith

RE: IPropertySelectionModel - what they don't write in the documentation

2007-02-12 Thread scott russell
Hi Murray, An int to a short is fine, but an Integer doesn't translate to a Short. You just need to change your methods in your selection model to return Short objects, rather than Integer objects. regards, Scott From: Murray Collingwood <[EMAIL PROTECTED]> Reply-To: &quo

Re: application namespace message catalog question

2006-09-21 Thread Scott Jarvi
could be causing the problem? On 9/21/06, Martin Strand <[EMAIL PROTECTED]> wrote: It should be working, it does for me. Did you put it in the same dir as your .application file? YourApp.application YourApp_en.properties On Thu, 21 Sep 2006 21:41:00 +0200, Scott Jarvi <[EMAIL PROTECTE

application namespace message catalog question

2006-09-21 Thread Scott Jarvi
ke it should be supported based on the documentation, so I must be missing something simple. Any ideas?? Regards, Scott

Re: Jasper Reports Help

2006-09-19 Thread Scott Russell
Have you tried this? -Scott On Wednesday 20 September 2006 10:21, you wrote: > guys, > > i am implementing jasper reports within my tapestry web app. and i am > sorry i should probably post this to jasper forums, but i am really in > urgent need for help here. > > i

RE: [New Service]

2006-08-07 Thread Scott Venter
Shing, this is exactly what I was looking for. Many thanks Scott. -Original Message- From: Shing Hing Man [mailto:[EMAIL PROTECTED] Sent: Sat 8/5/2006 11:09 AM To: Tapestry users Cc: Subject:Re: [New Service] Have you looked at the following example ? http

RE: [New Service]

2006-08-04 Thread Scott Venter
same. I am also unsure where to register my custom ServiceParameter class for the new Engine Service. Many thanks Scott. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Fri 8/4/2006 2:30 PM To: Tapestry users Cc: Subject:Re: [New Service

[New Service]

2006-08-04 Thread Scott Venter
Anyone have a link to tutorials/examples on creating new services in Tapestry 4.0? This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sys

Re: Navigational Menu

2006-07-17 Thread Scott Russell
You know, you could always take the jscookmenu source code and modify it to be Tapestry 3 compatible. I doubt it would very difficult to do. -Scott On Tuesday 18 July 2006 09:23, Peter Dawn wrote: > nay. too risky. its a bit too late in the process for me to upgrade, i > might break som

Re: Tapestry 3 to 4.1 to 5

2006-06-24 Thread Scott Russell
configuration engine for other non-Tapestry services, but it isn't actually required for that purpose. I don't mind Hivemind as an IoC container, but I have found it more difficult to grok than Spring. -Scott On Sunday 25 June 2006 11:34, James Carman wrote: > That being said,

Re: Tapestry 3 to 4.1 to 5

2006-06-24 Thread Scott Russell
;t want - use Spring, use Picocontainer, use your home-grown solution if you want. regards, Scott On Sunday 25 June 2006 10:05, kranga wrote: > We have a very large financial services applicaiton built with Tapestry 3 > and it meets all the requirements for the project. But in looking ahead,

Re: Checkbox required validation not working

2006-06-24 Thread Scott Russell
Hope this helps. regards, Scott On Saturday 24 June 2006 22:22, Adam Henderson wrote: > Hi All, > > I'm doing a simple form that has a checkbox which must be checked in > order to submit the form: > > > T&C: validators=&q

Re: Tapestry/Acegi Integration...

2006-06-17 Thread Scott Russell
like SecurityUtils and ExceptionTranslationFilter? regards, Scott On Thursday 08 June 2006 12:37, James Carman wrote: > All, > > I have taken a stab at Tapestry/Acegi integration. The Tapernate example > application now uses Acegi to secure the CreateMessage page (using a >

Re: Google Web Toolkit

2006-05-17 Thread Scott Russell
It looks pretty cool. I'd like to see how this could be integrated with the work being done on Tacos4 and/or Tapestry 4.1. Having said that, I think the licence is, like Java, free but not open source. -Scott On Wednesday 17 May 2006 22:37, Peter Svensson wrote: > OK, this is so sw

Re: Google Web Toolkit

2006-05-17 Thread Scott Russell
It looks pretty cool. I'd like to see how this could be integrated with the work being done on Tacos4 and/or Tapestry 4.1. Having said that, I think the licence is, like Java, free but not open source. -Scott On Wednesday 17 May 2006 22:37, Peter Svensson wrote: > OK, this is so sw