On 03.12.2003 05:28, Andrew Savory wrote:

I committed the changes. Note that I haven't verified all the samples
and I was already getting some weird caching errors. Logging in should
now work, I'll see what I can do about the other issues in the  following
days.


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

When does this happen? At compile time there is a mock class, furthermore you have a NoClassDefFoundError, that means as much as the class was there, but is no longer. At Cocoon deploy/start time? This would be really bad. It would be the second block not working by default. Or at runtime? Then it's up to you. The jta.jar is missing. There is also a note in the slide samples.


Joerg



Reply via email to