Re: PDF from JFC-Applications using COCOON

2002-04-08 Thread Nicola Ken Barozzi
From: <[EMAIL PROTECTED]> > Hello! > > Is it possible to integrate pdf's that cocoon2 produced with Standard Java > Applications i.e. using JFC? Adobe has a pure java PDF viewer, look for in on their site. It's not compliant with the latest specs, but works ok for most. -- Nicola Ken Barozzi

Re: cocoon sitemap not available?

2002-04-08 Thread Marc Jeffrey Driftmeyer
What I would give right now to be back working at Apple again and running my favorite tools from when I worked at NeXT. Has Cocoon been tested yet with WebObjects 5.1? -Marc Marina Sturino wrote: > At 10.39 08/04/2002 +0200, you wrote: > >> Hi! >> >> I 'm new to coocoon. >> >> After install

Re: cocoon sitemap not available?

2002-04-08 Thread Marc Jeffrey Driftmeyer
Do yourself a favor and install Tomcat 4.0.4 Beta 2. It will save you a lot of headache that 4.0.3 produces. -Marc Axel Huizinga wrote: > Hi! > > I 'm new to coocoon. > > After installing with tomcat 4.0.3 when I go to > http://localhost:8080/cocoon/ > I get: > Cocoon 2 - Internal server e

PDF from JFC-Applications using COCOON

2002-04-08 Thread a000
Hello! Is it possible to integrate pdf's that cocoon2 produced with Standard Java Applications i.e. using JFC? Currently I have a tiny web application serving HTML and WAP clients and that procuces PDF. I'd like to access the created PDF via an external JFC Application. Thanks for your commen

Redirecting on error

2002-04-08 Thread Chris Warr
Bit of a newbie so this may be a dumb question but I'm having trouble finding out how to do this from the documentation and samples. Is it possible to do this in the site map: http://anothersite.com/pdfgenerationerror.asp"/> I'm using cocoon to generate a PDF, this is navigate

RE: Tags: Passing dynamically generated values for parameters

2002-04-08 Thread Sreedhar Chintalapaty
Title: Glacier Vadim, Chiths,   Thanks a lot for your advice. I apologize for the delayed reply - I was off sick.   I tried your suggestions this morning and now, I am able to use both and Singer.   However, I still have problems setting the value of "class" based on the identically named r

Re: Is it possible to fire an error from a XSL file ?

2002-04-08 Thread Liam Morley
What you might do (and this is just one approach) is to write a java transformer that will verify that the file exists, and if it doesn't, throw a ResourceNotFoundException(). Then, if it does exist, pass the SAX information on to the XSLT transformer. By that time, you don't have to worry whether

Re: problem with precept sample: no {page} from action-set?

2002-04-08 Thread mratliff
Torsten, That did it. And, of course, now I remember reading something about the treeprocessor and action sets in the newsgroup posts... just never made the connection (sigh). Many thanks. Cheers, --Michael

Livesites

2002-04-08 Thread Высоцкий Олег Михайлович
http://www.mnhb.ru Moscow Neftekhimichesky Bank Cocoon 2.01 - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROT

EsqlConnection error = no build :(

2002-04-08 Thread Paul Hepworth
I am running.. OS: Redhat 7.2 JSP Server: Tomcat-4.0.3 SDK: j2sdk1.4.0 Cocoon Version: cocoon-2.0.2 When I build cocoon I get the following errors Error Start /usr/local/java/cocoon-2.0.2/build/cocoon/src/org/apache/cocoon/components/l anguage/markup/xsp/EsqlConnectionCocoon2.java:

Re: FragmentExtractor&xmlns problem

2002-04-08 Thread Andrey Demchenko
When I apply transform for mydoc.xml before TransformExtarct such as than it works well. Is it a C2 bug? - Original Message - From: "Andrey Demchenko" <[EMAIL PROTECTED]> > Hi, > I have the following code > mydoc.xml > > > http://mydomain"; > > > ...

RE: compile error on 'xsp-request:get-session-id'

2002-04-08 Thread Andrew Savory
On Mon, 8 Apr 2002, James Harris wrote: > After having numerous problems trying to get sessions to work, looking back > through the mailing list I discovered the messages below... Am I to believe > from this that sessions in cocoon 2.0.1 are problematic if not broken? This > has perplexed me al

livesites

2002-04-08 Thread Bonifacio Martín Galán
Dear gentlemen:   The Department of Library and Information Science of the University Carlos III (Madrid, Spain) has developed a scale model for the processing and diffusion in Internet of the judicial sentences emitted by the Spanish Constitutional Court. For it, the web server has been use

Re: db dml & dcl operations in cocoon

2002-04-08 Thread Suchandra Nag
Please un-subscribe this account... I have done so before but to no effect - Original Message - From: "Jerzy Kut" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 10:57 AM Subject: db dml & dcl operations in cocoon > Hi! > I need to do INSERT, UPDATE and DELETE o

Re: cocoon sitemap not available?

2002-04-08 Thread Marina Sturino
At 10.39 08/04/2002 +0200, you wrote: >Hi! > >I 'm new to coocoon. > >After installing with tomcat 4.0.3 when I go to http://localhost:8080/cocoon/ >I get: >Cocoon 2 - Internal server error HI, I had the same error with Cocoon 2.0.1 on Mac OS X check the file $TOMCAT_HOME/webapps/cocoon/WEB-INF/

RE: Putting the esql:get-ascii inside CDATA block

2002-04-08 Thread Argyn Kuketayev
I found a problem: it was my misunderstanding of ESQL tags. thans, Argyn - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail

RE: compile error on 'xsp-request:get-session-id'

2002-04-08 Thread James Harris
Hi After having numerous problems trying to get sessions to work, looking back through the mailing list I discovered the messages below... Am I to believe from this that sessions in cocoon 2.0.1 are problematic if not broken? This has perplexed me all day so I would appreciate a quick response

map:redirect-to uri and parameters (maybe bug)

2002-04-08 Thread Jens Lorenz
Hi, I've got problems using . It seems that correctly quoted ampersands (%26) within value get mysteriously unquoted when using RequestMatcher and redirect. I'm using Cocoon-2.0.2 with Tomcat-4.0.1 on Win32. This has been verified with IE, Mozilla and Opera. I've prepared a sitemap to be dro

FragmentExtractor&xmlns problem

2002-04-08 Thread Andrey Demchenko
Hi, I have the following code mydoc.xml http://mydomain"; > ...skipped == I use FragmentExtractor to extract ... to another pipeline. It works Ok, but when I view the extracted fragment I have instead of http://mydomain"; > How can I get "xmlns" in ext

Re: Putting the esql:get-ascii inside CDATA block

2002-04-08 Thread Christian Haul
On 05.Apr.2002 -- 11:22 AM, Steven Sedlmeyer wrote: > I'm pulling out a CLOB that may or may not have embeded HTML which may or > may not be XHTML... > > I then need to pass it on through a couple of stylesheets to format the > results for a browser. I'm trying to put the text into a CDATA blo

Re: Charting

2002-04-08 Thread Nicola Ken Barozzi
From: "Morrison, John" <[EMAIL PROTECTED]> > There are lots of java code out there which generates charts, > I think this is wha Ken is planning to integrate into Cocoon. > I can see why. Well, the basic reason was that when I did this stuff, your sheets weren't there yet ;-) > For example, dea

RE: multiple submit button on a form

2002-04-08 Thread Torsten Curdt
On Mon, 8 Apr 2002, Volker Schneider wrote: > Hi Torsten, > > in this way it is possible to perform an action within an action-set. But > why isn't it possible to have a pipeline within such an action within an > action-set? There is an exception coming up or an error message telling > something

Is it possible to fire an error from a XSL file ?

2002-04-08 Thread Sylvain Fétiveau
Hi, When someone requests an URL like /glossary/*.html, I use a single XML file for all the glossaries + an XSL file to transform it (I pass the filename of the glossary page to the XSL transformer). Sometimes, an unexisting page is requested (i.e. a page which is not listed in my large XML file)

db dml & dcl operations in cocoon

2002-04-08 Thread Jerzy Kut
Hi! I need to do INSERT, UPDATE and DELETE operations after submit my form. I have got defined my XSP logicsheet as my own taglib. It has appropriate operations using ESQL i.e. mypool delete from SALGRADE where GRADE =

RE: multiple submit button on a form

2002-04-08 Thread Volker Schneider
Hi Torsten, in this way it is possible to perform an action within an action-set. But why isn't it possible to have a pipeline within such an action within an action-set? There is an exception coming up or an error message telling something about "incomplete pipeline". I don't know how to solve

RE: C2.0.1 - esql stored proc problem

2002-04-08 Thread Argyn Kuketayev
Here's the latest source. thanx, Argyn test-call.xsp Description: Binary data - Please check that your question has not already been answered in the FAQ before posting. To unsubscr

Re: C2.0.1 - esql stored proc problem

2002-04-08 Thread Christian Haul
On 08.Apr.2002 -- 10:39 AM, Argyn Kuketayev wrote: > > > > For some reason ESQL does not obtain a CallableStatement. The > > java and the xsp > > would help to debug that. > > The source is way too long, sorry. Then I cannot be of any more help. Consider sending it in private mail. Just one re

RE: Charting

2002-04-08 Thread Morrison, John
Hi, I'm glad somebody did something useful with them. The company I work for doesn't appear to want to follow it up (it's been about a year since I did them as proof that it was possible). There are lots of java code out there which generates charts, I think this is what Ken is planning to inte

RE: C2.0.1 - esql stored proc problem

2002-04-08 Thread Argyn Kuketayev
Does Cocoon 2.0.1 work with stored prcedures? more precisely, I've this code in XSP: == argyn {call PKG_STUDENT.STUD_QUAL_STATUS( '2', '333', , , )}

RE: C2.0.1 - esql stored proc problem

2002-04-08 Thread Argyn Kuketayev
> > For some reason ESQL does not obtain a CallableStatement. The > java and the xsp > would help to debug that. The source is way too long, sorry. I have a stored procedure wich returns the results in OUT parameters. I failed to call it from XSP with ESQL. I NEED HELP. I needa working examp

RE: Class not found : org.apache.cocoon.samples.parentcm.Generator

2002-04-08 Thread du Plessis, Corneil C
Title: RE: Class not found : org.apache.cocoon.samples.parentcm.Generator Once I cleaned work/cocoon the problem went away. It was probably still a problem from trying to build 2.0.1 Thanks -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: 08 April, 2002 14

problems installing cocoon 2.0.1 on websphere 3.5.4

2002-04-08 Thread Moritz Petersen
hi list, i know, this is a very common question. i don't work too much with websphere, but i have successfully deployed cocoon2.1-dev on websphere 3.5.4 a while ago. now i have to deploy cocoon 2.0.1 and i get the following exception in the access.log file: org.apache.avalon.framework.configura

RE: Charting

2002-04-08 Thread Halácsy Péter
I think we have two threads about charting, two architecture: a. XML data -> XSLT -> SVG chart b. something with classes (chart generator?) > On Friday 05 Apr 2002 18:58, Nicola Ken Barozzi wrote: > > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > > > > Ok, so I've managed to import the chartin

RE: Class not found : org.apache.cocoon.samples.parentcm.Generator

2002-04-08 Thread du Plessis, Corneil C
Title: RE: Class not found : org.apache.cocoon.samples.parentcm.Generator I tried that as well. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: 08 April, 2002 14:51 To: [EMAIL PROTECTED] Subject: RE: Class not found : org.apache.cocoon.samples.parentcm.Gener

Re: Sorry to be a nag

2002-04-08 Thread Andrew C. Oliver
agreed Nader S. Henein wrote: >yes It occurs after you've indexed a couple thousand documents >and you try to search .. I've increased the number of file handles in >UNIX and I'm testing the results now .. but the other problem is creating >an application as opposed to a webapp to do the indexin

Re: Charting committed in Cocoon scratchped (Re: Charting)

2002-04-08 Thread Nicola Ken Barozzi
From: "Sozonnik Andrew" <[EMAIL PROTECTED]> > > Hello Nicola ! > > I could not compile Chart2SvgTransformer, because of missing some > packages: [...] > C:\xml-cocoon2\build\cocoon\scratchpad\src\org\apache\cocoon\transformat > ion\Chart2SvgTransformer.java:60: Package > org.apache.cocoon.transfo

RE: Sorry to be a nag

2002-04-08 Thread Nader S. Henein
yes It occurs after you've indexed a couple thousand documents and you try to search .. I've increased the number of file handles in UNIX and I'm testing the results now .. but the other problem is creating an application as opposed to a webapp to do the indexing because indexing 20 XML docume

RE: Class not found : org.apache.cocoon.samples.parentcm.Generator

2002-04-08 Thread Vadim Gritsenko
Edit sitemap.xmap and remove line: and lines: if you do not need this demo. Clean Tomcat's work directory and restart tomcat. Vadim -Original Message- From: du Plessis, Corneil C [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 5:28 AM To:

RE: Transformer Loses XML

2002-04-08 Thread Shaw, Chris
solved. it was a namespace problem. Interestingly, what is sent out by a stylesheet that echoes everything back out explicitly...is not the same as what gets sent out by non-existant stylesheet (and therefore echoes everything out inexplicitly...) Thanks Chris -=-=- -Original Message

Re: SQLTransformer bug that appears under load

2002-04-08 Thread Andrew C. Oliver
A Dangerous fix. But if I had to speculate: I imagine conn.close() is synchronized. Secondly, I imagine its logged. Cause this to be a warning (not be logged) and there should be a performance increase.. Cause conn.close() to not be synchronized (haven't looked...just a guess) and there shoul

RE: Sorry to be a nag

2002-04-08 Thread Andrew C. Oliver
This sounds like your index merge factor. On Mon, 2002-04-08 at 03:26, Nader S. Henein wrote: > Cocoon Lucene Indesing: "Too Many files open Error" > > I can't opt for that solution, what I'm trying to do > is get out of Oracle Internmedia and ultimately out of oracle > and if you've ever had

RE: Load test with ab

2002-04-08 Thread Stefan Seifert
We are using MS SQL 2000 and Cocoon 2 very sucessful in two big projects. We bought a JDBC Driver (SPRINTA and OPTA) from inet-software (http://www.inetsoftware.de). They are not cheap, but worth the money. Stefan > -Original Message- > From: Horst Rutter [mailto:[EMAIL PROTECTED]] > Sen

Re: Transformer Loses XML

2002-04-08 Thread Jerzy Kut
Hi! I had got similar trouble when I try to use request generator. When I try to read XML output () I had got tags without namespaces in my view in IE browser. i.e. etc. In my tests I have ONLY xml content without xml tags... when I had not used request namespace. http://www.w3.org/1999/XSL/Tra

RE: Charting committed in Cocoon scratchped (Re: Charting)

2002-04-08 Thread Sozonnik Andrew
Hello Nicola ! I could not compile Chart2SvgTransformer, because of missing some packages: [echo] Compiling with Java 1.3, debug on, optimize off, deprecation off [javac] Compiling 1 source file to C:\xml-cocoon2\build\cocoon\scratchpad\classes [javac] C:\xml-cocoon2\build\cocoon\

RE: Transformer Loses XML

2002-04-08 Thread Shaw, Chris
Hi, Thanks for reply... No, I instead have mapped the following... This works, because it picks up the parameter ok, and calls the right stylesheet... But, alas, the XML appears to be missing when it arrives (or so it appears) Chris -=-=- -Original Message- From: Jerzy Kut [mailt

RE: Charting

2002-04-08 Thread Morrison, John
They were a contribution I made some time ago. They *all* have some bugs in them though... :( They (used) to work with C2, but I've not tried them for a _long_ time :) If you want to fix them... please feel free to send the patches to either me or the batik groups. (There weren't any comments i

RE: cocoon sitemap not available?

2002-04-08 Thread Volker Schneider
Hi Axel,   copy the batik*.jar and xml-apis.jar files to your common/lib directory and restart tomcat.   Regards - Volker - -Original Message-From: Axel Huizinga [mailto:[EMAIL PROTECTED]]Sent: Montag, 8. April 2002 12:12To: [EMAIL PROTECTED]Subject: Re: cocoon sitemap no

Re: problem with precept sample: no {page} from action-set?

2002-04-08 Thread Torsten Curdt
Assuming you use the interpreted sitemap... There was a problem with the Treeprocessor where parameters were not passed to actions in an action-set which should be fixed now... Please use current HEAD version or switch back to the compiled sitemap engine for running the example. Just ask if you

Re: Sessions and session ids

2002-04-08 Thread KOZLOV Roman
Hi James, James Harris wrote: > Hi > > I am trying to figure sessions out and the site docs seem contradictory. > For example, does it matter whether I use the namespace xmlns:xsp-session or > xmlns:session in my xsps as these are both given in examples. No, it doesn't, if you declare that name

problem with precept sample: no {page} from action-set?

2002-04-08 Thread mratliff
Hello, I'm having problems with the scratchpad precept samples. I can get the first page of "example1.html" to appear, but when I click on the "Next Page" button, I get a "file not found" exception. From the logs it is clear that the demo action set is not returning the proper value of the page

Solution to : "too many files open" LuceneCocoonIndexing Error

2002-04-08 Thread Nader S. Henein
This should help: if you get the too many files open error after indexing a crap load of files from LuceneCocoonIndexer, what is happening is you're exhausting all the file handles allocated to the system user, the attached URL depicts how to solve this problem in Redhat, the same process shoul

test

2002-04-08 Thread Marina Sturino
test, ignore this message, please Marina --- L'unico modo per accelerare windows 9.x/2K/XP e' a 9,8 m/s^2 ;-) Utente Linux registrato: #218195 (http://counter.li.org) --

Re: Transformer Loses XML

2002-04-08 Thread Jerzy Kut
Hi! Have You got defined request selector as: in Your sitemap.xmap section ??? Regards Jerzy Kut - Original Message - From: "Shaw, Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 11:57 AM Subject: Transformer Loses XML > Hi, > > I have a generator t

Re: cocoon sitemap not available?

2002-04-08 Thread Axel Huizinga
Sreenivasan N. wrote: [EMAIL PROTECTED]"> Hi check sitemap.xmap is available under tomcat / webapps /cocoon folder. and check cocoon.xconf file for this line   which normally be at the end of the file Regards Sreenivasan. That is all ok - I've found following in cocoo

RE: Installing Cocoon on Mac OSX with Tomcat

2002-04-08 Thread Marina Sturino
At 09.39 05/04/2002 -0500, you wrote: >ALL NEWBIES READ THIS: Use Tomcat 4.0.1! Last week I've successfully installed Cocoon 2.0.2 with Tomcat 4.0.3 on Mac OS X 10.1.3 To prevent this error: org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoClassDefFoundError: org/w

Transformer Loses XML

2002-04-08 Thread Shaw, Chris
Hi, I have a generator that outputs XML. Then, depending upon a request parameter sent in (which specifies the output format) I redirect to a Transformer. When the test condition is true (test=html) then the stylesheet doesn't work..it strips out all the XML and outputs all the data...ie the def

Re: cocoon sitemap not available?

2002-04-08 Thread Marina Sturino
At 10.39 08/04/2002 +0200, you wrote: >Hi! > >I 'm new to coocoon. > >After installing with tomcat 4.0.3 when I go to http://localhost:8080/cocoon/ >I get: >Cocoon 2 - Internal server error HI, I had the same error with Cocoon 2.0.1 on Mac OS X check the file $TOMCAT_HOME/webapps/cocoon/WEB-INF/

FW: Trouble with action sets

2002-04-08 Thread Volker Schneider
-Original Message- From: Volker Schneider [mailto:[EMAIL PROTECTED]] Sent: Montag, 8. April 2002 10:27 To: '[EMAIL PROTECTED]' Subject:Trouble with action sets Dear cocoon users group, I tried to use multiple submit-buttons within a pipeline using an action set. This w

Sessions and session ids

2002-04-08 Thread James Harris
Hi I am trying to figure sessions out and the site docs seem contradictory. For example, does it matter whether I use the namespace xmlns:xsp-session or xmlns:session in my xsps as these are both given in examples. Do I also need to use the namespace declaration in my xsl stylesheets? I have a

Re: Charting

2002-04-08 Thread Nicola Ken Barozzi
From: "Peter Robins" <[EMAIL PROTECTED]> > On Friday 05 Apr 2002 18:58, Nicola Ken Barozzi wrote: > > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > > > > Ok, so I've managed to import the charting classes on sourceforge, under my > > krysalis.org project. > > had me confused for a moment. Seem

Class not found : org.apache.cocoon.samples.parentcm.Generator

2002-04-08 Thread du Plessis, Corneil C
Title: Class not found : org.apache.cocoon.samples.parentcm.Generator I have downloaded Tomcat 4.0.1 and Cocoon 2.0.2 and placed cocoon.war in tomcat/webapps I get this exception: java.lang.ClassNotFoundException: org.apache.cocoon.samples.parentcm.Generator     at java.net.URLClassLoade

Re: Charting

2002-04-08 Thread Peter Robins
On Friday 05 Apr 2002 18:58, Nicola Ken Barozzi wrote: > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > > Ok, so I've managed to import the charting classes on sourceforge, under my > krysalis.org project. had me confused for a moment. Seems we have 2 krysalises (krysales?). Do you know Intera

Technical Doc

2002-04-08 Thread David LAGARDERE
Hello. I'd like to get some technical documentation about Cocoon way of loading elements of pipeline, caching and objects persistence. Does anybody know if I can find something which goes deeper than the web site documentation ? Thanks. David LAGARDERE

Re: cocoon sitemap not available?

2002-04-08 Thread Sreenivasan N.
Hi check sitemap.xmap is available under tomcat / webapps /cocoon folder. and check cocoon.xconf file for this line   which normally be at the end of the file Regards Sreenivasan. At 10:39 AM 4/8/02 +0200, you wrote: Hi! I 'm new to coocoon. After installing with tomcat 4.0.3 when I go to

cocoon sitemap not available?

2002-04-08 Thread Axel Huizinga
Hi! I 'm new to coocoon. After installing with tomcat 4.0.3 when I go to http://localhost:8080/cocoon/ I get: Cocoon 2 - Internal server error type internal-server-error message The sitemap handler's sitemap is not available. Please check logs for the exact error. description org.apache.coc

Trouble with action sets

2002-04-08 Thread Volker Schneider
Dear cocoon users group, I tried to use multiple submit-buttons within a pipeline using an action set. This works fine, but I can only call separate actions depending on the submit button: Clicking button1 action1 is called, clicking button2 is called, but it's always the same pipeline I can add

RE: I18n and Cocoon2

2002-04-08 Thread Konstantin Piroumian
> From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > > From: Matthieu Sozeau [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, April 06, 2002 1:10 PM > > To: Cocoon Users > > Subject: I18n and Cocoon2 > > > > > > I've got some questions/feature requests for the i18n transformer: > > > > 1)

RE: I18n and Cocoon2

2002-04-08 Thread Konstantin Piroumian
> -Original Message- > From: Matthieu Sozeau [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 06, 2002 1:10 PM > To: Cocoon Users > Subject: I18n and Cocoon2 > > > I've got some questions/feature requests for the i18n transformer: > > 1) When I have large chunks of data containing ma

Charting committed in Cocoon scratchped (Re: Charting)

2002-04-08 Thread Nicola Ken Barozzi
From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > > > From: "Sozonnik Andrew" <[EMAIL PROTECTED]> > > > Have you already put your charting things somewhere ? > > > Where can I find it ? > > > > I'm *very* time constrained these days, so please be pa

Re: rdf from Slashdot and Freshmeat

2002-04-08 Thread Michael Wechner
Roman, thanks a lot for your help. It works by using an invented namespace "n-rdf" (as you suggested): http://www.w3.org/1999/02/22-rdf-syntax-ns# xmlns:n-rdf="http://my.netscape.com/rdf/simple/0.9/";> All the best Michael KOZLOV Roman wrote: > Hi Michael, > > Try to put the rdf nam

SQLTransformer bug that appears under load

2002-04-08 Thread neil
I've been load testing my cocoon app with jmeter and I think I've found a SQLTransformer bug. My (MS SQL Server) JDBC driver was complaining about attempts to use various objects after they had been closed (Connections, ResultSets and Statements). In Query.execute() I think this bit should be rem

RE: Sorry to be a nag

2002-04-08 Thread Nader S. Henein
Cocoon Lucene Indesing: "Too Many files open Error" I can't opt for that solution, what I'm trying to do is get out of Oracle Internmedia and ultimately out of oracle and if you've ever had oracle bill you for licensing fees you'll know why ... but as far as the indexing is concerned I'm going to