-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message catalog key not transformed: using.default.ds #23873
Comments
@dmatej as that was your original work back then, would you like to look at this again? |
I was able to narrow down the problem. |
Ok, it is in my list in GF too :) |
I was able to reproduce this by extending domain.xml of the default domain1:
@dmatej Can you create the symptoms in the same way? |
I remember it was depending on the classloader and when Sun+Oracle started refactoring for GF3, they sometimes forgot to move the line, sometimes they did not notice that resources depend on the CL used, so once it works, when using app CL, it doesn't. |
…o detect missing bundles
- created IIOPImplLogFacade - some missing keys were found in logs, some were found in sources - CULoggerInfo contained commented out code - some keys were used on other places
- just message keys I have seen in logs, tested manually
…dles - for some unknown reason tests fail when we use standard of JDK8+ for setting a resource bundle to a logger. I couldn't find the exact cause of the failure (invalid tx state) now, but I will get back to it later after jta/jps refactoring and also with new logging it should be easier. That is why I added the FIXME here - and also to prevent me or someone else breaking it again.
Environment Details
Problem Description
This message appears in my server.log:
A more meaningful text like this is expected:
RAR8068: Using default datasource : {0} for pool : {1}
This issue was fixed for Payara. Glassfish could have this fix, too.
payara/Payara#502
Steps to reproduce
Not sure. I guess using a jdbc resource adapter can trigger this.
Impact of Issue
This issue does not to hurt functionality, but animates developers to waste time on useless investigation.
The text was updated successfully, but these errors were encountered: