Re: Sitemap returning blank html page

2002-10-01 Thread Ruben_Inoto
Hi Paul, Sorry, I meant changing those parameters in Weblogic. You can do it via Weblogic console: - First of all place xalan (as well as xerces and xml-apis) in front of weblogic classpath. - Restart the server. - Try something like http://localhost:7001/console, depending on which

Cocoon on Headless Linux with JDK1.4

2002-10-01 Thread Bert Van Kets
My ISP can provide me with a headless web server running Suse 7.3, Resin 2.4 (I think) and JDK 1.4. He does not want to install the X libraries due to security reasons :-( Is there an alternative? AFAIK pja does not run on JDK 1.4 Thanks, Bert This mail is written in 100% recycled electrons.

Re: Generating pdf

2002-10-01 Thread Bert Van Kets
Have a look at the iTExt sample. iText is a lot simpler to use as it doesn't involve xsl:fo. You must supply XML specified to the iTExt DTD and then serialize. Check out http://www.lowagie.com/iText/ if you want more info on iText. HTH, Bert At 00:44 2/10/2002 +0200, you wrote: >Hi Ganael, >

Double Authentication with the same User?

2002-10-01 Thread Bjoern Voigt
Hello cocooners,   we use the cocoon authenticatione framework and the cocoon 2.1 dev-snapshot of the last days. Our problem is, that User can login into our application in the same time from more than one computer/browser/locations.   Are there some mechanism in the auth. framework to make

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Antonio Gallardo Rivera
I was thinked about that. Can be your firewall the sorce of all the problems? Check if you have the permission to allow listen in the port 8080 or if another app is there listening. Because, if TOMCAT if totally sillent (logs are empty), that means tomcat is not getting the request. What abou

Re: [ WebServiceProxy ] Invalid response - no xml

2002-10-01 Thread Tony Collen
On Tue, 1 Oct 2002, Ivelin Ivanov wrote: > I don't know of a quick appropriate way. > Most Cocoon components will not accept invalid XML format. > One way is to extend the WebServiceProxyGenerator and modify the code to > prepend the xml header. Ivelin, Of course, just after I sent that message

Re: [ WebServiceProxy ] Invalid response - no xml

2002-10-01 Thread Ivelin Ivanov
I don't know of a quick appropriate way. Most Cocoon components will not accept invalid XML format. One way is to extend the WebServiceProxyGenerator and modify the code to prepend the xml header. - Original Message - From: "Tony Collen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Bobby Mitchell
> > > >This is not the case. I believe the documentation to be out of date for >this but for as long as I have been using cocoon (a few months now) >there has been a downloadable binary for the latest release that is >compiled for and works with the 1.4 JVM. It is accessible alongside >the norma

Re: tool xml/xsl ???

2002-10-01 Thread Conrad F. D'Cruz
I use Eclipse (open source IDE) for Java development with the XML Buddy plug-in. Conrad Jessica Niewint wrote: > apart from xml-spy > (or is it the tool of the tools ???) > > - > Please check that your question has not al

Re: Generating pdf

2002-10-01 Thread Joerg Heinicke
Hi Ganael, have a look at http://xml.apache.org/fop/index.html and you will see, that you need XSL FO for FOP. Ganael LAPLANCHE wrote: > Hi :) > > I saw Fop was able to generate Pdf from xml/xsl inputs in command line. > How can I use fop in the sitemap to do this ? Use the PDF serializer. Ha

Help ! Cocoon Newbie!!

2002-10-01 Thread NeOn
I downloaded cocoon from CVS and i got the following error ! while building , any idea wat caused the error ? platform - jdk 1.4, win2k, thanks in advance Neon --- [echo] Compiling block... [javac] Compiling 1

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Jacob L E Blain Christen
I am using a nearly identical platform (cocoon 2.0.3 on one machine and 2.1-dev on another). Make sure that in your tomcat server.xml file that for the element it has the unpackWARs="true" attribute. [snip] > c) If you want to use Cocoon with JDK 1.4, you have to download the source > distribut

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Mauro Daniel Ardolino
Thanks a lot. I red some of these documentation. I think the main problem is a linux file permission problem. I've changed some permissions to some files and folders and it seems that the deploy is being done at startup (following the eclipse debug console). Now I have some other problems while

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Antonio Gallardo Rivera
OK, I am using the same plataform like you: Red Hat 7.3 (lastest updates) J2SDK 1.4.1 (from Sun) Tomcat 4.1.12 Cocoon 2.1 (lastest CVS), before I used well 2.0.3 from distribution. 1-The process of install is well documented in: http://xml.apache.org/cocoon/installing/index.html 2-Some tips:

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Mauro Daniel Ardolino
It's strange. Nothing in $TOMCAT_HOME/logs of today and nothing about cocoon. Any other ideas? Thanks. Mauro On Tue, 1 Oct 2002, Peter Nuetzel . inglobo wrote: > Hi Mauro, > > check the tomcat logfiles in $TOMCAT_HOME/logs. There should be hint to > what went wrong. > > -peter > > > >

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Peter Nuetzel . inglobo
Hi Mauro, check the tomcat logfiles in $TOMCAT_HOME/logs. There should be hint to what went wrong. -peter Von: Mauro Daniel Ardolino <[EMAIL PROTECTED]> >Hi! I think I'll go mad. About a week ago I was trying to install cocoon >on tomcat on windows: I couldn't and I thought it was a windows

I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Mauro Daniel Ardolino
Hi! I think I'll go mad. About a week ago I was trying to install cocoon on tomcat on windows: I couldn't and I thought it was a windows problem. Some of you were trying to help me. Now after some changes I am working on RH73. I've installed Tomcat 4.1.12 and still can't make cocoon to deploy.

Re: Repost: error when using svg2png serializer[Please help!!!!]

2002-10-01 Thread J.Pietschmann
kyle koss wrote: > Yes, I have noticed this also, but the problem is the XML, the SVG is > being made from is dynamic, so the png is being remade quite often. It seems the serializer closes the output stream. I'm not sure whether this happens in the Cocoon serializer component or in tha Batik ras

Re: Today's CVS... I get IllegalStateException :-(

2002-10-01 Thread Antonio Gallardo Rivera
It works again! Thanks, Antonio Gallardo El Martes, 01 de Octubre de 2002 10:43, Ugo Cei escribió: > Antonio Gallardo Rivera wrote: > > Barbara: > > > > Welcome to the club! > > > > Currently members are: > > > > Ugo Cei > > Antonio Gallardo > > and you ;) > > > > we have the same problems wit

RE: tool xml/xsl ???

2002-10-01 Thread Ryan Agler
X-Emacs has some great XML editing modes. It's free. -Original Message- From: Jessica Niewint [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 5:04 AM To: [EMAIL PROTECTED] Subject: tool xml/xsl ??? Could someone give an advice for a xml-tool ? Or a xsl wysiwyg (what-you-see

Resources and sitemap

2002-10-01 Thread Barbara Post
Hi, I should have checked before... I want to know whether you've used resources (.properties file) and Cocoon... My question is more specifically : can I read .properties files from an Action, or from the sitemap to use by xsl, and if so, how ? Sorry if I sound dull, I am just a bit tired from

Re: Today's CVS... I get IllegalStateException :-(

2002-10-01 Thread Barbara Post
Thanks a lot, now, a request : How can I get a CVS version that works... but includes {request-param...} fix ? OK, just choose the right date when checking out I guess... So which latest version works, to your opinion ? I see, only Thursday's (09/24) one could ! Oh... Will try it tomorrow, time

Re: Today's CVS... I get IllegalStateException :-(

2002-10-01 Thread Ugo Cei
Antonio Gallardo Rivera wrote: > Barbara: > > Welcome to the club! > > Currently members are: > > Ugo Cei > Antonio Gallardo > and you ;) > > we have the same problems with the lastest CVS. :( > > It happens since last friday and there is no patch to resolve it. Affected are > authentication

Re: Sitemap returning blank html page

2002-10-01 Thread Paul Lee
Hi Ruben, thanks for the help. I have changed the DocumentBuilderFactory and SAXParserFactory in config.xconf (I just replaced the original "???" with the parameters that you provided), but I do have one question about the transformar setting. I tried replacing the original org.apache.c

Re: Today's CVS... I get IllegalStateException :-(

2002-10-01 Thread Antonio Gallardo Rivera
Barbara: Welcome to the club! Currently members are: Ugo Cei Antonio Gallardo and you ;) we have the same problems with the lastest CVS. :( It happens since last friday and there is no patch to resolve it. Affected are authentication-fw, session-fw and portal-fw. Antonio Gallardo El Martes

Re: Uploading to a network directory

2002-10-01 Thread Jeremy Aston
Hi Tuomo, Is the other server accessible via a UNC path? If so I have a FileUploadAction that allows the upload of files to a named folder so that *should* work. I am sure it would work over networks maps if not. It works by renaming the file that the inhernet file upload Cocoon function handl

Today's CVS... I get IllegalStateException :-(

2002-10-01 Thread Barbara Post
I get the error below. I checked out the HEAD module in a new directory, then built as usual with : build -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true webapp Some jars are missing in the war : slidesjar (3 jars). So I kept the ones I had from previous build... I also used the n

Generating pdf

2002-10-01 Thread Ganael LAPLANCHE
Hi :) I saw Fop was able to generate Pdf from xml/xsl inputs in command line. How can I use fop in the sitemap to do this ? I've got a stylesheet that produces html. Do I have to start from the xml file, or from the html one using another xsl ? I would like not to use an xml-fo or html-fo stylesh

Repost: error when using svg2png serializer[Please help!!!!]

2002-10-01 Thread kyle koss
Yes, I have noticed this also, but the problem is the XML, the SVG is being made from is dynamic, so the png is being remade quite often. -Original Message- From: Simeon Walker [mailto:[EMAIL PROTECTED]] Sent: October 1, 2002 3:33 AM To: [EMAIL PROTECTED] Subject: Re: error when using s

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: Strange behavior in SQLTransforme Cocoon 2.0.3

2002-10-01 Thread Luca Morandini
Luca, since I know you're such a good guy, I fixed your problem... ...seriously now: The Cocoon 2.0.3 version of SQLTransformer lacks the characters method, which in Cocoon 2.0.2 took care of the proper concatenation of queries (something super.characters(), apparently cannot do). Here's my p

AW: Logging question

2002-10-01 Thread Andres, Judith
AFAIK, most Cocoon components implement the org.apache.avalon.framework.logger.LogEnable interface. This enables you, principally, to log via log4j or logkit. Support for logkit is better though: the Cocoon servlet tries to configure logkit via logkit.xconf in [webapp]/WEB-INF. Therefore, if

Re: How to test a parameter in the sitemap ?

2002-10-01 Thread Bobby Mitchell
Ganael LAPLANCHE wrote: >Hi all, > >How would you test an URL parameter (e.g. >http://foo.com:8080/myfile.xml?bar=hello) in the >sitemap ? How can I retreive 'hello' from the URL ? > > > I'm not sure about retreiving 'hello', but you can do this:

Logging question

2002-10-01 Thread Gernot Koller
Hi! We're developing an application framework within WAS environment, having choosen Cocoon as our Presentation Framework. Currently our Logging is implemented via a facade for log4j. I've learned that Cocoon's logging is also somehow based on log4j. I'm not sure what role the avalon framework

Re: == Database driven website with Cocoon ==

2002-10-01 Thread Christian Haul
On 30.Sep.2002 -- 01:02 PM, Christian Haul wrote: > > Another one would be to retrieve the path using one of the > DatabaseSelectActions and use the InputModule-substitution in sitemap > to read that file. (available in 2.1 (cvs) for interpreted sitemap and > 2.0.4 (cvs) for compiled sitemap) Inp

RE: Cocoon 2.0.3 Tomcat 4.1.10 sub sitemap problem - failed sitemap 'inheritance' - anyone seen this and have any ideas?

2002-10-01 Thread Christopher Watson
Thanks, again > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: 30 September 2002 19:24 > To: [EMAIL PROTECTED] > Subject: Re: Cocoon 2.0.3 Tomcat 4.1.10 sub sitemap problem - failed > sitemap 'inheritance' - anyone seen this and have any ideas? > > > Christo

Re: R: tool xml/xsl ???

2002-10-01 Thread Antonio Gallardo Rivera
Jedit is a Java Editor That means that run on every platform when Java is installed. Then if you are using Cocoon. It must work ;) I am using Red Hat Linux 7.3 for development, then I cannot use xmlxooktop. Antonio Gallardo El Martes, 01 de Octubre de 2002 06:23, Lorenzo De Sio escribió: > No

Re: tool xml/xsl ???

2002-10-01 Thread Ilya A. Kriveshko
I am using xslide - a major mode for Emacs (or XEmacs in my case.) It does all the syntax highlighting you'd ever want, auto-completion, templates, indentation, etc. It also can invoke an XSLT process so you can view the results. Highly customizable, too, if you are into it. http://www.xemacs.org

How to test a parameter in the sitemap ?

2002-10-01 Thread Ganael LAPLANCHE
Hi all, How would you test an URL parameter (e.g. http://foo.com:8080/myfile.xml?bar=hello) in the sitemap ? How can I retreive 'hello' from the URL ? Sorry for this stupid question, this must be very simple... Gan. - Please

2.1 HEAD: Cannot find message associated with key 'responseStream.suspended'

2002-10-01 Thread Simon Price
Is the current 2.1 HEAD broken? I've just checked out the cvs head and built with -Dinclude.webapp.libs=yes -Dinclude.scratchpad=yes installwar (as I normally do) and deleted the tomcat work and cocoon dirs. When I try to access localhost:8080/cocoon I get the following error in the log... ERRO

R: tool xml/xsl ???

2002-10-01 Thread Lorenzo De Sio
No one mentioned XML Cooktop. I think it's definitely worth a look (BTW, it's free): http://xmlcooktop.com Cheers, L. -Messaggio originale- Da: Antonio Gallardo Rivera [mailto:[EMAIL PROTECTED]] Inviato: martedì 1 ottobre 2002 14.25 A: [EMAIL PROTECTED] Oggetto: Re: tool xml/xsl ??

Uploading to a network directory

2002-10-01 Thread Tuomo Lesonen
Hi all! I need to let users to upload files. The problem is, that the files have to go to another machine. I was thinking about WebDav, but does it work with Cocoon? The fileserver is running IIS. Thanks, -Tuomo - Please chec

Re: tool xml/xsl ???

2002-10-01 Thread Antonio Gallardo Rivera
A good editor is for example: http://www.jedit.org/ Also it have some plug-ins: XML tree XSLT Tranformer XPath Tool XML Insert. and more Antonio Gallardo Antonio Gallardo El Martes, 01 de Octubre de 2002 06:09, Emmanuil Batsis (Manos) escribió: > Jessica Niewint wrote: > > Could someone gi

Re: tool xml/xsl ???

2002-10-01 Thread Emmanuil Batsis (Manos)
Jessica Niewint wrote: > Could someone give an advice for a xml-tool ? Or a xsl wysiwyg > (what-you-see-is-what-you-get) design-tool ? XML is itself WYSIWYG since it does not involve presentation info (with the exception of XHTML, XSL-FO, SVG etc). So, what you need is just a browser and viewe

Re: tool xml/xsl ???

2002-10-01 Thread Jessica Niewint
Thanks ! At 13.24 01/10/2002 +0200, Derek Hohls wrote: >And for those of us living below the "software breadline" :-\ >See: > >http://www.garshol.priv.no/download/xmltools/cat_ix.html > > >>> [EMAIL PROTECTED] 02/10/2002 04:07:10 >>> >xml

Re: tool xml/xsl ???

2002-10-01 Thread Jessica Niewint
apart from xml-spy (or is it the tool of the tools ???) - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail:

Re: tool xml/xsl ???

2002-10-01 Thread Derek Hohls
And for those of us living below the "software breadline" :-\ See:   http://www.garshol.priv.no/download/xmltools/cat_ix.html>>> [EMAIL PROTECTED] 02/10/2002 04:07:10 >>>xmlspy?- Original Message - From: "Jessica Niewint" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, Octob

Re: Loading catalog: /localhost/cocoon/resources/entities/catalog

2002-10-01 Thread Antonio Gallardo Rivera
I think its normal, because always the file is newer like the last access. ;) Antonio Gallardo. El Miércoles, 01 de Mayo de 2002 05:19, Niket Anand escribió: > Hello, > There is some problem in loading cocoon catalog when I change system time > as 3-4 months old. In normal condition (when system

Loading catalog: /localhost/cocoon/resources/entities/catalog

2002-10-01 Thread Niket Anand
Hello, There is some problem in loading cocoon catalog when I change system time as 3-4 months old. In normal condition (when system date is current date) on running Catalina, it prints Loading catalog: /localhost/cocoon/resources/entities/catalog one time, but if I change the system date to 3-4

Re: tool xml/xsl ???

2002-10-01 Thread Richard Reyes
xmlspy? - Original Message - From: "Jessica Niewint" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 4:04 AM Subject: tool xml/xsl ??? > Could someone give an advice for a xml-tool ? Or a xsl wysiwyg > (what-you-see-is-what-you-get) design-tool ? > > > --

tool xml/xsl ???

2002-10-01 Thread Jessica Niewint
Could someone give an advice for a xml-tool ? Or a xsl wysiwyg (what-you-see-is-what-you-get) design-tool ? - Please check that your question has not already been answered in the FAQ before posting.

Sunrise - Sitemap ????

2002-10-01 Thread Richard Reyes
Hi Guys,   I am trying to use Actions as my Authentication for my Sunrise, but I cannot proceed to the protected resource (  vxsapp-main.html  ). The Actions seems to be workin because when I called "vxsapp-authuser" in the browser the browser displays this xml    xml version="1.0" encod

Re: esql:get-string and java String

2002-10-01 Thread Christian Haul
On 01.Oct.2002 -- 11:13 AM, Gabor Bartha wrote: > Hi, > > the java code: > > String formula = >xspAttr.addAttribute( > "", > "column", > "column", > "CDATA", > "cd_formula" >); > > >this.contentHandler.startElement( > "http://apache.org/cocoon/SQL/v2

Re: Sunrise Actions

2002-10-01 Thread Richard Reyes
thanks! - Original Message - From: "Antonio Gallardo Rivera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 2:57 AM Subject: Re: Sunrise Actions Try to avoid the character "-" in the name of your handler, when you will updgrade to 2.1 it will not work. Anto

Re: Sunrise Actions

2002-10-01 Thread Antonio Gallardo Rivera
Try to avoid the character "-" in the name of your handler, when you will updgrade to 2.1 it will not work. Antonio Gallardo El Martes, 01 de Octubre de 2002 16:37, Richard Reyes escribió: > Hi Guys, > > How would i use Actions in Sunrise? > > How would the handler ( vxsapp-handler-001 ) know i

Re: esql:get-string and java String

2002-10-01 Thread Gabor Bartha
Hi, the java code: String formula = xspAttr.addAttribute( "", "column", "column", "CDATA", "cd_formula" ); this.contentHandler.startElement( "http://apache.org/cocoon/SQL/v2";, "get-string", "esql:get-string", xspAttr );

Re: Sitemap returning blank html page

2002-10-01 Thread Ruben_Inoto
Hi Paul, try setting this XML Registry: DocumentBuilderFactory: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl SAXParserFactory: org.apache.xerces.jaxp.SAXParserFactoryImpl Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl and connecting it to your server (it also w

Re: error when using svg2png serializer

2002-10-01 Thread Simeon Walker
I've seen this too. It seems to happen the first time each of my svg's are accessed. Once they are cached (in Cocoon) further accesses don't cause the error. I'm using Tomcat 4.0.4, Cocoon 2.0.4-dev, JDK 1.3 Simeon kyle koss wrote: > I keep getting this error from cocoon, whenever I use the sv

Re: XInclude generated by XSL

2002-10-01 Thread Johannes Koch
Michael Wechner wrote: > Do you use XInclude or CInclude? XInclude. > Did you ever try with > > ? No, not yet. > Although you then need "another" pipeline to generate included.xml. > > Although your original version should work principally. Yes, I hoped so :-| -- Johannes Koch . IT Develop

Re: Sunrise Actions

2002-10-01 Thread Richard Reyes
To confirm my action should return an xml like these Unique ID of the user in the system The user role Any additional optional information can be supplied here. sunRise will store this data in the session context. - Original Message - From: "Richard Reyes" <[EMAIL PROTECTED]> T

Sunrise Actions

2002-10-01 Thread Richard Reyes
Hi Guys, How would i use Actions in Sunrise? How would the handler ( vxsapp-handler-001 ) know if the authentication ( vxsapp-authuser ) failed?? Please see references below main sitemap: http://apache.org/cocoon/sitemap/1.0"; xmlns:sunshine="http://sunshine.sundn.de/sunshine/

AW: FOP In Latest Cocoon Releases

2002-10-01 Thread Skladovs, Victor
Hi Frank! Sorry I meant xalan-2.2.0, not 2.0.0. I don't know whether it is buggy, for my purposes it works fine - I build only tables. But they could be very different - very small and very large. Since they are being built on the fly, I never know what the table it is, that's the problem. And on

RE: Output xsl --- next trap

2002-10-01 Thread Jessica Niewint
At 19.48 30/09/2002 +0200, you wrote: >Jessica, > >good, now I can sort it out: > >1) The XML produced by the XSP is not particolarly suited to the purpose; >a better output is attached as myfile.xml (please, note >the embedding of "chapter" and "paragraph" elements) > >2) The XSLT you wrote is "

Re: MSSQL Stored procedure & ESQL

2002-10-01 Thread Christian Haul
On 30.Sep.2002 -- 06:07 PM, fcbc wrote: > I'm trying to get a result set from stored proc but it ends with error: > org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): >java.lang.RuntimeException: Error > getting clob data: null > > the code snippet: > > sqlserv