RE: weblogic 8.1

2003-09-29 Thread Ralph Goers
I believe that because you changed from cocoon to cocoon/welcome that you need to use cocoon/welcome/samples. However, I haven't run the sample website under Weblogic 8.1 in a long time. Ralph > -Original Message- > From: Pablo Aravena [mailto:[EMAIL PROTECTED] > Sent: Monday, September 2

Re: Sitemap Component for XML Validation?

2003-09-29 Thread Steve Schwarz
Hi, I know this isn't what you asked... In my scenario I only validate uploads of XML docs (very small percentage of site's use). My site's "contract" is that any files existent on the server are valid to the schema. For me it was easiest to create an action that basically invokes Xerces dom.ASB

Re: The Problem of Cocoon sample webapp

2003-09-29 Thread Joerg Heinicke
Sorry for the inconvenience, it was my fault. Some weeks ago I applied a patch for fixing the formula handling, but have not adapted the date sample. It seems that I have not checked the samples at this time. Now the samples do work for me again. It's in the CVS if you can't wait. Otherwise the

Re: XMLForms, configurable actions, and SOAP service

2003-09-29 Thread Joerg Heinicke
Oleg Dulin wrote: Hi, Joerg : first the bad news: XMLForms is deprecated. The good news: The recommended form framework for Cocoon is Woody. I never have used it until now, but it seems to be much more sophisticated. Are there any plans to develop an XForms (as in W3C) and Schematron complia

Re: Are IXSIL and Cocoon compatibles?

2003-09-29 Thread Joerg Heinicke
Josep Riudavets wrote: I have placed some posts about Cocoon and the usage of IXSIL libraries. After many weeks of work, I'm thinking that Cocoon and IXSIL are not compatibles ... Anybody can corroborate this affirmation? How should they be incompatible? It's Java. The problem is nobody has in

Re: XMLForms, configurable actions, and SOAP service

2003-09-29 Thread Oleg Dulin
Hi, Joerg : first the bad news: XMLForms is deprecated. The good news: The recommended form framework for Cocoon is Woody. I never have used it until now, but it seems to be much more sophisticated. Are there any plans to develop an XForms (as in W3C) and Schematron compliant framework ? Reg

Re: AW: AW: ImageReader not working?

2003-09-29 Thread Joerg Heinicke
Mustafa Ali, Halgurt wrote: Hi, Possibly, I am not sure. I have another question, can use (mime-type="image/bmp") for bmp formatted images? You can read and output any type of resource and set the mime-type accordingly. The imagereader is only for the specific need of resizing images or simila

Re: aggregate problem

2003-09-29 Thread Joerg Heinicke
Rui Alberto L. Gonçalves wrote: Thanks Joerg!! it's not the difference between CUSTUMISE and CUSTOMISE... Don't know what's the problem here, but I "solved" adding a stylesheet in the pipeline that prints back the result of the aggregation! Then it's probably the SAX event problem, but I don't kno

Re: weblogic 8.1

2003-09-29 Thread Pablo Aravena
Hi Ralph These are the steps I followed: 1-I downloaded cocoon 2.1 2-I edit root sitemap.xmap file and changed to 3-I build cocoon typing build.bat 4-I copied the build/webapp (it was changed to cocoon) to my applications directory 5-After that I went to http://localhost:7001/cocoon/welcome

RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
It´s running right now, but I don´t rember to have changed anything special. The principal problem I have It´s when I tried to send and receive soap envelopes, because I don´t know what to send in the header of the http. I only know that I have to send the content type. Thanks very much! -Me

Re: ReadDOMSessionTransformer inserts XML prolog ?

2003-09-29 Thread Joerg Heinicke
Can you file a bug at http://nagoya.apache.org/bugzilla/ please? Thanks, Joerg dave rogers wrote: Hi, Im seeing the ReadDomSessionTransformser insert the xml prolog as well as the contents of my session dom in cocoon 2.1.1. Is there a work around for this? I saw a patch for this posted in 200

Re: [HELP]Element or attribute do not match QName production: QName::=(NCName':')?NCName - problems with default namespace in xsp / xscript.

2003-09-29 Thread Joerg Heinicke
Can you file a bug at http://nagoya.apache.org/bugzilla/ please? Thanks, Joerg Alex Rudnev wrote: Hi Joerg, I would interpret it as a message about an invalid QName for an element. When you point out the usage of the default namespace am I correct that it works using a namespace prefix. T

RE: Need Session Help!

2003-09-29 Thread Tim Olson
> What about binding the session on an IP address? As I wrote the last > time I don't like cookies (security problem if somebody does > not logout > explicitely). For link rewriting you have the problem above. > So why not > testing server side if the login for a specific session was > done u

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
Wermus Fernando wrote: If I replace the stream generator with the file generator, the client runs ok. The error is "recource not found" when I test with the javascript client & the browser. I can´t make up any idea why it´s not running it. I need to make a soup service with cocoon & a java

Re: Forms + XUL

2003-09-29 Thread Joerg Heinicke
Tony Collen wrote: Sylvain Wallez wrote: I also added yesterday server-side event handling features, and the ability for a widget to trigger form submit. Checkout the carselector sample (updated a few minutes ago) that demonstrates this, and also the number panel in the "Various" page. It cer

Re: cocoon-reload working

2003-09-29 Thread Geoff Howard
I-Lin Kuo wrote: Using 2.0.4 ques 1: What does cocoon-reload=true actually do? Chap 6 of Langham-Ziegler says that it forces a reload cocoon.xconf, but what effect does it have on web.xml or sessions? Hmmm. I don't think it will affect web.xml reloading or sessions. Just as your book says, th

cocoon-reload working

2003-09-29 Thread I-Lin Kuo
Using 2.0.4 ques 1: What does cocoon-reload=true actually do? Chap 6 of Langham-Ziegler says that it forces a reload cocoon.xconf, but what effect does it have on web.xml or sessions? ques 2: I have allow-reload yes and used http://myDomain:8080/cocoon?cocoon-reload=true but

Are IXSIL and Cocoon compatibles?

2003-09-29 Thread Josep Riudavets
I have placed some posts about Cocoon and the usage of IXSIL libraries.   After many weeks of work, I'm thinking that Cocoon and IXSIL are not compatibles ...   Anybody can corroborate this affirmation?

RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
If I replace the stream generator with the file generator, the client runs ok. The error is "recource not found" when I test with the javascript client & the browser. I can´t make up any idea why it´s not running it. I need to make a soup service with cocoon & a javascript client. -

RE: weblogic 8.1

2003-09-29 Thread Ralph Goers
I have Cocoon 2.1 running in Weblogic 8.1 with no problems. Are you sure Cocoon is deployed in your weblogic server? > -Original Message- > From: Pablo Aravena [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 3:55 PM > To: [EMAIL PROTECTED] > Subject: weblogic 8.1 > > > Hi C

Re: Forms + XUL

2003-09-29 Thread Tony Collen
Sylvain Wallez wrote: You should check out the Woody samples ("Various" and "Flowscript" pages) in the latest CVS : it includes tabbed forms, switching panels with a popup to select the panel, etc. It's based on some high-level grouping tags that automatically produce the needed HTML, CSS and

Re: [xsp] Why this does not work ?

2003-09-29 Thread Sylvain Wallez
Lionel Crine wrote: I found a thread that helped me : I wrote : String id = (String); String modifid = UtilsFunction.getInstance().generateID(id, System.currentTimeMillis()); modifid instead of : > > String id = (String);String modifid = > UtilsFunction.getInsta

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
Try replacing the stream generator with a file generator, and see if you can get a file back. Then try accessing the URL from a browser. What error do you get. Regards, Upayavira Wermus Fernando wrote: Yep Upayavira. I´m sorry , I 've made a cut & paste, I 'll give you the correct code. I'm in

RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
Yep Upayavira. I´m sorry , I 've made a cut & paste, I 'll give you the correct code. I'm in a hurry with this code, if anyone knows something function enviar(){ var x

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
Wermus, You're posting to http://127.0.0.1:8080/cocoon-soap/test But your matcher matched xmlservice2. You need to have a matcher to match the URL you post to, e.g. pattern="cocoon-soap/test" or maybe just pattern="test", depending upon your setup. Regards, Upayavira Wermus Fernando wrote:

a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
              map:match>     Hi!     I have this pipeline that it´s like a repeater. I wanna to get the

Re: Cocoon + IXSIL

2003-09-29 Thread Antonio Gallardo
Can be this the sources of your problems? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20308 Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon + IXSIL

2003-09-29 Thread Josep Riudavets
> What about $Tomcat/commons/endorsed? Yes, I have placed xalan, xerces and xml-apis there, too. But I have detected a strage detail: when I put IXSIL_1_1_0_Evaluation.jar into /j2sdk/jre/lib/ext, Cocoon fails. It seems that there's a conflict between IXSIL libraries and other Java libraries. Coc

AW: AW: ImageReader not working?

2003-09-29 Thread Mustafa Ali, Halgurt
Hi, Possibly, I am not sure. I have another question, can use (mime-type="image/bmp") for bmp formatted images? Thanks, Halgurt -Ursprüngliche Nachricht- Von: Upayavira [mailto:[EMAIL PROTECTED] Gesendet: Montag, 29. September 2003 09:22 An: [EMAIL PROTECTED] Betreff: Re: AW: ImageRead

Re: Sitemap Component for XML Validation?

2003-09-29 Thread Stephanie Zohner
Thanks for the link, Reinhard, seems that there is a need for such a component in the comunity, but are there already implementations around? Stephanie - Original Message - From: "Reinhard Poetz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 2:59 PM Subject:

RE: Sitemap Component for XML Validation?

2003-09-29 Thread Reinhard Poetz
From: Stephanie Zohner > Hi, > > I would like to validate (with an XML Schema) a SAX Stream in > the sitemap before it is processed in the next sitemap > component. Does anybody know of a component (Transformer) > that can validate an XML Stream against a specified XML > Schema? AFAIK there

Re: [xsp] Why this does not work ?

2003-09-29 Thread Lionel Crine
Yes, that's no influence. Only the place of the tag returns an error. At 08:51 29/09/2003 -0400, you wrote: Geoff Howard wrote: Lionel Crine wrote: ... I have this error message : "modifid cannot be resolved" --> Why ? Because attributes have to be set up before the start of the element they a

Re: [xsp] Why this does not work ?

2003-09-29 Thread Lionel Crine
I found a thread that helped me : I wrote : String id = (String); String modifid = UtilsFunction.getInstance().generateID(id, System.currentTimeMillis()); modifid instead of : > > String id = (String);String modifid = > UtilsFunction.getInstance().generateID(id,

Re: Strange Perfomance Effect with Cocoon

2003-09-29 Thread Christoph Gaffga
I checked the perfomance, when I run the code inside the action as an servlet outside of cocoon. It was slow as the action was. So my issue might be off-topic, I try it on the tomcat mailing list. Regards Christoph "Geoff Howard" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED]

Re: [xsp] Why this does not work ?

2003-09-29 Thread Geoff Howard
Geoff Howard wrote: Lionel Crine wrote: ... I have this error message : "modifid cannot be resolved" --> Why ? Because attributes have to be set up before the start of the element they are attached to. Look at the java file your xsp is converted to under your servlet containers work directory -

Re: [xsp] Why this does not work ?

2003-09-29 Thread Geoff Howard
Lionel Crine wrote: http://apache.org/xsp"; xmlns:xsp-cookie="http://apache.org/xsp/cookie/2.0"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; xmlns:util="http://apache.org/xsp/util/2.0"; create-session="false"> com._4d.utils.Ut

[xsp] Why this does not work ?

2003-09-29 Thread Lionel Crine
http://apache.org/xsp"; xmlns:xsp-cookie="http://apache.org/xsp/cookie/2.0"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; xmlns:util="http://apache.org/xsp/util/2.0"; create-session="false"> com._4d.utils.UtilsFunction Str

AW: XSLTC opposite Xalan

2003-09-29 Thread Jin . Xu
HI; Peter, many thanks for your tip! Best regards! Jin > Hello Jin, > > You can try to use STX (Streaming Transformations for XML) instead of > XSLT to improve transformation performace for large documents. > You can find the java implementation of STX at > http://joost.sourceforge.net/. > Apa

Re: Cocoon + IXSIL

2003-09-29 Thread Antonio Gallardo
Josep Riudavets dijo: >> Try to put the IXSIL libraries into WEB-INF/lib? > > It's the first thing I tried !!! > > Do you know if Cocoon recognizes jars placed under /j2sdk/jre/lib/ext ? > I have placed IAIK jars there, and OK ... but when I place there IXSIL, > wrong !!! What about $Tomcat/common

Sitemap Component for XML Validation?

2003-09-29 Thread Stephanie Zohner
Hi, I would like to validate (with an XML Schema) a SAX Stream in the sitemap before it is processed in the next sitemap component. Does anybody know of a component (Transformer) that can validate an XML Stream against a specified XML Schema? Or do I have to implement it myself. Has anybody alread

Re: Cocoon + IXSIL

2003-09-29 Thread Josep Riudavets
> Try to put the IXSIL libraries into WEB-INF/lib? It's the first thing I tried !!! Do you know if Cocoon recognizes jars placed under /j2sdk/jre/lib/ext ? I have placed IAIK jars there, and OK ... but when I place there IXSIL, wrong !!! - Original Message - From: "Antonio Gallardo" <[

Re: Cocoon + IXSIL

2003-09-29 Thread Antonio Gallardo
Josep Riudavets dijo: > Ok, new versions of xalan, xerces and xml-apis ara now at > /tomcat/common/endorsed. And I have also placed them into > /j2sdk/jre/lib/ext/endorsed Try to put the IXSIL libraries into WEB-INF/lib? Best Regards, Antonio Gallardo

Re: Strange Perfomance Effect with Cocoon

2003-09-29 Thread Christoph Gaffga
> > i have a strange effect when I run code inside of cocoon, it seems to > > slowdown more then 10 times!! :( > > I call the main-method from my test class the command line. > > - The method does lookup an Entity EJB on JBoss server. > > - Get a Property from the Bean > > - Serialize the Bean usin

Re: aggregate problem

2003-09-29 Thread Rui Alberto L.
Thanks Joerg!! it's not the difference between CUSTUMISE and CUSTOMISE... Don't know what's the problem here, but I "solved" adding a stylesheet in the pipeline that prints back the result of the aggregation! . filter.xsl: * http://www.w3.org/1999/XSL/Tran

Re: Cocoon + IXSIL

2003-09-29 Thread Josep Riudavets
Ok, new versions of xalan, xerces and xml-apis ara now at /tomcat/common/endorsed. And I have also placed them into /j2sdk/jre/lib/ext/endorsed But my problem is that Cocoon does not recognize IXSIL libraries !! I add next line: iaik.ixsil.core.* iaik.ixsil.algorithms.* iaik.ixsil.init.* iaik

Re: Cocoon + IXSIL

2003-09-29 Thread Antonio Gallardo
Josep Riudavets dijo: > I have removed next lines > > > > from my XSP page, because I'm using Cocoon 2.1. > > And this is the pipeline that I use to generate the page : > > > > > > > > > > > I think the problem resides in IXSIL libraries. These libraries are used > in order to implement XM

Re: Cocoon + IXSIL

2003-09-29 Thread Josep Riudavets
I have removed next lines from my XSP page, because I'm using Cocoon 2.1.   And this is the pipeline that I use to generate the page :       I think the problem resides in IXSIL libraries. These libraries are used in order to implement XML-dSig stardard.   When I created my class,

Re: AW: ImageReader not working?

2003-09-29 Thread Upayavira
Mustafa Ali, Halgurt wrote: Thank you I solved it, it was stupid from me, I don't know how I wrote such a pipeline, here is the correct pipeline: You should really do: So you're just using the normal reader, not the image reader. The image reader is intended specifically for resi

Re: lenya

2003-09-29 Thread Wise Team
You could find information here :) http://cocoon.apache.org/lenya/installation/index.html Stéphanie Eduardo Basilio Santilli wrote: Someone knows how to use cocoon-lenya? how to build, install and use it? thanks eduardo - To un

AW: ImageReader not working?

2003-09-29 Thread Mustafa Ali, Halgurt
Thank you I solved it, it was stupid from me, I don't know how I wrote such a pipeline, here is the correct pipeline: mailto:[EMAIL PROTECTED] Gesendet: Freitag, 26. September 2003 16:35 An: [EMAIL PROTECTED] Betreff: Re: ImageReader not working? Mustafa Ali, Halgurt wrote: > H

AW: ImageReader not working?

2003-09-29 Thread Mustafa Ali, Halgurt
Hi, I generated a page with some images, I defined the source attribute of the image element relativly to my sitemap directory, but they havn't been represented, so I thought I have to define a Pipeline for the Images and I did this below: mailto:[EMAIL PROTECTED] Gesendet: Freitag,

RE: Flowscript problem?

2003-09-29 Thread Francis Vermeulen
Chris, this is the Cocoon documentation page I was referring too: http://localhost:/docs/userdocs/advanced/flow/how-does-it-work.html I hope you will agree that the wording suggests that local variables are NOT shared by continuations. And too me that would seem more logical too, because the