Cocoon not recognizing Kannel headers

2002-05-02 Thread snodx
Hi all, Is there anyway to find out what headers an agent appends to its requests sent to cocoon? I have Cocoon 1.8.2 configured to run with Apache 1.3.19 I have the following lines added in cocoon.properties browser.1 = wap=Nokia

RE: Cocoon and SOAP

2002-05-02 Thread Graaf, Edgar de (fin)
Chitharanjan, Try: http://www.w3schools.com/soap/default.asp Here is a example of without parameters. Of course you have to adapt it to your situation. ?xml version=1.0 encoding=ISO-8859-1? !-- Author: Edgar de Graaf, [EMAIL PROTECTED] Date: May 2, 2002 -- xsp:page language=java

Re: wysiwyg - development tool

2002-05-02 Thread Alexandru COSTIN
Hello, We are working on something similar for Krysalis, a PHP XML/XSL application framework. We are considering porting the IDE for Krysalis, named KrysalIDE, to Cocoon2. Your requests are welcome, we are eager to find out what would you need from a visual

Re: Cocoon generated Java throwing SQLException

2002-05-02 Thread Christian Haul
On 01.May.2002 -- 09:54 PM, Zack Angelo wrote: Hey, I'm having some really peculiar behavior with the ESQL logicsheet. I have the following XSP (in my own logicsheet): esql:query select ID,count(ID) as count from Users where LoginUser='zack' and Password='password' group by ID/esql:query

Re: Cocoon not recognizing Kannel headers

2002-05-02 Thread Johannes Koch
[EMAIL PROTECTED] schrieb: It is very time-consuming to add each and every phone model in the cocoon.properties and then restart Apache each time. So I decided to install Kannel which is supposedly a WAP gateway. My plan is to write one line in the

Re: Cocoon not recognizing Kannel headers

2002-05-02 Thread snodx
Johannes Koch wrote Cocoon 1.8.2 only uses the User-Agent header for mapping clients to device client classes. As the Kannel doesn't add something to the client's User-Agent header, you can't recognize the Kannel Thanks for the input. I have to apologize but I did'nt understand. What's this

Problem while extending the cocoon servlet

2002-05-02 Thread manish
Hello, I want to extend the cocoon servlet and want to initialize some variable in init of servlet. How can i do thisI also don't find any example to handle this issue, please help me... Regards, Manish - Please

Request to external XML server in pipeline

2002-05-02 Thread Ewing, Bryce
Hi, Just started working with Cocoon and I have a question in regards to reading XML content from a XML server probably within a pipeline. What I have at present is a backend XML server that given a XML formatted packet does some processing, including database access, legacy etc. then replies

RE: Request to external XML server in pipeline

2002-05-02 Thread Matthew Langham
Hi Bryce, here's one way of doing this: pipeline reguest generator stylesheet - builds cinclude statements with the params cinclude transformer stylesheet for output /pipeline So you use the cinclude transformer to fetch the external data. Check out the cinclude

RE: Request to external XML server in pipeline

2002-05-02 Thread Carsten Ziegeler
In the case of a POST, you can use the session transformer (only available in the latest CVS) instead of the cinclude transformer: pipeline reguest generator stylesheet - builds cinclude statements with the params cinclude transformer stylesheet for output

cann't run sql examples

2002-05-02 Thread Olivier GUCKERT
Hello all, I have a problem to run example cocoon with SQL database. In the : http://localhost:8080/cocoon/welcome page, if i try the simple SQL example, i become a white page. If i uncomment the execute-query in the sql-page-xml, i botain a html page (without the data). When i click on the

RE: Multiple Pipelines Advantages?

2002-05-02 Thread Vadim Gritsenko
internal-only=true PS This one was asked several times already... FAQ? Vadim From: David Trammell [mailto:[EMAIL PROTECTED]] I was wondering what the advantages were for using multiple pipelines in a sitemap. It looks like being able to have a different error page is one, are there

Re: Cocoon generated Java throwing SQLException

2002-05-02 Thread Zack Angelo
On 5/2/02 2:26 AM, Christian Haul [EMAIL PROTECTED] wrote: On 01.May.2002 -- 09:54 PM, Zack Angelo wrote: Hey, I'm having some really peculiar behavior with the ESQL logicsheet. I have the following XSP (in my own logicsheet): esql:query select ID,count(ID) as count from Users where

Re: Cocoon generated Java throwing SQLException

2002-05-02 Thread Zack Angelo
Hmm, well, I don't think there are problems with my XSP syntax because the Java seems to be generating correctly, but I guess you're right. It could be something obscure. So here it is: ?xml version=1.0? xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

Re: Request to external XML server in pipeline

2002-05-02 Thread Zack Angelo
Bryce, On a side note, it sounds like you may also benefit from the use of SOAP, have you checked it out yet? -Zack On 5/2/02 4:27 AM, Ewing, Bryce [EMAIL PROTECTED] wrote: Hi, Just started working with Cocoon and I have a question in regards to reading XML content from a XML server

i18n throws exception if locale does not match exactly

2002-05-02 Thread Volker Schneider
Hi colleagues, when my browser is using the locale configuration en-gb and I have a i18n-catalog for lang=en it works fine, but there is an error exception reported in the log, because there is a file not found exception coming up (messages_en_gb was not found). I think there is no need to have

error on Mac OS X + Tomcat 4.0.1 + Cocoon 2.0.2

2002-05-02 Thread Noah Mittman
I got this error when first running after the install (trying to get /cocoon/): type fatal message Error compiling sitemap description org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoSuchFieldError: generators FYI The log contained this (I don't know if it's

Never Mind (Re: error on Mac OS X + Tomcat 4.0.1 + Cocoon 2.0.2)

2002-05-02 Thread Noah Mittman
Never mind... I finally found the thread in the list-archive on MARC that said to delete the tomcat/work directory and restart, which solved the problem. Sorry for the repeat. On Thursday, May 2, 2002, at 01:43 PM, Noah Mittman wrote: I got this error when first running after the install

Re: Is there any performance monitoring tool?

2002-05-02 Thread Berin Loritsch
Steven Punte wrote: Dear Cocoon User Group: Does anyone know if there is any performance monitoring tool built into Cocoon2? Something that would report the number of ms consumed by each component for a particular request. Thanks in advance: Not yet. Excalibur has a new

RE: Is there any performance monitoring tool?

2002-05-02 Thread Lai, Harry
Hi Steven, I don't know if this will give you the level of detail you're looking for, but Cocoon 2 does have a basic profiler built in that tells you how many milliseconds each pipeline component takes. Here's a post from Vadim that explains how to use it:

HOWTO install cocoon under JDK 1.4

2002-05-02 Thread Robert J. Lebowitz
I've noted how often this question comes up. I'm probably just asking for trouble by writing this follow-up HOWTO (someone will highlight something that I forgot to mention), but I thought it might keep poor Vadim's responses to a minimum (assuming my information is accurate). My installation

SQLTransformer returning empty XML tags

2002-05-02 Thread Fabricio Chalub
Hello, I'm using SQLTransformer to convert this simple piece of SQL: page xmlns:sql=http://apache.org/cocoon/SQL/2.0; execute-query xmlns=http://apache.org/cocoon/SQL/2.0; query SELECT name FROM listing /query /execute-query /page into XML file using this code from the DocBook XSLT

Re: HOWTO install cocoon under JDK 1.4

2002-05-02 Thread Robert J. Lebowitz
Of course, I forgot one small detail that I culled from earlier messages. When compiling the cocoon sources for release 2.02, several errors will appear in conjunction with the ESQLConnection.java class. Towards the bottom of the file are a number of methods that are commented out in order to

xsp-session:get-attribute not returning a String?

2002-05-02 Thread Zack Angelo
Hey, I have a statement along the lines of this in my XSP doc: String test = xsp-session:get-attribute name=mySessionAttr/; However, it won't work (I get an incompatible types compiler error) unless I cast it as a String. Consequently, I think it's returning an invalid value. The

Windows 2000, PDF, and Cocoon

2002-05-02 Thread Don Wellington
I have seen the IE posts for not opening acrobat and displaying PDF without the .pdf ending. My problem is slightly different. IE and Mozilla cannot display PDF from cocoon on Windows 2000 regardless of extension. Netscape 4.77 with Acrobat 5 plug-in works. Mozilla tries to start acrobat, but

Tomcat 4.0.4b2 Cocoon2.0.2 JDK1.3.1 HP-UX 11 Error

2002-05-02 Thread Jorge Bello
I'm a newbie in cocoon. Please help I installed Tomcat 4.0.4b2 on a HP-UX 11 platform. Everything went OK When I installed cocoon.war as the install guide mentions, I get the next error stack trace org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoClassDefFoundError

sendmail

2002-05-02 Thread Horst Rutter
Can someone please fill me in on the following: I found two ways of sending an email in Cocoon: 1) the sendmail.xsp/sendmail.xsl combo 2) the SendMailAction Is this intentional and if so in which case would I be using which one? Maybe this is more a general question: when would I prefer an