Re: [POLL] JDK 1.2 Support

2003-02-01 Thread Antonio Gallardo
1.4.1_01 on Linux Antonio Gallardo Litrik De Roy dijo: > 1.3 > > Litrik De Roy > www.litrik.com > > > - Original Message - > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > To: "Cocoon Users" <[EMAIL PROTECTED]> > Cc: "Cocoon Developers" <[EMAIL PROTECTED]> > Sent: Saturday, February 01, 20

Re: [POLL] JDK 1.2 Support

2003-02-01 Thread Litrik De Roy
1.3 Litrik De Roy www.litrik.com - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: "Cocoon Users" <[EMAIL PROTECTED]> Cc: "Cocoon Developers" <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 8:06 PM Subject: [POLL] JDK 1.2 Support > Hi all: > > To better under

JRun 4.0 and cocoon

2003-02-01 Thread Alireza Fattahi
Hi, We are using JRun 4.0 as our servlet container I set: But the cocoon gives the error which says: can not initiate this class ... Any help? What is the servlet-class definition? - Please check that your q

Re: AW: AW: AW: AW: AW: xsp-element equivalent to xsl:param?

2003-02-01 Thread Thorsten Scherler
Hello Andrew, how is weather in SA? Here in Germany it is snowing! Please see my answer below: But the people using the app that I am writing don't want type 01/30/2003 to get the reports. The main reason is that the company that I am working for is in Germany. So the user wants to put 30.01.20

Re: Sitemap.xmap giving ugly errors

2003-02-01 Thread Antonio Gallardo
Two tips: move the generators to the first place of the . I dont know what version you are using, but this was a bug sometime ago. Also please define a defaul serializer. Maybe it can helps, please tell us more info about your problem. Antonio Gallardo. Jason Bruce dijo: > I have atached what

[XML EDITOR] Netbeans

2003-02-01 Thread Antonio Gallardo
Is anyone here using netbeans? more info at: http://www.netbeans.org It looks like netbeans has a built-in powerfull XML editor. Can someone share his own experience with this? Regards, Antonio Gallardo - Please check that y

Re: [OFF TOPIC] Are there any spanish cocoon user|developer?

2003-02-01 Thread Antonio Gallardo
Thorsten Scherler dijo: > Hello everyone, > I would like to know: > Are there users|developers in Spain which are using|developing cocoon? > ...I thought this would be the best place to ask. ;-) > > King regards > Thorsten Hi, I am not in Spain, but Spanish is my first language. ;-) Antonio Galla

Cocoon 2.0.5-Dev snapshot, Was: Sitemap-Engine for 2.0.5

2003-02-01 Thread Vadim Gritsenko
-205-dev-20030201.tar.gz (Carrot: it would get more testing before release :) (Now, when I went so far and made it, you just *have to* do more testing ;) Vadim Tim - Please check that your question has not already

Jasper Exception in tomcat

2003-02-01 Thread Rajeev Singh
    Has anybody been able to find out in Tomcat 4.1.18 , why one gets frequent Jasper Exceptions?? Need Help         org.apache.jasper.JasperException     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)     at org.apache.jasper.servlet

Re: XMLForm Xindice howto at Wiki refactored and ready

2003-02-01 Thread Josema Alonso
> Please modify it to /Artist/@id, do not leave it as // That's what I meant. Sorry if I didn't write it clearly. Best. - Please check that your question has not already been answered in the FAQ before posting.

Re: Sitemap Tag Reference

2003-02-01 Thread Nicola Ken Barozzi
Robert Simmons wrote: Is there a reference manual to the sitemap schema and tags ? If you, I would appreciate a link. This is a cool reference http://outerthought.net/sitemap/index.html -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (

[OFF TOPIC] Are there any spanish cocoon user|developer?

2003-02-01 Thread Thorsten Scherler
Hello everyone, I would like to know: Are there users|developers in Spain which are using|developing cocoon? ...I thought this would be the best place to ask. ;-) King regards Thorsten - Please check that your question has not

Sitemap Tag Reference

2003-02-01 Thread Robert Simmons
Is there a reference manual to the sitemap schema and tags ? If you, I would appreciate a link.   -- Robert

Re: XMLForm Xindice howto at Wiki refactored and ready

2003-02-01 Thread Ivelin Ivanov
-=Ivelin=- - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 11:06 PM Subject: Re: XMLForm Xindice howto at Wiki refactored and ready > > I think you are correct. > > The point is to identify the exact xpath to the @id a

[POLL] JDK 1.2 Support

2003-02-01 Thread Vadim Gritsenko
Hi all: To better understand how you are using Cocoon product and serve your needs better ;-) Cocoon developers would like to know how many of our currect users are deploying Cocoon on JDK 1.2 and why they did not switch to JDK1.3 (or better). This information will help Cocoon developers commu

Re: 2.1 ? Release date and stabiltiy?

2003-02-01 Thread Vadim Gritsenko
Geoff Howard wrote: A lot of people (myself included) use 2.1 live. The only sense in which it is not "stable" yet (and therefore not yet even at alpha stage) is the API of some of the features. Flow, for instance, is still under modification. In fact several deadlines have come and gone while

experiences with Morphon?

2003-02-01 Thread Ines Robbers
Hi there, Has anyone experiences with Morphon - XML Editor (http://www.morphon.com/xmleditor/index.shtml)? Would be interested in you opinion especially with regards to its support of XML Schema. Many thanks! Ines - Please

Sitemap.xmap giving ugly errors

2003-02-01 Thread Jason Bruce
I have atached what I beleive to be a extremly simple sitemap.xmap. But when I try to use it I get an error. description org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap: Line 324, column 54: '}' expec

Re: mapping to basepath in static content

2003-02-01 Thread Robert Sösemann
Yes, thank you, it's better than nothing. But I need to replace URL in scr, value, action ... attributes as well. Sometimes even in javascript commands. I tried to write my own xsl, but then it really gets very slow. Any idea. Robert - Original Message - From: "Murad Jura" <[EMAIL PROTECT

RE: handing an XML doc (in memory) to the sitemap

2003-02-01 Thread Matthew Langham
Hi Ray, may I ask why you chose to write an action? The reason for my asking is that it is difficult for an action to return anything to the pipeline - apart from a Map. In particular (and in this case) sunRise needs an XML representation streamed through the pipeline. And from what I read you ar

RE: 2.1 ? Release date and stabiltiy?

2003-02-01 Thread Geoff Howard
A lot of people (myself included) use 2.1 live. The only sense in which it is not "stable" yet (and therefore not yet even at alpha stage) is the API of some of the features. Flow, for instance, is still under modification. In fact several deadlines have come and gone while that and several other

2.1 ? Release date and stabiltiy?

2003-02-01 Thread Robert Simmons
I was wondering if there has been a target release date set for 2.1. Additionally what experiences have people had with the current CVS builds of 2.1 ? Is it stable in core functionality ?   -- Robert

Re: mapping to basepath in static content

2003-02-01 Thread Murad Jura
Hello Robert, there is the AugmentTransformer which augments all 'href' attributes with the full path to the request. IMHO it is a good starting point for you. Regards, Murad Jura. Robert Sösemann wrote: Hello, what I need is a centralized mechanism to change the paths in all my site-elements.