• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Arabic resource bundle NOT loaded in WAS 7

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I want to load the Arabic resource bundle in a Servlet and it is deployed in webSphere 7. Code is



resourceBundle object is EMPTY. no exception is raised.
Resourcebundle files name are
ApplicationResources_ar.properties
ApplicationResources_en.properties
ApplicationResources_iw.properties
etc
But for other languages like en, iw, ru, ja, hi... working fine.

I have seen that WAS 7 is using jdk6. Is it a problem for that. but I tried with standlalone java file , it is working fine.

Please help .

thanks
Abhijit
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic