You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that PersistentEJBTimerService in ejb-full-container has it's own LogStrings.properties, but the key is in LogStrings.properties in ejb-container
The cause of this is probably some incomplete refactoring.
Unresolved bundle keys make bug hunting impossible (this one is maybe not that case, but in general ...)
I don't know if it can be automatically tested somehow ... any idea?
See also issue #502 ...
The text was updated successfully, but these errors were encountered:
I will do all fixes under #502 because all those bugs somehow depends on each other. The core of the problems is searching of LogStrings.properties file in class LogDomains, using different classloaders, placed in different jar files ... sometimes shared, sometimes they are "zombies" after refactoring ...
I'm trying to resolve all what I see in server.log ...
The reason is that PersistentEJBTimerService in ejb-full-container has it's own LogStrings.properties, but the key is in LogStrings.properties in ejb-container
The cause of this is probably some incomplete refactoring.
Unresolved bundle keys make bug hunting impossible (this one is maybe not that case, but in general ...)
I don't know if it can be automatically tested somehow ... any idea?
See also issue #502 ...
The text was updated successfully, but these errors were encountered: