[drools-user] ClassNotFound on deserialization of a package: [Lorg.drools.rule.Declaration;

2006-11-28 Thread Raffael Herzog
Hi, I'm trying to deserialized cached packages from disk. And I'm getting the following exception when deserializing: Caused by: java.lang.ClassNotFoundException: [Lorg.drools.rule.Declaration; at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at

Re: [drools-user] ClassNotFound on deserialization of a package: [Lorg.drools.rule.Declaration;

2006-11-28 Thread Raffael Herzog
Edson Tirelli schrieb: Assuming it is not a classpath problem, Well, no ClassLoader should ever be asked to load an array class ... ;) How could a classpath problem cause this? It might actually be one (see below). I don't know what is happening by your stack trace. Can you provide

Re: [drools-user] ClassNotFound on deserialization of a package: [Lorg.drools.rule.Declaration;

2006-11-29 Thread Raffael Herzog
Raffael Herzog schrieb: Edson Tirelli schrieb: My guess is that it is complaying about the Declaration class and not the array. No, the declaration class loads OK. The ClassLoader is actually asked to load [Lorg.drools.rule.Declaration;, which it obviously can't. I've found