Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Martin Grotzke
Hi, I just got pinged by Reinwald (we're already on contact via email) regarding this issue. I created the memcached-session-manager ( http://code.google.com/p/memcached-session-manager/ ) for which Reinwald is trying to create a custom serializer/transcoder (memcached-session-manager, msm,

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Reinwald Warapen
On 1/20/2011 4:23 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 1/19/2011 2:27 PM, Reinwald Warapen wrote: On 1/20/2011 12:47 AM, Mark Thomas wrote: On 19/01/2011 19:17, Reinwald Warapen wrote: I am writing a serializer/deserializer functionality

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Reinwald Warapen
On 1/20/2011 2:54 PM, Martin Grotzke wrote: Hi, I just got pinged by Reinwald (we're already on contact via email) regarding this issue. I created the memcached-session-manager ( http://code.google.com/p/memcached-session-manager/ ) for which Reinwald is trying to create a custom

RE: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Caldarale, Charles R
From: Reinwald Warapen [mailto:reinwal...@directi.com] Subject: Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib. After reading the docs I figured that one work around would be to define my web-app/lib in the common class loader

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Martin Grotzke
On Thu, Jan 20, 2011 at 2:24 PM, Reinwald Warapen reinwal...@directi.comwrote: @Martin :Actually I was trying to write my own Session Manager since i wanted to store the session into mysql. The issue was when deserializing Tomcat could not find the classes since the objects stored in the

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Reinwald Warapen
On 1/20/2011 8:03 PM, Caldarale, Charles R wrote: From: Reinwald Warapen [mailto:reinwal...@directi.com] Subject: Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib. After reading the docs I figured that one work around would be to define

RE: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Caldarale, Charles R
From: Reinwald Warapen [mailto:reinwal...@directi.com] Subject: Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib. Then how do you suggest going about it? Exactly as others have suggested. For example:

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Reinwald Warapen
On 1/20/2011 8:20 PM, Martin Grotzke wrote: On Thu, Jan 20, 2011 at 2:24 PM, Reinwald Warapenreinwal...@directi.comwrote: @Martin :Actually I was trying to write my own Session Manager since i wanted to store the session into mysql. The issue was when deserializing Tomcat could not find the

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-20 Thread Mark Thomas
On 20/01/2011 14:55, Reinwald Warapen wrote: On 1/20/2011 8:03 PM, Caldarale, Charles R wrote: From: Reinwald Warapen [mailto:reinwal...@directi.com] Subject: Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib. After reading the docs I

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-19 Thread Mark Thomas
On 19/01/2011 19:17, Reinwald Warapen wrote: I am writing a serializer/deserializer functionality (used in my custom session manager that extends ManagerBase). When deserializing I get loads of java.lang.ClassNotFoundException: exceptions. All the classes for which the exceptions are thrown

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-19 Thread Reinwald Warapen
On 1/20/2011 12:47 AM, Mark Thomas wrote: On 19/01/2011 19:17, Reinwald Warapen wrote: I am writing a serializer/deserializer functionality (used in my custom session manager that extends ManagerBase). When deserializing I get loads of java.lang.ClassNotFoundException: exceptions. All the

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-19 Thread Mark Thomas
On 19/01/2011 19:27, Reinwald Warapen wrote: On 1/20/2011 12:47 AM, Mark Thomas wrote: On 19/01/2011 19:17, Reinwald Warapen wrote: I am writing a serializer/deserializer functionality (used in my custom session manager that extends ManagerBase). When deserializing I get loads of

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-19 Thread Pid
On 1/19/11 7:27 PM, Reinwald Warapen wrote: On 1/20/2011 12:47 AM, Mark Thomas wrote: On 19/01/2011 19:17, Reinwald Warapen wrote: I am writing a serializer/deserializer functionality (used in my custom session manager that extends ManagerBase). When deserializing I get loads of

Re: Why cant the the classes (in the jars) places in Tomcat/lib see the classes from the webapp/WEB-INF/lib.

2011-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 1/19/2011 2:27 PM, Reinwald Warapen wrote: On 1/20/2011 12:47 AM, Mark Thomas wrote: On 19/01/2011 19:17, Reinwald Warapen wrote: I am writing a serializer/deserializer functionality (used in my custom session manager that extends