On Mon, Jan 26, 2009 at 1:57 PM, Ashwin Karpe <[email protected]> wrote: > > Hi Liav, > > I have also answered in another thread... > > Why the Lorg/apache/camel/spi/InterceptStrategy ? Could this be a typo... > > I would have expected to see org/apache/camel/spi/InterceptStrategy as the > one that could not load... But since you have all the jars in the path it > should be fine...
This is not a typo, it's the name mangling performed by the JVM and defined by the Java Language Spec: http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#14152 Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/
