AW: latest cocoon cvs version

2002-10-21 Thread Sternath Elmar
maybe the problem is that there are blanks in your tomcatinstallation path. -Ursprüngliche Nachricht-Von: Richard Reyes [mailto:[EMAIL PROTECTED]]Gesendet: Montag, 21. Oktober 2002 11:01An: C2 dev; C2 usersBetreff: latest cocoon cvs version Hi Guys, I am using tomcat

SessionTransformer: multiple select

2002-10-21 Thread Alex Romayev
Hello, I have a "multiple" select, which is being submitted by a form, so that my request string looks like: my-action?selectItem=1selectItem=2selectItem=3... Does anyone know how I could retrieve all of the "selectItem" request paramters? I've tried (just to see what happens): session:getxml

simple question about StreamGenerator

2002-10-21 Thread Oskar Casquero
What does the "form-name" parameter mean in the context of the Stream Generator? Oskar

Re: [OT] Microsoft 'Avalon' Framework for Longhorn

2002-10-21 Thread Andrew C. Oliver
now THAT smells like a clear trademark violation... Tony Collen wrote: Heh, found this interesting.. I wonder how many other frameworks out there are named 'Avalon' ;) Tony - Microsoft Chairman Bill Gates has promised for years how Windows will allow consumers to access information

AW: URL Rewriting

2002-10-21 Thread Christoph Stocker
hi! you mean the EncodeURLTransformer? YES - i am a beginner in cocoon. in my opinion, thats the java-file to the class that supports cocoon and i have to use in my action. but my question is how to use in the action? maybe there is a action code example gretings, chris -Ursprüngliche

[OT] Microsoft 'Avalon' Framework for Longhorn

2002-10-21 Thread Tony Collen
Heh, found this interesting.. I wonder how many other frameworks out there are named 'Avalon' ;) Tony - Microsoft Chairman Bill Gates has promised for years how Windows will allow consumers to access information at your fingertips. With Longhorn, the next version of Windows due out in

Re: Build All fails on latest CVS Snapshot

2002-10-21 Thread Antonio Gallardo Rivera
I am happy that I am not alone in this ;) OK, this issue is resolved: 1-Try to download from the CVS and make a new build. 2-make before a build.sh clean before you start. 3-Another recommendation is (thanks to Torsten Curdt):

Adding a violation in xmlforms

2002-10-21 Thread Rob Johnston
Is it possible to do some validation on input (outside the scope of schematron) in the WizardAction class, and if this validation fails, add a new violation so that the xmlform transformer will properly add in xf:violation tags and flow will halt until the violation is cleared up? thanks, rob

Re: 2.1-dev authentication sample doesn't work

2002-10-21 Thread Rob Johnston
I got the same error when using 2.1-dev with Tomcat 4.0.4. The problem disappeared when I upgraded Tomcat to 4.1.12. Some patch applied between Sept 24 and Sept 25th that causes this IllegalStateException. (0924 works with 4.0.4, 0925 doesn't...) Hope this is your problem and it helps, thanks,

Re: Using Slide with Cocoon 2

2002-10-21 Thread Stephan Michels
On Mon, 21 Oct 2002, Jeremy Quinn wrote: On Monday, Oct 21, 2002, at 09:26 Europe/London, Stephan Michels wrote: Thanks for your reply, Stephan. On Thu, 17 Oct 2002, Jeremy Quinn wrote: We will be using Cocoon2 with SQL and XML Files, I would like there to be WebDAV access to

cannot compile

2002-10-21 Thread Charlene Mitchell
Hi guys, I am trying to get Cocoon 2.0.3 to work in the latest JBoss (3.0.3/TomCat4.1.12). I have it as a war file in an ear file (I do not want to run it exploded). Things seem to work okay until I access an XSP file and then I get a page full of classpath related problems - this is weird

Re: Cocoon Resource Not Found Depending On Database Query

2002-10-21 Thread Bobby Mitchell
JD Daniels wrote: Hi All, I have the following Datasource in my xconf file: jdbc name=database_one pool-controller max=10 min=5/ dburljdbc:mysql://host/database_one//dburl useruser/user passwordpass/password /jdbc And This xsp: esql:connection esql:pooldatabase_one/esql:pool

A href in XLS file

2002-10-21 Thread Kazmír, Jaroslav
Hello, I have these structure, which I got from DB using esql:get-xml. LUR xmlns="" ...  PU    UserID5UserID    Email[EMAIL PROTECTED]/Email  /PU /LUR I made an XSL file for format this string, but I have problem with clickable Email. When I used somethink like that, I got

Re: Can't compile the mail component

2002-10-21 Thread Ugo Cei
Kjetil Kjernsmo wrote: Tomcat constructs it's own classpath, as I've understood it, but I've got to make sure that I have the correct classpath when I compile stuff, right? Well, I have set it to echo $CLASSPATH

Re: latest cocoon cvs version

2002-10-21 Thread Richard Reyes
thanks Sternath ill try install them again. but i'm still open for other advise - Original Message - From: Sternath Elmar To: '[EMAIL PROTECTED]' Sent: Monday, October 21, 2002 5:05 PM Subject: AW: latest cocoon cvs version maybe the problem is that

RE: URL Rewriting

2002-10-21 Thread Alex Romayev
Have you looked at EncodeURLTransformer? -Alex -Original Message- From: Christoph Stocker [mailto:chris.stocker;gmx.at] Sent: Mon 10/21/2002 12:13 PM To: [EMAIL PROTECTED] Cc: Subject: URL Rewriting hi all! i use cocoon2.0.2, winxp and weblogic6.0sp2 i use cookies for session

RE: [Fwd: [Juglist] Monday night - Introduction to Cocoon 2.0]

2002-10-21 Thread Ryan Agler
Awesome, right down the street. I'll be there :) -Original Message- From: Andrew C. Oliver [mailto:acoliver;apache.org] Sent: Sunday, October 20, 2002 11:40 PM To: cocoon users; [EMAIL PROTECTED] Cc: poi users Subject: [Fwd: [Juglist] Monday night - Introduction to Cocoon 2.0]

Build All fails on latest CVS Snapshot

2002-10-21 Thread Marc Driftmeyer
Here is the error output: [javac] C:\Java\xml-cocoon2\build\cocoon\blocks\databases\src\org\apache\cocoon\components\language\markup\xsp\EsqlConnection.java:66: org.apache. cocoon.components.language.markup.xsp.EsqlConnection should be declared abstract; it does not define setHoldability(int)

Cocoon Resource Not Found Depending On Database Query

2002-10-21 Thread JD Daniels
Hi All, I have the following Datasource in my xconf file: jdbc name=database_one pool-controller max=10 min=5/ dburljdbc:mysql://host/database_one//dburl useruser/user passwordpass/password /jdbc And This xsp:

RE: Cocoon Resource Not Found Depending On Database Query

2002-10-21 Thread JD Daniels
ARGH Sorry all, I found in my sitemap.log. ServerPagesGenerator: Exception in generate() java.lang.RuntimeException: Error getting clob data: Column 'lid' not found. Inside my rowset.. I had a value for a column that did not exist. It could not find my error2html.xsl. hence the not found

Re: XMLForm having - like cocoon-action-next (Device Independence?)

2002-10-21 Thread apurva zaveri
I have come to a conclusion that either there has to be way to submit an VXML page with field names like cocoon-xmlform-view (Is there any way? I could not find one) like this submit method=get next=wizard? namelist=cocoon-xmlform-view city propertyType rent cocoon-action-next/ (As I mention

Re: Using Slide with Cocoon 2

2002-10-21 Thread Alex McLintock
At 13:00 18/10/02, Jeremy Quinn wrote: I have tried Apache mod-webdav, TomCat WebDAV and Apache Slide, they all work fine with something like Goliath (even iCal!), but not the Finder. Has anyone written a best-practice type article describing how one might use Apache mod-webdav, TomCat WebDAV

Re: AW: FOP in cocoon

2002-10-21 Thread J.Pietschmann
Przybilla, Frank wrote: As you can see I don't work with leaders (maybe defaults are the problem?). The error message [ERROR] Leader doesn't fit into line, it will be clipped to fit. is produced by a fo:leader. There is no such element in your code. If you don't have such an element somewhere

Re: External Graphics in XSL:FO (SVG chart)

2002-10-21 Thread J.Pietschmann
Timothy Larson wrote: My guess is that FOP does not know much about Cocoon, and cannot fetch files from anywhere except the filesystem. No, FOP can use http URLs. Unfortunately, the original message was unparsable for me, but I suspect something is wrong with the pipeline generating the SVG,

XML Forms without JavaBeans

2002-10-21 Thread Alex Romayev
Hello, I've looked through XMLForm documentation, but haven't really read it in detail yet. Quick question before I went off in the wrong direction. I would like to build forms which whould save information to XML files rather than the database. I would also like to use

never gonna make it to a butterfly

2002-10-21 Thread Ray Martin
I came into the Cocoon2 stronghold not just because I was caught in the hype. But, also, because I liked the principles on which Cocoon was founded. The fact that Cocoon is based on Avalon is a good thing. I am a fan of Avalon not only because it has the best written white paper on the subject

SessionTransformer: setting attributes

2002-10-21 Thread Alex Romayev
Hello, I'm using SessionTransformer and would like to set an attribute with the value of a request parameter. I understand, that if I were to set an element I would do something like: itemidsession:getxml context="request" path="/parameter/id"//id/item However, what I would like to do is:

Re: Using Slide with Cocoon 2

2002-10-21 Thread Jeremy Quinn
On Monday, Oct 21, 2002, at 11:57 Europe/London, Stephan Michels wrote: On Mon, 21 Oct 2002, Jeremy Quinn wrote: FYI. The sample web.xml file is out of sync with the current main web.xml, and tries to use WEB-INF/Domain.xml, I believe this should be: /samples/slide/slide.xconf (but then I

urlRewriting

2002-10-21 Thread Christoph Stocker
hi all, i read the documentation and i found out the following-- to use url-rewriting in cocoon, i just turn of the use of cookies for session-handling (i did this in my weblogic.xml) and add the following in my sitemap, where my web-app is called map:transform type=encodeURL/ so my sitemap

RE: SessionTransformer: multiple select

2002-10-21 Thread Alex Romayev
Thanks for the tip Ryan. I'm hoping to stick with SessionTransformer -- I would assume it should be possible, but haven't been able to find the correct usage in documentation. Any other ideas? -Original Message- From: Ryan Agler [mailto:ryanagler;hotmail.com] Sent: Mon 10/21/2002

Re: mod-db example not working.

2002-10-21 Thread Nicholas Hemley
Hi, I also have null values being entered into my DB (MySQL) from a DatabaseAddAction. Here is the sitemap.log extract: Current Sitemap Parameters: LEVEL 4 PARAM: 'row-count' VALUE: '1' PARAM: 'hint_type_request_link.hint_type_id[0]' VALUE: 'null' PARAM: 'hint_type_request_link.request_id[0]'

Re: Using Slide with Cocoon 2

2002-10-21 Thread Jeremy Quinn
On Monday, Oct 21, 2002, at 09:26 Europe/London, Stephan Michels wrote: Thanks for your reply, Stephan. On Thu, 17 Oct 2002, Jeremy Quinn wrote: We will be using Cocoon2 with SQL and XML Files, I would like there to be WebDAV access to the XML files, so they can be edited using an App

Re: cannot compile

2002-10-21 Thread Charlene Mitchell
Hi all, It's a bug! I found the following referred to on the dev list: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13479 So it looks like a Cocoon bug. Charlene --- Charlene Mitchell [EMAIL PROTECTED] wrote: Hi guys, I am trying to get Cocoon 2.0.3 to work in the latest JBoss

RE: simple question about StreamGenerator

2002-10-21 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
Oskar, StreamGenerator is expectingits input as a HTTP POST input. There aretwo scenarios: -For the POST requests with mime type of application/x-www-form-urlencoded the xml data is expected to be associated with the name specified in the sitemap parameter. - For the POST requests with mime

Basic questions about deployment and mount

2002-10-21 Thread Marcel Bariou
Hi everybody I've done the cocoon install with apache integration, with JK and so on ... It's OK it works. I check with the Context/ element than It seem I can place the install zone of Cocoon where I want , not necessary in the Tomcat install, it woks (but is that correct ?). After the

Re: External Graphics in XSL:FO (SVG chart)

2002-10-21 Thread Sreenivasan N.
Is there any possiblity to create pdf which contain dynamic generated images (in my case it is a pie chart) which is part of a pipeline. I hope this question is clear to J.Pietschmann. Here is my code for XSP which is working when serialize as html map:match pattern=xmlsvg.svg

SunShine InsertTransformer fails with JDK1.4

2002-10-21 Thread ROSSEL Olivier
I am currently using SunShine InsertTransformer with C2.0.3 and C2.0.4-dev. It works fine under JDK1.3. And fails with JDK1.4.1 (Xalan exceptions,see below). Anyone ever had such a failure? Note: will the source:insert be backported to C2.0.X ? Here is the exception cut: ---beginning of

2.1-dev authentication sample doesn't work

2002-10-21 Thread Sylvain.Thevoz
Hello everybody, Last thursday I downloaded the last Dev snapshot and try to install it. All work fine except the authentication sample. The error listed below appears. I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0. Any idea? Any suggestions would be greatly appreciated

latest cocoon cvs version

2002-10-21 Thread Richard Reyes
Hi Guys, I am using tomcat (binary ) 4.1.12 and sdk1.3 I have checked out the latest cocoon cvs version. im trying to install it, after building the cocoon with this command build -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes -Dinstall.war="C:\Program Files\Apache Group\Tomcat