Sam
Andrew Savory wrote:
It seems cocoon no longer runs with the recent slide changes (at least, that's the only thing I can pinpoint as being different in my cvs update). I get the following exception. The only thing in cocoon using javax.transaction appears to be slide. I'll keep digging and try and find out the cause, but if someone wants to get there before me, feel free ;-)
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at Loader.invokeMain(Unknown Source)
at Loader.run(Unknown Source)
at Loader.main(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: javax/transaction/UserTransaction
at java.lang.ClassLoader.defineClass0(Native Method)
--- snip ---