Re: [HELP]XSL to PDF graphics

2003-06-16 Thread J.Pietschmann
Michael Plumb wrote: I am attempting to convert An XSL:FO and XML file to a PDF output. I can currently get the text to work just fine. But I am unable to get the graphics I have within my XSL file to convert over as well. I am left with a PDF page of Text with holes where the graphics should

RE: [HELP]Exception in ServerPagesGenerator.generate() - Oracle+Cocoon

2003-06-05 Thread Geoff Howard
- Look in the cocoon logs in WEB-INF\logs for messages regarding your datasource during startup. Also check the tomcat logs. - Send the snippets of web.xml and cocoon.xconf that you edited here. - Where did you put the oracle driver jar? What is it called? - How did you get your version of

Re: [HELP]Exception in ServerPagesGenerator.generate()

2003-06-04 Thread Antonio Gallardo
Thorsten Bökenkamp dijo: Description:org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Error loading driver: oracle.jdbc.driver.OracleDriver Was kann ich tun ??? ??? I dont understand, but I guess you are asking, why? Well

Re: [HELP]The processing instruction target matching [xX][mM][lL]is not allowed.

2003-06-03 Thread Joerg Heinicke
Hmm, how does the prolog of your XML file look like? What's the Cocoon version and the used Xerces version? Joerg Paul Tinzoh wrote: hello, I Paul Fonkeng. I'm using cocoon version 2 on a windows 2000 SP3 platform. I just thought of sending the whoole xsp-file with this mail, perhaps you

RE: [HELP]The processing instruction target matching [xX][mM][lL] is not allowed.

2003-06-03 Thread Conal Tuohy
Hi Paul I bet you have some white space in the file before the xml declaration. The xml declaration ?xml version=1.0 etc.?must be the FIRST thing - i.e. the must be the FIRST character in the file. Cheers Con -Original Message- From: Paul Tinzoh [mailto:[EMAIL PROTECTED] Sent:

RE: [HELP]Premature end of file.

2003-06-02 Thread Carmona Perez, David
First of all, look at the logs that Cocoon generates!. Probably an exception has been thrown. David -Mensaje original- De: ravi gaddam [mailto:[EMAIL PROTECTED] Enviado el: viernes, 30 de mayo de 2003 19:40 Para: [EMAIL PROTECTED] Asunto: [HELP]Premature end

Re: !HELP! Cocoon global errors !HELP!

2003-02-06 Thread SAXESS - Hussayn Dabbous
If you look into the logs and search for the FIRST occurence of a stack trace, you see this message: org.apache.cocoon.ResourceNotFoundException: The element type content must be terminated by the matching end-tag /content.: org.xml.sax.SAXParseException: The element type content must be

Re: help with presentation wanted

2003-02-06 Thread Steven Noels
Argyn wrote: Thank you, all for suggestions! I forgot to mention the event I'm preparing to speak at. It's egovos.org on March in Washington, DC. If someone's planning to attend let's have a drink :) for the curious amongst us: http://www.egovos.org/march-2003/cfp-review.cgi?id=5 /Steven --

RE: !HELP! Cocoon global errors !HELP!

2003-02-05 Thread Maxime.Gheysen
Hi, Sorry, I have just receive a mailer-deamon message that my mail failed. So are the complete logs. -Original Message- Hello everybody, I've installed Cocoon and developed a bit with it. I didn't change anything special in cocoon, but now I get following error on all my pages :

Re: !HELP! Cocoon global errors !HELP!

2003-02-04 Thread Stephan Michels
On Tue, 4 Feb 2003 [EMAIL PROTECTED] wrote: Hello everybody, I've installed Cocoon and developed a bit with it. I didn't change anything special in cocoon, but now I get following error on all my pages : HTTP Status 404 - typeStatus report message descriptionThe requested resource () is

RE: help with presentation wanted

2003-02-04 Thread Argyn
Thank you, all for suggestions! I forgot to mention the event I'm preparing to speak at. It's egovos.org on March in Washington, DC. If someone's planning to attend let's have a drink :) cheera, Argyn - Please check that your

RE: help with presentation wanted

2003-02-03 Thread Luca Morandini
-Original Message- From: Argyn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:26 AM To: [EMAIL PROTECTED] Subject: help with presentation wanted might I suggest to touch the subjects of re-usability and information hiding ? If you have a pipeline producing an XML

Re: help with presentation wanted

2003-02-03 Thread Steven Noels
Argyn wrote: I'm preparing a presentation/speech on Cocoon. The audience is IT pros and managers. I tend to talk about technical aspects of Cocoon projects when speaking to strangers :), but this time, the main focus must be the features/functionality. Dunnow if it helps, but also take a look

Re: [HELP]indent can not be multiply defined at the same import level!Old value = no; New value = yes

2003-01-06 Thread Joerg Heinicke
Hello Ruedi, indent is one of the attributes in xsl:output/. And the error message points to this position in different (imported or included) stylesheets. But though I don't know, in which way you can cause the error. In general xsl:output/ is ignored in Cocoon and the values are taken from

RE: [HELP]indent can not be multiply defined at the same import level! Old value = no; New value = yes

2003-01-06 Thread Hunsberger, Peter
Title: Message I'd guess that you have an "include" in one of your XSLTs andthat you have the "indent" attribute set to "no" in the base, and "yes" in the included stylesheet. It's not a Cocoon problem, but the parser chokes on it... Description:org.apache.cocoon.ProcessingException:

Re: Help with action-sets and sitemap parameters

2002-12-29 Thread Antonio Gallardo
Hi Tiago: Please, check this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Antonio Gallardo. Tiago Dias dijo: Hi there, I'm using and action-set to do some processing based on request parameters before I generate the XML for the Pipeline. I use 2 actions in this set to get

Re: Help with esql:more-results

2002-12-26 Thread Antonio Gallardo
Hi: I was checking the code behind esql. I think the problem is related to the new LIMT OFFSET in the Query: If we set the limit of returned rows the database will return in the recordset only the numbers of rows that we requested with the LIMIT keyword. That means that we cannot know if there

RE: [HELP]Exception in ServerPagesGenerator.generate()

2002-12-11 Thread Geoff Howard
You need to have the driver in /cocoon/WEB-INF/lib, declared in web.xml under classes to load at runtime, and you need to set up the datasource in cocoon.xconf. Sounds like you got step one wrong. See: http://outerthought.net/wiki/Wiki.jsp?page=SpecificDatabaseConnection Geoff Howard

Re: [HELP]Exception in ServerPagesGenerator.generate()

2002-12-10 Thread Antonio Gallardo
What Database are you using? Antonio Gallardo Lars Müller dijo: Description:org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not get the datasource org.apache.avalon.excalibur.datasource.NoValidConnectionException: No

Re: [Help] Session manager errors.

2002-12-03 Thread Antonio Gallardo
Hi. I have another question. I changed all the headers of the inside XSP pages from: xmlns:xsp-session=http://apache.org/xsp/session/2.0; to: xmlns:xsp-session=http://apache.org/xsp/session/2.0; create-session=false Can this help? Thanks in advance, Antonio Gallardo. Antonio Gallardo

Re: [Help] Session manager errors.

2002-12-03 Thread Antonio Gallardo
Another question: This issue can be generated by a bad release of some components? xmlns:xsp-session=http://apache.org/xsp/session/2.0; create-session=false I am using the xsp-session:getxml tag, but I am suspecting that this tag is not working good. Here the original code:

Re: Help with sitemap.xmap on 2.1 Dev - Driving me Crazy

2002-10-18 Thread Jeremy Quinn
On Friday, Oct 18, 2002, at 18:19 Europe/London, aps olute wrote: I have compiled the cvs 2.1 dev version several times as one had suggested, some of the samples work some not. Specifically I wanted to run the Sample Forms - Form Validation, however the sitemap seems to be not right, it is not

Re: Help wanted: Cocoon documentation tracks!

2002-10-15 Thread Gabriele Domenichini
Alle 15:31, lunedì 14 ottobre 2002, Bertrand Delacretaz ha scritto: added sql track. comments are welcome (cross-posted to -dev and -user, we need you too!) IMHO adding tracks to the Cocoon documentation could make it much more useful, by providing several reading lists targeted to the

Re: help me!!

2002-10-07 Thread Mauro Daniel Ardolino
Can you see the cocoon presentation page?: http://localhost:port/cocoon On Sat, 5 Oct 2002, Collado T Luis E wrote: Hi, how are you?, I have a problem: I am trying to installing cocoon1.8.2 with tomcat3.3a, using http://xml.apache.org/cocoon1/install.html installation notes. Tomcat is

Re: help me!!

2002-10-07 Thread Collado T Luis E
Yes, i can see that page: It has a folder named samples/ A question: do you speak spanish?if your answer is afirmative we can talk spanish. On Mon, 7 Oct 2002, Mauro Daniel Ardolino wrote: Can you see the cocoon presentation page?: http://localhost:port/cocoon On Sat, 5 Oct 2002,

Re: help on rolling my own XSL

2002-10-01 Thread Jerry Fowler
Thank you, Giacomo, this was, indeed, missing from my logicsheet. My extraction from the esql logicsheet original was too hasty and incomplete. I'm flying now. Thanks to all for your forebearance, Jerry Giacomo Pati wrote: Do you have a copy-over template in your logicsheet like:

Re: help on rolling my own XSL

2002-09-30 Thread Giacomo Pati
Do you have a copy-over template in your logicsheet like: xsl:template match=@*|*|text()|processing-instruction() xsl:copy xsl:apply-templates select=@*|*|text()|processing-instruction()/ /xsl:copy /xsl:template Giacomo On Mon, 30 Sep 2002, Jerry Fowler wrote: Gentlefolk:

Re: Help: multiple descriptor files for mod-db

2002-09-25 Thread Bobby Mitchell
Christian Haul wrote: Bobby Mitchell wrote: I'm trying to use multiple descriptor files for mod-db actions. Any other messages above this one? Like could not find table set or something? None. I found the problem in the database.xml files. I did not close key when I added another

Re: Help: multiple descriptor files for mod-db

2002-09-24 Thread Christian Haul
Bobby Mitchell wrote: I'm trying to use multiple descriptor files for mod-db actions. 72 map:action name=mod-db-sel-email-pw 73 src=org.apache.cocoon.acting.modular.DatabaseSelectAction 74 descriptordb1.xml/descriptor 75

Re: [HELP]Failed to execute pipeline.

2002-09-22 Thread Vadim Gritsenko
Braun wrote: I downloaded Cocoon 2.1 from CVS. I'am using Tomcat4 with Debian Linux 3.0 and J2sdk1.3. When I tried to start the XMLForms-Example I got the following message: Description:org.apache.cocoon.ProcessingException: Failed to execute pipeline.:

Re: Help, please

2002-08-21 Thread Barbara Post
from a previous post I read I guess it is a memory problem ? when do you get this ? - Original Message - From: KOZLOV Roman [EMAIL PROTECTED] To: Cocoon users mail list [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 4:49 PM Subject: Help, please Please, help. Anybody knows what

RE: [HELP]Language Exception

2002-08-03 Thread Vadim Gritsenko
From: c [mailto:[EMAIL PROTECTED]] Description:org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Could not load class for program 'org\apache\cocoon\www\mysample3\greeting_xsp' due to a java.lang.ClassNotFoundException:

RE: [HELP] How Can I do ?

2002-07-10 Thread TREGAN Fabien
Look for a thread whom subject is Help on Sitemap wich started in march 2002. note for diana : Should this Question be considered as Frequently Asked ? ? -Message d'origine- De: illo [mailto:[EMAIL PROTECTED]] Date: mardi 9 juillet 2002 16:22 À: [EMAIL PROTECTED] Objet: [HELP] How Can I

Re: [HELP] How Can I do ?

2002-07-10 Thread Diana Shannon
On Wednesday, July 10, 2002, at 02:34 AM, TREGAN Fabien wrote: Look for a thread whom subject is Help on Sitemap wich started in march 2002. note for diana : Should this Question be considered as Frequently Asked ? ? I'll make sure it's added, Fabien. Thanks for flagging it. It would

RE: [HELP] How Can I do ?

2002-07-10 Thread TREGAN Fabien
I'll make sure it's added, Fabien. Thanks for flagging it. It would be wonderful to have a library of sitemap/pipeline snippets, to give users ideas how to accomplish almost anything. But we can only build such a library one snippet at a time. And it takes contributions from all kinds of

Re: [HELP] How Can I do ?

2002-07-10 Thread Harry J. Foxwell
I'll make sure it's added, Fabien. Thanks for flagging it. It would be wonderful to have a library of sitemap/pipeline snippets, to give users ideas how to accomplish almost anything. some kind of flow chart that allows you to select what kind of task you're trying to accomplish and then

Re: [HELP] How Can I do ?

2002-07-09 Thread Matteo Di Giovinazzo
use the selector: org.apache.cocoon.selection.RequestParameterSelector This should works: map:pipeline map:match pattern=/test.xml map:generate src={1}/ map:select type=request-parameter map:parameter name=parameter-name value=style/ map:when test=test.xsl

Re: [HELP] How Can I do ?

2002-07-09 Thread Joerg Heinicke
I think, that's not the best way. Why not doing it in the same way as a few hours ago posted: http://www.mail-archive.com/cocoon-users@xml.apache.org/msg15068.html. Regards, Joerg Matteo Di Giovinazzo wrote: use the selector: org.apache.cocoon.selection.RequestParameterSelector This

RE: [HELP]

2002-06-29 Thread Vadim Gritsenko
From: Mellado, Rafael [mailto:[EMAIL PROTECTED]] I got the following exception in my sitemap I have the following: map:generator name=xsp src=org.apache.cocoon.generation.ServerPagesGenerator/ and map:match pattern=tutorial/*.xml map:generate type=xsp src=tutorial/{1}.xsp/

RE: [HELP]I can't find org.apache.cocoon.Roles class

2002-06-23 Thread Vadim Gritsenko
dbSelector = (ComponentSelector) manager.lookup(DataSourceComponent.ROLE + Selector); Vadim -Original Message- From: Vladimir Ershov [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 8:37 AM To: [EMAIL PROTECTED] Subject: [HELP]I can't find org.apache.cocoon.Roles class In one

Re: Help on displaying both image and content in one output

2002-06-21 Thread Bert Van Kets
At 23:49 20/06/2002 +0200, you wrote: Sreenivasan N. wrote: hi all I would like to display my output with a image and content. Basically i would like to give user output with a chart using svg2jpg serializer and html output using an XSP taking data from database. Is it possible in cocoon..?

Re: Help on displaying both image and content in one output

2002-06-20 Thread Nicola Ken Barozzi
Sreenivasan N. wrote: hi all I would like to display my output with a image and content. Basically i would like to give user output with a chart using svg2jpg serializer and html output using an XSP taking data from database. Is it possible in cocoon..? Can anyone help me in this Look

Re: [HELP TO FIX BUG] XMLForm # 9567

2002-06-13 Thread Frank Ridderbusch
On Sat, 8 Jun 2002 14:15:17 -0500 Ivelin Ivanov [EMAIL PROTECTED] wrote: Frank Ridderbusch submitted a bug on XMLForm Saxon. Any brave souls willing to work with Frank on this one? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9567 It appears, that this no simple one. I'm

RE: Help with install in WebSphere

2002-06-11 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Has anyone installed 2.0.2 successfully on WebSphere? Yes, see instructions on the web site. ... request-uri /cocoon/servlet/org.apache.cocoon.servlet.CocoonServlet WHAT IS THIS??? 8-( ) Where do I go from here? To the log files.

RE: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
Has anyone had any practical experience using Cocoon in a WebSphere environment, including WebSphere Application Developer? Vadim, Thanks for the help. -Adam - Please check that your question has not already been answered

Re: Help with install in WebSphere

2002-06-11 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Has anyone had any practical experience using Cocoon in a WebSphere environment, including WebSphere Application Developer? I got Cocoon 2.0.2 more or less running on a somewhat patched 3.5.4. Your problem looks like you are also using 3.5.x. If you can, upgrade to

RE: Help with install in WebSphere

2002-06-11 Thread Volker Schneider
Hi Adam, hi Vadim, I'm working with WebSphere Application developer. What's your question? Best regards - Volker - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 11. Juni 2002 18:44 To: [EMAIL PROTECTED] Subject: RE: Help with install in WebSphere

Re: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
: Re: Help with install in WebSphere 06/11/02 01:27 PM Please respond

RE: Help with install in WebSphere

2002-06-11 Thread Volker Schneider
have to build coocoon myself. Best regards - Volker - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 11. Juni 2002 21:13 To: [EMAIL PROTECTED] Subject: Re: Help with install in WebSphere J. Running a current version of WebSphere( 4.0.2 ). I

Re: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
To: [EMAIL PROTECTED] cc: 06/11/02 02:12 PMSubject: Re: Help

RE: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Peter.Hunsberger@cc: stjude.org Subject: RE: Help with install in WebSphere

Re: [HELP FIX BUG] XMLForms - wizard2html.xsl or xmlform2html.xsl

2002-06-08 Thread Ivelin Ivanov
Just noticed that the wizard demo leaves xf:cation tags in the resulting html. It does not affect display in IE, but Mozilla shows the caption text in arbitrary locations. This a silly bug in one of the two stylesheets. Any XSLT takers? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9716

RE: help with XSP, maybe actions

2002-05-31 Thread Artur Bialecki
In your pipe ine you need to specify serverpages type for the generator, otherwise it will use the straight file generator. So try this map:generate type=serverpages src=login.xml/ Also you don't seem to have any transformes to convert the generated xml to html/xhtml before you serialize it,

RE: help with redirect and forward

2002-05-15 Thread Vadim Gritsenko
From: Vij, Bhavna [mailto:[EMAIL PROTECTED]] Hi All, I am not able to redirect or forward to another pages I need to do something like that. There's a login page with username and password. If the login is successfull, I need to forward it to page1 else I need to go back to login page

Re: Help! Problems installing a user component and role into Cocoon2

2002-05-10 Thread Gerhard Froehlich
Stuart Roebuck wrote: I'm trying to install a new 'user' component into Cocoon 2 but I'm hitting a problem which I can't seem to get a handle on: Basically, I'm getting a the following stack dump: ERROR (2002-05-09) 19:03.08:176 [sitemap.generator.database-

Re: Help! Problems installing a user component and role into Cocoon 2

2002-05-10 Thread Stuart Roebuck
On Friday, May 10, 2002, at 08:03 AM, Gerhard Froehlich wrote: Stuart Roebuck wrote: I'm trying to install a new 'user' component into Cocoon 2 but I'm hitting a problem which I can't seem to get a handle on: Basically, I'm getting a the following stack dump: ERROR (2002-05-09)

Re: Help! Problems installing a user component and role into Cocoon2

2002-05-10 Thread Gerhard Froehlich
Stuart Roebuck wrote: On Friday, May 10, 2002, at 08:03 AM, Gerhard Froehlich wrote: Stuart Roebuck wrote: I'm trying to install a new 'user' component into Cocoon 2 but I'm hitting a problem which I can't seem to get a handle on: Basically, I'm getting a the following stack dump:

Re: Help! Problems installing a user component and role into Cocoon 2

2002-05-10 Thread Stuart Roebuck
On Friday, May 10, 2002, at 11:30 AM, Gerhard Froehlich wrote: Stuart Roebuck wrote: On Friday, May 10, 2002, at 08:03 AM, Gerhard Froehlich wrote: Stuart Roebuck wrote: I'm trying to install a new 'user' component into Cocoon 2 but I'm hitting a problem which I can't seem to get a

Re: [HELP]Description:org.apache.cocoon.ProcessingException:java.lang.NullPointerException

2002-05-03 Thread Deepak Mehta
Don't worry seems to have been an old Xerces jar file lying around in the classpath On 3/5/02 16:04, Vadim Gritsenko [EMAIL PROTECTED] wrote: From: Deepak Mehta [mailto:[EMAIL PROTECTED]] Description:org.apache.cocoon.ProcessingException: java.lang.NullPointerException I am running

Re: [HELP]SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader

2002-04-29 Thread sheshadri
Hi Vadim, Yes I got ur point. The problem was that i am directly using the build/ src directory without using the war file. I have removed the specified 3 jars from the cocoon/web-inf/lib and removed the old xerces jar and copied the latest jars to the tomcat/common/lib folder . It works

RE: [HELP]SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader

2002-04-26 Thread Vadim Gritsenko
PROTECTED] Sent: Thursday, April 25, 2002 8:51 PM Subject: RE: [HELP]SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader You must have missed several steps. Try again. http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message

RE: [HELP]SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader

2002-04-25 Thread Vadim Gritsenko
You must have missed several steps. Try again. http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: sheshadri [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: [HELP]SAX2 driver class

RE: HELP: can I *move* xalan/xerces/xml-apis and still have cocoon resolve to them?

2002-04-22 Thread Vadim Gritsenko
From: Terry Longo [mailto:[EMAIL PROTECTED]] Hi, Earlier I posted a long-winded message about the apparent need for the xerces/xalan/xml-apis jars to be in both jre/lib/endorsed and cocoon's web-inf/lib directory. I have a shorter way of asking the same question, and please accept my

RE: Help Requested!!!!

2002-04-17 Thread Marty McClelland
I have seen this error when there is an error in the table name. Check the spelling of the table name in the database and make sure it matches the name in the query including upper/lower case. marty -Original Message- From: Muhammad Irfan [mailto:[EMAIL PROTECTED]] Sent:

RE: HELP!!! - Autentification: Apache1.3 + Tomcat4 + Cocoon2

2002-04-15 Thread Vadim Gritsenko
From: Skladov, Victor [mailto:[EMAIL PROTECTED]] Hello to all! I kindly please all to help me in solving the following problem. I suppose this problem is not new, but I haven't found the answer to it in mail archives up to now. I have Apache1.3 on my Linux machine. All users are being

Re: [HELP]Exception in creating Transform Handler

2002-04-06 Thread Nicola Ken Barozzi
From: Vadim Gritsenko [EMAIL PROTECTED] I fixed in the CVS error reporting in the XSLT engine, now it will show to you line number and the file containing the error (thanks goes to Nicola ...who integrated it in the normal reporting, to Vadim for fixing this XSLT engine error, to Jeremy

RE: [HELP]Exception in creating Transform Handler

2002-04-05 Thread Vadim Gritsenko
From: Darko Bunic [mailto:[EMAIL PROTECTED]] ... Problem is: if I made xsl non-well-formed or non-valid for example: xsl:value-of select=title/ change to xsl:value-of select=title I got following error: Exception in creating Transform Handler Reasonable. I spent a lot of time

RE: Help: XSL related Question - Able to process tokenized Strings from param

2002-04-03 Thread Luca Morandini
Chiths, you might find this useful: http://xml.apache.org/xalan-j/extensionslib.html#tokenize Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED]

RE: Help: xml from a class with XSP (thanks..and a note)

2002-04-01 Thread Larry Meadors
Thanks, it works! Can you spot the difference between the two code fragments? The first one works, the second does not. This works: === ?xml version="1.0"?xsp:page xmlns:xsp="http://apache.org/xsp"

RE: Help: xml from a class with XSP (thanks..and a note)

2002-04-01 Thread Chitharanjan Das
:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 5:44 AM To: [EMAIL PROTECTED] Subject: RE: Help: xml from a class with XSP (thanks..and a note) Thanks, it works! Can you spot the difference between the two code fragments? The first one works, the second does

RE: Help: xml from a class with XSP

2002-03-30 Thread Larry Meadors
Thanks, I will try that and let you know how it goes. Larry [EMAIL PROTECTED] 03/29/02 17:08 PM If u use just xsp:expr, it will treat the o/p as parsed string , if you require the contents to be treated as a XML fragment, you need to do as listed below Include util logic sheet and use the

RE: Help: xml from a class with XSP

2002-03-29 Thread Chitharanjan Das
If u use just xsp:expr, it will treat the o/p as parsed string , if you require the contents to be treated as a XML fragment, you need to do as listed below Include util logic sheet and use the util:* tags === ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp

RE: help on jvm_bind error

2002-03-26 Thread Volker Schneider
. Marz 2002 03:26 To: [EMAIL PROTECTED] Subject: Re: help on jvm_bind error I had restarted the computer and then started cocoon and viewed the web pages, but the same error occurs. Any hints for solving the problem about the Microsoft Jview update listed below? Please help

RE: help on jvm_bind error

2002-03-26 Thread Volker Schneider
Hi Marco, sorry it wasn't web.xml but cocoon.xconf. Best regards - Volker - -Original Message- From: marco [mailto:[EMAIL PROTECTED]] Sent: Montag, 18. Marz 2002 03:45 To: [EMAIL PROTECTED] Subject: help on jvm_bind error I am using cocoon 2.00, jdk1.3.1_01, tomcat4.0.1 in Windows

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and released cocoon 2.0.2

2002-03-26 Thread Chitharanjan Das
- From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 2:38 AM To: '[EMAIL PROTECTED]' Subject: RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1 Now I see this error too. I'll try to resolve it before release

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and released cocoon 2.0.2

2002-03-26 Thread Piroumian, Konstantin
To: '[EMAIL PROTECTED]' Subject: RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1 Now I see this error too. I'll try to resolve it before release. -- Konstantin Piroumian [EMAIL PROTECTED] -Original Message- From

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-25 Thread Chitharanjan Das
- From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 2:38 AM To: '[EMAIL PROTECTED]' Subject: RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1 Now I see this error too. I'll try to resolve it before release

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-22 Thread Piroumian, Konstantin
-Original Message- From: Peter Schwenke [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 7:36 PM To: [EMAIL PROTECTED] Subject: RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1 The error is being

RE: [HELP]Exception in creating Transform Handler

2002-03-22 Thread Vadim Gritsenko
First make sample shipped with cocoon work for you. Look in the docs/samples/xsp/logicsheet.xsp for the sample logicsheet. PS Sample might not be in Cocoon 2.0.1. In this case, get snapshot from CVS or wait till March 25 for Cocoon 2.0.2 Vadim From: Albert Hervas [mailto:[EMAIL PROTECTED]]

Re: [HELP]Exception in creating Transform Handler

2002-03-22 Thread Ivan Rubin
map:pipeline map:match pattern=someuri map:generate type=file src=somefile.xml/ map:transform src=somesheet.xsl/ !-- xslt default transformation -- map:serialize type=html/ /map:pipeline The simplest. You should check the different sitemaps provided with the samples. Hope it

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-22 Thread Chitharanjan Das
transmission of the information contained in this communication nor for any delay in its receipt -Original Message- From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 1:50 AM To: '[EMAIL PROTECTED]' Subject: RE: [HELP]SAXException JspGenerator.generate() - Using

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-22 Thread Chitharanjan Das
version under /TOMCAT/work/cocoon/ directory at all Thanks in advance, Chiths -Original Message- From: Peter Schwenke [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:32 PM To: Chitharanjan Das Subject: RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1

RE: HELP PLEASE, HELP with Piece of code.

2002-03-21 Thread Berin Loritsch
Can you please convert this into text and use proper indenting? It would make it easier to help you. For instance, it is hard to see the structure of your XML with everything on the left margin: Seleccion Texto tituloSobre Libros:/titulo opcionDe Internet/opcion /Texto /Seleccion

Re: HELP PLEASE, HELP with Piece of code.

2002-03-21 Thread KOZLOV Roman
Hi, It seems that the reason of the error is that as a result of transformation you get several root elements like HTML.../HTML HTML.../HTML ... - one HTML element per Seleccion/Texto element in source xml. I don't know what for you need it, but I think that the root element should be single

RE: Help with understanding Cocoon and Java Client

2002-03-21 Thread Chitharanjan Das
Hello Ashish For marshalling and unmarshaling XML into java objects using XSD's , Use CASTOR .. Regds, Chiths -Original Message- From: Rajput, Ashish S [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 10:54 AM To: '[EMAIL PROTECTED]' Subject: Help with

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-21 Thread Chitharanjan Das
Hello, The Exception being thrown is Also attached is the function where the exception occurs... Please , we are in midst of our evaluation of Cocoon and this is causing problems in us pitching this solution.. Regds, Chiths DEBUG (2002-03-21) 17:21.31:248

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-21 Thread Peter Schwenke
The error is being trapped in JspGenerator for something called by JspGenerator. JspGenerator runs the JSP page and passes whatever output it gets to XML parser. Then the output of that goes to the next thing in the pipeline. The SAX Exception is because it cannot parse the output from your

RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-21 Thread Chitharanjan Das
PM To: [EMAIL PROTECTED] Subject: RE: [HELP]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1 The error is being trapped in JspGenerator for something called by JspGenerator. JspGenerator runs the JSP page and passes whatever output it gets to XML

RE: [HELP]Exception JspGenerator.generate()

2002-03-19 Thread Piroumian, Konstantin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:54 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [HELP]Exception JspGenerator.generate() Description:org.apache.cocoon.ProcessingException: Exception

Re: help on jvm_bind error

2002-03-18 Thread marco
] To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 5:05 PM Subject: RE: help on jvm_bind error Hi Marco, I have the same with Cocoon 2.0.1 an WebSphere 4.0.1 and Tomcat 4.0.3. Maybe the reason is, that after stopping cocoon TCP does not not free the port immediately but in a few minutes. If you

RE: Help Error Catalina

2002-03-16 Thread Vadim Gritsenko
From: Giuseppe De Vincenzi [mailto:[EMAIL PROTECTED]] Hi all, My system win2000, TOMCAT 4.0 Cocoon2 , with following JDK version ... Java(TM) 2 Runtime Environment, Standard Edition 1.3.1 ** Initially when i start TOMCAT, it start without any problem and i can access

Re: help with a sitemap problem

2002-03-15 Thread Ivan Rubin
Steven, I don't know if this is generating (sic) your problem, but src=cocoon:/foo in your map:part aggregation is not refering to the pipeline you're defining there under the name foo It should be just foo? cocoon:/xxx refers to an internal pipeline named And who's handling

Re: help with a sitemap problem

2002-03-15 Thread Ivan Rubin
Steven, cocoon:/ it's ok, and who's matching what does not matter at sitemap compilation. map:aggregate element=something you have to specify the root element for your aggregated content. Sorry if I mislead you, Ivan Steven Sedlmeyer wrote: Ok, I've looked through the docs and near as I

RE: help with a sitemap problem

2002-03-15 Thread Vadim Gritsenko
Steven, map:aggregate element=my-root-element Take care, Vadim From: Steven Sedlmeyer [mailto:[EMAIL PROTECTED]] Ok, I've looked through the docs and near as I can tell this should be Ok...although it clearly isn't. I have the following pipeline in my sitemap: map:pipeline

Re: Help on sitemap

2002-03-14 Thread Andreas Hartmann
Title: Help on sitemap Hi, *** REPLY SEPARATOR ***On 14.03.2002 at 14:10 ÂÞÃù/eNet/¼¼Êõ·þÎñÊÂÒµ²¿/ϵͳ²¿/×ܼà wrote: Hello All, I hava a question for sitemap how can i write a sitmap: if i request http://site/test.xml it will transform by default.xsl if

Re: Help on sitemap

2002-03-14 Thread Andreas Hartmann
Hi Yury, What about using a RequestParamAction? Greetings, Andreas 2Andreas: My example just more for undestand of cocoons action's work. (May be :) ) OK, this can't be bad :) Greetings, Andreas - Please check that your

Re: Help on sitemap

2002-03-13 Thread KOZLOV Roman
Hi, You can try this map:match pattern="text.xml"> map:match type="request-parameter" pattern="style"> map:generate src="text.xml"/> map:transform src="{1}"/> map:serialize type="xml"/> /map:match> map:generate src="text.xml"/> map:serialize type="xml"/> /map:match> or map:match

Re: [HELP] Cocoon 2.0 - Oracle DB connection problems...

2002-03-06 Thread Christian Haul
Srinivas, On 05.Mar.2002 -- 09:50 PM, CHERVIRALA Srinivas / FTRD / US wrote: I tried with Tomcat 4.01 with out any success. My error.log file contains the following: FATAL_E (2002-03-05) 21:10.56:416 [core] (Unknown-URI) Unknown-thread/LogKitLogger: Excalibur could not create any

RE: Help Please

2002-03-06 Thread Vadim Gritsenko
Either use JDK1.3.1 or set JAVA_HOME to the jdk1.4. This should fix the issue. Vadim -Original Message- From: Mariano [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 9:46 AM To: [EMAIL PROTECTED] Subject: Help Please Hi , I am a First Time user of coccon and i have somre

Re: Help Please

2002-03-06 Thread Mariano
yes. i have JDK 1.4 My JAVA_HOME set a /usr/java/j2sdk1.4.0/ is it ok? or i should anithing else? thanks mariano _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

  1   2   >