[JBoss-user] Accessing a ResourceBundle from a MDB

2003-08-14 Thread Brian McSweeney
Hi all,   I’m deploying my app on JBoss 3.2.1_tomcat-4.1.24 I’m deploying an ear which contains a war which uses Struts as the web controller. The back end uses ejbs in an ejb-jar file.   I’m using a resource bundle properties file successfully in my struts actions to internation

Re: [JBoss-user] Accessing a ResourceBundle from a MDB

2003-08-14 Thread Sheldon Hearn
On (2003/08/13 11:09), Brian McSweeney wrote: > I'm using a resource bundle properties file successfully in > my struts actions to internationalize the app. [...] > However I also need to load the resource bundle from the > back end. When I try to load the resource bundle from a > Message Dri

RE: [JBoss-user] Accessing a ResourceBundle from a MDB

2003-08-14 Thread Brian McSweeney
Thanks Scott, That worked. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: 14 August 2003 13:09 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Accessing a ResourceBundle from a MDB Typically WEB-INF/classes is not visable

Re: [JBoss-user] Accessing a ResourceBundle from a MDB

2003-08-14 Thread Scott M Stark
Typically WEB-INF/classes is not visable outside of the associated war. Move the common resources to the mdb jar or a common jar referenced by the ear -- Scott Stark Chief Technology Officer JBoss Group, LLC Brian McSweeney wrote: Hi all, I’m

RE: [JBoss-user] Accessing a ResourceBundle from a MDB

2003-08-14 Thread Brian McSweeney
Thanks Sheldon, That makes things a lot clearer for me. Appreciate it loads, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sheldon Hearn Sent: 14 August 2003 09:11 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Accessing a ResourceBundle from a