Open maxveit opened 4 years ago
I did another test and found that if you add e.g. a war file, to the dropins folder, after the server has started, it's being picked up nevertheless. However, if that war file is in the dropins folder already during server start, it does not get loaded.
Example server.xml:
Context: Neither "test.rar" nor "test.war" exist. Logs:
Obervation: A warning is issued, that the
resourceAdapter
cannot be found:[INFO] [WARNING ] J2CA7014W: The resource adapter mq could not be installed as it could not be found at location test.rar.
However, no warning is issued, that thewebApplication
test.war
cannot be found. Expected behavior: A warning should be displayed, that thewebApplication
test.war
cannot be found.Further findings / observations:
resourceAdapter
exists, the warning that the application cannot be found / loaded, is only issued after the resourceAdapter is successfully loaded (in my test case after 2-3s).resourceAdapter
spec is removed, the warning that the application cannot be found is issued as expected.