Out of the box it throws the same exception. Caused by: java.lang.ClassNotFoundException: caught an exception while obtaining a class file for org.apache.tapestry5.corelib.components.Loop$1 at javassist.Loader.findClass(Loader.java:359) at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl$PackageAwareLoader.findClass(ComponentInstantiatorSourceImpl.java:94) at javassist.Loader.loadClass(Loader.java:311) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) ... 76 more Caused by: javassist.NotFoundException: org.apache.tapestry5.corelib.components.Loop$1 at javassist.ClassPool.get(ClassPool.java:436) at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl.onLoad(ComponentInstantiatorSourceImpl.java:197) at javassist.Loader.findClass(Loader.java:340) ... 80 more
If somebody has a solution for that it would be much appreciated. 2009/8/12 Alex Kotchnev <akoch...@gmail.com> > Christian, > can you jot down a few instructions on getting this done ? Is this the > T5.1 out of SVN ? Or is this just following the instructions that someone > (maybe you) posted a few weeks ago ? > > Also, do you know if this runs properly on the local dev server ? There > is an issue w/ 5.0 and the local dev server (something about not finding > the > $Loop component if there is an error), I'd be curious to know if this app > runs there. > > I'm working on a 5.0 app in gae (http://zadachite-dev.appspot.com/) but > it would certainly be nice to move it to 5.1. > > Cheers, > > Alex K > > On Tue, Aug 11, 2009 at 7:29 PM, Marcus Veloso <mveloso.j...@gmail.com > >wrote: > > > Nice work, Christian! > > >