Jakkaro Jakkaro
2005-01-12 11:39:09 UTC
I ve created an enterprise archive file ( APP.ear ) which contains all EJB's and WAR's etc.
I also put in my APP.ear's manifest.mf file some application specific information (such as app-name=app-value).
I wonder now how can my EJB's, WAR's, code... read this values?
Shall I care about weblogic classloaders? is there any standard way? I want to keep my APP.ear 'clean' from absolut pathes and stuff that limit its portability.
APP.ear
+-- META-INF/manifest.mf
+-- OtherJAR.jar (code here wants to read manifest above)
Thanks for your time.
I also put in my APP.ear's manifest.mf file some application specific information (such as app-name=app-value).
I wonder now how can my EJB's, WAR's, code... read this values?
Shall I care about weblogic classloaders? is there any standard way? I want to keep my APP.ear 'clean' from absolut pathes and stuff that limit its portability.
APP.ear
+-- META-INF/manifest.mf
+-- OtherJAR.jar (code here wants to read manifest above)
Thanks for your time.