Re: Generating from definition from JXTemplate

2005-03-09 Thread Adam Walsh
Hi Robin, I've submitted a patch so that you can do just that, but I don't know if it will see it's way into a release any time soon. http://issues.apache.org/bugzilla/show_bug.cgi?id=33237 You could also try Sylvain's suggestion in that bugzilla entry "Another way to do the same is to use Pipe

Re: How to install Cocoon 2.1.6 on Tomcat 4.1.30

2005-03-09 Thread Marc Salvetti
Hello from what i see in the error message, it says "default web.xml" i think that maybe it means tomcat doesn't find the cocoon/web-inf/web.xml maybe because of lower case with the web-inf folder ? cheers Marc Slein, Judith A a écrit : Antonio, Thanks for your suggestion. It is true that the

EvaluatorException

2005-03-09 Thread Jorge Davila
I'm trying to store a object that has 3 fields ... one primary key... one foreing key and one the descriptive name. When I submit the query the error is: org.mozilla.javascript.EvaluatorException: Can't find method com.nicaraguarealestate.propiedades.Municipio.setDptoid ([Ljava.lang.Integer;). t

Flow script test : Class not found

2005-03-09 Thread gkrishna
Using Cocoon 2.1.6, testing the example given here http://www-106.ibm.com/developerworks/library/j-contin.html#IDAP3KWB javascript example works but when i tried the java part i got java.lang.ClassNotFoundException: PosFlow though both class and source file was available in the same director

RE: [FLOWSCRIT] Equivalent Action to processPipeline

2005-03-09 Thread Adam Ratcliffe
Hi Lionel I don't know of such an action, what are you trying to do with the output of the pipeline? Maybe there's another way of doing this that will meet your needs. Cheers Adam > -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED] > Sent: Thursday, 10 March 2005 5:00 a.m

RE: How to install Cocoon 2.1.6 on Tomcat 4.1.30

2005-03-09 Thread Antonio Gallardo
I will suggest to try to install first on a "clean" tomcat installation. Then you can move to the other one. BTW, are you copy the endorsed libs to tomcat endorsed? shutdown tomcat, Check inside cocoon_home/lib/endorsed and copy all of them to tomcat. After that, restart tomcat. Another tip, ple

Re: Cocoon aggregation samples: Connection Refused Error

2005-03-09 Thread Ray Allis
I have this problem with Solaris SPARC behind a corporate firewall. This is from an old email: > (#1 of 7) > Add New Message > In your code you could try the following before doing any network > related stuff: > > System.getProperties().put( "proxySet", "true" ); > System.getPr

RE: How to install Cocoon 2.1.6 on Tomcat 4.1.30

2005-03-09 Thread Slein, Judith A
Antonio, Thanks for your suggestion. It is true that the cocoon web.xml file was UTF-8, while the tomcat web.xml file was ISO-8859-1, but when I saved them both as ISO-8859-1 I still got the same error. (I also tried both as UTF-8, which didn't make a difference either.) --Judy Slein -Ori

Re: Migrating from Cocoon 2.0.x to 2.1.3

2005-03-09 Thread Gregor J. Rothfuss
Olivier RICHAUD wrote: I'm upgrading our Cocoon application to Cocoon 2.1.3 and I'm facing some why not 2.1.6? weird errors with XSP. When calling a very simple XSP page (simple.xsp), I get the following exception (SystemUtils is packaged in commons-lang-2.0-20041007T2305.jar) : java.lang.NoSuchMe

RE: How to install Cocoon 2.1.6 on Tomcat 4.1.30

2005-03-09 Thread Slein, Judith A
I'm working from a zip of Cocoon on XP. The tomcat I am trying to install under came bundled with another software package, so I don't have any details about what download was used for it. --Judy Slein -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Pipelines & caching

2005-03-09 Thread Ben Pope
Anybody? I should note that not putting an .html or .xml on the end works nicely, so it seems that the wrappers are to blame. Ben Pope wrote: > > Hi, > > I have some generic pipelines that return data in xml. > > I then wrap those pipelines with generator / serialisers to > choose the outp

Re: How to install Cocoon 2.1.6 on Tomcat 4.1.30

2005-03-09 Thread Antonio Gallardo
Hi: What distribution you downloaded? tar.gz or zip? under wich OS are you deploying and building cocoon? Is posible this is an encoding problem. Best Regards, Antonio Gallardo. On Mie, 9 de Marzo de 2005, 12:02, Slein, Judith A dijo: > I've been trying to install cocoon 2.1.6 as a webapp on to

Generating from definition from JXTemplate

2005-03-09 Thread Robin Wyles
Hi, Can anyone tell me if it is possible to dynamically generate a forms definition and binding by do something like this using flowscript: var form = new Form("cocoon:/forms/form-model.jx", {"bean": bean}); var binding = createBinding("cocoon:/forms/form-binding.jx", {"bean": bean}); If not, i

How to install Cocoon 2.1.6 on Tomcat 4.1.30

2005-03-09 Thread Slein, Judith A
I've been trying to install cocoon 2.1.6 as a webapp on tomcat 4.1.30, just building and copying the cocoon webapp directory to tomcat's webapps, with the following result: 2005-03-09 11:53:16 ContextConfig[/cocoon] Parse error in default web.xml org.apache.commons.logging.LogConfigurationExceptio

[FLOWSCRIT] Equivalent Action to processPipeline

2005-03-09 Thread Lionel Crine
Hi all, I'm looking for a Action which is doing the same thing as this flowscript method : cocoon.ProcessPipeline Thanks. Lionel -- Lionel CRINE Ingénieur Systèmes documentaires Société : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax : 01.39.46.06.90 begin:vcard f

Re: Cforms PageSend : where is the method?

2005-03-09 Thread Paul Russell
On Wed, 09 Mar 2005 07:33:01 -0800 (PST), gkrishna <[EMAIL PROTECTED]> wrote: > i have gone through the site tree of cocoon, but couldnt fine PageSend method > or pageSendAndWait. It neither defined in Webcontinuation class. may i know > where is this defined in cocoon src. The method you're loo

Cforms PageSend : where is the method?

2005-03-09 Thread gkrishna
i have gone through the site tree of cocoon, but couldnt fine PageSend method or pageSendAndWait. It neither defined in Webcontinuation class. may i know where is this defined in cocoon src. thanks - To unsubscribe, e-mail: [E

ParanoidCocoonServlet vs. init-classloader parameter

2005-03-09 Thread Alex Romayev
I'm trying to deploy my app on Tomcat 4.0.4 and getting the following error: javax.servlet.ServletException: Servlet.init() for servlet Cocoon threw exception at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav a:946) ... root cause java.lang.NoSuchFieldError: fReco

Re: Using WildcardRequestParameterMatcher

2005-03-09 Thread Ilja Smoli
Oops, found... Sorry "Ilja Smoli" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > Can anybody please point me how to use it? > Didn't find any docs on this... > Thx in advance - To unsubscribe, e-mail: [EMAI

Re: Using WildcardRequestParameterMatcher

2005-03-09 Thread Upayavira
Ilja Smoli wrote: Hi Can anybody please point me how to use it? Didn't find any docs on this... Thx in advance Looking at the source for it, you can define the parameter you're going to use to match against in two places, the second is more likely: yourdefaultparameter Reg

Using WildcardRequestParameterMatcher

2005-03-09 Thread Ilja Smoli
Hi Can anybody please point me how to use it? Didn't find any docs on this... Thx in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: org.apache.avalon.framework.configuration.ConfigurationException: Error in sitemap configuration : UnnamedSelector: ComponentSelector could not find the component for hint []

2005-03-09 Thread Martinson, Theresa
Title: Message Chanh -   I had a similar problem when using the ExcaliburComponentSelector.  I was missing some configuration in cocoon.xconf.   Here is what I set up to get it to work:   ROLES FILE     shorthand="shorthandforsomerole"  default-class="org.apache.avalon.excalibur.compon

Re: Cocoon Installation On Weblogic

2005-03-09 Thread Laxmikant Ruikar
Hello Niraj, On Wed, 9 Mar 2005 16:16:04 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > __ > > > Hi, > > Could you please help me with this. > > I am trying to install Cocoon 2.1.6 on Weblogic 8.1. > > I have followed the steps outlined in the Installati

Re: XSLT Transformer -> SVG Serializer problem

2005-03-09 Thread Geert Josten
I tend to start by adding customized 'default templates'. Something like: (or all kinds of variations to this theme..) But for novices, starting with an empty template for each element is nice indeed... :) Cheers, Geert Derek Hohls wrote: FWIW, one of the best bits of advice

Re: Cocoon aggregation samples: Connection Refused Error

2005-03-09 Thread Rolando Isidoro
Hi, after writing the previous message, I performed a Windows Cocoon installation: Windows XP Pro Tomcat 5.0.28 Cocoon 2.1.6 (build war and copied cocoon.war into tomcat webapps dir) in a PC with direct internet connection. I headed to the same samples as before and they all worked just fine, wh

Re: XSLT Transformer -> SVG Serializer problem

2005-03-09 Thread Derek Hohls
FWIW, one of the best bits of advice I saw when starting out with XSL was... start your stylesheet off by creating a blank template match for *every* tag in your input XML: If you run this against your source, there should be no output; after this start "filling in the blanks".. and then it's r

Migrating from Cocoon 2.0.x to 2.1.3

2005-03-09 Thread Olivier RICHAUD
Hi all, I'm upgrading our Cocoon application to Cocoon 2.1.3 and I'm facing some weird errors with XSP. When calling a very simple XSP page (simple.xsp), I get the following exception (SystemUtils is packaged in commons-lang-2.0-20041007T2305.jar) : java.lang.NoSuchMethodError: org.apache.commons

Re: XSLT Transformer -> SVG Serializer problem

2005-03-09 Thread WeeZard
It worked. Incredible :-) Thank you very much. I guess I have to work more on my XSL skills. Weez - Original Message - From: "Geert Josten" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 09, 2005 9:33 AM Subject: Re: XSLT Transformer -> SVG Serializer problem Should this generate only

Using logicsheet-util.xsl (":param" tag)

2005-03-09 Thread Jonas . Kilian
Return Receipt Your Using logicsheet-util.xsl (":param" tag) document :

Cocoon Installation On Weblogic

2005-03-09 Thread niraj . agarwal
__ Hi, Could you please help me with this. I am trying to install Cocoon 2.1.6 on Weblogic 8.1. I have followed the steps outlined in the Installation guide( which is however : Installing on BEA Weblogic 6.0sp2 & not for Weblogic 8.1) . Firstly, I cannot see xerces-XXX.jar and

Cocoon Installation On Weblogic

2005-03-09 Thread niraj . agarwal
Hi, Could you please help me with this. I am trying to install Cocoon 2.1.6 on Weblogic 8.1. I have followed the steps outlined in the Installation guide( which is however : Installing on BEA Weblogic 6.0sp2 & not for Weblogic 8.1) . Firstly, I cannot see xerces-XXX.jar and xml-apis.jar JAR fil

Re: Using logicsheet-util.xsl (":param" tag)

2005-03-09 Thread Geert Josten
Hi, As far as I know does the xsl:with-param element not allow content, but only the select attribute. Try instead... But it doesn't really explain your result. And I'm not familiar with the logicsheet-util.xsl... Cheers, Geert Marcos Bori wrote: Hello, I'm using the file "logicsheet-util.xsl" t

Using logicsheet-util.xsl (":param" tag)

2005-03-09 Thread Marcos Bori
Hello, I'm using the file "logicsheet-util.xsl" to use the ":param" tag in a logicsheet, and I get a an unexpected behaviour. These are the files I'm using: test.xsp: http://apache.org/xsp"; xmlns:test="test"> String msg="this is what i want to get";

Re: XSLT Transformer -> SVG Serializer problem

2005-03-09 Thread Geert Josten
Hi, This works on the files I have been testing... obvious once you see it as any other tags are then ignored. Just looking at the XSL: all tag elements are suppressed, all other elements unwrapped. Text and whitespace contained within non-tag elements (that don't occur?) or occurring _outside_ el

Re: XSLT Transformer -> SVG Serializer problem

2005-03-09 Thread Derek Hohls
Geert This works on the files I have been testing... obvious once you see it as any other tags are then ignored. Maybe to ensure only one 'svg', use: Example text01 - 'Hello, out there' in blue Hello, out there Derek >>> [EMAIL PROTECTED] 2005/03/09 10:33:21 AM >>> Should this

Re: XSLT Transformer -> SVG Serializer problem

2005-03-09 Thread Geert Josten
Should this generate only _one_ svg? Better to change your root template to: This will prevent character data that occurs outside the specific 'tag' element to be discarded, if any. That might have been the trouble. A small sample of the input might be usefull too.. Cheers, Geert WeeZa

org.apache.avalon.framework.configuration.ConfigurationException: Error in sitemap configuration : UnnamedSelector: ComponentSelector could not find the component for hint []

2005-03-09 Thread Nguyen, Chanh
Hello all,   I got below configuration exception. Do you know what the problem is?   Thanks. Chanh FATAL_E 2005-03-09 10:24:19.518 [cocoon  ] (): Exception caught org.apache.avalon.framework.configuration.ConfigurationException: Error in sitemap configuration : UnnamedSelector: Com