Re: Any news from Orion yet??

2001-01-16 Thread Luke Gorrie
"Mike Sick" [EMAIL PROTECTED] writes: As developers, I'm sure everyone has slipped a deadline at least once :) Never! ;-)

Re: classloader problem

2000-02-08 Thread Luke Gorrie
Hi Robert, I'd get TunnelServlet out of the global classpath, and into a different namespace that includes everything that it wants to accept serialised objects for. If you need access from more namespaces, just have a different copy of TunnelServlet for each namespace - Classes are cheap.