ehsavoie opened a new pull request #2987: [ARTEMIS-2626]: Postgresql Journal 
implementation requires the jdbc driver to be in the same classloader
URL: https://github.com/apache/activemq-artemis/pull/2987
 
 
   * Fixing Postgresql JDBC store when the driver is not directly accessible or 
when using a connection pool.
   The postgresql dedicated code in Artemis suppose that the connection is a 
'direct' connection from the driver. This may not always be the case and thus 
the connection needs to be unwrapped and if a different classloader is used 
then use reflection to use it.
   
   Jira: https://issues.apache.org/jira/browse/ARTEMIS-2626
   
   Supersedes https://github.com/apache/activemq-artemis/pull/2948

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to