DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29308>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29308

issue with javaflow continuations





------- Additional Comments From [EMAIL PROTECTED]  2004-05-31 18:28 -------
The error it gives when fooinner is inner class is 

*** start flow
start of flow
*** return from flow
*** resume flow
old a=1.0
a=2.3
end of flow

java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at org.apache.cocoon.components.flow.java.test.FlowTest.testSimple
(FlowTest.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at com.intellij.rt.execution.junit2.JUnitStarter.main(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at com.intellij.rt.execution.application.AppMain.main(Unknown Source)
Caused by: java.lang.LinkageError: loader constraints violated when linking 
org/apache/cocoon/components/flow/java/test/SimpleFlow class
        at org.apache.cocoon.components.flow.java.test.SimpleFlow.foo
(SimpleFlow.java:42)
        at org.apache.cocoon.components.flow.java.test.SimpleFlow.run
(SimpleFlow.java:46)
        ... 28 more

Reply via email to