comaptibilily: cocoon 1 vs. cocoon 2

2001-06-28 Thread Thorsten Mauch
Hi All We made a project in cocoon 1 and we consider now to upgrade to cocoon 2. Does the xsp pages from coocon 1 are compatible the cocoon 2 ? Thanx Thorsten - Please check that your question has not already been answered in

AW: I18nTransformer2 seeks null.xml

2001-07-04 Thread Thorsten Mauch
- Von: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 4. Juli 2001 11:45 An: Thorsten Mauch Cc: [EMAIL PROTECTED] Betreff: Re: I18nTransformer2 seeks null.xml Hi! This can be a problem with the substitution params of your matcher pipeline? Somewhere here: map:generate type

forms in coocon2, is SchemoX dead ?

2001-07-16 Thread Thorsten Mauch
Hi All Does anyone knows a MVC framework for from processing in cocoon2 ? I downloaded the CVS from SchemoX , but the last change was in January. So it my impression is that SchemoX is dead. Is this correct ? Are there other projetcs related to Form processing ? Thanx Thorsten

AW: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread Thorsten Mauch
(and desperately) looking for simple and effective mechanism to describe forms in xml and have someother component deal with preparing form and handling the validation stuff...Hope that arrives soon... --- Thorsten Mauch [EMAIL PROTECTED] wrote: Hi All Does anyone knows a MVC

Howto access javax.servlet.http.HttpServletRequest

2002-01-29 Thread Thorsten Mauch
Hi All I try to integate Chiba with Cocoon. Unfornatunaly the XMLRequest class from Chiba use the javax.servlet.http.HttpServletRequest as parameter. Is it possible to access the HttpServletRequest dircetly from a cocoon action ? Thanx Thorsten

Could not read resource file

2002-02-06 Thread Thorsten Mauch
Hi All I upgraded from cocoon 2 rc1 to version 2.01. with rc1 everything was ok, but now i get: type fatal message Could not read resource file:/C:/tomcat/webapps/cocoon/chiba/buglet.xml description org.apache.cocoon.ProcessingException: Could not read resource

AW: Could not read resource file

2002-02-07 Thread Thorsten Mauch
XFormTrans() { } protected Document transform(Document doc) { return doc; } } with this transformer the error occur, with xslt transformer it don't -Ursprüngliche Nachricht- Von: Thorsten Mauch [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 7. Februar 2002 02:14 An: '[EMAIL

can't extend AbstractDOMTransformer, was Could not read resource file

2002-02-07 Thread Thorsten Mauch
Hi all You may seen my previous messages. Now I can explain my exact environment. Under win2000 I installed a new version from Tomcat 4.01 and Cocoon 2.0.1 jdk1.3.1 I wrote a simple Transformer that extends AbstractDOMTransformer: public class XFormTrans extends AbstractDOMTransformer {

can't extend AbstractDOMTransformer, aditional info

2002-02-07 Thread Thorsten Mauch
) at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:127) at org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:144) at org.apache.cocoon.Cocoon.process(Cocoon.java:582) -Ursprüngliche Nachricht- Von: Thorsten Mauch [mailto:[EMAIL PROTECTED]] Gesendet

Selector problem

2002-02-08 Thread Thorsten Mauch
Hi All without the seelctor everything works well, but with the parameterselector in my pipeline get the following error: java.lang.RuntimeException: Stylesheet directed termination at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3174) at

AW: Cocoon, XForms, ExFormula,, Struts, etc

2002-02-13 Thread Thorsten Mauch
Hi we are working on a integeration from cocoon chiba and castor-xml http://sourceforge.net/projects/chiba/ we like to use castor to perform the data exchange automaticly. Beside this we wrote some basic actions to handle Xforms request. I hope that you will see a basic version of that in the

JBoss-3.0.3_Tomcat-4.1.12 with cocoon 2.1

2002-10-06 Thread Thorsten Mauch
Hi All I try to setup my cocoon Application to work inside the Jboss-tomcat. I changed from crimson/jaxp to xerces. I also copy some of the jars form cocoon/WEB-INF/lib to /server/default/deploy to avoid classnotfound exceptions. Currently i can run the cocoon and i see the documentaion. But i

Error with Portal and Jboss

2002-11-14 Thread Thorsten Mauch
Hi All I use teh lastest cocoon from CVS with Jboss 3.0.4 bundled with tomcat 4.1.12. When is log on in the portal sample i receive an error: java.lang.IllegalStateException at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:252) at

AW: Error with Portal and Jboss

2002-11-14 Thread Thorsten Mauch
as a endorsement: my OS is win200, JDK 1.4_02 and i compiled cocoon with build -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true webapp also i reviwd all logfiles, but i can't find any error -Ursprüngliche Nachricht- Von: Thorsten Mauch [mailto:mauch;imkenberg.de] Gesendet

Cocoon 2.1 DEV with Jboss 3.0.4/Jboss WEB (jetty) Redirection Problem

2002-11-14 Thread Thorsten Mauch
Hi No i try to run cocoon with Jboss Web witch is jetty. When i type: http://127.0.0.1:8080/cocoon then I get HTTP ERROR: 404 /documents/index Not Found RequestURI=/documents/index becuase it redirects to http://127.0.0.1:8080/documents/index while:

Best Practice of caching XML

2002-11-16 Thread Thorsten Mauch
Hi All In my cocoon application i have a productdescription stored as a xml string. After i query the database i want do store this description is a cache. In terms of performance what is the recommended way do that. Store the string or as Dom docment ? what is the fastest way to