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 internationalize the app.

The resource bundle properties file is in the folder war file

in the folder:

 

/WEB-INF/classes

 

All the struts actions are here too.

 

However I also need to load the resource bundle from the

back end. When I try to load the resource bundle from a

Message Driven Bean it can’t find the file.

 

Now the class files for the back end in the ear are in the

appname-ejb.jar file. I had hoped that if they were packaged

together in the one ear than, maybe they’d be able to see all

the classes, but perhaps not.

 

So should I just copy the resource bundle file into the ejb.jar file

So that my session beans and message driven beans can see

the properties file?

 

Thanks for any responses,

Regards,

Brian

Reply via email to