Re: Build failed in Hudson: tapestry-5.2-freestyle #66

2010-03-28 Thread Igor Drobiazko
786 > sec <<< FAILURE! > > Results : > > Failed tests: > regexp_validator(org.apache.tapestry5.integration.app1.FormTests) > > Tests run: 1459, Failures: 1, Errors: 0, Skipped: 0 > > [INFO] log Shutdown hook executing > [INFO] > ---- > [ERROR] BUILD FAILURE > [INFO] > > [INFO] There are test failures. > > Please refer to < > http://hudson.zones.apache.org/hudson/job/tapestry-5.2-freestyle/ws/trunk/tapestry-core/target/surefire-reports> > for the individual test results. > [INFO] > > [INFO] For more information, run Maven with the -e switch > [INFO] > > [INFO] Total time: 8 minutes 36 seconds > [INFO] Finished at: Sun Mar 28 11:38:39 UTC 2010 > [INFO] Final Memory: 83M/181M > [INFO] > > > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Recent changes break the tapestry-hibernate build

2010-03-26 Thread Igor Drobiazko
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) [ERROR] PagePool Page Page[SSOEntity de] is dirty, and will be discarded (rather than returned to the page pool) -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: TAP5-1078: duelling registries

2010-03-25 Thread Igor Drobiazko
seriallizing data from another server in the cluster; we > could then do something using a ThreadLocal, rather than a static. > > Perhaps we need to do some research to see how to get access to that > kind of callback information, presuming it exists. > > On Thu, Mar 25, 2010 at 12:48

TAP5-1078: duelling registries

2010-03-25 Thread Igor Drobiazko
to InternalRegistry. Any objections? Am I missing something? [1] https://issues.apache.org/jira/browse/TAP5-1078 -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: Messages vs. String.format()

2010-03-13 Thread Igor Drobiazko
ip.com > > ----- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: svn commit: r917509 - in /tapestry/tapestry5/trunk/tapestry-core/src/test: conf/testng.xml java/org/apache/tapestry5/urlrewriter/IntegrationTests.java

2010-03-01 Thread Igor Drobiazko
() > > -{ > > -super("src/test/app5", DEFAULT_WEB_BROWSER_COMMAND, SUBDOMAIN, > DOMAIN, "localhost"); > > -} > > - > > @Test > > public void test_link_rewriting_without_virtual_host() > > { > > > > -open(BASE_URL); > > +openBaseURL(); > > assertAttribute("//a...@class='self']/@href", "/"); > > assertAttribute("//a...@class='dummy']/@href", "/notdummy"); > > > > > > > > > > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: Firefox hangs on SeleniumTestLauncher/SeleniumTestCase

2010-02-23 Thread Igor Drobiazko
t what's going on > between firefox instance and Selenium... any hints will be > appreciated. > > Cheers > -- > Massimo > http://meridio.blogspot.com > > - > To unsubscribe, e-mail: dev-unsubscr...@

Re: Git svn for Tapestry 5

2010-01-31 Thread Igor Drobiazko
you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: Hudson

2010-01-25 Thread Igor Drobiazko
ry.apache.org > > For additional commands, e-mail: dev-h...@tapestry.apache.org > > > > > > > > -- > Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: Thought experiment: shared pages/components

2010-01-19 Thread Igor Drobiazko
uture Tapestry releas > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: Integration tests in Eclipse

2010-01-11 Thread Igor Drobiazko
;enabled" attribute exposed in testng.xml; I > frequently will disable all but one of the tests defined in > testng.xml, to ensure that > I can run relevant tests quickly (just be careful not to check that back > in!). > > On Mon, Jan 11, 2010 at 12:29 PM, Igor Drobiazko > wr

Integration tests in Eclipse

2010-01-11 Thread Igor Drobiazko
adio_group_validator === org.apache.tapestry5.integration.app1.FormTests Tests run: 32, Failures: 0, Skips: 32 Configuration Failures: 1, Skips: 64 === -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: [VOTE] Tapestry Release 5.1.0.7

2010-01-11 Thread Igor Drobiazko
Igor Drobiazko: +1 On Mon, Jan 11, 2010 at 4:05 AM, Andreas Andreou wrote: > I've created and uploaded a release of Tapestry 5.1.0.7, ready to be voted > upon. > > The files are uploaded to a Maven staging repository: > > https://repository.apache.org/content/repositorie

Re: 5.1.0.7 Release

2010-01-07 Thread Igor Drobiazko
ubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: svn commit: r896767 - in /tapestry/tapestry5/trunk: tapestry-beanvalidator/src/main/java/org/apache/tapestry5/beanvalidator/ tapestry-beanvalidator/src/main/java/org/apache/tapestry5/internal/be

2010-01-07 Thread Igor Drobiazko
; > ----- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: Tapestry-IoC proxies

2010-01-04 Thread Igor Drobiazko
- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: January 2010 Board Report

2010-01-03 Thread Igor Drobiazko
- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: [VOTE] Tapestry Release 5.1.0.6

2009-12-29 Thread Igor Drobiazko
I'm sorry but I feel that we should make the upgrade less painful. Static resources inside the root package should be accessible without any extra work. The proposed contribution should be provided by Tapestry. Having said this my vote is: Igor Drobiazko: -1 On Thu, Dec 24, 2009 at 2:

Re: [VOTE] Tapestry Release 5.1.0.6

2009-12-28 Thread Igor Drobiazko
ion, rather than making it > directly. > This is probably a discussion that we should take to the user list, though. > > Robert > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: [VOTE] Tapestry Release 5.1.0.6

2009-12-28 Thread Igor Drobiazko
; + pattern); } I can live with this contribution and would not like to block the release. But I fear there too much apps which will be broken after an upgrade to 5.1.0.6. If we don't want to frustrate users we probably should cancel the release, add this contribution and create a new rel

Re: Release process

2009-12-23 Thread Igor Drobiazko
i gotta run for a few hours, so, can't > quite > >>>>>> check it out right now :( > >>>>>> > >>>>>> On Fri, Dec 18, 2009 at 12:07, Andreas Andreou > >>>>>> wrote: > >>>>>>> > >

Re: Group chat?

2009-12-23 Thread Igor Drobiazko
or additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: [VOTE] Tapestry Release 5.0.19

2009-12-23 Thread Igor Drobiazko
Igor Drobiazko: +1 I think it makes sense to run the vote for a longer period than usual. The most people are on vacations now and don't have a chance to vote. What about the 5.1.0.6 release? I think this one is more important because there are more 5.1.x users than 5.0.x. On Tue, Dec 22,

Re: Group chat?

2009-12-23 Thread Igor Drobiazko
gt; > (971) 678-5210 > http://howardlewisship.com > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: JSR-229, JSR-330 and other integrations

2009-12-21 Thread Igor Drobiazko
. With these few examples it is obvious that the integration requires some ioc patches if you want to pass the tck. -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: Release process

2009-12-21 Thread Igor Drobiazko
rst) at some time on Saturday... > > > > Is there something wrong if we do both at basically the same time? > > > > On Fri, Dec 18, 2009 at 09:26, Igor Drobiazko > wrote: > >> No more comments. I suppose we can go ahead with the releases. I would > like > >&

Re: Release process

2009-12-17 Thread Igor Drobiazko
ges. > > -- > Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Build failures due to Jetty shutdown

2009-12-16 Thread Igor Drobiazko
dStart(JettyRunner.java:158) ... 31 more -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: ComponentMessagesSource to become public API

2009-12-14 Thread Igor Drobiazko
defaulting > to searching their container's message catalog (as today). However, > that logic is not centrally located I don't think. > > > On Fri, Dec 11, 2009 at 5:52 AM, Massimo Lusetti > wrote: > > On Wed, Dec 9, 2009 at 10:31 PM, Igor Drobiazko > > wrote: >

Re: Release process

2009-12-14 Thread Igor Drobiazko
Never mind. I found it. On Mon, Dec 14, 2009 at 9:12 PM, Igor Drobiazko wrote: > Hi Andy, > > can you please explain the steps 3, 5 and 6 in more details or provide a > link to read? Where to login to Nexus? Are you speaking about a local Nexus > installation? > > > On M

Re: Release process

2009-12-14 Thread Igor Drobiazko
ges. > > -- > Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: ComponentMessagesSource to become public API

2009-12-09 Thread Igor Drobiazko
So, what is the consensus on this issue?

Re: ComponentMessagesSource to become public API

2009-12-07 Thread Igor Drobiazko
pp.properties, right? > Then you still have to provide the custom resources component-by-component, > but the translations go in a single place. > > Robert > > > On Dec 7, 2009, at 12/75:53 PM , Igor Drobiazko wrote: > > Hm, what about components that are used in several p

Re: ComponentMessagesSource to become public API

2009-12-07 Thread Igor Drobiazko
ts internal messages with a new messages > object (presumably form the page). > > On Thu, Dec 3, 2009 at 8:52 AM, Massimo Lusetti > wrote: > > On Thu, Dec 3, 2009 at 7:52 AM, Igor Drobiazko > wrote: > > > >> I accompiished this by a service named ComponentMessa

Re: ComponentMessagesSource to become public API

2009-12-03 Thread Igor Drobiazko
Massimo > http://meridio.blogspot.com > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: ComponentMessagesSource to become public API

2009-12-02 Thread Igor Drobiazko
a bit more pluggable (though > decorating the service is also an option). > > > On Wed, Dec 2, 2009 at 12:59 PM, Igor Drobiazko > wrote: > > I would like to fix TAP5-915 and have to make ComponentMessagesSource a > part > > of the public API. I know we should be relu

ComponentMessagesSource to become public API

2009-12-02 Thread Igor Drobiazko
void contributeComponentMessagesSource(MappedConfiguration configuration) { configuration.add(DateField.class, "/foo/bar/baz"); } -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: issues to be fixed for 5.1.0.6

2009-11-29 Thread Igor Drobiazko
@Robert: do you see any chance to close the last two issues in the next days? We should go on with the release. https://issues.apache.org/jira/browse/TAP5-748 https://issues.apache.org/jira/browse/TAP5-815 -- Best regards, Igor Drobiazko http://tapestry5.de/blog

Re: [VOTE] Ulrich Stärk as Tapestry Committer

2009-11-24 Thread Igor Drobiazko
Binding votes: Andreas Andreou: +1 Howard M. Lewis Ship: +1 Thiago H. de Paula Figueiredo: +1 Non-binding votes: Igor Drobiazko: +1 Robert Zeigler +1 Alfonso Quiroga: +1 Dmitry Gusev: +1 Kristian Marinkovic: +1 Daniel Jue: +1 Massimo Lusetti: +1 Andy Blower: +1 Ben Dotte: +1 Kevin Menard: +1

Re: 5.1 - 5.0 next releases?

2009-11-23 Thread Igor Drobiazko
hudson/job/tapestry-5.1-trunk/org.apache.tapestry$tapestry-ioc/4/testReport/ > >> while there's no change that could affect that... > >> So, should be jvm version... i think bamboo runs with 1.5, right? i > >> could set hudson to > >> use that (unless

Re: svn commit: r834151 - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/servi

2009-11-23 Thread Igor Drobiazko
Good catch, and I agree. >> >> On Mon, Nov 23, 2009 at 10:07 AM, Igor Drobiazko >> wrote: >> >>> I think the contribution "^org/chenillekit/tapestry/" should be removed >>> from >>> the configuration of the RegexpAuthorizer. App developer

Re: 5.1 - 5.0 next releases?

2009-11-23 Thread Igor Drobiazko
e's no change that could affect that... > >> So, should be jvm version... i think bamboo runs with 1.5, right? i > >> could set hudson to > >> use that (unless someone can explain the failures) > >> > >> > >> On Mon, Nov 23, 2009 at 8:58 P

Re: 5.1 - 5.0 next releases?

2009-11-23 Thread Igor Drobiazko
;> (the trick was to set the build node to master - we were told to use > >>>> minerva or vesta but > >>>> it looks like those are missing maven) > >>>> > >>>> I want to go ahead and add 5.0 and 5.1 there anyway. Howard, you > >>>> a

Re: issues to be fixed for 5.1.0.6

2009-11-23 Thread Igor Drobiazko
tps://issues.apache.org/jira/browse/TAP5-814 >>>>> https://issues.apache.org/jira/browse/TAP5-764 >>>>> https://issues.apache.org/jira/browse/TAP5-756 >>>>> https://issues.apache.org/jira/browse/TAP5-138 >>>>> >>>>> I already began to integrate the fixes to the 5.1.0.x-dev branch and >>>>> will >>>>> provide a patch covering those when I'm done. >>>>> >>>>> Uli >>>>> >>>>> - >>>>> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org >>>>> For additional commands, e-mail: dev-h...@tapestry.apache.org >>>>> >>>>> >>>>> >>>>> - >>> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org >>> For additional commands, e-mail: dev-h...@tapestry.apache.org >>> >>> >>> >>> >> > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: issues to be fixed for 5.1.0.6

2009-11-23 Thread Igor Drobiazko
> On Sun, Nov 22, 2009 at 4:56 PM, Igor Drobiazko > wrote: > > 14 issues are fixed for 5.1.0.6 now. Please see here: > > > > > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310833&status=6&fixfor=12314399 > >

Re: svn commit: r834151 - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/servi

2009-11-23 Thread Igor Drobiazko
sert; > +import org.testng.annotations.Test; > +import org.apache.tapestry5.internal.services.RegexAuthorizer; > + > +public class RegexAuthorizerTest extends Assert > +{ > + > +@Test > +public void test_regexes() > +{ > + List patterns = > Arrays.asList("^.*\\.png$","^.*\\.jpg","^.*\\.jpeg"); > +RegexAuthorizer auth = new RegexAuthorizer(patterns); > +String pkg = "assets/com/saiwaisolutions/resources/"; > +String png = pkg + "foo.png"; > +String jpg = pkg + "foo.jpg"; > +String jpeg = pkg + "foo.jpeg"; > +String xml = pkg + "foo.xml"; > +test(auth,png,true); > +test(auth,jpg,true); > +test(auth,jpeg,true); > +test(auth,xml,false); > +} > + > +private static void test(RegexAuthorizer auth, String one,boolean > allowed) > +{ > +assertEquals(auth.accessAllowed(one),allowed); > +assertEquals( > +auth.accessAllowed( > +"http://localhost:8080"; + one), > +allowed); > +assertFalse(auth.accessDenied(one)); > +assertFalse(auth.accessDenied("http://localhost:8080"; + one)); > +} > +} > > Added: > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/WhitelistAuthorizerTest.java > URL: > http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/WhitelistAuthorizerTest.java?rev=834151&view=auto > > == > --- > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/WhitelistAuthorizerTest.java > (added) > +++ > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/WhitelistAuthorizerTest.java > Mon Nov 9 17:23:10 2009 > @@ -0,0 +1,45 @@ > +// Copyright 2009 The Apache Software Foundation > +// > +// Licensed under the Apache License, Version 2.0 (the "License"); > +// you may not use this file except in compliance with the License. > +// You may obtain a copy of the License at > +// > +// http://www.apache.org/licenses/LICENSE-2.0 > +// > +// Unless required by applicable law or agreed to in writing, software > +// distributed under the License is distributed on an "AS IS" BASIS, > +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > +// See the License for the specific language governing permissions and > +// limitations under the License. > + > +/* > + * Created on Jul 28, 2007 > + * > + * > + */ > +package org.apache.tapestry5.internal.services; > + > +import java.util.Arrays; > + > +import org.testng.Assert; > +import org.testng.annotations.Test; > +import org.apache.tapestry5.internal.services.WhitelistAuthorizer; > +import org.apache.tapestry5.services.AssetPathAuthorizer; > + > +public class WhitelistAuthorizerTest extends Assert { > + > +@Test > +public void run() > +{ > +WhitelistAuthorizer auth = new > WhitelistAuthorizer(Arrays.asList("foo")); > +assertEquals(auth.order().get(0), > AssetPathAuthorizer.Order.ALLOW); > +assertEquals(auth.order().get(1), AssetPathAuthorizer.Order.DENY); > +assertEquals(auth.order().size(),2); > +assertTrue(auth.accessAllowed("foo")); > +assertFalse(auth.accessDenied("foo")); > + > +assertFalse(auth.accessAllowed("bar")); > +assertTrue(auth.accessDenied("bar")); > +} > + > +} > > > -- Best regards, Igor Drobiazko

Re: issues to be fixed for 5.1.0.6

2009-11-22 Thread Igor Drobiazko
tegration test Index page or > adding an addtitional integration test to IntegrationTests.java but one > conflict will also be in linksubmit.js and care has to be taken there. > > Cheers, > > > Uli > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: 5.1 - 5.0 next releases?

2009-11-22 Thread Igor Drobiazko
>> +1 > >> > >> Em Fri, 20 Nov 2009 07:09:03 -0200, David Rees > escreveu: > >> > >>> On Thu, Nov 19, 2009 at 10:24 PM, Igor Drobiazko > >>> wrote: > >>>> > >>>> We should release 5.1.0.6 asap because of th

Re: How are people shoe-horning Tapestry into Eclipse?

2009-11-22 Thread Igor Drobiazko
to add each > individual T5 project to the workspace? > > On Sun, Nov 22, 2009 at 4:14 AM, Igor Drobiazko > wrote: > > Do you know Eclipse IAM? Works like a charm. > > > > http://code.google.com/p/q4e/ > > > > On Sun, Nov 22, 2009 at 1:08 PM, Howard Lewis S

Re: How are people shoe-horning Tapestry into Eclipse?

2009-11-22 Thread Igor Drobiazko
can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: Git

2009-11-22 Thread Igor Drobiazko
ductive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

[VOTE] Ulrich Stärk as Tapestry Committer

2009-11-21 Thread Igor Drobiazko
Tapestry committer. Ulrich would make a great addition to the team. Vote to run for three days. Igor Drobiazko: +1 (non-binding)

Re: 5.1 - 5.0 next releases?

2009-11-19 Thread Igor Drobiazko
We should release 5.1.0.6 asap because of the security issues. What if we only backport already fixed issues in 5.2.0.0 snapshots, release 5.1.0.6 and immidiately go on with 5.1.0.7? 19.11.2009, в 23:05, David Rees написал(а): On Wed, Nov 18, 2009 at 11:41 PM, Ulrich Stärk wr ote: I will

Re: 5.1 - 5.0 next releases?

2009-11-19 Thread Igor Drobiazko
2 in my system. The 5.2 branch has fixed this by upgrading > >> selenium (i think), > >> so perhaps it's trivial to backport that change as well. But if > >> someone knows/remembers > >> more about this issue, please, speak up :) > >> > >> On

Re: 5.1 - 5.0 next releases?

2009-11-18 Thread Igor Drobiazko
i don't > have FF2 in my system. The 5.2 branch has fixed this by upgrading > selenium (i think), > so perhaps it's trivial to backport that change as well. But if > someone knows/remembers > more about this issue, please, speak up :) > > On Wed, Nov 18, 2009 at 9:36 PM,

Re: 5.1 - 5.0 next releases?

2009-11-18 Thread Igor Drobiazko
. >> What about a 5.1.0.6 and 5.0.19 release as soon as Andreas updates the >> poms to use Nexus? >> >> > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: svn commit: r833930 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java

2009-11-11 Thread Igor Drobiazko
e to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: Java 5 is EOLed; is it time to set 6 as the base release ...

2009-11-02 Thread Igor Drobiazko
be, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: trunk test failure

2009-11-01 Thread Igor Drobiazko
----- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: JSR 330 (Dependency Injection) already approved

2009-10-27 Thread Igor Drobiazko
--- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: CI for Apache Tapestry projects

2009-10-22 Thread Igor Drobiazko
y.apache.org > > > > > > > > -- > Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > ----- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: svn commit: r828823 - in /tapestry/tapestry5/trunk/tapestry-beanvalidator: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/tapestry5/ src/m

2009-10-22 Thread Igor Drobiazko
On Thu, Oct 22, 2009 at 10:13 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 22 Oct 2009 18:00:49 -0200, Igor Drobiazko < > igor.drobia...@gmail.com> escreveu: > > Well, I actually don't care about names. We can rename it if needed. But

Re: svn commit: r828823 - in /tapestry/tapestry5/trunk/tapestry-beanvalidator: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/tapestry5/ src/m

2009-10-22 Thread Igor Drobiazko
dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-15 Thread Igor Drobiazko
. Let me start the work, so we can discuss code. The approach i suggest requires really few changes. We can still change the implementation and adjust to our needs.. 16.10.2009, в 01:27, "Thiago H. de Paula Figueiredo" написал(а): Em Thu, 15 Oct 2009 20:16:51 -0300, Igor

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-15 Thread Igor Drobiazko
A further argument not to do the validation inside the form component is the decoration of fields. In case of errors more code is needed to highlight the fields in error. I invite the others to participate in this discussion. 16.10.2009, в 00:48, Igor Drobiazko написал(а): Thiago, the

Re: TapestryHibernateIntegrationTests problem

2009-10-15 Thread Igor Drobiazko
--- > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-15 Thread Igor Drobiazko
very simple. No extra code, no limitations of the jsr. It should just work. It looks like it is the matter of taste. What do the others think about it? On Thu, Oct 15, 2009 at 10:55 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 15 Oct 2009 17:18:38 -0300,

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-15 Thread Igor Drobiazko
On Thu, Oct 15, 2009 at 9:43 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 15 Oct 2009 16:06:05 -0300, Igor Drobiazko < > igor.drobia...@gmail.com> escreveu: > > Ok, I thought about it a little bit. Would like to hear some objections >> b

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-15 Thread Igor Drobiazko
's parameter 'object'. - the jsr 303 doesn't cover client validation, so this part can be done by Tapestry. Does it make sense? Comments are welcome. On Wed, Oct 14, 2009 at 12:36 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Tue, 13 Oct 2009 18:

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-13 Thread Igor Drobiazko
On Tue, Oct 13, 2009 at 11:03 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Tue, 13 Oct 2009 17:53:58 -0300, Igor Drobiazko < > igor.drobia...@gmail.com> escreveu: > > The integration of the JSR 303 should not only allow you to use the JSR >>

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-13 Thread Igor Drobiazko
Em Tue, 13 Oct 2009 17:31:14 -0300, Igor Drobiazko < > igor.drobia...@gmail.com> escreveu: > > If I understood you correctly you suggest the approach of the annotation >> based ValidationConstraintGenerator. Right? >> > > Right. It does not solve the whole problem,

Re: Hibernate Validator 4 released, any plans for adding support in T5?

2009-10-13 Thread Igor Drobiazko
If I understood you correctly you suggest the approach of the annotation based ValidationConstraintGenerator. Right? On Tue, Oct 13, 2009 at 10:14 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Tue, 13 Oct 2009 16:59:35 -0300, Igor Drobiazko < > igor.drob

JSR 303

2009-10-13 Thread Igor Drobiazko
e JSR 303 in my project but was stuck. Let's discuss some ideas on integration of the JSR 303 without to break the API. -- Best regards, Igor Drobiazko

Re: [VOTE] Invite Thiago to Tapestry PMC

2009-10-07 Thread Igor Drobiazko
Igor Drobiazko: +1 On Wed, Oct 7, 2009 at 9:58 PM, Howard Lewis Ship wrote: > I think this is long overdue ... despite not (yet) committing a lot of > code, Thiago has been tireless in promoting Tapestry and mentoring > users on the mailing list. That kind of prolonged and public >

Re: Tapestry on GitHub

2009-10-04 Thread Igor Drobiazko
t; Howard M. Lewis Ship > >>> > >>> Creator of Apache Tapestry > >>> > >>> The source for Tapestry training, mentoring and support. Contact me to > >>> learn how I can get you up and productive in Tapestry fast! > >>> > >>> (971) 678-5210 > >>> http://howardlewisship.com > >>> > >>> - > >>> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > >>> For additional commands, e-mail: dev-h...@tapestry.apache.org > >>> > >>> > >> > >> > >> -- > >> og > >> > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: dev-h...@tapestry.apache.org > > > > > > > > -- > Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: [DISCUSS+VOTE] Use Nexus repository manager for snapshots/releases deployment

2009-09-29 Thread Igor Drobiazko
Igor Drobiazko: +1 (non-binding) 28.09.2009, в 18:51, Andreas Andreou написал(а): So, since there doesn't seem to be any more questions on the 'suggested' release process (and the use of nexus for it), i'd like to start a vote for it. Vote +1 if you'd like

Re: svn commit: r811842 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/ main/java/org/apache/tapestry5/internal/services/ main/java/org/apache/tapestry5/services/ t

2009-09-06 Thread Igor Drobiazko
to check only sizes of stacks > > +assertEquals(stack.size(), 5); > > + > > +assertEquals(stylesheetStack.size(), 1); > > +} > > + > > +@Test > > +public void test_mode() throws Exception > > +{ > > +SymbolSource symbolSource = mockSymbolSource(); > > +AssetSource assetSource = mockAssetSource(); > > +ThreadLocale threadLocale = mockThreadLocale(); > > + > > +train_constructor(symbolSource, assetSource, threadLocale); > > + > > +replay(); > > + > > +ClientInfrastructureImpl infrastructure = new > > ClientInfrastructureImpl(symbolSource, assetSource, threadLocale, true); > > + > > +List javascriptStack = > infrastructure.getJavascriptStack(); > > + > > +List stylesheetStack = > infrastructure.getStylesheetStack(); > > + > > +verify(); > > + > > +//blackbird is the only one asset to be excluded in production > > mode > > +//for now it is ok to check only sizes of stacks > > +assertEquals(javascriptStack.size(), 6); > > + > > +assertEquals(stylesheetStack.size(), 2); > > +} > > + > > +private void train_constructor(SymbolSource symbolSource, > AssetSource > > assetSource, ThreadLocale threadLocale) > > +{ > > + > > > > expect(symbolSource.expandSymbols(isA(String.class))).andReturn("expanded").anyTimes(); > > +expect(assetSource.getAsset(null, > > "expanded",null)).andReturn(mockAsset()).anyTimes(); > > +train_getLocale(threadLocale, Locale.ENGLISH); > > +expect(assetSource.getAsset(null, > > > "org/apache/tapestry5/tapestry-messages.js",Locale.ENGLISH)).andReturn(mockAsset()); > > +} > > +} > > > > Propchange: > > > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/ClientInfrastructureImplTest.java > > > > > -- > >svn:eol-style = native > > > > Propchange: > > > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/ClientInfrastructureImplTest.java > > > > > -- > >svn:mime-type = text/plain > > > > > > > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn > how I can get you up and productive in Tapestry fast! > -- Best regards, Igor Drobiazko

Re: Nightly builds failing

2009-08-26 Thread Igor Drobiazko
> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: svn commit: r797996 - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/pages/ tapestry-core/src/main/java/org/apache/tapestry5/services/

2009-07-30 Thread Igor Drobiazko
s/Index.java?rev=797996&r1=797995&r2=797996&view=diff > > > == > > --- > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java > (original) > > +++ > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java > Sun Jul 26 22:32:06 2009 > > @@ -379,7 +379,10 @@ > > > > new Item("SessionAttributeDemo", > > "SessionAttribute Demo", > > - "Annotation to map a field to a specific session > attribute") > > + "Annotation to map a field to a specific session > attribute"), > > + > > +new Item("BeanEditCalendarDemo", "BeanEditor / Calendar > Demo", > > + "Use of calendar properties inside BeanEditor and > BeanDisplay") > > > > ); > > > > > > Added: > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ShowCalendarHolder.java > > URL: > http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ShowCalendarHolder.java?rev=797996&view=auto > > > == > > --- > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ShowCalendarHolder.java > (added) > > +++ > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ShowCalendarHolder.java > Sun Jul 26 22:32:06 2009 > > @@ -0,0 +1,27 @@ > > +// Copyright 2009 The Apache Software Foundation > > +// > > +// Licensed under the Apache License, Version 2.0 (the "License"); > > +// you may not use this file except in compliance with the License. > > +// You may obtain a copy of the License at > > +// > > +// http://www.apache.org/licenses/LICENSE-2.0 > > +// > > +// Unless required by applicable law or agreed to in writing, software > > +// distributed under the License is distributed on an "AS IS" BASIS, > > +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > > +// See the License for the specific language governing permissions and > > +// limitations under the License. > > + > > +package org.apache.tapestry5.integration.app1.pages; > > + > > +import org.apache.tapestry5.annotations.Property; > > +import org.apache.tapestry5.annotations.SessionState; > > +import org.apache.tapestry5.integration.app1.data.CalendarHolder; > > + > > +public class ShowCalendarHolder > > +{ > > +@SessionState > > +@Property > > +private CalendarHolder holder; > > + > > +} > > > > Propchange: > tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ShowCalendarHolder.java > > > -- > >svn:eol-style = native > > > > > > > > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > Director of Open Source Technology at Formos > -- Best regards, Igor Drobiazko

Bamboo hanging?

2009-07-26 Thread Igor Drobiazko
Hello, I think Bamboo should be restarted. Nightly builds are hanging. New commits don't trigger new builds anymore. -- Best regards, Igor Drobiazko

Re: modifying model interfaces

2009-07-14 Thread Igor Drobiazko
r policy is concerning the > migration of these classes? > > Robert > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

Re: svn commit: r790396 - in /tapestry/tapestry5/trunk/tapestry-test: pom.xml src/main/java/org/apache/tapestry5/test/AbstractIntegrationTestSuite.java

2009-07-02 Thread Igor Drobiazko
ing type) > > +{ > > +return selenium.captureNetworkTraffic(type); > > +} > > + > > +/** > > + * @since 5.2.0.0 > > + */ > > + public void deselectPopUp() > > +{ > > +selenium.deselectPopUp(); > > +} > > + > > +/** > > + * @since 5.2.0.0 > > + */ > > + public void selectPopUp(String windowID) > > +{ > > +selenium.selectPopUp(windowID); > > +} > > } > > > > > > > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > Director of Open Source Technology at Formos > -- Best regards, Igor Drobiazko

Re: [VOTE] Release 5.1.0.5 -- as 5.1 stable release

2009-05-04 Thread Igor Drobiazko
We definitely need a stable release. Igor Drobiazko: +1 (non-binding) On Wed, Apr 29, 2009 at 7:12 PM, Howard Lewis Ship wrote: > I've created and uploaded a release of Tapestry 5.1.0.5, ready to be voted > upon. > > We're doing a combined vote: to release 5.1.0.5 AND t

Re: [VOTE] Release 5.1.0.1 (really!)

2009-03-11 Thread Igor Drobiazko
Igor Drobiazko: +1 (non-binding) On Wed, Mar 11, 2009 at 5:46 PM, Howard Lewis Ship wrote: > I've created and uploaded a release of Tapestry 5.1.0.1, ready to be voted > upon. > > Again, 5.1.0.1 represents some significant improvements to Tapestry 5 > and getting wid

Re: [DISCUSS] Ready for 5.1.0.1? Winding down 5.1?

2009-03-09 Thread Igor Drobiazko
Igor Drobiazko: +1 (non-binding) On Mon, Mar 9, 2009 at 7:11 PM, Howard Lewis Ship wrote: > I'm working on the last major feature I'd like to see in 5.1: > template inheritance (*). > > With that, I'm ready to switch from implementing features to fixing bu

Re: [VOTE] Tapestry 5.1.0.0 - Alpha Release

2009-02-23 Thread Igor Drobiazko
I believe that the more releases the better. I don't really care if some issues are fixed in X.Y.1 or X.Y.2. It is just a number. I would love to see a minor release every month. Even though these releases contain only few fixes and improvments. Having said this: Igor Drobiazko: +1 (non-bi

Re: svn commit: r746803 - /tapestry/tapestry5/trunk/src/site/apt/guide/validation.apt

2009-02-22 Thread Igor Drobiazko
--------+ >> + >> Overriding the Translator with Events >> The TextField, PasswordField and TextArea components all have a >> translate parameter, a >> @@ -380,3 +402,4 @@ >> an input value will be rejected on the client side even though it is >> valid on the server side. You may >> need to disable client-side validation in order to use this feature. >> + >> >> >> > > - > To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org > For additional commands, e-mail: dev-h...@tapestry.apache.org > > -- Best regards, Igor Drobiazko

@since tag for new component parameters

2009-02-18 Thread Igor Drobiazko
Hello, do we place a @since tag for new component parameters? -- Best regards, Igor Drobiazko

Re: [VOTE] Thiago H. de Paula Figueiredo as Tapestry Committer

2009-02-13 Thread Igor Drobiazko
even though I'm too late: +1 (non-binding) The name is indeed very complicated :)

Re: [VOTE]: Make Robert Zeigler a committer

2009-02-08 Thread Igor Drobiazko
Igor Drobiazko: +1 (non-binding) On Sat, Feb 7, 2009 at 7:00 PM, Kevin Menard wrote: > Following up from the discussion on moving the Tapestry5-Cayenne > integration module into Tapestry proper, I'd like to raise a vote to > make Robert Zeigler (the module's other author) a

Re: [jira] Assigned: (TAP5-69) Allow service configurators to be arbitrary named and determine sevice by the configuration parameter

2009-01-13 Thread Igor Drobiazko
04 PM, Fernando Padilla wrote: > So the Contribute would support either a class or an arbitrary service > name? (for when there are two services who implement the same interface, > etc) > > > Igor Drobiazko wrote: > >> The value attribute of the annotation is

Re: [jira] Assigned: (TAP5-69) Allow service configurators to be arbitrary named and determine sevice by the configuration parameter

2009-01-13 Thread Igor Drobiazko
gt; the name and the type of the configuration are both important. > > > Igor Drobiazko (JIRA) wrote: > >> [ >> https://issues.apache.org/jira/browse/TAP5-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] >

[jira] Assigned: (TAP5-364) BeanEditForm auto-focus

2009-01-09 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Drobiazko reassigned TAP5-364: --- Assignee: Igor Drobiazko > BeanEditForm auto-fo

[jira] Assigned: (TAP5-439) Add annotation, @ServiceId, that can be placed on a builder method or service class to identify the service id to use

2009-01-09 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Drobiazko reassigned TAP5-439: --- Assignee: Igor Drobiazko > Add annotation, @ServiceId, that can be placed on a builder met

Re: [VOTE] Release 5.0.18 as FINAL 5.0 release

2008-12-10 Thread Igor Drobiazko
Igor Drobiazko: +1 (non-binding)

[jira] Closed: (TAPESTRY-2586) Some abstract base class methods should be overridable

2008-09-04 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Drobiazko closed TAPESTRY-2586. Resolution: Fixed > Some abstract base class methods should be overrida

[jira] Closed: (TAPESTRY-2591) Email Validator Throws MissingFormatArgumentException

2008-09-04 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Drobiazko closed TAPESTRY-2591. Resolution: Fixed Fix Version/s: 5.0.15 > Email Validator Thr

Re: IntegrationTests#basic_datefield() is failing

2008-09-02 Thread Igor Drobiazko
e default Locale was not ENGLISH. > > On Tue, Sep 2, 2008 at 2:21 PM, Igor Drobiazko <[EMAIL PROTECTED]> > wrote: > > Is anybody experiencing problems with that test method? > > Running the test in debug mode I could see that the date '24 dec 1966' in > > the

[jira] Commented: (TAPESTRY-2591) Email Validator Throws MissingFormatArgumentException

2008-09-02 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627814#action_12627814 ] Igor Drobiazko commented on TAPESTRY-2591: -- Thanx, Ulrich. I figured it

IntegrationTests#basic_datefield() is failing

2008-09-02 Thread Igor Drobiazko
roperly.' Is it known issue? -- Best regards, Igor Drobiazko

<    1   2   3   4   5   6   7   >