missing key for localized resources on Linux

2009-11-23 Thread Ilya Obshadko
I've started deploying my project on staging server and encountered a very
strange issue.

Running my JAR (I'm using embedded Jetty configuration)  on Linux machine
results in missing key messages instead of all localized strings.
Running exactly the same JAR with same classpath on Mac OS X works normally.

Does anybody have an idea?


-- 
Ilya Obshadko


Re: missing key for localized resources on Linux

2009-11-23 Thread DH
Please check whether the properties file name is the same as the filter name in 
web.xml (case sensitive) .
I made such mistake before.

DH
http://www.gaonline.com.cn

- Original Message - 
From: Ilya Obshadko 
To: Tapestry users users@tapestry.apache.org
Sent: Monday, November 23, 2009 6:07 PM
Subject: missing key for localized resources on Linux


 I've started deploying my project on staging server and encountered a very
 strange issue.
 
 Running my JAR (I'm using embedded Jetty configuration)  on Linux machine
 results in missing key messages instead of all localized strings.
 Running exactly the same JAR with same classpath on Mac OS X works normally.
 
 Does anybody have an idea?
 
 
 -- 
 Ilya Obshadko


Re: missing key for localized resources on Linux

2009-11-23 Thread Ilya Obshadko
Thanks, it worked.

Looks like resource location methods on OS X are case insensitive.

On Mon, Nov 23, 2009 at 1:14 PM, DH ningd...@gmail.com wrote:

 Please check whether the properties file name is the same as the filter
 name in web.xml (case sensitive) .
 I made such mistake before.

 DH
 http://www.gaonline.com.cn

 - Original Message -
 From: Ilya Obshadko
 To: Tapestry users users@tapestry.apache.org
 Sent: Monday, November 23, 2009 6:07 PM
 Subject: missing key for localized resources on Linux


  I've started deploying my project on staging server and encountered a
 very
  strange issue.
 
  Running my JAR (I'm using embedded Jetty configuration)  on Linux machine
  results in missing key messages instead of all localized strings.
  Running exactly the same JAR with same classpath on Mac OS X works
 normally.
 
  Does anybody have an idea?
 
 
  --
  Ilya Obshadko
 




-- 
Ilya Obshadko


Re: missing key for localized resources on Linux

2009-11-23 Thread Michael Gentry
Even though OS X is Unix-based, the default filesystem shipped by
Apple is case-insensitive.

mrg

On Mon, Nov 23, 2009 at 5:32 AM, Ilya Obshadko ilya.obsha...@gmail.com wrote:
 Thanks, it worked.

 Looks like resource location methods on OS X are case insensitive.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org