this is the exception I got in weblogic
is this message enough? can someone tell me why?
Thx a lot..
Loading spring config files.....
Type: Posts; User: yaocl; Keyword(s):
this is the exception I got in weblogic
is this message enough? can someone tell me why?
Thx a lot..
Loading spring config files.....
For some reason, we have to pack out beans-config files in jar files.
We use these codes to initial ApplicationContext
String[] configLocations = {"classpath*:tw/**/bean/bean-config-*.xml"};...