• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

loading issue for message.propeprty file

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when i load the propert file using

ResourceBundle myResources = ResourceBundle.getBundle("validationMessage",Locale.getDefault(),this.getClass().getClassLoader());

code its give below excpetion

"Can't find bundle for base name com.ge.comfin.fleet.maintenance.idm.resource.validationMessage, locale en_US "


my property file location are : com/ge/comfin/fleet/maintenance/idm/resource/validationMessage

Waiting for repaly
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Patel,
Welcome to Javaranch!. :-)
Please note that we have dedicated forum for each kind of questions, like servlets, jboss, spring, webserivces and so on.
I believe, your question didnt fall under web services.
Please have a look http://www.javaranch.com and post your question in appropriate section so that you will get answered fast.

Regards
Balaji
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic