Re: Registry will shutdown listener not invoked

2013-04-03 Thread Muhammad Gelbana
addRegistryWillShutdownListener is used to contribute methods to be invoked right before proxies\registry are destroyed On Wed, Apr 3, 2013 at

Re: Registry will shutdown listener not invoked

2013-04-03 Thread Michael Prescott
What is 'log', is it an injected logger service? Once shutdown has started, other services may already have been deactivated, so those calls may fail. On 3 April 2013 16:27, Muhammad Gelbana wrote: > I use tapestry to develop windows services so this should be similar to a > desktop applicatio

Registry will shutdown listener not invoked

2013-04-03 Thread Muhammad Gelbana
I use tapestry to develop windows services so this should be similar to a desktop application I suppose and it's no where close to a web application. This method is supposed to register a registryWillShutdownListener @Startup public void startup(RegistryShutdownHub registryShutdown, @IpK final IM

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2013-04-03 Thread Lenny Primak
Here is something that may help you: This loads a replacement of tapestry-yuicompressor that bundles in the yuicompressor library and rhino in such a way that it doesn't conflict with any other version of rhino you are using. I.e. don't include stock tapestry-yuicompressor or yuicompressor from

Re: Service Advisors recursive problem

2013-04-03 Thread Cezary Biernacki
My solution to similar problem was to use following pattern that excluded services that lead to recursion: @Match("(?!(" + "Request" + "|ObjectProvider" + "|AssetObjectProvider" + "|PerRequestCache" + "|Alias" + "|Al

RE: Case sensitivity

2013-04-03 Thread Tony Nelson
My brother swears by Vagrant (http://www.vagrantup.com/) for this type of thing. He creates vms that are “identical” to production. From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Wednesday, April 03, 2013 7:52 AM To: Tapestry users Subject: Re: Case sensitivity On Wed, 03

Re: AUTO: Dieter Schrottshammer is out of office

2013-04-03 Thread Stephan Windmüller
Am 03.04.2013 13:54, schrieb Dieter Schrottshammer: > Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "Re: Case > sensitivity" gesendet am 3.4.2013 13:52:17. Sehr geehrter Herr Schrottshammer, bitte deaktivieren Sie Ihre automatischen Antworten für Mailinglisten. Vielen Dank St

AUTO: Dieter Schrottshammer is out of office

2013-04-03 Thread Dieter Schrottshammer
Ich bin von Di, 02.04.2013 bis Mo, 08.04.2013 abwesend. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "Re: Case sensitivity" gesendet am 3.4.2013 13:52:17. Diese ist die einzige Benachrichtigung, die Sie empfangen werden, während diese Person abwesend ist.

Re: Case sensitivity

2013-04-03 Thread Thiago H de Paula Figueiredo
On Wed, 03 Apr 2013 05:26:18 -0300, Nathan Quirynen wrote: Not sure if this question belongs here, but:It does. :)Is there a way to force case sensitivity in Tapestry, No. And I wouldn't expect for it to happen.because sometimes when deploying on a Linux server I get errors caused by

Re: Configuring pages to be "invisible"

2013-04-03 Thread Alejandro Scandroli
I'm glad you figured it out. > (…) > > I have a form in the allowed page and it works as expected. What did you > mean by additional rules for forms and eventlinks? > Take a look at the form and evenlinks URLs, they have dots and colons. So if you have a very strict rule like configuration.add(f

Case sensitivity

2013-04-03 Thread Nathan Quirynen
Not sure if this question belongs here, but: Is there a way to force case sensitivity in Tapestry, because sometimes when deploying on a Linux server I get errors caused by case sensitivity, which I don't detect on my development machine. So it would be nice to have