Re: service messages de-localization?

2011-11-01 Thread Howard Lewis Ship
That separate messages file made sense for JDK 1.4, before String.format(), but they are anacronistic now, and its clumsy to maintain three files for one message. On Tue, Nov 1, 2011 at 4:30 PM, Robert Zeigler wrote: > Just curious about the decision to de-localize service exception messages in

service messages de-localization?

2011-11-01 Thread Robert Zeigler
Just curious about the decision to de-localize service exception messages in favor of hard-coded strings...? At least, that's what the recent spate of commits seem to do... Robert - To unsubscribe, e-mail: dev-unsubscr...@tapest

Re: svn commit: r1195662 - /tapestry/tapestry5/branches/5.3/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/ClassNameLocatorImpl.java

2011-11-01 Thread Howard Lewis Ship
Bob ... don't worry about it. It's not like we had a test for this ... I saw that you had added package infos (thanks!) and even I didn't expect there to be a problem. I'm more concerned about problems with template parsing I may have introduced in the late betas. On Tue, Nov 1, 2011 at 5:01 AM,

Re: svn commit: r1195662 - /tapestry/tapestry5/branches/5.3/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/ClassNameLocatorImpl.java

2011-11-01 Thread Igor Drobiazko
I'd rather say you found a bug which is fixed now. Tapestry users would experience same problems, if they would place package-info.java into components sub-package. Thank you, Bob. On Tue, Nov 1, 2011 at 11:53 AM, Bob Harner wrote: > Howard -- I'm very sorry for the pin I caused with the package

Re: svn commit: r1195662 - /tapestry/tapestry5/branches/5.3/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/ClassNameLocatorImpl.java

2011-11-01 Thread Bob Harner
pain, not pin. Bob Harner On Nov 1, 2011 6:53 AM, "Bob Harner" wrote: > Howard -- I'm very sorry for the pin I caused with the package-info files. > I thought a little more documentation would be innocuous enough, but I > should have known better considering the special treatment of pages, > com

Re: svn commit: r1195662 - /tapestry/tapestry5/branches/5.3/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/ClassNameLocatorImpl.java

2011-11-01 Thread Bob Harner
Howard -- I'm very sorry for the pin I caused with the package-info files. I thought a little more documentation would be innocuous enough, but I should have known better considering the special treatment of pages, components and mixin directories. Bob Harner On Oct 31, 2011 4:56 PM, "Howard Lewis