RE: Can cocoon write pdf to a file?

2002-08-15 Thread Derek Hohls
Can you supply a link to this discussion/anwer? >>> [EMAIL PROTECTED] 16/08/2002 12:20:57 >>> This has been answered in the archives. I used the pdf transformer and saved the output stream to a file. TA -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: Thursday, Au

RE: Session-handling without cookies

2002-08-15 Thread Carsten Ziegeler
Yes, URL rewriting - refer to the documentation of your servlet engine on how to enable and use it. Cocoon provides the urlencoder transformer which helps you in url rewriting. Carsten > -Original Message- > From: Thomas Garger [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002

Session-handling without cookies

2002-08-15 Thread Thomas Garger
hi all! i wrote a web-application with cocoon, and it seems that cocoon handles sessions with cookies (with session-coockies). thats the reason, why i have to enable session-cookies in IE6.0. i there an other way to handle sessions, without cookies?? greetings, chris ---

Re: Sending a parameter to Xerces (allow java char encodings)

2002-08-15 Thread Jesse Reynolds
At 22:29 -0400 15/8/2002, Vadim Gritsenko wrote: >Jesse Reynolds wrote: > >>At 22:10 -0400 15/8/2002, Vadim Gritsenko wrote: >> >>>Jesse Reynolds wrote: >>> And I've made the changes to JaxpParser.java as Vadim has suggested to get it to tell Xerces to "allow-java-encodings" but >>>

Re: Sending a parameter to Xerces (allow java char encodings)

2002-08-15 Thread Vadim Gritsenko
Jesse Reynolds wrote: > At 22:10 -0400 15/8/2002, Vadim Gritsenko wrote: > >> Jesse Reynolds wrote: >> >>> >>> And I've made the changes to JaxpParser.java as Vadim has suggested >>> to get it to tell Xerces to "allow-java-encodings" but it just >>> doesn't seem to work. >>> >>> Perhaps a bug i

Re: Sending a parameter to Xerces (allow java char encodings)

2002-08-15 Thread Jesse Reynolds
At 22:10 -0400 15/8/2002, Vadim Gritsenko wrote: >Jesse Reynolds wrote: >> >>And I've made the changes to JaxpParser.java as Vadim has suggested >>to get it to tell Xerces to "allow-java-encodings" but it just >>doesn't seem to work. >> >>Perhaps a bug in Xerces? > > >Jesse, > >Please note: you

Re: Internal Pipeline - external access

2002-08-15 Thread Vadim Gritsenko
Silke Schön wrote: >Hello! > >In the pipelines part of my sitemap.xmap I created a second, internal pipeline for a >pdf-document. The sheet works fine- but as well internal as EXTERNAL- what I wanted >to avoid. > I don't get this. >I can't find the problem. >What went wrong? > What's the

Re: Sending a parameter to Xerces (allow java char encodings)

2002-08-15 Thread Vadim Gritsenko
Jesse Reynolds wrote: > At 11:07 -0400 12/8/2002, Vadim Gritsenko wrote: > >> > From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] >> >>> >>> Thanks Vadim >>> >>> I've changed the code to mention the correct URL, but it is still not >>> working. I am confused about why it isn't working. Either:

Re: Installing Cacoon on JRUN 3.1 behind proxy

2002-08-15 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: >I just installed cocoon in my Jrun environment and the new rhino file seems >to be looking for java.sun.com without going through the proxy. Has anyone >experienced this situation? Any information on solving this problem would >be appreciated. Thanks. > >08/15 15:41:2

Re: Building Cocoon on Mac OS X

2002-08-15 Thread Jesse Reynolds
Urgh, I think I just answered my own question... corrupted filenames eg: "AbstractJavaCompiler.ja100644" /src/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.ja100644 yikes... Ah, I must have used "tar" and not "gnutar". DOH! package: Building jar: /Installers

RE: Building Cocoon on Mac OS X

2002-08-15 Thread Astor Rivera
Jesse, have you ever compiled using the tcsh shell? I hate to say this but this looks like a classpath error. Have you set your environment variables and initialized them when you compile. you should have a .tcshrc file in your current directory that specifies your shells environment variables.

Internal Pipeline - external access

2002-08-15 Thread Silke=20Sch=F6n
Hello! In the pipelines part of my sitemap.xmap I created a second, internal pipeline for a pdf-document. The sheet works fine- but as well internal as EXTERNAL- what I wanted to avoid. I can't find the problem. What went wrong? Where can I modify the settings for what exactly should be treat

Installing Cacoon on JRUN 3.1 behind proxy

2002-08-15 Thread Don . Abbasi
I just installed cocoon in my Jrun environment and the new rhino file seems to be looking for java.sun.com without going through the proxy. Has anyone experienced this situation? Any information on solving this problem would be appreciated. Thanks. 08/15 15:41:25 error (JRun) JRun Aborting! [j

RE: Sending a parameter to Xerces (allow java char encodings)

2002-08-15 Thread Jesse Reynolds
At 11:07 -0400 12/8/2002, Vadim Gritsenko wrote: > > From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] >> >> Thanks Vadim >> >> I've changed the code to mention the correct URL, but it is still not >> working. I am confused about why it isn't working. Either: >> >> a) My code is not doing the r

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Terry Anderson
Title: Message This has been answered in the archives. I used the pdf transformer and saved the output stream to a file.   TA -Original Message-From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 2:07 PMTo: '[EMAIL PROTECTED]'Subject: RE: Can co

Building Cocoon on Mac OS X

2002-08-15 Thread Jesse Reynolds
Hello folx Has anyone ever built Cocoon 2.x on Mac OS X? I got about 36 errors the first time I tried, below. They mostly seem to be classes not found... any ideas anyone? I'm on Mac OS X version 10.1.5 on a powerbook g4. compile: Compiling with Java 1.3, debug on, optimize off, deprecation

Re: Redirect/Rewrite Module

2002-08-15 Thread Michael Wechner
Giacomo Pati wrote: >On Fri, 9 Aug 2002, Michael Wechner wrote: > >>Hi >> >>I have a situation where I would like to do a lot of >>URI-redirects/rewrites. I know I can do this via the sitemap, >>but other people would be doing this. So for the reason of "Separation >>of Concern" I would like to

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Geoff Howard
you should check the archives - i'm pretty sure this has been answered a lot.  Think you'll want SourceWritingTransformer from Cocoon 2.1 dev (cvs check out from HEAD)   Geoff -Original Message-From: kyle koss [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 15, 2002 1:54 PMT

Re: Can cocoon write pdf to a file?

2002-08-15 Thread Justin Fagnani-Bell
Because what happens when someone then wants to do the same thing with a GIF, or HTML, or SWF? An action that writes any resource to a file can be reused in different circumstances. Justin On Thursday, August 15, 2002, at 01:46 PM, Argyn Kuketayev wrote: > > I can't think of any way to do th

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? > I can't think of any way to do this with the included Cocoon > components, why not to change FOPSerializer? e.g. make it write the file on hard disk, then in the output stream will be only the URL to that file?

Re: WAP problem

2002-08-15 Thread Skip Carter
> Its strange but my cell phone does not open > http://xxx/cocoon/samples/hello-world/hello.wml saying: 1019 Compile Error > What's the matter? Several cell phone microbrowsers are NOT strictly WML compliant, in spite of the fact that they say they are. I have seen the above problem with the

Re: Can cocoon write pdf to a file?

2002-08-15 Thread Justin Fagnani-Bell
On Thursday, August 15, 2002, at 10:53 AM, kyle koss wrote: > Is it possible for Cocoon to do an XML+XSL -> PDF transformation, but > instead of serving the PDF into the browser, writing it to a file? > > What I would like to do is, take information entered into a form on a > jsp page, turn it

Re: sexy open source

2002-08-15 Thread Vegan Portal
--- Bertrand Delacretaz <[EMAIL PROTECTED]> schrieb: > On Thursday 15 August 2002 18:41, David Trammell > wrote: > > Couldn't this be discussed somewhere else..., > Please > > Yes, yes, please!! > > Maybe you want to open a discussion group on > yahoogroups for this, or a > discussion page

Re: Redirect/Rewrite Module

2002-08-15 Thread Giacomo Pati
On Fri, 9 Aug 2002, Michael Wechner wrote: > Hi > > I have a situation where I would like to do a lot of > URI-redirects/rewrites. I know I can do this via the sitemap, > but other people would be doing this. So for the reason of "Separation > of Concern" I would like to separate this from the ac

Re: AW: AW: FOP-0.20.3

2002-08-15 Thread J.Pietschmann
Wolf-Dieter Grabner wrote: > The other way round - how can I 'downgrade' Cocoon to an older > batik version (and/or use fop-020.4 instead of -0.20.3). This should be as easy as replacing the Batik jar distributed with Cocoon with the jar distributed with FOP. Well, it worked for me in various env

WAP problem

2002-08-15 Thread Leszek Gawron
Its strange but my cell phone does not open http://xxx/cocoon/samples/hello-world/hello.wml saying: 1019 Compile Error What's the matter? ouzo -- __ | / \ |Leszek Gawron// \\ \_\\ //_/ [EMAIL PROTECTED] _\\()//_ .'

Re: Relax NG validation for Cocoon

2002-08-15 Thread Vadim Gritsenko
Ian Atkin wrote: > it was forrest that woke me up to relaxng, but i'm up to a number of > things atm - this wasn't top of the list... > > i'm completely lost where cocoon ends and forrest starts, i'd like to > see validation first and worry about project boundaries second imho > > as for cocoon

ArrayIndexOutOfBounds/Cocoon-2.0.3

2002-08-15 Thread Amy Drew
Environment: cocoon-2.0.3 jdk 1.3 tomcat 4.0.1 AIX 4.3 An action that uses an XMLFilterImpl and sets ContentHandler to a local file when parsing XML is failing with ArrayIndexOutOfBoundsExeption from org.apache.xerces.parsers.AbstractSAXParser.parse(...:1193). This action worked for a previous v

Re: [Fwd: Encoding in HSSF (XLS) Serializer]

2002-08-15 Thread Andrew C. Oliver
You know... I don't think it does yet. It would make sense to set the underlying encoding to unicode (16-bit) if per chance the locale isn't set to us/uk/austrailia. (we use the locale for numbers) I'll fix this when I get a chance if someone else doesn't beat me to it. (Its a very simple

Re: sexy open source

2002-08-15 Thread Josema Alonso
Hi, All. >... > * Regression Testing: > JUnit (http://www.junit.org/) > JXUnit (http://jxunit.sourceforge.net/) > JMeter (http://jakarta.apache.org/jmeter) >... I haven't seen testing frameworks for web applications mentioned, and maybe it would be good to add these too: Canoo Web Test (htt

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Argyn Kuketayev
what for?     -Original Message-From: kyle koss [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 15, 2002 1:54 PMTo: [EMAIL PROTECTED]Subject: Can cocoon write pdf to a file? Is it possible for Cocoon to do an XML+XSL -> PDF transformation, but instead of serving the

Re: Can cocoon write pdf to a file?

2002-08-15 Thread Ross Gardler
kyle koss wrote: > Is it possible for Cocoon to do an XML+XSL -> PDF transformation, but instead of >serving the PDF into the browser, > writing it to a file? You can from the command line (I think the following will work (although I have never used it): java -cp [classpath] org.apache.cocoo

Can cocoon write pdf to a file?

2002-08-15 Thread kyle koss
Is it possible for Cocoon to do an XML+XSL -> PDF transformation, but instead of serving the PDF into the browser, writing it to a file?   What I would like to do is, take information entered into a form on a jsp page, turn it into an XML file, and then apply my XSL to it to produce a PDF

Re: sexy open source

2002-08-15 Thread Bertrand Delacretaz
On Thursday 15 August 2002 18:41, David Trammell wrote: > Couldn't this be discussed somewhere else..., Please Yes, yes, please!! Maybe you want to open a discussion group on yahoogroups for this, or a discussion page on www.quicktopic.com. Both are easy and quick. This would help keep thi

Re: sexy open source

2002-08-15 Thread David Trammell
Couldn't this be discussed somewhere else..., Please Vegan Portal wrote: > Hi cocooners, > Now that I have your attention, I would like to > discuss the ideal of non-compromised development of > full-blown, stable, scallable and manageable > applications with open-source only and how far one

RE: sexy open source

2002-08-15 Thread Mike Haarman
On Thu, 15 Aug 2002, Hunsberger, Peter wrote: > I'm slowly starting to see a generalized architecture fall out of the work > we do. It's rather different from what seems to be a main thrust of Cocoon > (XSP), and it may be worth outlining: It is. > This architecture exploits the functional pr

Re: NO JdbcConnection class available --cocoon 2.0.3 binary release u sing informix jdbc driver 2.21

2002-08-15 Thread Wang, Gonghui
Thanks, it actually works by switching back to an older verion of jdbc driver and only use ifxjdbc.jar. One more gotya when using XSP however, when I use twice for the same column, it gives funny error mes

Handling the parameter,,,,,

2002-08-15 Thread kavitha ramesh
Hi Dr.Skip, In my previous mail I have made a small mistake with my sitemap.Actually my sitemap looks as below: http://localhost:8080/cocoon/loginp{requestQuery}"; /> Thanking you in advance,, Kavitha Wa

mount cocoon context on root URL-path

2002-08-15 Thread yuryx
Hi all! I'm using tomcat-mod_jk-apache integration and I have the following question: How can I mount a cocoon context on a root URL? In tomcat-mod_webapp-apache integration I used to set the following in httpd.conf : WebAppConnection Conn warp localhost:8008 WebAppDeploy coco

Re: Relax NG validation for Cocoon

2002-08-15 Thread Ian Atkin
it was forrest that woke me up to relaxng, but i'm up to a number of things atm - this wasn't top of the list... i'm completely lost where cocoon ends and forrest starts, i'd like to see validation first and worry about project boundaries second imho as for cocoon components (brainstorm):- - d

Re: Problems when upgrading to Cocoon 2.0.3 from 2.0.1

2002-08-15 Thread Werner Guttmann
Thanks, Vadim, I actually had a look at src/documentation/cocoon.xconf to see what's missing and to educate myself about the options available (javac vs. pizza vs. ...). Now, having said that, I think it's a bit counter-intuitive to ask somebody to look into one the build directories. I download

RE: [Q] SunRise roles?

2002-08-15 Thread Per Kreipke
Carsten, Ah, philosophy :-) > > I think that the restriction you describe (one role per user) > > means that the > > SunRise authentication is potentially mis-using the word 'role'. You're > > using it to denote a profile name, nothing more. It'll never > > really replace > > (or integrate with)

Re: Problems when upgrading to Cocoon 2.0.3 from 2.0.1

2002-08-15 Thread Vadim Gritsenko
Werner Guttmann wrote: >If that's the case, where should I copy cocoon.xconf from ? > > Of course from build/cocoon/webapp/WEB-INF/cocoon.xconf (source dist). >Werner > >Artur Bialecki wrote: > > > >>Your mistake was using cocoon.xconf from src/webapp/WEB-INF. >>For some reason it doesn't

Re: using 1.8.2 with Tomcat as Service on w2k

2002-08-15 Thread Leszek Gawron
On Mon, Aug 12, 2002 at 05:07:00PM -0400, [EMAIL PROTECTED] wrote: > > Hi -- > > Managed to get Tomcat 3.3.1 running as a service on my w2k server. It is running >in conjunction with IIS 5.0. > > Tomcat also has Cocoon 1.8.2. If I kick off Tomcat manually Cocoon works great. >If it r

[Summary] Re: Serving soap with Cocoon ?

2002-08-15 Thread Marcus Crafter
Hi All, Summary of this thread is available: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=102942182827006&w=2 Comments, questions, etc, much appreciated. Cheers, Marcus On Thu, Aug 08, 2002 at 12:25:32PM -0400, Geoff

Re: Problems when upgrading to Cocoon 2.0.3 from 2.0.1

2002-08-15 Thread Werner Guttmann
If that's the case, where should I copy cocoon.xconf from ? Werner Artur Bialecki wrote: > Your mistake was using cocoon.xconf from src/webapp/WEB-INF. > For some reason it doesn't define the compiler parameter for > . > > Someone should fix this. > > Artur... > > > -Original Message- >

RE: sexy open source

2002-08-15 Thread Hunsberger, Peter
> > Honestly, I went through stjude.org, nice idea, but if > you'd decipher my nick, I'm quite uncomfortable with > basic research exploiting animals with little or no > actual use at all for all those unfortunate children - > probably dictated by industry-driven NCI and others. I > hope you work

Antwort: Re: cocoon on bea - problems with xsps

2002-08-15 Thread michael_hampel
Hello, thanx for the reply. Unfortunately, I have to use servicepack 1. Any idea? Thanx again for any help, miHam - Please check that your question has not already been answered in the FAQ before posting.

RE: Problems when upgrading to Cocoon 2.0.3 from 2.0.1

2002-08-15 Thread Artur Bialecki
Your mistake was using cocoon.xconf from src/webapp/WEB-INF. For some reason it doesn't define the compiler parameter for . Someone should fix this. Artur... > -Original Message- > From: Werner Guttmann [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 5:40 AM > To: [EMAIL P

RE: sexy open source

2002-08-15 Thread Artur Bialecki
If it Portgresql supported the CONNECT BY statement I would move to it today. Artur... > -Original Message- > From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 11:17 PM > To: [EMAIL PROTECTED] > Subject: Re: sexy open source > > > > My experience also sho

Parameter not accepted from a servlet

2002-08-15 Thread kavitha ramesh
Hi Dr.Skip, You have peviously solved my problem of combining a stylesheet with an xml file generated from a servlet.Now I have someother problem. My main sitemap is as follows: http://localhost:8080/cocoon/login"; /> login is a servlet and this servlet generates an xml file. 1)If i

Cinclude crashing catalina...?

2002-08-15 Thread Alexander Smirnoff
Hi, I had weird JVM crash after using cinclude in my application. I spent a little time to investigate the issue and this what I figured out: When I call cinclude transformer does not rewrite the request's Servlet Path to "message". For example In my sitemap I have next:

Re: POST request with XSP

2002-08-15 Thread Vadim Gritsenko
Boscoe wrote: > [ Sorry, > couldn't complete Email, had to use a different Email-Account ] > > Why isn't the HttpServletRequest directly accessible from a XSP ? > Is there any important reason ? HttpServletRequest does *not* exist in non-HTTP environment. Pls remember that Cocoon is not tied t

Re: cocoon on bea - problems with xsps

2002-08-15 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: >Hello, > > I ran into a new problem when using cocoon on bea 6.1 servicepack 1 on >Solaris. > The problem is, that the java code from my xsps is not created >completely. > (it stops somewhere in the middle with characters(" ) > I had the same problem on bea 6.2 with

Re: Problems when upgrading to Cocoon 2.0.3 from 2.0.1

2002-08-15 Thread Vadim Gritsenko
Werner Guttmann wrote: >Hi, > >I am just in the process of upgrading an existing web application to use >Cocoon 2.0.3 rather than 2.0.1 (running on Solaris 8, JDK 1.3.1). When >starting Tomcat 4.0.1, I am getting the following ComponentException in >e.g. core.log: > >I have searched the logs alre

Re: Cocoon without a Servlet Engine

2002-08-15 Thread Vadim Gritsenko
Upayavira wrote: >Dear Vadim and others, > >Vadim Gritsenko wrote: > > >>Yes, take a look at CocoonServlet.java and Main.java. They do call >>Cocoon using Java interface. It's not very easy ATM, but there are plans >>to make it easier by providing CocoonBean (Nicola? :) >>Base your code on Coco

Re: POST request with XSP

2002-08-15 Thread Vadim Gritsenko
Armin Ehrenfels wrote: > Vadim, > > first of all, thank you for your reply. >> There are multiple ways: >> >> 1. Have two pipelines, one with XSP and second with RequestGenerator, >> then map:aggregate them together, XSLT as necessary, and serve it >> HTMLed. >> >> 2. Have XSP including othe

Version Control System // was Re: sexy open source

2002-08-15 Thread MJ Ray
Andreas Hochsteger wrote: > * Version Control System: > CVS (http://www.cvshome.org/) > Subversion (http://subversion.tigris.org/) (!!!) Also: Arch http://www.regexps.com/arch.html (star-merge, distributed projects) Aegis http://aegis.sf.net/ (optional testing integration, distributed) OpenCM

How to pass Request Object from 1 pipeline to other

2002-08-15 Thread Murari
Hello Friends, I am very new to cocoon ,i have one problem I want to pass request object from one pipeline to other pipeline. How Murari Dhoot - Please check that your question has not already been answered in the FAQ b

Re: NO JdbcConnection class available --cocoon 2.0.3 binary release u sing informix jdbc driver 2.21 on windows

2002-08-15 Thread Christian Haul
On 14.Aug.2002 -- 03:56 PM, Wang, Gonghui wrote: > I am using cocoon 2.0.3 under tomcat 4.0.4 to try the employee example. It > works on Oracle database, but fail for Informix database. Hi. I use Informix all the time -- although with an older JDBC driver that doesn't need the special treatment.

Re: sexy open source

2002-08-15 Thread Andrew C. Oliver
Why don't forget that you need Jakarta POI to output to Excel or the HSSF Serializer for Cocoon. ;-) -Andy Vegan Portal wrote: >Hi Andreas, > --- Andreas Hochsteger ><[EMAIL PROTECTED]> schrieb: > > > >>* UML Modeling: >> ArgoUML (http://argouml.tigris.org/) >>* Version Control System: >>

Re: sexy open source

2002-08-15 Thread Andrew C. Oliver
> > Hey, come on, today is offtopic day! See all these messages fly? None > of them are Cocoon related ;-P In that case in response to a previous posted, I'd like to offer this gem: EJBs in factwellthey suck. -Andy

Link Livesites: Cue and Review Recording Services [Cocoon 2]

2002-08-15 Thread Stuart Roebuck
http://www.cueandreview.org.uk/ Public Key - 1024D/88DD65AF 2001-11-23 Stuart Roebuck (Adolos) Key fingerprint = 89D9 E405 F8B1 9B22 0FA2 F2C1 9E57 5AB1 88DD 65AF - Stuart Roebuck, BSc, MBATe

Re: How to translate?

2002-08-15 Thread KOZLOV Roman
Hi Albert, Albert Cervera Areny wrote: > Hi, > the thread is quite old... but anyway, I've tried to make the stylesheet > (please tell me if it is right, by the way how could I avoid that > xmlns:i18n in each generated tag?). > I don't understand some things. I create a messages.xml file which

Re: JspGenerator error on hello.jsp

2002-08-15 Thread Kavitha Ramesh
Hi Mr.Vikram, You should place the jasper-compiler.jar in your lib file.It will work,,, Kavitha --- Vikram Rai <[EMAIL PROTECTED]> wrote: > I'm running cocoon 2.0.3 on Tomcat 3.3.1 (Linux > 7.2). I've been trying to run the hello.jsp example > for the jsp as below; > > http://localhost:8080/

cocoon on bea - problems with xsps

2002-08-15 Thread michael_hampel
Hello, I ran into a new problem when using cocoon on bea 6.1 servicepack 1 on Solaris. The problem is, that the java code from my xsps is not created completely. (it stops somewhere in the middle with characters(" ) I had the same problem on bea 6.2 with servicepack2, but there putting

Re: POST request with XSP

2002-08-15 Thread Boscoe
[ Sorry, couldn't complete Email, had to use a different Email-Account ] Why isn't the HttpServletRequest directly accessible from a XSP ? Is there any important reason ? I think the best way for me could be creating a simple action which sets a request attribute containing the HttpServletReque

Problems when upgrading to Cocoon 2.0.3 from 2.0.1

2002-08-15 Thread Werner Guttmann
Hi, I am just in the process of upgrading an existing web application to use Cocoon 2.0.3 rather than 2.0.1 (running on Solaris 8, JDK 1.3.1). When starting Tomcat 4.0.1, I am getting the following ComponentException in e.g. core.log: I have searched the logs already (incl. the FAQ), but most en

RE: How to translate?

2002-08-15 Thread Piroumian Konstantin
> From: Albert Cervera Areny [mailto:[EMAIL PROTECTED]] > > Hi, > the thread is quite old... but anyway, I've tried to make > the stylesheet I've attached my version for comparison. > (please tell me if it is right, by the way how could I avoid that > xmlns:i18n in each generated tag?). Th

Re: sexy open source

2002-08-15 Thread Andreas Hochsteger
Hi! On Donnerstag, 15. August 2002 4:53, Vegan Portal wrote: > --- "Emmanuil Batsis (Manos)" > <[EMAIL PROTECTED]> schrieb: > > > > Since we are talking about add-on projects, I would > > vote for Wyona CMS > > project; a content management system that sits on > > top of Cocoon. > > http://www.w

Re: sexy open source

2002-08-15 Thread Andreas Hochsteger
Hi! On Donnerstag, 15. August 2002 4:40, Vegan Portal wrote: > Hi Andreas, > --- Andreas Hochsteger > <[EMAIL PROTECTED]> schrieb: > I'll give some short comments to various projects as you suggested below. > > * UML Modeling: > > ArgoUML (http://argouml.tigris.org/) It's a great UML modelli

NO JdbcConnection class available --cocoon 2.0.3 binary release using informix jdbc driver 2.21 on windows

2002-08-15 Thread Wang, Gonghui
I am using cocoon 2.0.3 under tomcat 4.0.4 to try the employee example. It works on Oracle database, but fail for Informix database. Found the following comment from org/apache/avalon/excalibur/datasource/InformixDataSource.java * Informix doesn't like the JdbcDataSource Component, so we gave i

RE: Cocoon without a Servlet Engine

2002-08-15 Thread Upayavira
Dear Vadim and others, Vadim Gritsenko wrote: > Yes, take a look at CocoonServlet.java and Main.java. They do call > Cocoon using Java interface. It's not very easy ATM, but there are plans > to make it easier by providing CocoonBean (Nicola? :) > Base your code on CocoonServlet and/or Main.java.

RE: [Q] SunRise roles?

2002-08-15 Thread Carsten Ziegeler
Per Kreipke wrote: > > > > > Hmm, no - the Nodes itself have to be copied before, so the application > > can not accidentally change the nodes. > > Ah, interesting, I had actually noticed that they were 'live' and was > thinking of using that fact. Clearly a no-no :-) > > You mean: nodes have to

RE: [Q] SunRise roles?

2002-08-15 Thread Carsten Ziegeler
Per Kreipke wrote: > > > I think that the restriction you describe (one role per user) > means that the > SunRise authentication is potentially mis-using the word 'role'. You're > using it to denote a profile name, nothing more. It'll never > really replace > (or integrate with) roles in the Servl

Relax NG validation for Cocoon

2002-08-15 Thread David Crossley
Ian Atkin wrote: >>David Crossley wrote: >> >>Please do not give up, Ian. Cocoon can certainly do validation >>as an XML framework now using DTDs. Perhaps later using other >>schema (Relax NG anyone?). > > i'm currently investigating relaxng:- > - jing seems the validator to use, any probs? See t