baiheqiang / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Make memcached-session-manager work with Tomcat 7.x #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure memcached-session-manager to be used with Tomcat 7.x

What is the expected output? What do you see instead?

Expected: Should work normally

Result:

Jan 19, 2011 1:11:25 PM org.apache.tomcat.util.digester.Digester startElement
SEVERE: Begin event threw error
java.lang.VerifyError: class 
de.javakaffee.web.msm.MemcachedBackupSessionManager overrides final method 
init.()V
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
[...]

What version of the product are you using? On what operating system?

Tomcat 7.9.6 on CentOS Linux x86_64

Please provide any additional information below.

Original issue reported on code.google.com by ile...@gmail.com on 19 Jan 2011 at 6:13

GoogleCodeExporter commented 8 years ago
I assume you're referring to Tomcat 7.0.6.

There's already a tomcat7 branch existing. I just built against released tomcat 
7.0.6 and made some minor adaptions, so that all tests are green again.

I uploaded a jar to
  http://dl.dropbox.com/u/1439289/memcached-session-manager-1.4.0-tc7-SNAPSHOT.jar

Other jars can be used as linked on SetupAndConfiguration.

The tomcat7 build will be part of the next release which I'm going to push out 
the next weeks.

Original comment by martin.grotzke on 20 Jan 2011 at 8:45

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 27 Jan 2011 at 10:36

GoogleCodeExporter commented 8 years ago
Released with 1.4.0 as package memcached-session-manager-tc7

Original comment by martin.grotzke on 28 Jan 2011 at 7:27