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
stephan@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From stephan@apache.org 2004-06-03 12:49 -------
The problem is that Im mixing instrumented and uninstrumented classes.
And it seems that if you have different types of classes coming from the
same source file, then you will get an IllegalAccessError.
And have now added an option to declare whole package paths as Continuable.
<component-instance name="java"
class="org.apache.cocoon.components.flow.java.JavaInterpreter">
<inlcude class="org.apache.cocoon.components.flow.java.test.*"/>
</component-instance>
I havn't fully tested it, so, would be fine if you tell me if it works.
|