Re: version problem in AbstractGenerator class

2002-11-29 Thread Joerg Heinicke
The class was compiled by another version of the JVM than the actual runtime JVM. Especially JDK version 1.3.x vs. 1.4.x. Joerg Andreas Hefti wrote: hello all, I try to write my own Generator for Cocoon to get XML source from a EJB. first I try to write a simle sample to find out how it works

version problem in AbstractGenerator class

2002-11-27 Thread Andreas Hefti
hello all, I try to write my own Generator for Cocoon to get XML source from a EJB. first I try to write a simle sample to find out how it works. I found a sample in a how to. I wrote the following simple Generator: - p