JBOSS-Cocoon

2002-05-14 Thread Ferran Urgell
Hi Cocooners!! Actually I've cocoon 2.0 i my PC under Redhat Linux My question is, Can I Install Jboss ? Is a good combination install Jboss with cocoon ? How I can do this? (I have a lot of questions about JBoss-Cocoon) There are same people with Cocoon and Jboss? What advantages I'm

How to write '' in a Cocoon query

2002-05-14 Thread Hahn Kurt (CHA)
I'm trying to add this condition to a query(already functional): and OBJET.OBJ_SUPPRIME 'O' I couldn't even write a simple (according to my book: lt), IE 5 won't open the file as soon as I insert the line... Please help.. Kurt

RE: How to write '' in a Cocoon query

2002-05-14 Thread Graaf, Edgar de (fin)
lt; should work!? Regards, Edgar -Oorspronkelijk bericht- Van: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 14 mei 2002 8:52 Aan: '[EMAIL PROTECTED]' Onderwerp: How to write '' in a Cocoon query I'm trying to add this condition to a query(already functional): and

Re: How to write '' in a Cocoon query

2002-05-14 Thread KOZLOV Roman
Hi Kurt, Have you put semicolon (;) after lt? Roman Hahn Kurt (CHA) wrote: I'm trying to add this condition to a query(already functional): and OBJET.OBJ_SUPPRIME 'O' I couldn't even write a simple (according to my book: lt), IE 5 won't open the file as soon as I insert the line...

xml

2002-05-14 Thread Ferran Urgell
www.xmleurope.com

Re: JBOSS-Cocoon

2002-05-14 Thread Nick Airey
Hello Ferran, It certainly is possible to run cocoon within the jboss/catalina package. I have it working with the jboss2.4.4-catalina4.0.1 package. The project I am leading is an ecommerce engine with multiple front ends. Cocoon is quite good for managing the presentation layer, and the EJBs

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Nick Airey
Don't waste your time, a soap interface already exists http://www.google.com/apis/ And it took me aprox 0.5 seconds to find. On Tue, 2002-05-14 at 05:19, Ivelin Ivanov wrote: I have just read and signed the online petition: URI and HTTP interface to Google hosted on the web by

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Stephan Michels
On 14 May 2002, Nick Airey wrote: Don't waste your time, a soap interface already exists http://www.google.com/apis/ And it took me aprox 0.5 seconds to find. And here a nice article: http://www.xml.com/pub/a/2002/04/24/google.html On Tue, 2002-05-14 at 05:19, Ivelin Ivanov wrote:

RE: JBOSS-Cocoon

2002-05-14 Thread Graaf, Edgar de (fin)
Yes you can. Here I have Windows 2000 with Cocoon 2, Tomcat, James and MySQL. Athome the same only with SuSe Linux 7.3. It works just fine for me. I use a generator I made seperately that calls EJB. Other times I use SOAP that calls the needed EJBs. SOAP is easily used with the SOAP

RE: att vadim: configuration localhost:8080

2002-05-14 Thread Graaf, Edgar de (fin)
4080 shouldn't be changed. Try: www.cocooncenter.de, resources for a tutorial on Xindice and Cocoon Also try the usergroup: [EMAIL PROTECTED] for questions on the XML Database Xindice... Edgar -Oorspronkelijk bericht- Van: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] Verzonden: maandag

FormValidation min-len/max-len does not work

2002-05-14 Thread Volker Schneider
Dear colleagues, I want to validate a field with the validation as follows: root parameter name=startzip type=string min-len=5 max-len=6/ /root If I type in a string with 4 characters, validation is successful (but should not!). If I change validation to root parameter name=startzip

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Andrew Savory
Hi Nick, On 14 May 2002, Nick Airey wrote: Don't waste your time, a soap interface already exists What the petition is asking for is a non-SOAP interface (using a URI and GET/POST instead). A. - Please check that your

RE: More than one transformation in one pipeline

2002-05-14 Thread Cenk Uysal
My sitemap is as below: map:pipeline map:match pattern=*/*.* map:generate src=personnel.xml/ map:transform type=xslt src=personnel2.xsl/ map:transform type=xslt src=personnel.xsl/ map:serialize/ /map:match /map:pipeline XML file is(personnel.xml): ?xml

RE: More than one transformation in one pipeline

2002-05-14 Thread Volker Schneider
Hi Cenk, did you check the result of your first transformation by leaving out the second transformer and replacing your serializer with an xml-serializer? Is this output correct? Then I would take the result and use it as input for your second transformation (in a test pipeline), in order to

Re: Parameter passing with Cocoon

2002-05-14 Thread Cenk Uysal
Your second method http://www.foo.com/index-xyz.html still forces the designer to know parameters when he/she creates a link. But I think first method is useful. http://www.foo.com/xyz/index.html May you give me a tip about how to parse these parameters to use in XSL stylesheets? Can Cocoon

Re: no way to get content-type?

2002-05-14 Thread Jens Lorenz
- Original Message - From: Andreas Vallen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 13, 2002 5:55 PM Subject: no way to get content-type? Hello cocoon-users, Is there really no way to determine the content type of a resource requested with a generator? I've spent

How to display meaningful errors

2002-05-14 Thread Vij, Bhavna
Hi All, I am very new to cocoon and it is really taking a toll on me. I am trying a small XSP page. For any error or Exception I get only one error which I am pasting below. How can I display more meaningful exception or error. Do I have to do some setting in sitemap.xmap. I have created my own

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

2002-05-14 Thread Wang
I use Cocoon 2.0.2 with Tomcat 4.0.1 to generate a html page(exaple.xml) in browser, but got this excetion: Description:org.apache.cocoon.ProcessingException: Exception during processing of file:/C:/unzipped/jj/jj/webapps/cocoon/docs/samples/ex11-01.xml: java.io.UTFDataFormatException:

Re: Set locale with an action

2002-05-14 Thread Konstantin Piroumian
From: Spectron International, Inc. [EMAIL PROTECTED] Still not working. Now I changed my sitemap to this like you told me: I guess you are using 2.0.3 branch. i18n transformer was changed only in the HEAD branch, because the new behavior is backward incompatible (the old one uses LocaleAction

RE: More than one transformation in one pipeline

2002-05-14 Thread Cenk Uysal
This time my code runs perfect. I could not understand what was wrong. Now I'm running the same code and I get no error. Thanks for your help... __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com

Using JSP as XML source

2002-05-14 Thread Cenk Uysal
I have a JSP code that returns XML as a result. And I want to use it as my XML source in sitemap. How can I do that? Do I have to change my FileGenerator to ServerPagesGenerator or something like that? Or is it ok to give the JSP file as a source where I give the XML file?

Re: JBOSS-Cocoon

2002-05-14 Thread Konstantin Piroumian
Hi! From: Graaf, Edgar de (fin) To: '[EMAIL PROTECTED]' Sent: Tuesday, May 14, 2002 11:16 AM Subject: RE: JBOSS-Cocoon ... Unfortunately there are no EJB logicsheets (at least not when I started, maybe that changed). I have one here from the old C1 days. I can

Error Handling

2002-05-14 Thread Michael Zehrer
Hi List, how can one have a global static error-page in C2, I need this for a production system. Cheers, Michael - Please check that your question has not already been answered in the FAQ before posting.

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Hi Vadim, I got some messages containing MRUMemoryStore [13.05.02 15:42:55:881 GMT+02:00] 55f62073 WebGroup I SRVE0091I: [Servlet-Protokoll]: DEBUG (2002-05-13) 15:42.55:881 [core.man] (Unknown-URI)

Re: Parameter passing with Cocoon

2002-05-14 Thread Bert Van Kets
Change that to http://www.foo.com/x/y/z/index.html and you can use a pipeline matcher like this: map:match pattern=/*/*/*/*.html map:generate src=/docs/{4}.xml/ map:transform src=/styles/yourtransfomer.xsl map:parameter name=x value={1}/ map:parameter name=y value={2}/

RE: Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2

2002-05-14 Thread Vadim Gritsenko
From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] From: Vadim Gritsenko [EMAIL PROTECTED] ... First you have to fix/force BEA to fix weblogic itself. It blindly replaces these properties with links to BEA's versions of parser and XSLT engine in (IIRC) T3SrvrImpl. I was able to

xsp-formval:is-toosmall causes xsp compilation error

2002-05-14 Thread Volker Schneider
Dear colleagues, if have this xsp file, in order to show the form validation error but I stuck there for hours: ?xml version=1.0 encoding=iso-8859-1? xsp:page xmlns:xsp=http://apache.org/xsp; xmlns:xsp-formval=http://apache.org/xsp/form-validator/2.0; xsp:logic String

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Volker Schneider
Hi Vadim, (1) I got something like that: [14.05.02 15:03:27:795 GMT+02:00] 4467 WebGroup I SRVE0091I: [Servlet-Protokoll]: DEBUG (2002-05-14) 15:03.27:795 [core.sto] (/Cocoon/xsp-result) Servlet.Engine.Transports:10/MRUMemoryStore: NOT Found key:

RE: Cant get Request from an Action

2002-05-14 Thread Volker Schneider
Hi Markus, first of all make sure that you have no blank before .setAttribute request .setAttribute (hello, world); But this could be caused by the mailer. You can get the request within an xsp by accessing the request variable in this way: xsp:page xsp:structure

Re: Using JSP as XML source

2002-05-14 Thread Cenk Uysal
I can't find the directory that you gave. I use Cocoon 2.02 __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com - Please check that your question has

RE: Cant get Request from an Action

2002-05-14 Thread Volker Schneider
Hi Markus, sorry, maybe I misunderstood you. Please try to set the attribute in your action as follows: Request theRequest = (Request)aObjectModel.get(Constants.REQUEST_OBJECT); if (theRequest != null) { theRequest.setAttribute(...); } Whereby aObjectModel comes into the action as

RE: att vadim: configuration localhost:8080

2002-05-14 Thread Vadim Gritsenko
From: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] sorry vadim, you are speaking to a real dummy here!...my configuration is on default 4080 as you suggest. its probably really basic...how do i change this? yikes Lizzie: I have not seen your sitemap, but if your XIndice is on port 4080,

RE: Log from mounted sitemap.

2002-05-14 Thread Vadim Gritsenko
From: Artur Bialecki [mailto:[EMAIL PROTECTED]] [ C-2.0.2, J-1.3.1, JB-2.4.4, TC-4.0.4b2, W2K, A-1.2.23] Replace your logkit.xconf with the version from the CVS. Vadim I mount a different sitemap for each of my modules. Do I have to do anything special to see log events from the

Re: Using JSP as XML source

2002-05-14 Thread Cenk Uysal
I can't find the sitemap entry of JSPGenerator in Documents. __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com - Please check that your question has

[OT] Jaxe- interesting XML editor (GPL)

2002-05-14 Thread Bertrand Delacretaz
Might be of interest: http://media4.obspm.fr/jaxe/Jaxe_en.html (contains screenshots). Just spent a few minutes testing it, it feels good and I like the simple but understandable way in which structure is displayed (reminds me of the HotMetal HTML editor which has a mixed tags/text view). --

Reuse of matches or pipelines

2002-05-14 Thread Matthew Hailstone
The two following matches are in a single pipeline. You'll notice that the second transform element in each match is practically the same. Is there any way that I can utilize the more generic second match during the execution of the first match by having two pipelines, or some other

Logger for category root.xslt returned

2002-05-14 Thread kerin // airside.co.uk
Hi everyone, I've been trying to setup Cocoon2.0, and after a couple of days still can't seem to get it up and running. This is my environment: Redhat7.1 J2SDK1.4.0 Tomcat 4.0 on x86. I've got the following environment variables set up correctly : JAVA_HOME, CATALINE_HOME, TOMCAT_HOME. I

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] Hi everyone, I've been trying to setup Cocoon2.0, and after a couple of days still can't seem to get it up and running. This is my environment: Redhat7.1 J2SDK1.4.0 Tomcat 4.0 on x86. I've got the following environment

Re: Logger for category root.xslt returned

2002-05-14 Thread kerin // airside.co.uk
From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 6:11 PM Subject: RE: Logger for category root.xslt returned Check *cocoon* log located in: tomcat/webapps/cocoon/WEB-INF/logs Vadim Oops, should have thought of that. I just checked the Cocoon

xsl:apply-templates bug?

2002-05-14 Thread Spectron International, Inc.
I have noticed something with xsl:apply-templates I don't know if it is a bug but it seems to me that it shouldn't work that way. I have the following xml: header column column column column /header And the following templates: xsl:template match=column xsl:value-of

Re: Logger for category root.xslt returned

2002-05-14 Thread kerin // airside.co.uk
From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 6:11 PM Subject: RE: Logger for category root.xslt returned Check *cocoon* log located in: tomcat/webapps/cocoon/WEB-INF/logs Vadim Sorry, I didnt see this initially in my logs : DEBUG

Re: no way to get content-type?

2002-05-14 Thread Jens Lorenz
- Original Message - From: Andreas Vallen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Jens Lorenz [EMAIL PROTECTED] Sent: Monday, May 13, 2002 10:42 PM Subject: Re: no way to get content-type? Hello, Hello, thanks Jens, that answer was exactly what I was looking for. Now if Vadim

RE: apply-templates bug?

2002-05-14 Thread Geoff Howard
This isn't the list for those kind of questions I think, but since it's an easy one and I'm new... The position() function returns the position within the current node set being operated on. When you select just column, you get the result you expected. When you use xsl:apply-templates/ with no

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
Read http://xml.apache.org/cocoon/installing/index.html, section Headless UNIX and PJA. Vadim -- Resistance is futile. -Original Message- From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May

Re: xsl:apply-templates bug?

2002-05-14 Thread J.Pietschmann
Spectron International, Inc. wrote: I have noticed something with xsl:apply-templates I don't know if it is a bug but it seems to me that it shouldn't work that way. I have the following xml: header column column column column /header ... xsl:template match=column

TEST - DO NOT RESPOND

2002-05-14 Thread William Bagby
Title: TEST - DO NOT RESPOND text

losing markup in multi-transform pipeline

2002-05-14 Thread gorillacommunications
Hi all. I am trying to use an XML file, followed by a sequence of two XSL files in one pipline. The first XSL file contains templates that manipulate the XML as data; the second file contains templates that format the resulting data into HTML. The problem is that the resulting HTML doesn't have

Re: losing markup in multi-transform pipeline

2002-05-14 Thread J.Pietschmann
gorillacommunications wrote: foo.xml: ?xml version=1.0 encoding=UTF-8? page titleHello/title content paraThis is my first Cocoon page!/para /content /page - foo1.xsl: ?xml version=1.0? xsl:stylesheet version=1.0

TEST - DO NOT RESPOND

2002-05-14 Thread William Bagby
Title: TEST - DO NOT RESPOND TESTING

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Volker Schneider
Hi Vadim, now I found: [14.05.02 21:16:49:348 GMT+02:00] 20377010 WebGroup I SRVE0091I: [Servlet-Protokoll]: DEBUG (2002-05-14) 21:16.49:348 [core.eve] (/Cocoon/xsp-main) Servlet.Engine.Transports:10/CachingEventPipeline: Found cached content for 'xsp-part2'. [14.05.02 21:16:47:796

error starting tomcat

2002-05-14 Thread Bert Van Kets
When I start Tomcat I get 5 messages in the console saying: Cannot find CatalogManager.properties I have A separate site using Cocoon, next to a Cocoon CVS build. My config.xconf is exactly the same as in my cocoon CVS build (except for the MySQL driver). I also included the resources directory

Cocoon 2 Builtin-Logicsheet Definitions

2002-05-14 Thread Mark Gaither
I'm a co-author on a book entitled Cocoon 2 Programming: Web Publishing with Java and XML. I writing a chapter entitled XSP LogicSheets. In this chapter, I'm cataloging all of the built-in logicsheets. I'm having problems determining some of the definitions of elements of the ESQL logicsheet.

Re: Cocoon 2 Builtin-Logicsheet Definitions

2002-05-14 Thread Torsten Curdt
On Tuesday 14 May 2002 22:37, Mark Gaither wrote: I'm a co-author on a book entitled Cocoon 2 Programming: Web Publishing with Java and XML. I writing a chapter entitled XSP LogicSheets. In this chapter, I'm cataloging all of the built-in logicsheets. I'm having problems determining some of

config memory with multiple cocoon instances one one machine

2002-05-14 Thread Patrick Husi
Hi We're working with Solaris 8 with 640Mb Memory, tomcat 4.01 and cocoon 2.0.2 and have three instances of cocoon running on it. Unfortunately after working with cocoon java hangs up and nothing works anymore. We have to restart cocoon. How should we configure the Xms, Xmx, freememory and

Re: config memory with multiple cocoon instances one one machine

2002-05-14 Thread Stephan Michels
On Tue, 14 May 2002, Patrick Husi wrote: Hi We're working with Solaris 8 with 640Mb Memory, tomcat 4.01 and cocoon 2.0.2 and have three instances of cocoon running on it. Unfortunately after working with cocoon java hangs up and nothing works anymore. We have to restart cocoon.

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Hi Vadim, ... So all included files and the result (xsp-main) seems to be cached. Good. Then I tried to start the 4th pipeline and I found the same messages in the log. Caching seems to be working. Next I'll try to make the xsp

Re: Parameter passing with Cocoon

2002-05-14 Thread Alex McLintock
At 13:33 14/05/2002, you wrote: Change that to http://www.foo.com/x/y/z/index.html and you can use a pipeline matcher like this: map:match pattern=/*/*/*/*.html map:generate src=/docs/{4}.xml/ map:transform src=/styles/yourtransfomer.xsl map:parameter name=x value={1}/

how to start xmls with cocoon ??

2002-05-14 Thread madhulatha . bharathula
Hi, I have installed cocoon on my machine and I am using tomcat 3.2.3 . I have created a sample xml, xslt and sitemap and I want to create a .HTML file out of it but I am not knowing how to start with cocoon pipeline ?? Can anyone help me with this ?? Can I start with the .xml directly on

xsp-session ns calls element creation funcs?

2002-05-14 Thread Zack Angelo
C2 doesn't seem to be behaving as expected...my code looks just like the examples. Any ideas? I'm sure it's something obvious. Okay, so apparently this: String userID = xsp-session:get-attribute name=malin-uid/; Generates into this (and, obviously, generates some errors): String

Form validation

2002-05-14 Thread Paul Pattison
I was looking at the Form Validation sample today and I found that there was a little more code in the xsp page then I would like. I'm trying to find a way to get the if-else if statements out of the page and put them into the action instead. Here's what I came up with. I tried to put the

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Ivelin Ivanov
Nick, I am aware that Google has a SOAP interface. This message suggests that a REST interface might be very useful as well. Ivelin - Original Message - From: Nick Airey [EMAIL PROTECTED] To: Cocoon Users [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 3:31 AM Subject: Re: [Request

RE: .htc how to

2002-05-14 Thread Stephen Ng
You must serve the .htc from Cocoon--do you have a rule for it in your sitemap? -Original Message- From: Cocoon User [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 8:07 PM To: [EMAIL PROTECTED] Subject: .htc how to i have a behavor (microsoft .htc) attached in a