I recently made some changes to my pom.xml (added hibernatespatial) and have noticed that I can no longer load my page which contains the Autocomplete mixin. Instead I get the following:

Invalid length 112 in LocalVariableTable in class file org/apache/tapestry5/corelib/mixins/Autocomplete
Stack trace

   * java.lang.ClassLoader.defineClass1(Native Method)
   * java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
   * java.lang.ClassLoader.defineClass(ClassLoader.java:616)
   * java.lang.ClassLoader.defineClass(ClassLoader.java:466)
   * javassist.Loader.findClass(Loader.java:379)
   * 
org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl$PackageAwareLoader.findClass(ComponentInstantiatorSourceImpl.java:94)

   * ...

I'm pretty sure the tapestry jars were not re-downloaded and shouldn't have changed.

What in hell could cause this??!!

thanks, p.

Reply via email to