My application configures one global resource file for all application:

MyWebApplication.java
MyWebApplication.properties

That's work fine for production code. But when I use MockWebApplication.java
to test component or page, the component can't find global resource anymore...

I guess that it's because the component seeks MockWebApplication.properites
for global resource, which is not exist. If so, is there any way to configure
MockWebApplication.java to refer MyWebApplication.properties ?

--
Ingram Chen
Java [EMAIL PROTECTED]
Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen

Reply via email to