RE: Questions about SeleniumTestCase

2010-10-12 Thread jackkurosaki
Well it works a lot better if you tell it where the testng.xml files is. :) I was able to get it to work by adding some configuration information to the build plugins of the pom.xml. Now the tests run and it shows the correct number of tests. So to correct my list. It looks the you need th

Questions about SeleniumTestCase

2010-10-12 Thread jackkurosaki
I am trying to switch to SeleniumTestCase for testing and I'm running into a few things that seem odd. Here is what I currently understand has to happen to get this working: 1. testng.xml must configure the package containing the tests and SeleniumLauncher 2. The test class must extend Seleniu

Re: Monitoring/statistics

2010-10-12 Thread Josh Canfield
> Why dont reuse already existing projects? Reuse is a definitely a goal for me personally. I'm thinking that there will be a facade though so that if I choose Simon, or JAMon or Perf4j that decision won't be pushed down into framework users. I'm sort of deciding between JavaSimon and Perf4j at th

Re: Should Tapestry phone home?

2010-10-12 Thread Alessio Gambi
On Oct 12, 2010, at 5:10 PM, Igor Drobiazko wrote: We should not forget that some companies have policies which forbbid to provide any details on used technologies. These companies will be pissed of if they are mentioned on any statistics. This is clear to everybody, that's the why we expli

Re: Should Tapestry phone home?

2010-10-12 Thread Igor Drobiazko
We should not forget that some companies have policies which forbbid to provide any details on used technologies. These companies will be pissed of if they are mentioned on any statistics. On Tue, Oct 12, 2010 at 4:33 PM, Christophe Cordenier < christophe.corden...@gmail.com> wrote: > It's dynami

Re: Should Tapestry phone home?

2010-10-12 Thread Christophe Cordenier
It's dynamic, you will have tags, most popular, most downloaded, ... That makes contribution process alive 2010/10/12 Ulrich Stärk : > And what exactly is the benefit over a wiki page where a user may register > their project (which we already have)? > > On 12.10.2010 15:02, Thiago H. de Paula Fig

Re: Should Tapestry phone home?

2010-10-12 Thread Ulrich Stärk
And what exactly is the benefit over a wiki page where a user may register their project (which we already have)? On 12.10.2010 15:02, Thiago H. de Paula Figueiredo wrote: On Tue, 12 Oct 2010 06:39:03 -0300, Christophe Cordenier wrote: My two cents, new web site will be coming soon (I hope

Re: component report failing

2010-10-12 Thread Inge Solvoll
https://issues.apache.org/jira/browse/TAP5-1302 I marked it as both 5.1 and 5.2, although I'm not 100% sure that it actually happens in 5.2, I don't have a running 5.2 version right now... On Mon, Oct 11, 2010 at 10:52 AM, Inge Solvoll wrote: > Anyone planning on fixing this? The component repo

Re: Should Tapestry phone home?

2010-10-12 Thread Michael Gentry
Any such system should be opt-in, not opt-out. We are all curious who uses T5 and for what purposes, but I know the organization I work for wouldn't appreciate that kind of intentional leakage. Thanks, mrg - To unsubscribe, e-m

Re: ValueEncoder throwing Exceptions

2010-10-12 Thread Thiago H. de Paula Figueiredo
On Tue, 12 Oct 2010 08:11:31 -0300, Stephan Windmüller wrote: On 11.10.2010 20:28, Thiago H. de Paula Figueiredo wrote: No, and I am unsure about how to use it. As far as I can see, the implementation of the ValueEncoder interface does not permit throwing Exceptions. Any RuntimeException or

Re: Should Tapestry phone home?

2010-10-12 Thread Thiago H. de Paula Figueiredo
On Tue, 12 Oct 2010 06:39:03 -0300, Christophe Cordenier wrote: My two cents, new web site will be coming soon (I hope so) why not having a small dynamic application for multiple types of registration (third-party contributions, Tapestry users (in production) ...) I think this is exactly th

AUTO: Guletsky, Peter is out of the office. (returning 10/18/2010)

2010-10-12 Thread Peter.Guletsky
I am out of the office until 10/18/2010. In case of urgency Please contact Parvez Zariwala (x.5910) or Praveen Makhija (x.5962) Note: This is an automated response to your message "[T5] issue with coercion in loop (not in form)" sent on 10/6/2010 9:19:40 AM. This is the only notification you

Re: Should Tapestry phone home?

2010-10-12 Thread Michal Gruca
One more idea from my side. This could be done as extension (similar to hibernate support) that would provide statistic's for page owner with checkbox: send my anonymized data to tapestry.apache.org and separate page on which user could configure what is send -- View this message in context: htt

Re: ValueEncoder throwing Exceptions

2010-10-12 Thread Stephan Windmüller
On 11.10.2010 20:28, Thiago H. de Paula Figueiredo wrote: >> No, and I am unsure about how to use it. As far as I can see, the >> implementation of the ValueEncoder interface does not permit throwing >> Exceptions. > Any RuntimeException or subclass can be thrown in any method of any class > or

RE: [T5.2] JavaScript combination

2010-10-12 Thread Blower, Andy
Yes, that's working beautifully. Now I know about it... ;-) Thanks Howard! > -Original Message- > From: Howard Lewis Ship [mailto:hls...@gmail.com] > Sent: 11 October 2010 17:45 > To: Tapestry users > Subject: Re: [T5.2] JavaScript combination > > Yes, stacks can have dependencies on oth

Re: Should Tapestry phone home?

2010-10-12 Thread Christophe Cordenier
My two cents, new web site will be coming soon (I hope so) why not having a small dynamic application for multiple types of registration (third-party contributions, Tapestry users (in production) ...) Christophe. 2010/10/12 Andrus Adamchik : > Exactly. I can envision a lot of pissed of users (mys

Re: Should Tapestry phone home?

2010-10-12 Thread Andrus Adamchik
Exactly. I can envision a lot of pissed of users (myself included). PR disaster and people walking away from the framework is probably what will happen. The voluntary registration idea floated in this thread is much more honest. Not sure how to implement it in the context of Tapestry though. An

Re: Should Tapestry phone home?

2010-10-12 Thread Vangel V. Ajanovski
> It would be interesting to know how many apps are running in the wild, > and details about how many pages & components & services, JVM > version, and OS and hardware configuration. Moodle (the learning management system) is a complete system not a framework and what they do have is a "register m

Re: JSR303: Tapestry prepends error messages with "Textfield".

2010-10-12 Thread Dmitry Grigoriev
Thank you. :) solved the problem. On 10/11/2010 10:36 PM, Igor Drobiazko wrote: > Yous should provide labels for your input fields. > > -- Cheers, dimgel http://dimgel.ru/lib.web Thin, stateless, strictly typed Scala web framework. ---

Re: Should Tapestry phone home?

2010-10-12 Thread Michal Gruca
+1 for not do it by default. But I give +1 if it could be additional library added if someone wishes to contribute. As for how it could work my proposal is to put some public page on tapestry project where anyone could check site some aggregated stats. In library service module there should be o

Re: Monitoring/statistics

2010-10-12 Thread Massimo Lusetti
On Mon, Oct 11, 2010 at 6:05 PM, Howard Lewis Ship wrote: > I've been thinking about this kind of thing as well; having a JMX bean > for each Page instance and tracking number of render requests, number > of event requests, number of ajax even requests, and ellapsed > processing time for each. >