Re: [ANN] OXF 2.0 Released

2003-07-21 Thread Erik Bruchez
Hi Tony, OXF does not use any code from Cocoon (although it uses many other Apache projects, listed in our README), but it is a framework that conceptually shares many things with Cocoon. The main differences with Cocoon are: 1. XPL is more generic than the Cocoon sitemap. XPL is a simple, decl

Cocoon GUI

2003-07-21 Thread Mark Brand
Hi   I have just started developing with Cocoon 2, and would like to know if anybody knows of a GUI Kit (eg. a kit with browser widgets like trees, panels, menus etc) that would work well with cocoon. it will be a intranet rollout only so the gui kit can be a for a single browser if necessary

Link Livesites: www.geozeta.pl

2003-07-21 Thread Tomasz Nowak
Geozeta is a polish geographic & travel portal. We have already over 120 articles about trips to different places of whole world. http://www.geozeta.pl/ Besides forum Geozeta is entirely build on top of Apache Cocoon 2.0.4 and PosgreSQL database. Every article is an XML itself and will be publi

Re: [ANN] OXF 2.0 Released

2003-07-21 Thread Tony Collen
Erik Bruchez wrote: OXF is an XML transformation framework built on top of J2EE technologies. Pardon my ignorance, but how is this Cocoon-related? Is this built on top of Cocoon? Is it just a repackaged (and more expensive) Cocoon? Tony ---

Re: Reading all XML-files of one folder

2003-07-21 Thread Alexander Schatten
Mathias Wiegard wrote: Hi, I want to make something like the users' manual of cocoon. If You know its sitemap then you will also know the system with book.xml. Instead of using such a file I want to generate my menu items dynamically by the articles (xml files) in the accordant folder, e.g. by get

Re: Cocoon installation on Win2000

2003-07-21 Thread Geoff Howard
Andrea Binello wrote: Hi, I would like to ask for an help about cocoon installation on Windows 2000. The following is my configuration: * Windows 2000 Professional (with SP3) * Apache 1.3.27 * J2SE 1.4.2 * J2EE 1.3.1 * JavaMail 1.3.1 / JAF 1.0.2 * Tomcat 4.1.24

Re: Cocoon installation on Win2000

2003-07-21 Thread Andrea Binello
> try removing the forward slash -> http://localhost:8080/cocoon > > hth, > tsc > > Todd S. Canaday > Instructor - Adjunct Faculty > Herff College of Engineering > The University of Memphis > Memphis, TN 38152-3210 > Office 218A > http://www.people.memphis.edu/~tcanaday/ Excuse me, but are you

Re: Cocoon installation on Win2000

2003-07-21 Thread tcanaday
try removing the forward slash -> http://localhost:8080/cocoon hth, tsc Todd S. Canaday Instructor - Adjunct Faculty Herff College of Engineering The University of Memphis Memphis, TN 38152-3210 Office 218A http://www.people.memphis.edu/~tcanaday/ - Original Message - From: Andrea Bine

Re: Cocoon installation on Win2000

2003-07-21 Thread Jens Maukisch
Hi, > message Failed to generate program code (this may happen if you use Xalan in > incremental processing mode). > What does it mean ? Please any help is appreciated ! > Thanks. Search in the cocoon.xconf for incremental-processing and set the value to false: hth -- * b

Cocoon installation on Win2000

2003-07-21 Thread Andrea Binello
Hi, I would like to ask for an help about cocoon installation on Windows 2000. The following is my configuration: * Windows 2000 Professional (with SP3) * Apache 1.3.27 * J2SE 1.4.2 * J2EE 1.3.1 * JavaMail 1.3.1 / JAF 1.0.2 * Tomcat 4.1.24 * Cocoon 2.0.4 Envi

Re: How to redirect XSL output to more than one file?

2003-07-21 Thread Alexander Schatten
Marco Stolpe wrote: Would that approach work or did I misunderstand anything? this approach looks good to me; just two remarks: if those are all parts of one document, one could eventually also consider using get parameters for selection like: document-name.html?part=idxyz additionally eventu

Re: getting request parameters in search generator using Request.getParameter()

2003-07-21 Thread Geoff Howard
Dan wrote: ... In my search generator I want to get the request parameters so I can build the proper lucene query. The problem is that my checkboxes have the same name (colls) and when I try to do a request.getParameter("colls"), I only get the first checked box. How do I get them all? here is

[ANN] OXF 2.0 Released

2003-07-21 Thread Erik Bruchez
OXF is an XML transformation framework built on top of J2EE technologies. Noteworthy changes in version 2.0 include: - New Web Application Controller - Significant XForms enhancements - Struts Portlets support - SQL Processor enhancements - New JavaServer Faces integration - Pluggable XSLT and JAX

getting request parameters in search generator using Request.getParameter()

2003-07-21 Thread Dan
Hi, I have extended the default search generator that comes with cocoon to meet my requirements. One of these requirements is that searches can be limited to certain collections of documents. I implement this with checkboxes on the HTML form. For example, I have the following form: [some query

How to access the session object of another web-application?

2003-07-21 Thread Uwe Gerger
Hello, I have a web application (with struts) wich invokes via an URL the cocoon pipeline. In the action of the sitemap I would like to access the session object of the invoking web application to get get some information (data beans) out of it. Is this possible? Thanks Uwe -- Uwe Gerger

[Summary] BlobSource - "blob" protocol

2003-07-21 Thread Olivier Billard
Fixed on the CVS... Olivier Billard wrote: Hi all ! I'm trying to use the blob protocol. It uses the BlobSourceFactory, defined in the cocoon.xconf. The factory uses BlobSource class, which is AbstractLogEnabled. But where is the logger defined for this component ? The BlobSource isn't define

RE : New Portal Fw : How works coplet Persistance ?

2003-07-21 Thread Laurent Trillaud
Humm. I tried a lot of things, but it still not working. First of all, I changed 'session' to 'persistent' in the cocoon.xconf in the coplet-instance-data-aspects ... Second I tried to invoke the saveUserProfiles met

Re: Reading all XML-files of one folder

2003-07-21 Thread Upayavira
On Mon, 21 Jul 2003 11:37:47 +0200, "Bruno PIERRE" <[EMAIL PROTECTED]> said: > You can use an xsl transform > > and the function document() > > you wil have a stuff like > > > > You can, but this is not advised, as it breaks the Cocoon caching system. The document() function therefore sh

Re: Reading all XML-files of one folder

2003-07-21 Thread Bruno PIERRE
You can use an xsl transform and the function document() you wil have a stuff like - Original Message - From: "Upayavira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 11:27 AM Subject: Re: Reading all XML-files of one folder > On Mon, 21 Jul 2003 11:1

Re: Reading all XML-files of one folder

2003-07-21 Thread Upayavira
On Mon, 21 Jul 2003 11:16:40 +0200, "Mathias Wiegard" <[EMAIL PROTECTED]> said: > Hi, > I want to make something like the users' manual of cocoon. If You know > its > sitemap then you will also know the system with book.xml. > Instead of using such a file I want to generate my menu items dynamicall

Reading all XML-files of one folder

2003-07-21 Thread Mathias Wiegard
Hi, I want to make something like the users' manual of cocoon. If You know its sitemap then you will also know the system with book.xml. Instead of using such a file I want to generate my menu items dynamically by the articles (xml files) in the accordant folder, e.g. by getting a "title"-XML-Eleme

Re: Use of a wildcard in a generator

2003-07-21 Thread Upayavira
On Mon, 21 Jul 2003 10:17:56 +0200, "Lionel Crine" <[EMAIL PROTECTED]> said: > I'm already using the parameter selector to do that. > > By the way, > > To use the less resources (memory, ...) from the sitemap. What's the best > : > > Create two almost similar or using the parameterselector ? >

Re: Use of a wildcard in a generator

2003-07-21 Thread Lionel Crine
I'm already using the parameter selector to do that. By the way, To use the less resources (memory, ...) from the sitemap. What's the best : Create two almost similar or using the parameterselector ? What's the cleanest ? Lionel ---

Re: Use of a wildcard in a generator

2003-07-21 Thread Upayavira
On Mon, 21 Jul 2003 08:54:22 +0200, "Lionel Crine" <[EMAIL PROTECTED]> said: > Hi, > > I'd like to use a wildcard in a generator like this : > is this allowed ? Correct. Variable elements are not allowed in the type attribute. To achieve that sort of control, you could use a ParameterSelector. Se

Cocoon + Apache + mod_proxy + mod_cache problems

2003-07-21 Thread Conal Tuohy
I am putting an reverse-proxying cache in front of a Cocoon site. The proxy is Apache httpd version 2 with mod_proxy and mod_cache. Some of the pages are cached by Apache httpd and are served up again and again without asking Tomcat/Cocoon. Once I've requested a page I can even shut down Tomcat a

Gmane working again

2003-07-21 Thread Martin Holz
I am glad to report, that the cocoon mailing list are available again at the mail to news gateway gmane.org. gmane did not show new mails for those lists after the renaming of the lists. -- Martin Holz <[EMAIL PROTECTED]> Softwareentwicklung / Vernetztes Studium - Chemie FIZ CHEMIE Berlin