Re: [HELP]XSL to PDF graphics

2003-06-17 Thread Stephan Kassanke
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 s

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 b

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 Cocoon

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?"

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 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: Tuesday, 3 June 2003 09:35 To

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 find

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 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 N

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 "".: org.xml.sax.SAXParseException: The element type "content" must be termina

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 > page

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 q

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 resou

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 a

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]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 and that 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]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 . 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 is ignored in Cocoon and the values are taken from the sitemap's serializ

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 g

Re: Help with

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 ar

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 -Origi

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
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 tag, but I am suspecting that this tag is not working good. Here the original code:

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 Ga

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 p

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 t

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:/cocoon > > On Sat, 5 Oct 2002, Collado

Re: help me!!

2002-10-07 Thread Mauro Daniel Ardolino
Can you see the cocoon presentation page?: http://localhost:/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 wo

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: Giacomo On Mon, 30 Sep 2002, Jerry Fowler wrote: > Gentlefolk: > > I'm using the off-the-shelf Cocoon 2.0.3. I'm trying to roll my own xsp > logicsheet, with an error result that I hope someone will recognize >

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 when I added a

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. > 7273 src="org.apache.cocoon.acting.modular.DatabaseSelectAction"> > 74 db1.xml > 75 true > 76 false This is not (yet) in CVS. > 77 se

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.: java.lang.ArrayIndexOutOfBounds

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 know

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 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 po

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

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

RE: [HELP] How Can I do ?

2002-07-09 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

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 sh

Re: [HELP] How Can I do ?

2002-07-09 Thread Matteo Di Giovinazzo
use the selector: org.apache.cocoon.selection.RequestParameterSelector This should works: CIAO! -- Matteo Di Giovinazzo [EMAIL PROTECTED] illo ha scritto: > Hello All, > I hava a quest

RE: [HELP]Could not read resource file:/opt/jakarta/webapps/cocoon/i18n/simple.xml

2002-07-04 Thread Piroumian Konstantin
What is the version of your Cocoon? Take a look at the log - there must be another more interesting Exception, like NullPointerException or SAXException. -- Konstantin Piroumian [EMAIL PROTECTED] > -Original Message- > From: Markus Alin [mailto:[EMAIL PROTECTED]] > Sent: Monday, July

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: > src="org.apache.cocoon.generation.ServerPagesGenerator"/> > and > > > > > > > I am using version 2.1-dev > Description:org.apache.coc

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 on

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 co

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

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.

RE: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject:

RE: Help with install in WebSphere

2002-06-11 Thread Hunsberger, Peter
> I also got a little bored of my struggle with WebSphere and decided to try > deployment to jBoss 3.0. It worked fairly easily! I must say I am a > little impressed with jBoss 3.0. I don't know about WAS 4.* and or JBoss 3.0 but JBoss 2.4.4 is a wonderful thing compared to WAS 3! How comfort

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 Volker Schneider
idn't 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

Re: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
; cc: Subject: Re: Help with install in WebSphere 06/11/02 01:27 PM

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

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 4.

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 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 fi

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 : Implementaion- Form to database

2002-06-04 Thread Ivelin Ivanov
  Take a look at this: http://xml.apache.org/cocoon/xmlform/index.html   If you write the code to map database queries to DOM documents (which isn't much grief if you use Xindice), then XMLForm can take care of the rest.   Cheers,   Ivelin   - Original Message - From: Chithara

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 Also you don't seem to have any transformes to convert the generated xml to html/xhtml before you serialize it, you may want to add that too. Artur... > ---

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 >

RE: [HELP]Exception during processing of file:/C:/unzipped/jj/jj/webapps/cocoon/docs/samples/ex11-01.xml

2002-05-14 Thread Vadim Gritsenko
> From: Wang [mailto:[EMAIL PROTECTED]] > > I use Cocoon 2.0.2 with Tomcat 4.0.1 to generate a html page(exaple.xml) in > browser, but got this excetion: > > Description:org.apache.cocoon.ProcessingException: Exception during processing > of file:/C:/unzipped/jj/jj/webapps/cocoon/docs/samples/ex1

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 see

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 s

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-09 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- >> access](/about_us

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 >>

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

2002-05-03 Thread Vadim Gritsenko
> From: Deepak Mehta [mailto:[EMAIL PROTECTED]] > > Description:org.apache.cocoon.ProcessingException: > java.lang.NullPointerException > > I am running Tomcat 4.0.3 and Cocoon 2.0.2 and JDK 1.3.1 on a MacOS X 10.1.4 > > All the xsp samples give me this error except the Javascript XSP Samples.

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 f

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

2002-04-26 Thread Vadim Gritsenko
======== > > > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 25, 2002 8:51 PM > Subject: RE: [HELP]SAX2 driver class org.apache.xerces.par

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

2002-04-26 Thread sheshadri
> To: <[EMAIL 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 -Orig

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 org.apache.xerces.parser

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 acce

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: Wednesd

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

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 Jerem

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: > > change to > > > I got following error: > Exception in creating Transform Handler Reasonable. > I spent a lot of time to find and isolate where is the error.

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] http://utenti.tripod.it/lmorandini/index.ht

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

2002-04-01 Thread Chitharanjan Das
Message- From: Larry Meadors [mailto:[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 wo

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: === http://apache.org/xsp" xmlns:util="http://apache.org/xsp/util/2.0">  com.plumcreek.junk.XSPTest.testMethod()    ===   This does not: === http://apache.

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 us

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 tags === version="1.0"?> :page xmlns:xsp="http://apache.org/xsp" xmlns:util="http://

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

2002-03-26 Thread Piroumian, Konstantin
, 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. &

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

2002-03-26 Thread Chitharanjan Das
al Message- 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

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 98.

RE: help on jvm_bind error

2002-03-26 Thread Volker Schneider
co [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 19. 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 upd

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

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

2002-03-25 Thread Piroumian, Konstantin
Now I see this error too. I'll try to resolve it before release. -- Konstantin Piroumian [EMAIL PROTECTED] > -Original Message- > From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 1:08 AM > To: [EMAIL PROTECTED] > Subject: RE

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 and

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
either liable for the proper and incomplete 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]' S

Re: [HELP]Exception in creating Transform Handler

2002-03-22 Thread Ivan Rubin
The simplest. You should check the different sitemaps provided with the samples. Hope it helps, Albert Hervas wrote: > Description:org.apache.cocoon.ProcessingException: Exception in creating Transform >Handler: java.lang.NullPointerException > > I'm Albert Hervas,

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]SAXException JspGenerator.generate() - Using Tom Cat 4.0.1 and latest Cocoon build JDK 1.3.1

2002-03-22 Thread Piroumian, Konstantin
SP's with the latest Cocoon build (as of yesterday > around 7:00 PM Pacific Time). > If you have a working war with the latest build, could you mail it to > me separately. > > Thanks and regds, > Chiths > > > > > > > > > > -Origi

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
coon build (as of yesterday around 7:00 PM Pacific Time). If you have a working war with the latest build, could you mail it to me separately. Thanks and regds, Chiths -Original Message- From: Peter Schwenke [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 7:36

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
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 [sitemap.transformer.xsl

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 understanding

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 ... ... ... - 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 or you have to poi

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: Sobre Libros: De Internet You only need two spaces to indent to make XML readable.

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 > JspGe

Re: help on jvm_bind error

2002-03-18 Thread marco
AIL PROTECTED]> 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 t

RE: help on jvm_bind error

2002-03-18 Thread Volker Schneider
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 wait a few minutes before you restart cocoon this does not happen. But I don't know how to fix t

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 ca

  1   2   3   >