[jboss-user] [Beginners Corner] - Re: ResourceBundle in SessionBean?

2007-05-03 Thread Durnox
Hi all, sorry for the post - it works now. I've no idea what went wrong the first time. Just put the .properties file into the root of the jar. greetings, Karsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042789#4042789 Reply to the post : http://www

[jboss-user] [Beginners Corner] - ResourceBundle in SessionBean?

2007-05-03 Thread 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 ...".