Skip to content
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

Driver not working under JBoss Log Manager / Quarkus #265

Open
otgerrogla opened this issue Jun 12, 2024 · 1 comment
Open

Driver not working under JBoss Log Manager / Quarkus #265

otgerrogla opened this issue Jun 12, 2024 · 1 comment

Comments

@otgerrogla
Copy link

When using JBoss Log Manager as the log manager (which for instance is used by the Quarkus framework), when trying to connect the driver throws a SQLException caused by the call here to Logger.setParent .

This happens because the JBoss Logger implementation for some reason doesn't support setParent and unconditionally throws a SecurityException. But this prevents using the JDBC driver in Quarkus applications, so it would nice if it could be patched to support it, even if just try-catching the setParent call and silently ignoring this error.

Thanks

@nbagnard
Copy link
Collaborator

Thank you for reporting this issue. We created a ticket on our side to track this and will look into it.

Cheers,
Natacha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants