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-06-01 09:36 ------- >From the TODO.txt file: - The classloader seems to have problems with inner classes, because the the inner classes is not transformed by the ContinuationClassLoader, which caused a LinkageError. Temporary solution is to implement Continuable for the inner class. This can be fixed, if another selection was found to determine which classes must be transformed, instead of implementing Continuable. Maybe some wildcard statement, like transform all "mycasses.*". Using a marker inferface also doesn't work if you use third party libraries. I don't know. Maybe you have an idea.
