Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-08-02 Thread Romain Manni-Bucau
PooledConnection.*class*.getClassLoader(), >> >> Thread.*currentThread* >> ().getContextClassLoader() >> >> ).getConstructor().newInstance(); >> >> >> >> >> >>

Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-30 Thread Romain Manni-Bucau
n.*class*.getClassLoader(), > > Thread.*currentThread* > ().getContextClassLoader() > > ).getConstructor().newInstance(); > > > > > > *Von:* Romain Manni-Bucau > *Gesendet:* Montag, 29. Juli 2019 09:35 > *An:* Tomcat Develop

AW: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-30 Thread Clemens Wyss DEV
cau Gesendet: Montag, 29. Juli 2019 09:35 An: Tomcat Developers List Betreff: Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null Can you give a try on a more recent tomcat version? Seems it works with master version since the tomcat-jdbc mod

Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-29 Thread Romain Manni-Bucau
ed > (driver in the app) IMHO. This would also fix your NPE transitively ;). > > > > > > > > > -- > Von: Romain Manni-Bucau > Gesendet: Donnerstag, 25. Juli 2019 07:30 > An: Tomcat Developers List >

AW: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-28 Thread Clemens Wyss DEV
der( null ) ; th.run() ; Von: Romain Manni-Bucau Gesendet: Donnerstag, 25. Juli 2019 08:06 An: Tomcat Developers List Betreff: Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null Le jeu. 25 juil. 2019 à 07:46, Clemens Wyss DEV mailto:clemens...@mysign

[Bug 63612] PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63612 --- Comment #1 from clemens...@mysign.ch --- Context: Debian GNU/Linux 9 \n \l java version 1.8.0_162 Tomcat 8.5.35 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63612] PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63612 clemens...@mysign.ch changed: What|Removed |Added Severity|normal |critical -- You are receiving

[Bug 63612] New: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63612 Bug ID: 63612 Summary: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null Product: Tomcat Modules Version: unspecified Hardware

Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-25 Thread Romain Manni-Bucau
app) IMHO. This would also fix your NPE transitively ;). > -- > Von: Romain Manni-Bucau > Gesendet: Donnerstag, 25. Juli 2019 07:30 > An: Tomcat Developers List > Betreff: Re: PooledConnection#connectUsingDriver, > Thre

AW: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-24 Thread Clemens Wyss DEV
--- Von: Romain Manni-Bucau Gesendet: Donnerstag, 25. Juli 2019 07:30 An: Tomcat Developers List Betreff: Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null +1, there is no real other option AFAIK until you init at bootstrap the pool (initial

Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-24 Thread Romain Manni-Bucau
; ... 59 common frames omitted > Caused by: java.lang.ClassNotFoundException: Classloader is null > at > org.apache.tomcat.jdbc.pool.ClassLoaderUtil.loadClass(ClassLoaderUtil.java:40) > ... 60 common frames omitted > > According to the code (in PooledConnection# connectUsingDriver) &g

PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-24 Thread Clemens Wyss DEV
ion: Classloader is null at org.apache.tomcat.jdbc.pool.ClassLoaderUtil.loadClass(ClassLoaderUtil.java:40) ... 60 common frames omitted According to the code (in PooledConnection# connectUsingDriver) Thread.currentThread().getContextClassLoader() returns null Googl