Re: Cocoon, XForms, ExFormula,, Struts, etc

2002-02-13 Thread Christian Haul
On 12.Feb.2002 -- 11:48 PM, Ivanov, Ivelin wrote: > Does Cocoon 2 have a mechanism for achieving automatic Form population and > validation, similar to Struts ? I don't know Struts, so I can't compare the two. Anyway: Validation, yes. There's a FormValidatorAction that should be sufficient for ma

Searching the Cocoon mail archives?

2002-02-13 Thread Derek Hohls
Hi A quick (and somewhat redfaced question) - how do I search the archives at: http://www.mail-archive.com/cocoon-users@xml.apache.org for multiple AND instances (eg. sun+svg+sitemap) Thanks! Derek - Please check that your que

calling a HTML-file from an XSL-file

2002-02-13 Thread Richard Korthuis
Hello,   I have created an XML-file together with an XSL-file. In the XSL-file I create a frameset with frames. In the frames I want to display plain HTML-files, but when I use: I get a HTTP 500 error: The page cannot be displayed. When I change contents.htm into an XML-file (i.e. "../coco

RE: cocoon2 + headless solaris + tomcatv4 not starting

2002-02-13 Thread caleb racey
Works Thanks Bert, 4 days of frustration fixed in 5 minutes.   Caleb Racey Webteam University Computing Service   -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 4:32 PM To: [EMAIL PROTECTED] Subject: Re: cocoon2 + he

Re: Cocoon 2.0.1 and Tomcat 4.02

2002-02-13 Thread Jean-Philippe Courson
Joseph Rajkumar wrote: > Hi > Tomcat-4.0.2 and Cocoon-2.0.1 works > like a charm for me. I am on Linux-Mandrake-8.0 > using Sun JDK-1.3.1_02. Are you using tomcat 4.0.2 rpms or tgz ? JP > It would be easier for people to help > if you let us know the OS and the JDK you are using. >

mod_webapp info needed

2002-02-13 Thread Bert Van Kets
Can anybody tell me where I can ask questions regarding mod_webapp? I installed Tomcat 4.0.1 and Apache 1.3.20 on SuSE 7.3. I'd like to direct the root of my Apache site to a Cocoon webapp. It runs fine in Win2K, but Apache can't seem to talk to Tomcat in SuSE Linux. I'm getting file not f

RE: calling a HTML-file from an XSL-file

2002-02-13 Thread Ruth, Thomas {PDBI~Basel}
You have to use the correct path for contents.htm ... -Original Message- From: Richard Korthuis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: calling a HTML-file from an XSL-file Hello, I have created an XML-file together with

Cocoon1 -> Cocoon2

2002-02-13 Thread Geza.Szocs
Hi guys, I've had a simple java code which produced XML output. In Cocoon1, I had to implement some Producer interface, so my java code became integrated in the Cocoon servlet. Does anybody know how to do similar thing in Cocoon2 ? I've read the code snippet written by Jupin, but I have somethin

RE: Cocoon 2.0.1 Problem changing default parser to Xerces...

2002-02-13 Thread Vadim Gritsenko
This error ([CONFLICT] lifestyle interfaces) was fixed after 2.0.1 release. Either get CVS version or get XercesParser.java from the CVS (cvs.apache.org) Vadim > From: SANSONE, AARON M [Non-Pharmacia/1000] > > According to documentation, to change the default XML Parser to user Xerces > (as opp

RE: Searching the Cocoon mail archives?

2002-02-13 Thread Vadim Gritsenko
Try http://marc.theaimsgroup.com/?l=xml-cocoon-users&w=2&r=1&s=sun+svg+sitem ap&q=b Only 24 results. Vadim > -Original Message- > From: Derek Hohls [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 13, 2002 4:09 AM > To: [EMAIL PROTECTED] > Subject: Searching the Cocoon mail archi

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.

2002-02-13 Thread Kubanek, Petr
Hi, got following error (WEB-INF/logs/sitemap.log) with Cocoon 2.0.1, Tomcat 4.0.1, JDK 1.3.1-b24, NT Sp ? (hope >5) box. Cocoon 2.0.1 doesn´t start, 2.0 worked fine. DEBUG (2002-02-13) 13:50.06:860 [sitemap] (/cocoon/) HttpProcessor[8080][0]/Handler: Beginning sitemap regeneration DEBUG

RE: Cocoon1 -> Cocoon2

2002-02-13 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hi guys, > > I've had a simple java code which produced XML > output. In Cocoon1, I had to implement some Producer > interface, so my java code became integrated in the > Cocoon servlet. Does anybody know how to do similar > thing in Coco

RE: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.

2002-02-13 Thread Vadim Gritsenko
Read the archive: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=101294401424342&w=2 http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=101183982808469&w=2 and lots of other emails. Vadim > -Original Message- > From: Kubanek, Petr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Febru

Re: calling a HTML-file from an XSL-file

2002-02-13 Thread Richard Korthuis
Well that seems pretty obvious to me, but there seems to be an other problem, but what - Original Message - From: "Ruth, Thomas {PDBI~Basel}" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 1:31 PM Subject: RE: calling a HTML-file from an XSL-file > Yo

Re: Cocoon1 -> Cocoon2

2002-02-13 Thread Alexandre Victoor
Hi Here is a dummy generator that parses a string and gives the sax events to cocoon. Hope that is what you need. From my experience I can tell that it is not the best thing to do with cocoon2... Regards Alex import org.apache.avalon.framework.parameters.Parameters; import org.apache.co

AW: Cocoon, XForms, ExFormula,, Struts, etc

2002-02-13 Thread Thorsten Mauch
Hi we are working on a integeration from cocoon chiba and castor-xml http://sourceforge.net/projects/chiba/ we like to use castor to perform the data exchange automaticly. Beside this we wrote some basic actions to handle Xforms request. I hope that you will see a basic version of that in the C

RE: MySQL Insert

2002-02-13 Thread SANSONE, AARON M [Non-Pharmacia/1000]
Ferran, Yes you can do any SQL statement using the transformer. An insert may look like this: http://apache.org/cocoon/SQL/2.0";> http://apache.org/cocoon/SQL/2.0";> insert into tablex ( username, password, activeFlag ) values ('', '', 'Y') Then process this throught the SQL

RE: Cocoon1 -> Cocoon2

2002-02-13 Thread Geza.Szocs
Thanx Alex. I guess this was exactly what I needed. I assume that from the performace point of view this is not the best solution, but I right now I already have a huge amount of code in a servlet. In order to make the pages configurable, I ported the whole thing pretty easily to Cocoon1. I conver

RE: Cocoon1 -> Cocoon2

2002-02-13 Thread Alexandre Victoor
You are welcome :) But you have to look at the memory aspect too... A new instance of the generator is created at each request and so the amount of memory allocated keeps increasing. With cocoon2 you can also use a servlet as a generator. It's certainly not the best solution neither but since yo

RE: Cocoon1 -> Cocoon2

2002-02-13 Thread Geza.Szocs
> But you have to look at the memory aspect too... > A new instance of the generator is created at each request and so the > amount of memory allocated keeps increasing. :( Too bad. > With cocoon2 you can also use a servlet as a generator. It's > certainly not > the best solution neither but

RE: Cocoon1 -> Cocoon2

2002-02-13 Thread Alexandre Victoor
>How can I do that ? Should I implement the Generator interface too >in my servlet, or do the HTTP request thing what Jupin suggested ? >Or is there any other way to do that ? I saw plenty of exapmles >which use JSP, HTML, XSP and other thing as a generator, but nowhere >a simple Java (servlet) c

RE: Cocoon 2.0.1 Problem changing default parser to Xerces...

2002-02-13 Thread SANSONE, AARON M [Non-Pharmacia/1000]
Vadim, I got the Feb 13, CVS Snapshot and this is working now. Thanks. However, I am still having the Problem with the AbstractDOMTransformer that I've implemented. See the "More on Cocoon 2 generated SAX Exception" Thread. Thanks, Aaron (P.S. here is the exception from the thread I'm talki

RE: Cocoon1 -> Cocoon2

2002-02-13 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > But you have to look at the memory aspect too... > > A new instance of the generator is created at each request and so the > > amount of memory allocated keeps increasing. Not (exactly) true - depends how you implement it. Read on Avalon

Setting attributes of the esql tags dynamically

2002-02-13 Thread hugo burm
How can I set the "column" attribute of the tags in the esql taglib dynamically? xsp:attribute generates an error. The problem: I have simple sql query "select * from mytable". Mytable has 5 columns. The code below generates a Xalan transformer error in C2.0.1 (W2000, Tomcat 4.0.1): When I repl

Cocoon2 and LDAP

2002-02-13 Thread Ruth, Thomas {PDBI~Basel}
Hi we tried to install LDAP in our Cocoon 2.0 environment. I downloaded jndi1.2.2 and put the jar file in the lib directory. In the sitemap.xmap we included the line After the restart we got the error message: ERROR (2002-02-13) 07:36.19:802 [cocoon ] (/cocoon/pathfinder/index.xml) Exec

Re: Setting attributes of the esql tags dynamically

2002-02-13 Thread Christian Haul
On 13.Feb.2002 -- 03:43 PM, hugo burm wrote: > > How can I set the "column" attribute of the tags in the esql taglib > dynamically? xsp:attribute generates an error. > > > > > for (ic=1; ic <= cnt; ic++) { > > ic >

[slightly OT] I really need ideas about a CMS to use with Cocoon

2002-02-13 Thread Michael Homeijer
Hi, I am working on a project that planned to use the java CMS from arsdigita (www.arsdigita.com). We noticed a news item about arsdigita that keeps us from using the product in our project (http://slashdot.org/article.pl?sid=02/02/08/1319206&mode=thread). We were in the stage of evaluating how

session attributes in XSL Transformer

2002-02-13 Thread Lorenzo De Sio
Hi all, I tried hard but got somewhat confused with the documentation. How can I make session attribute values available to a XSLT transformation? In fact, does something like exist for session attributes? Thanks, L. Lorenzo De Sio Web For Business s.r.l. Firenze, italy

servlet, generator or ... (design question)

2002-02-13 Thread Mike Haarman
We are evaluating C2 for a very large, public, data-dissemination project (NHGIS.ORG). I would like to build a few small XML visualization tools in C2 for demonstration purposes. For example, a facility to upload an XML instance, associate it with a stylesheet living on the server and return tr

RE: Cocoon2 and LDAP

2002-02-13 Thread MarcB
I downloaded JNDI and created the cocoon war package as described in http://xml.apache.org/cocoon/installing/index.html. I do not have errors related to LDAP when starting tomcat/cocoon. My sitemap has: I am using JNDI 1.2.2, Cocoon 2.0, Tomcat 3.2.1 Now if you want to ask me if I actuall

RE: Apache Tomcat/4.0.2 - Error report with Cocoon-2.0.1

2002-02-13 Thread Todd Densmore
Ran into the same problem. I just uninstalled :( -Original Message- From: Joseph Rajkumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 7:04 PM To: cocoon-users Subject: Apache Tomcat/4.0.2 - Error report with Cocoon-2.0.1 > Apache Tomcat/4.0.2 - HTTP Status 500 - Interna

C2 Deployment

2002-02-13 Thread Gustavo Nalle Fernandes
Hello C2 Users, How can I deploy C2 in two separate jars/wars ? In one of them,I´d like to put C2 core (as it comes from Apache site) and in the other I´d like to put my xsp,xml and xsl,so I need not to recompile the entire aplication when I change one of my xsp. Gustavo --

RE: session attributes in XSL Transformer

2002-02-13 Thread Vadim Gritsenko
> From: Lorenzo De Sio [mailto:[EMAIL PROTECTED]] > > Hi all, > > I tried hard but got somewhat confused with the documentation. > How can I make session attribute values available to a XSLT transformation? > > In fact, does something like > > > > > > exist for session attributes? N

Re: Apache Tomcat/4.0.2 - Error report with Cocoon-2.0.1

2002-02-13 Thread Joseph Rajkumar
Todd Densmore wrote: > > Ran into the same problem. I just uninstalled :( > Hi The best solution right now is to stay with Tomcat-4.0.1 and Cocoon-2.0.1 and they work just fine with or without the display. Joseph Rajkumar

RE: servlet, generator or ... (design question)

2002-02-13 Thread Vadim Gritsenko
> From: Mike Haarman [mailto:[EMAIL PROTECTED]] > > We are evaluating C2 for a very large, public, data-dissemination project > (NHGIS.ORG). I would like to build a few small XML visualization tools in > C2 for demonstration purposes. For example, a facility to upload an XML > instance, associa

RE: UnnamedSelector: ComponentSelector could not find the component on custom Action

2002-02-13 Thread Lewis, Andrew J
I sent this to the wrong list earlier...sorry... > -- > From: Lewis, Andrew J > Sent: Wednesday, February 13, 2002 10:22 AM > To: '[EMAIL PROTECTED]' > Subject: UnnamedSelector: ComponentSelector could not find the > component on custom Action > > > I'm using Coc

Cocoon + Lucene + Xindice

2002-02-13 Thread Yaser Al Masri
Hi, I've been looking to the implementation of Lucene inside Cocoon, and it's great what this combo is able to deliver. Things will continue to work perfectly until database shows. The 'like' and 'contains' functions in SQL and XPATH queries respectively cannot make much use of the indexing

Re: New release 2.0.1 woes. Continue.

2002-02-13 Thread Alexander Smirnoff
Sorry for misleading about the "global" method, - it works fine. The problem actually is different: If I put "return" between open and close tags it results in empty document. Look at example: http://apache.org/xsp";> if(true) return; Q

Solved: Re: Benchmarking aggregations

2002-02-13 Thread Jozsa Kristof
On Mon, Feb 11, 2002 at 04:44:13PM -0500, Vadim Gritsenko wrote: > > From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] > > > > On Mon, Feb 11, 2002 at 02:35:19PM -0500, Vadim Gritsenko wrote: > > > Suggestion: > > > Save results of these three blocks (0.055s, 0.160s and 0.045s) into > a > > > files

RE: calling a HTML-file from an XSL-file

2002-02-13 Thread Chitharanjan Das
Hello Please make the corresponding entry in your site-map for your pipeline and then try it should work. Please make appropriate change for the path... Regds, Chiths -Original Message- From: Richard Korthuis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 5:

RE: UnnamedSelector: ComponentSelector could not find the component on custom Action

2002-02-13 Thread Lewis, Andrew J
ok...I was right - it was something stupid. I was inheriting from ConfigurableComposerAction but then masking the ComponenetManager variable in my class, and not providing an implementation of compose() to correspond. Looking up componenets off of a null ComponenetManager doesn't appear to work v

RE: More on Cocoon 2 generated SAX Exception

2002-02-13 Thread SANSONE, AARON M [Non-Pharmacia/1000]
More info: RE: SAX to DOM Pipeline with an AbstractDOMTransformer In an attempt to determine what was causing this exception, I dug into the code and started to low-tech debug (aka System.out.println). I found something interesting. The content handler is NULL when trying to process the SAX Ev

problem with blank java files for xsp/serverpages

2002-02-13 Thread David Stenglein
Greetings, I've been having a strange problem with xsps that give a NoClassDefFound because the jave file is nearly empty (4 newlines). I've been testing lots of different combinations of tomcat (3.2.3, 4.0) java (1.3.0, 1.3.1) and cocoon (2.0, 2.0.1) and it doesn't work anywhere. It specifically

RE: New release 2.0.1 woes. Continue.

2002-02-13 Thread Vadim Gritsenko
> From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] > > Sorry for misleading about the "global" method, - it works fine. > > The problem actually is different: > > If I put "return" between open and close tags it results in empty document. > Look at example: > > http://apache.org/xsp";> >

RE: problem with blank java files for xsp/serverpages

2002-02-13 Thread Vadim Gritsenko
This issue is fixed in the Cocoon CVS. Error message returned now looks like: "This page is not valid page of this markup langugage. Root element is: http://www.apache.org/1999/XSP/Core:page, must be: http://apache.org/xsp:page"; Which means that your page's root element is http://www.apache.o

ANNOUNCE: jfor/Cocoon HOWTO - generating RTF with Cocoon

2002-02-13 Thread Bertrand Delacretaz
To all RTF fans: hot off the virtual presses, a new technote "jfor/Cocoon 2 HOWTO: dynamic generation of RTF documents from XML with Cocoon 2 and jfor" Is now available at http://www.jfor.org/jfor-cocoon-howto.html It explains how to activate the RTFSerializer that is part of the Cocoon 2 so

RE: calling a HTML-file from an XSL-file

2002-02-13 Thread Luca Morandini
Richards,   what might be happening is that .htm files are not passed to Cocoon...   Maybe you setup Tomcat (or wathever servlet container you're using) to process only .xml files and ignore the .htm ones (which are, hence, processed by the web-server).   Best regards, ---

servlet, generator or ... (design question)

2002-02-13 Thread Mike Haarman
We are evaluating C2 for a very large, public, data-dissemination project (NHGIS.ORG). I would like to build a few small XML visualization tools in C2 for demonstration purposes. For example, a facility to upload an XML instance, associate it with a stylesheet living on the server and return tr

Cocoon 2, XSP and Turbine

2002-02-13 Thread Annick Fron
I, I am using : - Windows NT 4 - Tomcat 4.0.1 - Cocoon 2.2 and I get problems to instantiate the engine (file use.xsl not found). Yet, I wonder if I need to set the database settings, if Turbine is mandatory, if I can remove some xsp settings ... -- Annick Fron AFC Europe B.P. 111, 977 avenue d

RE: servlet, generator or ... (design question)

2002-02-13 Thread Ivan Rubin Ayma
> We are evaluating C2 for a very large, public, > data-dissemination project > (NHGIS.ORG). I would like to build a few small XML > visualization tools in > C2 for demonstration purposes. For example, a facility to > upload an XML > instance, associate it with a stylesheet living on the serv

RE: Cocoon 2, XSP and Turbine

2002-02-13 Thread Vadim Gritsenko
> From: Annick Fron [mailto:[EMAIL PROTECTED]] > > I, > > I am using : > - Windows NT 4 > - Tomcat 4.0.1 > - Cocoon 2.2 If it is Apache Cocoon, then there is no such version. If it something else, let us know were did you get this ;) > and I get problems to instantiate the engine (file use.xs

RE: problem with blank java files for xsp/serverpages

2002-02-13 Thread David Stenglein
Thanks a million!! Should have asked earlier, but I wanted to research it enough first. The thing that confused me terribly is that the test.xsp in the webroot wasn't actually the same!! Somewhere, I made one with the correct namespace reference, but never thought they were different. Oh, well

Re: New release 2.0.1 woes. Continue.

2002-02-13 Thread Alexander Smirnoff
OK. I've got it. Thanks. I understand the motivation to exlude autocomplete is to speed up the pipeline process. So XSP developer must be responsible of consistent closing of his elements if he or she wants to return somewhere from the middle of XSP logic. General note: it seems 2.0.1 compared

RE: New release 2.0.1 woes. Continue.

2002-02-13 Thread Vadim Gritsenko
> From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] > > OK. I've got it. Thanks. Welcome. > I understand the motivation to exlude autocomplete is > to speed up the pipeline process. So XSP developer > must be responsible of consistent closing of his elements > if he or she wants to return so

[Action] Best practices for authentication

2002-02-13 Thread Pascal Davoust
Hi all, I've been experimenting with Cocoon 2.0.1 (and before that with Cocoon 1, but didn't do much with it because of the lack of features more than available in C2 now, mainly actions). And now I'm wondering about the 'protected' sample in the distro. Basically, having a page protected by aut

Re: New release 2.0.1 woes. Continue.

2002-02-13 Thread Alexander Smirnoff
- Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 2:18 PM Subject: RE: New release 2.0.1 woes. Continue. > > From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] > > > > OK. I've got it. Thanks. > > Welcome. >

RE: [Action] Best practices for authentication

2002-02-13 Thread Vadim Gritsenko
> From: Pascal Davoust [mailto:[EMAIL PROTECTED]] > > Hi all, > > I've been experimenting with Cocoon 2.0.1 (and before that with Cocoon 1, > but didn't do much with it because of the lack of features more than > available in C2 now, mainly actions). > And now I'm wondering about the 'protected'

Installing Cocoon 2.0.1 on Tomcat-Standalone 4.0.2 with JDK1.3.1_02 and Windows 2K Pro

2002-02-13 Thread Barnaby Shearer
I have just downloaded a binary distribution of Cocoon 2.0.1 and cannot get it to run. I have am running Windows 2000 professional with Sun's JDK 1.3.1_02 and Jakarta-tomcat-4.0.2 in standalone mode. These all appear to be working correctly. I have copied the cocoon.war file into tomcat's direct

Re: Installing Cocoon 2.0.1 on Tomcat-Standalone 4.0.2 with JDK1.3.1_02 and Windows 2K Pro

2002-02-13 Thread Joseph Rajkumar
Hi This problem has been posted by me and many others on this mailing list. Depends on what you wish to do. If you want to get TC+Cocoon to work, go to version TC-4.0.1 and Cocoon-2.0.1 with everything else as you have it. Then you will be fine. Regards Joseph Rajkumar Barnaby Sh

RE: Installing Cocoon 2.0.1 on Tomcat-Standalone 4.0.2 with JDK1.3.1_02 and Windows 2K Pro

2002-02-13 Thread Vadim Gritsenko
> From: Barnaby Shearer [mailto:[EMAIL PROTECTED]] > > I have just downloaded a binary distribution of Cocoon 2.0.1 and cannot get > it to run. > > I have am running Windows 2000 professional with Sun's JDK 1.3.1_02 and > Jakarta-tomcat-4.0.2 in standalone mode. These all appear to be working >

Re: Cocoon1 -> Cocoon2

2002-02-13 Thread Joseph Jupin
In our design, we were trying to keep a clear delineation (sp?) from our transforming engine (cocoon) and our requestor - in the case of the code I provided, this was to show how a servlet from another web server could call cocoon and get the transformed results - we also have a swing client

RE: [Action] Best practices for authentication

2002-02-13 Thread Pascal Davoust
Ok, it was too simple and too obvious for me! That's the way I like problems to be solved. :) Thanks! Pascal. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 8:37 PM To: [EMAIL PROTECTED] Subject: RE: [Action

Error handling design question

2002-02-13 Thread Alexander Smirnoff
After playing with cocoon for few month I found that it quite strong and bold to be used in production environment. But there are some weak points which I've noticed. One of those is abnormal situation handling in XSP files. So far I've tried few approaches. The requirement is : In the case of

PDF Table Template?

2002-02-13 Thread Ryan Howe
Hello, I am attempting to use the stylesheet included below to transform an XML file to PDF using Cocoon 2.0.1. My hope to build multiple tables in the PDF file. I have created two templates in the stylesheet for opening and closing a table. When running this through Cocoon, I get a NullPointer

RE: [Action] Best practices for authentication

2002-02-13 Thread Pascal Davoust
Mmh, I probably missed something here... I tried what you proposed, but I get a compilation error. Here's what I did at first, which works correctly: (login is in another pipeline... does it matter?) And then I tried to reverse the pattern, like this

RE: problems with StreamGenerator...

2002-02-13 Thread Steven Caswell
Thanks for the info. Will try out the updated class soon. -Original Message- From: giacomo [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:48 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: problems with StreamGenerator... On Mon, 11 Feb 2002, Steven Caswell wrot

RE: StreamGenerator: Could not get parser

2002-02-13 Thread Steven Caswell
I did the search on your name and did not find what looked like the posting. I did get things working yesterday but I'd still be interested in seeing your solution. My problem was with how I was building the form field content. TIA -Original Message- From: Joseph Jupin [mailto:[EMAIL P

RE: [Action] Best practices for authentication

2002-02-13 Thread Vadim Gritsenko
> From: Pascal Davoust [mailto:[EMAIL PROTECTED]] > > Mmh, I probably missed something here... I tried what you proposed, but I > get a compilation error. Here's what I did at first, which works correctly: > > > > > > value="file://config/session-params.xml"/> >

Installing Cocoon 2.0.1 on Websphere App Server 4.0.1AE

2002-02-13 Thread Edwin M. Cruz
Are there any warnings i should know about before designing my app around this framework? Has anyone used it for an exterprise application? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --

RE: Cocoon, XForms, ExFormula, Chiba, Struts, etc

2002-02-13 Thread Ivanov, Ivelin
That sounds good. We've used Castor for successfully binding heavy XML traffic. Have you coordinated efforts with the folks that started ExFormula. I see that Chris is still active on the Cocoon list. The reason why I am opening this subject again is because I think it can add significant va

Cocoon v2 article @ xml.com by Stefano

2002-02-13 Thread Peter Royal
http://www.xml.com/pub/a/2002/02/13/cocoon2.html -pete -- peter royal -> [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. To

Re: PDF Table Template?

2002-02-13 Thread Perry Molendijk
This is not a Cocoon error it's a fundamental XSLT error. Constructs like: are bad. If you want to use a named template for a table do this or use an so you can set all the attributes for your tables in the one spot. 200px BTW this is probably off topic

Error : 500 Internal Servlet Error

2002-02-13 Thread Shailendra Vasale
hi All, I'm running c2 on tomcat3.2.3.When I call my xml file in c2 using serverpages generator.I get the following error. Error: 500 Location: /cocoon/show123/style.xml Internal Servlet Error: java.lang.ClassFormatError: org/apache/cocoon/www/docs/samples/styles/style_xml (Code of a met

Re: Error : 500 Internal Servlet Error

2002-02-13 Thread Brian Blakeley
As I understand it Java does not allow methods larger than 65535 bytes and therefore you need to break up things a bit. Brian - Original Message - From: "Shailendra Vasale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 2:07 AM Subject: Error : 500 Interna