Re: javaflow exception

2005-07-05 Thread Ben Anderson
Turns out that was my problem as well. Weird. Thanks for the tip. On 7/5/05, Steinar Jonsson <[EMAIL PROTECTED]> wrote: > Hi, > > I've just struggled with something similar. In my case it seemed to be > related to lines in my code such as: > > SomeClass someObject = null; > > Rewriting all su

Re: javaflow exception

2005-07-05 Thread Steinar Jonsson
Hi, I've just struggled with something similar. In my case it seemed to be related to lines in my code such as: SomeClass someObject = null; Rewriting all such lines got rid of the exception. I haven't yet figured out why this should be a problem, but suspect it has to do with the magic Coc

Re: javaflow exception

2005-07-05 Thread Irv Salisbury
What is the name of the flow function you are calling? Also, make sure the JDK version you compiled cocoon with matches the JDK you are using to run and compile your classes with. Irv On 7/5/05, Ben Anderson <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to do my first javaflow, but getting this

javaflow exception

2005-07-05 Thread Ben Anderson
Hi, I'm trying to do my first javaflow, but getting this exception. It doesn't make much sense to me. I've got this in my sitemap: and this is from my class: public class MyFlow extends AbstractContinuable { public void doUndecodable() { $ discovering methods on com.dotech.cocoon