Re: ESQL XSP Language Exception

2005-08-15 Thread Dennis Riedel
Hello Carlos. That`s it! Yes. I put all logic parts between the svg / element. Now it works. Thank you very much! Conclusion: -There must be a root non-xsp non-esql element wrapping all other stuff -Also all xsp logic parts must be within this root element Regards, Dennis Carlos Chávez

Transformer to wrap server connection with keeping context

2005-08-15 Thread Jürgen Hofmann
Dear cocoon experts, I want to create a WebApp, which wraps a server. The WebApp provides the user interface and implements the application logic. The server communication takes place via a proprietary protocol over TCP/IP. The server basically receives commands and variables and returns

[GT2005] REPOST: GetTogether 2005 Call For Participation - deadline in less than 3 weeks

2005-08-15 Thread Arje Cahn
Cocoon GetTogether 2005 October 5,6,7th, Amsterdam, The Netherlands. http://www.cocoongt.org. DEADLINE for proposal : Friday September 2th, 2005 Proposals should be sent to: info at cocoongt.org In 7 weeks

Re: XSP and JSF custom components

2005-08-15 Thread Markus Bussemer
Hello Galpi, [EMAIL PROTECTED] wrote: I tried to follow the example of a tag part of the standard JSF component : taglib class=org.apache.cocoon.components.ExtendedComponentSelector logger=sitemap.taglib.jsf.html name=http://java.sun.com/jsf/html; (...) tag

Re: Transformer to wrap server connection with keeping context

2005-08-15 Thread Jorg Heymans
Jürgen Hofmann wrote: The server communication takes place via a proprietary protocol over TCP/IP. The server basically receives commands and variables and returns variables and messages. The somehow tricky part is, that the server is not context free, so I have to keep some context on my

Re: Transformer to wrap server connection with keeping context

2005-08-15 Thread Jürgen Hofmann
Jorg, Thanks a lot. I have been known to (ab)use cocoon for similar things in my early cocoon days ;-) With your experience: would you still do this kind of things with cocoon or follow a completely different approach? I'm rather impressed by the power and architecture of cocoon, and I

Re: Transformer to wrap server connection with keeping context

2005-08-15 Thread Jorg Heymans
Jürgen Hofmann wrote: With your experience: would you still do this kind of things with cocoon or follow a completely different approach? To be honest, probably not. I used cocoon as an application hub, connecting different remote services together through the pipeline architecture. I'm

java out of memory with OBJECT/quicktime movie

2005-08-15 Thread Johannes Schaefer
Hi! I get an out-of-memory error for movies above a certain size (around 10MB): 15:18:41.906 WARN!! Error for .../movs/madagascar.mov java.lang.OutOfMemoryError: Java heap space Smaller movies don't make problems. How can I increase the heap size for Cocoon? If it is caching: Can I turn

Re: java out of memory with OBJECT/quicktime movie

2005-08-15 Thread Johannes Schaefer
Johannes Schaefer schrieb: Hi! I get an out-of-memory error for movies above a certain size (around 10MB): 15:18:41.906 WARN!! Error for .../movs/madagascar.mov java.lang.OutOfMemoryError: Java heap space OK, here's steps 1 to 3 to solve this problem 1. set parameter name=heapsize

Re: java out of memory with OBJECT/quicktime movie

2005-08-15 Thread Antonio Gallardo
Johannes Schaefer wrote: Johannes Schaefer schrieb: Hi! I get an out-of-memory error for movies above a certain size (around 10MB): 15:18:41.906 WARN!! Error for .../movs/madagascar.mov java.lang.OutOfMemoryError: Java heap space OK, here's steps 1 to 3 to solve this problem 1.

Re: java out of memory with OBJECT/quicktime movie

2005-08-15 Thread Tony Collen
Johannes Schaefer wrote: Hi! I get an out-of-memory error for movies above a certain size (around 10MB): 15:18:41.906 WARN!! Error for .../movs/madagascar.mov java.lang.OutOfMemoryError: Java heap space Smaller movies don't make problems. How can I increase the heap size for Cocoon? If

XSP Issue

2005-08-15 Thread Berin Loritsch
XSP is not recognizing sitemap parameters like JXTL is. The call to parameters.getParameter(mrn, ) should return a result when that parameter is set in the sitemap. The corresponding call with JXTL works well, but not in the XSP. Its as if the paremeters is cleared all the time.

Re: java out of memory with OBJECT/quicktime movie

2005-08-15 Thread Johannes Schaefer
Antonio Gallardo schrieb: Johannes Schaefer wrote: Johannes Schaefer schrieb: Hi! I get an out-of-memory error for movies above a certain size (around 10MB): 15:18:41.906 WARN!! Error for .../movs/madagascar.mov java.lang.OutOfMemoryError: Java heap space OK, here's steps

Re: java out of memory with OBJECT/quicktime movie

2005-08-15 Thread Johannes Schaefer
Tony Collen schrieb: Johannes Schaefer wrote: Hi! I get an out-of-memory error for movies above a certain size (around 10MB): 15:18:41.906 WARN!! Error for .../movs/madagascar.mov java.lang.OutOfMemoryError: Java heap space Smaller movies don't make problems. How can I increase

extra-classpath paranoid wacky fun

2005-08-15 Thread Nick Hess
I'm a new user to Cocoon, but I've been working with it for several weeks now and am generally delighted. However, I've run across an issue that I cannot overcome. I cannot get my classes to load. I was happily developing away when I was told that I would not be allowed mix my classes and

Re: extra-classpath paranoid wacky fun

2005-08-15 Thread Upayavira
Nick Hess wrote: I'm a new user to Cocoon, but I've been working with it for several weeks now and am generally delighted. However, I've run across an issue that I cannot overcome. I cannot get my classes to load. I was happily developing away when I was told that I would not be allowed mix