You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/01/20 13:28:47 UTC

[GitHub] [activemq-artemis] ehsavoie opened a new pull request #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.

ehsavoie opened a new pull request #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.
URL: https://github.com/apache/activemq-artemis/pull/2948
 
 
   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.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] ehsavoie closed pull request #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.

Posted by GitBox <gi...@apache.org>.
ehsavoie closed pull request #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.
URL: 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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] ehsavoie commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.

Posted by GitBox <gi...@apache.org>.
ehsavoie commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.
URL: https://github.com/apache/activemq-artemis/pull/2948#issuecomment-589087976
 
 
   Superseded by https://github.com/apache/activemq-artemis/pull/2987

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] ehsavoie commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.

Posted by GitBox <gi...@apache.org>.
ehsavoie commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.
URL: https://github.com/apache/activemq-artemis/pull/2948#issuecomment-576779218
 
 
   Sorry this is just a WIP

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] clebertsuconic commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.

Posted by GitBox <gi...@apache.org>.
clebertsuconic commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.
URL: https://github.com/apache/activemq-artemis/pull/2948#issuecomment-576783345
 
 
   ah.. ok.. thanks

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] clebertsuconic commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.

Posted by GitBox <gi...@apache.org>.
clebertsuconic commented on issue #2948: Fixing Postgresql JDBC store when the driver is not directly accessible or when using a connection pool.
URL: https://github.com/apache/activemq-artemis/pull/2948#issuecomment-576700314
 
 
   I - JIRA
   II - test
   III - explain?
   
   I know it's not possible to simulate Wildfly within our testsuite. (well.. perhaps it is, I don't know if it's feasible)
   
   
   But at least it would be possible to add a test on the new class you added, so we wouldn't break the integration you're working on now.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services