]
James Perkins commented on WFLY-9431:
-------------------------------------
A test will need to be written in WildFly as deployments are processed differently in
WildFly Core.
Write a test to ensure a library in an EAR uses the correct log
context
-----------------------------------------------------------------------
Key: WFLY-9431
URL:
https://issues.jboss.org/browse/WFLY-9431
Project: WildFly
Issue Type: Task
Components: Logging, Test Suite
Reporter: James Perkins
Assignee: James Perkins
Attachments: 01933631-new.tar.gz, logging-profile.zip
Two ear files are deployed on EAP instance and both are configured to use different
logging profile through EAR/META-INF/MANIFEST.MF file.
WAR file from EAR uses some libraries those are present in the "lib" folder of
each ear file. Application1.ear which logs in app1.log and Application2.ear which logs in
app2.log.
when we access application we can see logging from EAR1 into EAR2 log file .