Re: Running cocoon2.0.4 on weblogic7.0 with JSPs

2003-02-10 Thread Konstantin Piroumian
From: Girish Bhakta [EMAIL PROTECTED] Hi, i am facing problems with respect to JSPs of Cocoon on Weblogic 7.0 . I have successfully setup the Cocoon 2.0.4 on weblogic 7.0 and can see all the samples running but it gives folloing error when trying to run the hello jsp page of cocoon sample.

Re: A note about the best(?) (cocoon-) development environment...

2003-02-10 Thread SAXESS - Hussayn Dabbous
Hy, All; Would you mind to open another thread about your JDO-theme ? regards, Hussayn -- Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenhöfer Allee 125 50935 Köln Telefon: +49-221-56011-0 Fax: +49-221-56011-20 E-Mail: [EMAIL PROTECTED]

RE: Running cocoon2.0.4 on weblogic7.0 with JSPs

2003-02-10 Thread Schaper, Christoph
Hi, we have the problem as well. Unfortunatly, the request dispatcher way does not work either, even if we try to customise it specifically for Weblogic Request dispatcher (the customisation is needed, as the WL request dispatcher requires WL specific wrapper classes, but due to the great avalon

what is the common delopment environment used by the cocoon-userscomunity ...

2003-02-10 Thread SAXESS - Hussayn Dabbous
Hy, all; I want to ask again for some opinions on the most commonly used tools of the cocoon-users. I want to setup a Wiki-page on this theme, so that new users can get most out of cocoon. And since we already write about howto install Servlet Containers to get cocoon users happy, in the next

[HELP]java.lang.RuntimeException: Invalid conversion from 'reference' to 'java.lang.String'.

2003-02-10 Thread Halgurt
Description:org.apache.cocoon.ProcessingException: Could not read resource file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/samples/docs/samples/hello-page.xml: javax.xml.transform.TransformerException: java.lang.RuntimeException: Invalid conversion from 'reference' to

[HELP]java.lang.RuntimeException: Invalid conversion from 'reference' to 'java.lang.String'.

2003-02-10 Thread Halgurt
Can anybody tell me how to configer und run Deli, I get this error message: Description:org.apache.cocoon.ProcessingException: Could not read resource file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/samples/docs/samples/hello-page.xml: javax.xml.transform.TransformerException:

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-10 Thread Jeremy Quinn
On Sunday, February 9, 2003, at 04:50 PM, Frank Ridderbusch wrote: On Sun, 9 Feb 2003 12:26:50 + Jeremy Quinn [EMAIL PROTECTED] wrote: ... I don't have the $$$ to try Framemaker, but if you are prepared to put in the work, you could try XMLMind XMLEditor (XXE).

highlighting with Lucene

2003-02-10 Thread Cyril Vidal
Hi, I have a question about using highlighting with Lucene. What I only want to do: start from an xml document, by example: flower This is a beautiful yellow flower /flower that I have first indexed in Lucene's index. And when making a query such : flower:yellow get an XML document from the

Call a css into an xsl

2003-02-10 Thread Lionel Crine
I'd like to generate an html document using a css file, with an xsl transformation. Here is what i wrote : xsl:template match=content html head /head link rel=stylesheet type=text/css href=style.css/ body h1 align=centerDEMO/h1 xsl:apply-templates/ /body /html /xsl:template

Re: Call a css into an xsl

2003-02-10 Thread Emmanuil Batsis (Manos)
When the result of the transformation goes to the browser, the latter will make a new request for the resource style.css. You can handle that request as any other with a matcher (for *.css). You need a reader for css files, not the generatortransformerserializer usual. Try something like the

Re: Call a css into an xsl

2003-02-10 Thread Upayavira
Lionel, I'd like to generate an html document using a css file, with an xsl transformation. What you suggest is the correct way to do it. What you need though is a little bit of code in your sitemap to tell Cocoon how to handle requests for CSS files. This would do it: map:match

Extending Cocoon original Doc. via Subsitemap produces no add'l pages

2003-02-10 Thread Douglas Reames
Hello, I have just started learning Cocoon and I have been trying to test my understanding of the relationship between sitemap and subsitemaps using the Cocoon2 Documentation site that comes with the binary installation. I have modified the installed version (extended it using a subsitemap; I

Re: CInclude problems on Mac 10.2.3

2003-02-10 Thread Hugh Field-Richards
My problem with CInclude on a Mac OS 10.2.3 with JDK1.3 has been solved by using JDK1.4. What the underlying cause was is still unclear. Hugh F-R On Friday, February 7, 2003, at 10:39 am, Hugh Field-Richards wrote: Hi Has anybody come across this problem with cinclude. I am running Cocoon

Re: Call a css into an xsl

2003-02-10 Thread Ugo Cei
Lionel Crine wrote: xsl:template match=content html head /head link rel=stylesheet type=text/css href=style.css/ I assume this was just a typo, but you need to put the link element inside the head element, not outside. Ugo -- Ugo Cei - http://www.beblogging.com/blog/

Accessing named session attributes in XSP?

2003-02-10 Thread Derek Hohls
I know I am missing something *very* obvious, but I have end of day stare here, and cannot figure what mistake I am making. I am using the Database Authenticator to process a login - the user ID is stored in a session attribute called userrname The auth.xml used looks like: auth-descriptor

Cocoon 2.0.4 and subsitemaps

2003-02-10 Thread Douglas Reames
Would someone familiar with the Cocoon D ocumentation web app please give me a tip about extending it. I have: [1] Added a branch to: /webapps/cocoon/samples/ [2] New branch ( /webapps/cocoon/samples/reames ) is a mirror image of /webapps/cocoon/samples/poi, [3] Finally, I added an entry to

Tomcat error!

2003-02-10 Thread Maxime.Gheysen
Hi, I had some troubles with cocoon and tomcat last week. I completely re-install my computer, and now apache just stops at this line : [INFO] Registry - -Loading registry information [INFO] Registry - -Creating new Registry instance [INFO] Registry - -Creating MBeanServer [INFO] Http11Protocol

Re: Call a css into an xsl

2003-02-10 Thread Lionel Crine
I did, my mistake. At 14:09 10/02/2003 +0100, you wrote: Lionel Crine wrote: xsl:template match=content html head /head link rel=stylesheet type=text/css href=style.css/ I assume this was just a typo, but you need to put the link element inside the head element, not outside. Ugo

rt.jar error

2003-02-10 Thread Maxime.Gheysen
I clearly install tomcat and I get following error on each page. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file C:\Program Files\Apache Group\Tomcat

How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-10 Thread Sylvain.Thevoz
Is there someone that could explain me how to load Cocoon into a Tomcat project in Eclipse? This type of project comes from the Sysdeo plugin which allow to run Tomcat into Eclipse. Thanks Regards Sylvain - Please check that

RE: A note about the best(?) (cocoon-) development environment ...

2003-02-10 Thread Hunsberger, Peter
snip Ones you didnt talk about: 13) Together control center. If you can afford it, it absolutely kills any other IDE on the planet. Hmm, I use it, but I wouldn't quite say that: it's got it's share of bugs that make it sometimes quite painful to use. However, we're getting good support

RE: Cocoon User Meeting - Wuerzburg - Germany

2003-02-10 Thread Gerstel, Rachel
I live in Frankfurt and would love to come to a meeting if one gets set up. Please keep me posted!! Thanks, Rachel -Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 1:07 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Cocoon User

AW: Accessing named session attributes in XSP?

2003-02-10 Thread Marco Rolappe
hi derek, could you tell me please how the XSP is accessed? the problem might be that your XSP is dealing with a different session (XSPs default to creating a new session). -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Derek Hohls

AW: global sitemap parameters and programatic cocoon configuration

2003-02-10 Thread Marco Rolappe
hi hussayn, -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von SAXESS - Hussayn Dabbous Gesendet: Montag, 10. Februar 2003 15:20 An: [EMAIL PROTECTED] Betreff: global sitemap parameters and programatic cocoon configuration Hy, all I just

AW: Tomcat error!

2003-02-10 Thread Marco Rolappe
why don't you have a look at your tomcat logs? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von [EMAIL PROTECTED] Gesendet: Montag, 10. Februar 2003 15:52 An: [EMAIL PROTECTED] Betreff: Tomcat error! Hi, I had some troubles with cocoon

RE: Instal Cocoon on Mac OS X

2003-02-10 Thread Astor Rivera
From my experience this has always been the case. Of course this delay happened whenI initiated cocoon for the first time, as it has to unpack cocoon.war My current config:: jaguar 10.2.3 tomcat 4.1.12 cocoon 2.0.4 Astor -Original Message-From: Thor Heinrichs-Wolpert

Reporting Engine

2003-02-10 Thread Irv Salisbury III
I have been tasked to build/find/modify a reporting engine inside cocoon. I have looked at the POI project, and it will not fit, as we don't want Excel to be the client. I am hoping for any information on any engines that people have used inside cocoon, or if anyone knows of any engines that

Re: AW: global sitemap parameters and programatic cocoon configuration

2003-02-10 Thread SAXESS - Hussayn Dabbous
Hy, Marco; Thank you for your infos so far. The keyword DefaultsMetaModule brought me to a thread within the users archive: http://www.mail-archive.com/cocoon-users@xml.apache.org/msg18831.html From the thread i learned, that DefaultsMetaModule would NOT pass parameters to subsitemaps when

RE: Reporting Engine

2003-02-10 Thread Sean McKaharay
xReporter...I am using xReporter right now. It takes a little time to understand all the stylesheets but I think it works great for reporting. Check it out: http://xreporter.cocoondev.org/index.html -Original Message- From: Irv Salisbury III [mailto:[EMAIL

Re: Cinclude issues...

2003-02-10 Thread Ben Young
Sorry Jeff, I guess I never gave an example of the what the proposed pipeline should look like. map:match pattern=**/index.htm* map:act type=sourcetype src=/home/htdocs/content/{1}/index.xml map:generate src=cocoon:/{../1}/index.{sourcetype}/ /map:act map:transform

RE: highlighting with Lucene

2003-02-10 Thread Hugo Burm
Hi, The steps you describe below are correct. But it may not be as easy as you may wish. Some points: - The Cocooncenter article was written before Lucene support was integrated in Cocoon. Because of this: - I did not use the indexer integrated in Cocoon, but used my own classes to index xml

Re: AW: global sitemap parameters and programatic cocoon configuration

2003-02-10 Thread Jeremy Quinn
On Monday, February 10, 2003, at 06:44 PM, SAXESS - Hussayn Dabbous wrote: I also learned, that input modules is something not yet released, and under discussion... I'll start experimenting with DefaultsMetaModule and add some stuff into cocoon.xconf and look into this in more depth. I would

Re: AW: global sitemap parameters and programatic cocoon configuration

2003-02-10 Thread SAXESS - Hussayn Dabbous
Hy, Jeremy; Thank you for this hint. That's great, because this comes in fact very close to what i want. The only thing i would have to change in my current setup is switching from property-notation to XML-notation in my customisation files. I planned this move anyway. Only one last question,

Re: Instal Cocoon on Mac OS X

2003-02-10 Thread Markus Vaterlaus
Hi there, I'm not quite sure If we are talking about the same. But cocoon w/ tomcat always takes it's time if it's run for the for the first time. That's, because a lot of files have to be compiled (check the contents of "work" in your tomcat directory). If your computer is quite slow it may

Re: Cocoon 2.0.4 and subsitemaps

2003-02-10 Thread Stephan Kassanke
Douglas Reames wrote: Would someone familiar with the Cocoon D ocumentation web app please give me a tip about extending it. I have: [1] Added a branch to: /webapps/cocoon/samples/ [2] New branch ( /webapps/cocoon/samples/reames ) is a mirror image of /webapps/cocoon/samples/poi, [3]

Content editor [was: Re: A note about the best(?) (cocoon-) development environment ...]

2003-02-10 Thread Markus Vaterlaus
Hi there, I'm just facing the same problem as you do. About 30 persons are contributing to our documentation (a single document runs from 10 to 100 pages with about as much graphics in it). Actually all this is done in MS Word. I have the Vision that in the near future all this content will

Re: custom generator not working on a fresh install

2003-02-10 Thread peter riegersperger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi again! nobody any idea? i'm getting desperate here, so any hint/pointer/tip would be very very welcome! thanks, rick On Friday 07 February 2003 22:52, peter riegersperger wrote: Hi all! We reactivated a Cocoon-based project that I haven't

RE: Content editor [was: Re: A note about the best(?) (cocoon-) development environment ...]

2003-02-10 Thread Conal Tuohy
Markus Vaterlaus wrote: I'm just facing the same problem as you do. About 30 persons are contributing to our documentation (a single document runs from 10 to 100 pages with about as much graphics in it). Actually all this is done in MS Word. I have the Vision that in the near future all

Re: Reporting Engine

2003-02-10 Thread Steven Noels
Sean McKaharay wrote: xReporter...I am using xReporter right now. It takes a little time to understand all the stylesheets but I think it works great for reporting. ... and our stylesheets are under serious rework to show off xReporter can look nice, too ;-) /Steven -- Steven Noels

RE: Reporting Engine

2003-02-10 Thread Conal Tuohy
Looks interesting... but where is the live demo? -Original Message- From: Sean McKaharay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 11 February 2003 07:53 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Reporting Engine xReporter...I am using xReporter right now. It

RE: Reporting Engine

2003-02-10 Thread Bruno Dumon
On Mon, 2003-02-10 at 22:25, Conal Tuohy wrote: Looks interesting... but where is the live demo? Here: http://xreporter.cocoondev.org/cocoon/mount/xreporter/en-US/datasources (log in with demo/demo) the link is at the bottom of the homepage, but maybe you are confused by the TOC on top? --

Re: Reporting Engine

2003-02-10 Thread Irv Salisbury III
Thanks for the info. This looks really good. Any other things I should know about this before digging in? Irv Sean McKaharay wrote: xReporter...I am using xReporter right now. It takes a little time to understand all the stylesheets but I think it works great for reporting. Check it out:

want to volunteer my writing skill but how?

2003-02-10 Thread David Novogrodsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would love to volunteer for the Cocoon project. I love to write and combined with my technical skill the combination could be potent; however, I am having some problems joining the docs mail list. When I send an e-mail to:

Re: want to volunteer my writing skill but how?

2003-02-10 Thread Tai
[EMAIL PROTECTED] On Tue, 2003-02-11 at 08:46, David Novogrodsky wrote: I am having some problems joining the docs mail list. When I send an e-mail to: cocoon-docs-subscribe.at.xml.apache.org I get a bad e-mail address error: signature.asc Description: This is a digitally signed message

AW: custom generator not working on a fresh install

2003-02-10 Thread Jan Harms
Hi Rick, have you tried to call the java VM with the -verbose:class option? You will have to modify the tomcat startup skripts for that. With this option you can see which classes are actually loaded (and from where). Are the cocoon classes loaded? What if you use a FileGenerator (inherits

Re: AW: custom generator not working on a fresh install

2003-02-10 Thread peter riegersperger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 10 February 2003 23:06, Jan Harms wrote: Don´t panic ;-) too late. I managed to not pass out, but if i didn't have KMahjongg, i'd be in real trouble ;) have you tried to call the java VM with the -verbose:class option? You will have

Re: Cocoon 2.0.4 and subsitemaps

2003-02-10 Thread Douglas Reames
Thanks for replying Stephen. The relevant Sitemap / Subsitemap pipeline entries are: [A] Sitemap ( /webapps/cocoon/sitemap.xmap ) -- !-- 'mount other sample pages' -- map:match pattern=samples/** map:mount check-reload=yes src=samples/ uri-prefix=samples/ /map:match [B]

Javadoc in XML Format?

2003-02-10 Thread Robert Simmons
Greetings,I have been looking for a doclet that will create Javadoc API documentation but in XML format. This could then be used with cocoon to give far mroe control over rendering javadoc. I have looked through the internet and it appears Apache had a project on it at one time but now i

AW: AW: global sitemap parameters and programatic cocoon configuration

2003-02-10 Thread Marco Rolappe
hi hussayn, I see the classes available and modules declared in cocoon.xconf in 2.0.4, so; 1. they seem to be released stuff and 2. you should be able to use them in 2.0.4. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von SAXESS - Hussayn

Re: want to volunteer my writing skill but how?

2003-02-10 Thread David Crossley
David Novogrodsky wrote: I would love to volunteer for the Cocoon project. I love to write and combined with my technical skill the combination could be potent; however, I am having some problems joining the docs mail list. When I send an e-mail to: cocoon-docs-subscribe.at.xml.apache.org I

Re: Cinclude issues...

2003-02-10 Thread Jeff Turner
On Mon, Feb 10, 2003 at 02:09:17PM -0500, Ben Young wrote: Sorry Jeff, I guess I never gave an example of the what the proposed pipeline should look like. map:match pattern=**/index.htm* map:act type=sourcetype src=/home/htdocs/content/{1}/index.xml map:generate

Re: AW: Accessing named session attributes in XSP?

2003-02-10 Thread Derek Hohls
I am not sure by what you mean "How is it accessed"; it is called by the sitemap as a generator at the start of a match entry... in fact, the same XSP may be called from more than one match; with different processing and transformation taking place thereafter. How can I avoid each XSP