Re: Does heartbleeding bug impact on Tomcat 6.x, 7.x and 8.x

2014-04-13 Thread Ognjen Blagojevic
Andre, On 12.4.2014 0:51, André Warnier wrote: Ognjen Blagojevic wrote: On 11.4.2014 10:52, André Warnier wrote: 3) if he has recorded past encrypted traffic to/from your server, and saved this recording, then he can at any time go back and decrypt this past traffic, and pick up anything inter

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Christian
On 13.04.2014 22:02, Konstantin Kolinko wrote: > I do not know, what version of hibernate you are using, but if I look > at 4.3.x sources [1], the following method mentioned in your > stacktrace changes TCCL and thus breaks JNDI: > > org.hibernate.boot.registry. > classloading.internal.ClassLoader

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Konstantin Kolinko
2014-04-13 19:32 GMT+04:00 Christian : >> Is hibernate initialized via a in web.xml, or where? > > I don't know exactly how it is initialized. I use spring annotation > configuration with a > javax.servlet.ServletContainerInitializer but I don't know, if hibernate gets > loaded immediately. > L

When tcnative 1.1.30.dll for windows officially will be released?

2014-04-13 Thread Noam Gold
Hello I would like to know when tcnative 1.1.30 will be released offically?Second, does this version of 1.1.30 of tcnative will be fix the "Heartbleed" Best Regards, Noam Gold

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Christian
> Is hibernate initialized via a in web.xml, or where? I don't know exactly how it is initialized. I use spring annotation configuration with a javax.servlet.ServletContainerInitializer but I don't know, if hibernate gets loaded immediately. Looking at the call stack, it seems that it gets ini

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Konstantin Kolinko
2014-04-13 15:10 GMT+04:00 Christian : > Hi, > > I'm experimenting with java 8, spring data JPA, hibernate and tomcat 8. > Spring Data JPA initializes hibernate on deployment. > > On tomcat 8.0.0-RC10 everything is fine. Using Tomcat 8.0.1 or newer, an > exception is thrown when hibernate tries to

JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Christian
Hi, I'm experimenting with java 8, spring data JPA, hibernate and tomcat 8. Spring Data JPA initializes hibernate on deployment. On tomcat 8.0.0-RC10 everything is fine. Using Tomcat 8.0.1 or newer, an exception is thrown when hibernate tries to fetch the datasource from JNDI: javax.naming.NameN