PDA

View Full Version : Multiple BlazeDS/LCDS Web projects sharing same EAR lib(flex-messaging-core.jar, etc)



a3ris
Feb 27th, 2009, 04:33 PM
Hi,

I have the requirement of having multiple flex projects in the same EAR file. All the shared jars are packaged under EAR/EarContent/lib and shared across all the Web modules.

The issue I am having is that for some reason the flex runtime instances (like the logging) seem to be shared between all modules. For example when flex project 1 is logging, flex project 2 is logging the same information.

If anyone has any solutions, please help :(

kannanMugundan
Aug 11th, 2009, 03:02 AM
Please provide more information. Do you mean that wep app1 and app2 logs are logged in single file instead of separate log file ?