Re: Help building

2002-02-11 Thread Tim Brown
Vadim Gritsenko wrote: > Search archives. > > > > problem isn't with c2 specifically, java is segfaulting when it tries > to > > run ant. i suppose you try a different jvm. > > This was asked and answered 10-15 times already... Solution is something > like "ulimit -s 2048" - don't remember correc

RE: Help building

2002-02-11 Thread Vadim Gritsenko
> From: Donald Ball [mailto:[EMAIL PROTECTED]] > > On Mon, 11 Feb 2002, Tim Brown wrote: > > > Just downloaded cocoon1.8.2. I have also tried 2.0. I get the > > following with *both* versions when I attempt to run build.sh: > > > > [tbrown@ctg0483 cocoon-1.8.2]$ ./build.sh > > > > Cocoon

Re: How can I access clob using esql. Gives error java.lang.AbstractMethodError

2002-02-11 Thread Donald Ball
On Tue, 12 Feb 2002, Mumbai wrote: > import java.lang.*; > import java.sql.*; > import java.sql.CallableStatement; > import oracle.jdbc.driver.*; > public class FirstThinDr { > public static void main (String args []) throws SQLException > { > String s = null; > DriverManager.

Re: Help building

2002-02-11 Thread Donald Ball
On Mon, 11 Feb 2002, Tim Brown wrote: > Just downloaded cocoon1.8.2. I have also tried 2.0. I get the > following with *both* versions when I attempt to run build.sh: > > [tbrown@ctg0483 cocoon-1.8.2]$ ./build.sh > > Cocoon Build System > --- > > Building with classpath >

RE: Extend CocoonServlet

2002-02-11 Thread Vadim Gritsenko
Why not? It’s not final.   PS: I just can’t resist, sorry :)   Vadim   -Original Message- From: Sidharth [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 11:01 PM To: [EMAIL PROTECTED] Subject: Re: Extend CocoonServlet   Well like Class Test extends Coc

Re: Extend CocoonServlet

2002-02-11 Thread Sidharth
Well like Class Test extends CocoonServlet So that I can add some more functionality to cocoon - Original Message - From: Leonid Kleiner To: [EMAIL PROTECTED] Sent: Monday, February 11, 2002 8:12 PM Subject: Re: Extend CocoonServlet Be more specific. What

xsp error! please help!

2002-02-11 Thread vishal khatnani khatnani
Group, I am developing a dynamic page with xml. I have included several packages (such as javax.parsers & transform ...etc... in my xml file). What I have is java code (xsp:logic) that adds a child node to another xml file on my server. I think the problem is to do with the cocoon classpath b

How can I access clob using esql. Gives error java.lang.AbstractMethodError

2002-02-11 Thread Mumbai
import java.lang.*; import java.sql.*; import java.sql.CallableStatement; import oracle.jdbc.driver.*; public class FirstThinDr { public static void main (String args []) throws SQLException { String s = null; DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver())

Unable to create indexes with Lucene & Cocoon 2.0.1

2002-02-11 Thread Andrew Savory
Hi, I'm trying to create indexes on a custom C2.0.1 webapp. Currently my /search/ directory is a copy of the example provided, but when I try and create an index using create-index.xsp I get the following error: DEBUG (2002-02-11) 23:06.55:344 [core] (/search/create) Ajp13Processor[8009][1

Example use of writeDOMsession / readDOMsession

2002-02-11 Thread neil
Here's a sitemap example (for cocoon-2.0) using writeDOMsession / readDOMsession (as suggested in the docs) to avoid repetitive queries of reference tables. It works fine, but I haven't done any benchmarking to find out if it was worth the trouble (and it was quite a bit of trouble)! Questions:

Help building

2002-02-11 Thread Tim Brown
Hi, Just downloaded cocoon1.8.2. I have also tried 2.0. I get the following with *both* versions when I attempt to run build.sh: [tbrown@ctg0483 cocoon-1.8.2]$ ./build.sh Cocoon Build System --- Building with classpath lib/ant_1_1.jar:lib/bsfengines.jar:lib/bsf.jar:lib/fe

RE: c2: scales badly compared to c1

2002-02-11 Thread Vadim Gritsenko
> From: Hans-Guenter Stein [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > > > > In addition to this: Cocoon *requires* tuning in order to make it work > > fast. Search for "performance", "tuning" in the users and developers > > email archives, it was discussed couple of times but not

Re: Sitemap variables.

2002-02-11 Thread Jozsa Kristof
Ask a specific question - without it, you'll get a 'read the docs' like answer.. :) Christopher On Mon, Feb 11, 2002 at 02:38:20PM +0530, Anil_Kandula wrote: > Hi All, > Can anyone explain me about sitemap variables. How to use them. > Thanks & Regards, > Anil.K >

RE: ComponentManager from Cocoon's framework

2002-02-11 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > Thanx for you help, Vadim! > I undestand how I can working from the pooling connections now. > With cocoon's action it's really easy. > But I have one more question... > Can I get ComponentManager pointer from Cocoon's framework within my > JSP page

RE: Dynamically passing different xml file to cocoon.

2002-02-11 Thread Vadim Gritsenko
> From: Anil_Kandula [mailto:[EMAIL PROTECTED]] > > Hi All, > CocoonServlet actually reads the xml file to be converted from > sitemap.xmap. Is there any way to dynamically pass a different xml file to > CocoonServlet everytime. Can you elaborate a bit more on this? I don't get it. Vadim

How do I generate XML in cocoon 2, as in cocoon 1.x?

2002-02-11 Thread Marko Niinimaki
I have a little java program that returns a string that contains XML. In order to create a html output of it, I've used the following stuff: this.xspParser.parse( new InputSource( new StringReader(s) ) ).getDocumentElement() How do I do the same stuff

How to aggregate ?

2002-02-11 Thread DURDINA Michal
Hi, I have one fast question: How to aggregate a "resource" in the meaning of ? Example: What protocol should I specify in src attribute for "nb"? (I know that resource:// is not a good one) -- MisoD -- Michal Durdina - [EMAIL PROTECTED] -

Re: Newbie question::Redundant logging...

2002-02-11 Thread giacomo
On Mon, 11 Feb 2002, Ugo Cei wrote: > giacomo wrote: > > > > > > > > Shouldn't it be "store-janitor" instead? This is how DEBUG messages are > tagged in my logs (using C2.0.1). Oh, yes, sorry, your version is the correct one. Giacomo -

AW: SOAP examples

2002-02-11 Thread Jörn Heid
Just found the examples of Ovidiu Predescu. Sorry for that. I will hit me four times for that. -Ursprüngliche Nachricht- Von: Jörn Heid [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. Februar 2002 10:53 An: [EMAIL PROTECTED] Betreff: SOAP examples As far as I have seen it, the SOAP e

SOAP examples

2002-02-11 Thread Jörn Heid
As far as I have seen it, the SOAP examples 'just' call SOAP functions in order to display them as HTML, XML. There's no example of using C2 as a SOAP server, isn't it? What should be done for that? Well, the easiest way to do that is to parse the envelope in an generator. This one will call an

Re: c2: scales badly compared to c1

2002-02-11 Thread Alexandre Victoor
Thanks for your answers guys !! I look forward to test the next release of cocoon. Regards Alex - Please check that your question has not already been answered in the FAQ before posting.

Sitemap variables.

2002-02-11 Thread Anil_Kandula
Hi All, Can anyone explain me about sitemap variables. How to use them. Thanks & Regards, Anil.K ** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain mate

Re: Newbie question::Redundant logging...

2002-02-11 Thread Ugo Cei
giacomo wrote: > > Shouldn't it be "store-janitor" instead? This is how DEBUG messages are tagged in my logs (using C2.0.1). Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy Phone: +39.0382.525100 - E-m

Re: c2: scales badly compared to c1

2002-02-11 Thread Hans-Guenter Stein
Vadim Gritsenko wrote: > > In addition to this: Cocoon *requires* tuning in order to make it work > fast. Search for "performance", "tuning" in the users and developers > email archives, it was discussed couple of times but not documented. > > PS: Tuning could be for: memory, high concurrent us

MSSQLServer & Connectionpool: What must i do so that it works?

2002-02-11 Thread Christian SCHRÖTER
Hi, im still using Cocoon 1.8.2 and now i must connect to a MSSQLServer. I copied this three MS-files into the lib-dir of tomcat. If i open the conncetion in my xml-File like this: com.microsoft.jdbc.sqlserver.SQLServerDriver jdbc:microsoft:sqlserver://aaa.bbb.ccc.ddd:1433;database=xxx_yyy test