Re: How to do a JNDI look up in a different thread

2016-07-31 Thread Mark Thomas
> classes referred in the .hbm files. Any idea to solve this? > > RegardsDinesh From: Mark Thomas Sent: ‎29-‎07-‎2016 16:19 To: Tomcat > Users List Subject: Re: How to do a JNDI look up in a different > thread > > On 29/07/2016 11:41, Khandelwal, Dinesh wrote: >> >>

How to do a JNDI look up in a different thread

2016-07-29 Thread dineshk
der to wep application class loader my JNDI look-up works but I get class not found exception for my Entity classes referred in the .hbm files. Any idea to solve this? RegardsDinesh  From: Mark Thomas Sent: ‎29-‎07-‎2016 16:19 To: Tomcat Users List Subject: Re: How to do a JNDI look up in a different

Re: How to do a JNDI look up in a different thread

2016-07-29 Thread Mark Thomas
On 29/07/2016 11:41, Khandelwal, Dinesh wrote: > > Hi, > > As part of my project , we maintain multiple Hibernate session factories and > as building these session factories take lot of time which causes server to > take more time in start-up , we are creating these session factories in > diff

How to do a JNDI look up in a different thread

2016-07-29 Thread Khandelwal, Dinesh
Hi, As part of my project , we maintain multiple Hibernate session factories and as building these session factories take lot of time which causes server to take more time in start-up , we are creating these session factories in different threads Each thread creating one factory but when t