RE: Cocoon's capacity

2001-12-05 Thread Lai, Harry
To: '[EMAIL PROTECTED]' Subject: RE: Cocoon's capacity Hi Lily, This is actually a limitation in Java, not Cocoon. Basically, you can't have a Java method that's more than 65535 bytes (http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#8 8659). I'm a Cocoon newbie, but I

RE: Cocoon's capacity

2001-12-05 Thread David Rosenstrauch
haven't taken a detailed look at how Cocoon actually compiles xsp docs, but I believe that will solve the problem. Harry -Original Message- From: Lily Zou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: RE: Cocoon's capacity Thanks

RE: Cocoon's capacity

2001-12-04 Thread Lai, Harry
Hi Lily, This is actually a limitation in Java, not Cocoon. Basically, you can't have a Java method that's more than 65535 bytes (http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#8 8659). I'm a Cocoon newbie, but I think there's probably a way to pull some of your code

RE: Cocoon's capacity

2001-12-04 Thread Lily Zou
To: '[EMAIL PROTECTED]' Subject: RE: Cocoon's capacity Hi Lily, This is actually a limitation in Java, not Cocoon. Basically, you can't have a Java method that's more than 65535 bytes (http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#8 8659). I'm a Cocoon newbie, but I