1 Reply Latest reply on May 3, 2007 7:24 AM by durnox

    ResourceBundle in SessionBean?

    durnox

      Hi all,

      im rather new to J2EE and want to implement (at first) a session bean (stateful) that needs to call a 3rd-Party framework.

      This framework uses ResourceBundle.getBundle(...) to read some property-Files. At this point I get an error "Can't find bundle for base name xyz.properties ...".

      I've tried to put this file into the root of my .jar, then META-INF, then WEB-INF(/classes) (although i dont have anything to do with web).

      Nothing works :(

      Can somebody help me? Where do I have to put this .properties file?

      greetings,
      Karsten