Re: Code of a method is longer than 65535 bytes

2002-01-17 Thread Carlos Araya
Java has a limit to the length of a single method. You'll have to break the method into smaller methods or constants. That is a java problem, not a cocoon one AFAIK Carlos On 01/16/02 23:53, "ITANI Mohamed (LB Soft)" <[EMAIL PROTECTED]> wrote: > Hi, > > My code inside my xsp page has got very

Re: urgent(integration of cocoon processor with weblogic)

2002-01-17 Thread Carlos Araya
Title: Re: urgent(integration of cocoon processor with weblogic) see: http://xml.apache.org/install/index.html The instructions to install Cooon on a weblogic server are already there On 01/16/02 3:50, "sirisha santhi" <[EMAIL PROTECTED]> wrote: Carlos -- Carlos E. Araya ---+ WebCT Admini

Cocoon "get-together" at CeBIT

2002-01-17 Thread Matthew Langham
Hi, CeBIT 2002 will be upon us soon (13th - 20th of March) and this seems like an ideal place to showcase Cocoon based solutions (we will be) and perhaps have some form of a "get-together". Therefore, we have decided to book a small conference room on Tuesday the 19th so that any interested parti

Re: develop content management system

2002-01-17 Thread Michael Wechner
Concerning a CMS based on Cocoon2: You might check out Wyona, which is based on Cocoon2. You can download the bin(war) and src version from http://www.wyona.org/download/index.html There are already many people working on it. Maybe we can bundle our resources. Everyone is very welcome to partic

Re: Realms Challenge

2002-01-17 Thread gcasper
phil schrieb: > Hi Vadim, > > I've spent the morning reading through the servlet specification and > only found the well known Request class that will give me the user > (getRemoteUser()) after they have already been authenticated. Can't find > anything about actually getting the browser to prese

Pre compiling Sitemap & XSP

2002-01-17 Thread Max Larsson
Hi, following the instruction in the FAQ to do precompiling of the SItemap and the XSP i get the following error in the cocoon.log: java.lang.IllegalAccessError: try to access class org.apache.cocoon.www.sitemap_xmap$Configurer from class org.apache.cocoon.www.sitemap_xmap at org.apache.

Re: Cocoon "get-together" at CeBIT

2002-01-17 Thread Stefano Mazzocchi
Matthew Langham wrote: > > Hi, > > CeBIT 2002 will be upon us soon (13th - 20th of March) and this seems like > an ideal place to showcase Cocoon based solutions (we will be) and perhaps > have some form of a "get-together". Therefore, we have decided to book a > small conference room on Tuesday

Xinclude to include

2002-01-17 Thread Alex Kachanov
could anyone give me a simple example on how to include xml content from http://slashdot.org/slashdot.xml into my xml file without using sitemap (aggregate or whatever) cocoon2 documentation tell how to include the local file http://www.w3.org/2001/XInclude";> Hello This is my first

Livesites

2002-01-17 Thread akber_choudhry
Title: Livesites http://www.dyanet.com We also provide Cocoon 2.0 hosting Regards Dyanet

RE: Request parameter to a transformer

2002-01-17 Thread Laurent CAPRANI
Allright! Now I understand that note in the xslt transformer page[1]: use-request-parameters: true|false - Setting this to true makes all request parameters available in the XSLT stylesheet. Note that this might have issues concerning cachability of the generated output of this transformer, t

Cocoon

2002-01-17 Thread Kola, Kiran
Hello, I am using cocoon 2.0 and tomcat 4.0.1. I was able to get the http://localhost:8080/cocoon/welcome page to work. I am following oreilly step by step instalation process. In that process they are talking about cocoon.properties file. Which i don't find in the cocoon.war file. Accordi

Re: develop content management system

2002-01-17 Thread Bertrand Delacretaz
On Wednesday 16 January 2002 17:16, Chris Perrin wrote: > . . . > I am wondering if there is > interest in creating an open source content management product for Cocooon. I'm interested in such a project, but don't have much time to help right now. I'd be happy to give input about requirements a

RE: Cocoon

2002-01-17 Thread Kola, Kiran
Hello, I am using cocoon2.0 and tomcat 4.0.1. What do i need to add to the tomcat's web.xml file in order for the configuration to work. I also what to know how to test the configuration settings. If am write using cocoon 1.8 we have say http://:8080/cocoon.xml. Can any body tell me how t

RE: Cocoon

2002-01-17 Thread Kola, Kiran
Hello, When i used cocoon 2.0 and tomcat4.0.1 i am getting this error on server Starting service Tomcat-Standalone Apache Tomcat/4.0.1 ERROR reading java.io.ByteArrayInputStream@d1ff At Line 223 /web-app/servlet/ Starting service Tomcat-Apache

RE: Cocoon

2002-01-17 Thread Alex Kachanov
o'reiley tutorial describes cocoon 1.8 that was current when the tutorial was published Cocoon2 and Cocoon 1.8 are based on different JSDK's The cocoon2 is based on the latest JSDK where .properties files are considered obsolete -Original Message- From: Kola, Kiran [mailto:[EMAIL PROTE

RE: Cocoon on a read-only medium

2002-01-17 Thread Vadim Gritsenko
> From: JÃrn Heid [mailto:[EMAIL PROTECTED]] > > Is it possible to run Cocoon on a CD (without having the possibility to > write anything)? Yes. You won't get any logs, everything else is Ok. > I think you can precompile all(?) of the dynamic content, Yes. > but doesn't Cocoon > generate t

RE: Pre compiling Sitemap & XSP

2002-01-17 Thread Vadim Gritsenko
> From: Max Larsson [mailto:[EMAIL PROTECTED]] > > Hi, > > following the instruction in the FAQ to do precompiling > of the SItemap and the XSP i get the following error > in the cocoon.log: > > java.lang.IllegalAccessError: try to access class > org.apache.cocoon.www.sitemap_xmap$Configurer fr

http header handling in cocoon

2002-01-17 Thread Tsui, Alban
Hi Is there a way to determine browser information from http header in Cocoon? Basically what I am after is something to determine if the client browser has the necessary plug-in installed or mime-type handling capability to determine what sort of pipelines I should use in order to serve the page

Re: Cocoon vs AxKit

2002-01-17 Thread Peter Royal
On Thursday 17 January 2002 10:05 am, Matt Sergeant wrote: > It's the other way around: AxKit is much more akin to Cocoon2. We had a > sitemap concept before they did, and while we still allow xml-stylesheet > PI's, it's not using the Cocoon1 reactor pattern that is so difficult to oops, my bad.

Re: Can't change log levels - grrrrr

2002-01-17 Thread Berin Loritsch
[EMAIL PROTECTED] wrote: > I've changed log levels to ERROR in logkit.xconf and in web.xml. Still > getting debug messages (Generated a 1 gig+ log yesterday). Make sure your components (as declared) have category names like this: cocoon.{component} root.{component} xslt.{component} If no logg

Processing database fields from esql with JTidy

2002-01-17 Thread Simeon Walker
Hi, I have some fields in our database wich have some html markup ( and are common). Currently these tags are showing up on pages produced via ESQL. I'd like to convert the tags to xml, has anyone managed to filter fields from ESQL through JTidy? Regards, Simeon -- Simeon Walker,

RE: [C2] esql: using query results in another query

2002-01-17 Thread fred . tsang
Aargh! thanks for the help Harald! I'm very sorry, I had filled the dept field with a string, but what I really needed was the dept id. So, not surprisingly, the query didn't return anything. Cheers, Fred<-- An idiot -Original Message- From: SunnyDay [mailto:[EMAIL PROTECTED]] Sent: 1

Re: Cocoon

2002-01-17 Thread Skip Carter
> o'reiley tutorial describes cocoon 1.8 that was current when the > tutorial was published > > Cocoon2 and Cocoon 1.8 are based on different JSDK's > The cocoon2 is based on the latest JSDK where .properties files > are considered obsolete > > Hello, > I am using cocoon 2.0 and tomc

AW: Cocoon "get-together" at CeBIT

2002-01-17 Thread Nick Fingerhut [New Identity AG]
in my opinion it is a good idea to make such a meeting, and the CeBIT will be a cool place. I'm really interested to join these meeting... -Ursprungliche Nachricht- Von: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 17. Januar 2002 11:12 An: [EMAIL PROTECTED] Cc: [EM

Re: develop content management system

2002-01-17 Thread Bertrand Delacretaz
On Wednesday 16 January 2002 21:12, Chris Perrin wrote: > A Yahoo! list would be fine. Perhaps we could do a Yahoo! group or MSN > Community so we can have file hosting and a "central meeting area." Yahoo group sounds good, being able to store files could help for requirements drafts, etc. Ber

Re: develop content management system

2002-01-17 Thread hei xia
Hi friends, I also interested with the the Cocoon content management system project. Actually, i have build a very simple cocoon content management system with jakarta turbine : here are some of the features/functions for the system : 1) User Management - to manage user access control, user a

Just starting COCOON

2002-01-17 Thread Alexander Churin
I have been reading these install docs back and forth for 2 days now and I am missing something. I am running Tomcat 4.0 using the Catalina web server on win2000 and winXP. It is working just fine and I want to add COCOON to the whole thing. So after downloading the latest binary distribution o

Cocoon-Project-Installation Problem

2002-01-17 Thread Hegde Hamsanath-A2998C
Dear Friends, The Software Configurations on which I'm working on OS- Windows 2000 JDK-JDK1.2.2 Servlet Kit-Tomcat 4.0.1 The Environment Variable I used are JAVA_HOME=d:\jdk1.2.2 CATALINA_HOME=D:\jakarta-tomcat-4.0.1 TOMCAT_HOME=D:\jakarta-tomcat-4.0.1

Usage patterns

2002-01-17 Thread Koen Pellegrims
Hi, I'm quite an experienced Cocoon2 users, but I am not totally happy with the current approach I'm using in my own website. I was hoping if some of you would like to share your personal approach to the following issue: Let's say, on a local intranet, you have two pages: one displays all the em

Re: Cocoon vs AxKit

2002-01-17 Thread Matt Sergeant
Today, I saw this... __BEGIN__ On Wednesday 16 January 2002 02:12 pm, Michael A Nachbaur wrote: > > Essentially, AxKit is Cocoon for mod_perl, but it goes quite a bit farther > than that. Just as Java takes a strict approach to programming (in terms > of typing, OO, etc), Perl is more flexible

RE: Xinclude to include

2002-01-17 Thread Mitchell Christensen
Alex, There is a bug/feature in the XInclude transformer which assumes that unless a base attribute is specified somewhere, the 's href value is a filename, and prepends the Cocoon install path in front of it. This is probably turning your "http://slashdot.org/"; into "/usr/local/tomcat/webapps/

Re: Realms Challenge

2002-01-17 Thread Gritsenko at home
Phil, I am Viktor Gritsenko. There is another guy on the list, Vadim Gritsenko. Viktor - Original Message - From: "Phil Blake" <[EMAIL PROTECTED]> To: "Vadim Gritsenko" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 8:27 PM Subject: Re: Realms Challenge

Tomcat on AIX

2002-01-17 Thread Stephen Arnott
Hi Got your email from a real-time cocoon user group.   I am having real problem trying to install tomcat 3.x specifically 3.3a under AIX5L   Could you provide and help ideas pointers etc (like a make file)   any comments or good websites would be most appreciated     regards   Stephen Arno

Report Generation

2002-01-17 Thread Saurabh Ganguly
Hello everybody.   This is my second mail n the span of an hour or so. I know I am rushing a bit but I have to get the solution to the problem very fast or else I will be in trouble.   Well my earlier problem is still not sloved . Now I would like someone to suggest me the way I should go abo

Re: develop content management system

2002-01-17 Thread Bertrand Delacretaz
On Thursday 17 January 2002 01:30, Robert Koberg wrote: > ... > Perhaps some time needs to > pass before it is propagated through the yahoo system? The yahoo group is working - check it out at http://groups.yahoo.com/group/contentmanagementgroup/ - Bertrand

New User

2002-01-17 Thread Saurabh Ganguly
Hi Well I am a new user of cocoon sofywares so I just want a brief overview of how to use the same. My main aim is to generate reports using the XML and for that I would like to use the cocoon 2 software. Being totally new to this line, I am very confused of what to do. So I would request yo

Re: develop content management system

2002-01-17 Thread cocoonu
Concerning a CMS based on Cocoon(2): You might check out Wyona, which is based on Cocoon(2). You can download the bin(war) and src version from http://www.wyona.org/download/index.html There are already many people working on it. Maybe we can bundle our resources. Everyone is very welcome to p

Re: develop content management system

2002-01-17 Thread Bertrand Delacretaz
On Wednesday 16 January 2002 23:15, Robert Koberg wrote: > why not discuss it for a bit on yahoo, shake out a basic framework, then go > to sourceforge? +1 I think a bit of reseach/brainstorming is required, yahoo is fine for that. -- -- Bertrand Delacrétaz, www.codeconsult.ch -- web technol

Re: develop content management system

2002-01-17 Thread michael . wechner
Concerning a CMS based on Cocoon: You might check out Wyona which is a CMS based on Cocoon. The bin (war) and src version can be downloaded from http://www.wyona.org/download/index.html Many people are already working on this system. Maybe we are able to bundle our resources. Thanks and all t

RE: Just starting COCOON

2002-01-17 Thread Luca Morandini
Alexander, I'd suggest to download Cocoon sources and re-compile (using build,bat). I downloaded the binaries too... but never managed to make them run (on the other hand the compiled sources run). Best regards, - Luca Morandini

ESQL support for stored procedures

2002-01-17 Thread Kosh . Podder
Hi, Could someone please confirm for me what the current status/direction of support for stored procs, i.e. CallableStatement, in ESQL is currently, before I go and add my own extensions? Cheers, Kosh Visit our website at http://www.ubswarburg.com This message contains confidential informa

Fw: develop content management system

2002-01-17 Thread Robert Koberg
So I tried to install dimmer switches at my place and brought down most of my electrical (including mail server). I want to apologize if anybody recieved bounced mails from me... Here is the info on the cms group at yahoo if you want to sign up. - Original Message - From: "Chris Perrin"

Re: weblogic sitemap_xmap.java problem (again!)

2002-01-17 Thread Bernhard Huber
Helly, Aidan wrote: >Hi, > > I am trying to get cocoon working with weblogic6.1, and have run up against >what seems from the mailing list archive to be a common problem, namely: >the sitemap_xmap.java file generated is empty, resulting in a ClassNotFound >exception the first time the CocoonServ

Re: Cocoon vs AxKit

2002-01-17 Thread Robert Koberg
I do think this is one of the flaws of axkit - lack of documentation, though the developpers are extremely helpful. When I initially looked at axkit I only saw that it worked with PIs. The only way I found out was bad-mouthing it and being corrected - not a good way to do documentation... :) Per

cocoon processing time

2002-01-17 Thread Nick Fingerhut [New Identity AG]
Hi Cocooners, is there an easy way to count the cocoon processing time from the browser request till the request is finished? regards, Nick Fingerhut - Please check that your question has not already been answered in the FAQ b

Re: cocoon processing time

2002-01-17 Thread Berin Loritsch
Nick Fingerhut [New Identity AG] wrote: > Hi Cocooners, > > is there an easy way to count the cocoon processing time from the browser > request till the request is finished? Add the magic URL parameter: http://host/resource?cocoon-showtime=hide There are two modes for the cocoon-showtime par

RE: cocoon processing time

2002-01-17 Thread Vadim Gritsenko
> From: Nick Fingerhut [New Identity AG] [mailto:[EMAIL PROTECTED]] > > Hi Cocooners, > > is there an easy way to count the cocoon processing time from the browser > request till the request is finished? tail -f cocoon/WEB-INF/logs/access.log.01 | grep "Processed by" See also web.xml, show

XSP<- XSL<-XML<- for example Xindice

2002-01-17 Thread Stefan
Hello everyone, I am working on a simple site. The idea is - storing XML-Data in some Database like Xindice, - using Cocoon2 for processing and transformation. For static data everything works fine. I am not sure, how to design the system for prosessing dynamic content. I did an very small exam

RE: XSP<- XSL<-XML<- for example Xindice

2002-01-17 Thread Luca Morandini
Stefan, just one thing, I can't understand why you need the XSP-generation step. You can get rid of extra tags with XSL... or am I missing something ? As I matter of fact I retrieve (and render in HTML) data from Oracle (including HTML fragments) without using a single XSP line. Best regards,

RE: XSP<- XSL<-XML<- for example Xindice

2002-01-17 Thread Vadim Gritsenko
> From: Stefan [mailto:[EMAIL PROTECTED]] Stefan, > I set up a pipeline, which gets some XML Data from Xindice und transforms > the data to XSP. This step is required because the retrieved Data always is > enclosed in etc. elements. So at least I have to > enclose the things in an element. R

Re: XSP<- XSL<-XML<- for example Xindice

2002-01-17 Thread Stefan
Hello Luca, the XML-Documents stored in the database will include tags representing dynamic data. In my simple example I used an XSP-Tag/Logicsheet. A more practical example. I plan to maintain an list with all links used on the site and an collection of media files (mainly pictures and pdf-fil

RE: XSP<- XSL<-XML<- for example Xindice

2002-01-17 Thread Luca Morandini
Stefan, the same task may be carried out by stylesheets using SQLTransformer... possibly using stored procedures, in order to take the task of dealing with persistent data out of Cocoon (a much cleaner design too :) ). Best regards, -

Re: XSP<- XSL<-XML<- for example Xindice

2002-01-17 Thread Stefan
Thank You Vadim and Luca, I will think about Your proposals tomorrow. For sure they will guide me in the right direction. Midnight passed in Germany, Thanks again Stefan - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17,

RE: XSP<- XSL<-XML<- for example Xindice

2002-01-17 Thread Luca Morandini
Stefan, hey, real programmers start doing the real work after midnight ! Anyway, it is past midnight in Italy as well... time to rest after this last stored procedure. Good night ! - Luca Morandini GIS Consultant

RE: develop content management system

2002-01-17 Thread Stephen Manning
Title: RE: develop content management system Hi, I too am interested in development of a content management system. From reading the posts on this subject, the general feeling is that content management systems developed so far, have missed the point. IMHO cms's are most useful in an intra

Re: develop content management system

2002-01-17 Thread Robert Koberg
Title: RE: develop content management system you should sign up at:   > - Original Message -> From: "Chris Perrin" <[EMAIL PROTECTED]>>> > OK.  Here is the link to the site:> > http://groups.yahoo.com/group/contentmanagementgroup/> >> > Go to www.yahoo.com and click on GROUPS, not CLU

speeding - cocoon processing time

2002-01-17 Thread Alex Kachanov
OK, great Does anyone know how to optimize Cocoon configuration to speed up startup and processing time? Some tricks in config files? Some commented lines in sitemap.xmap? -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: 18 „‘„~„r„p„‚„‘ 2002 „s. 6:53 To: [EMAIL

RE: speeding - cocoon processing time

2002-01-17 Thread Vadim Gritsenko
Search archives of xml-cocoon-dev list on "scalability". There was a thread on optimization tips month or two ago. Vadim > From: Alex Kachanov [mailto:[EMAIL PROTECTED]] > > OK, great > Does anyone know how to optimize Cocoon configuration > to speed up startup and processing time? > > Some tr

(Urgent) Using Cocoon : Please Help

2002-01-17 Thread Lokesh Verma
Hi All ! I'm working on a project to develop an Enterprise Application using MVC-2 Architecture on Websphere Application Server. In the project we are using JSP to display data on the web. Now if I wish to make my application enabled on multiple device types can any body give me some tips how

jsp & cocoon

2002-01-17 Thread Alex Kachanov
Title: RE: develop content management system I've added                       to sitemap   but all .jsp pages come to me unprocessed. jsp code is executed, but xsl transformation does not happen.   I'm using Cocoon2. any clues?   with best wishesAlexander Kachanov

AW: Just starting COCOON

2002-01-17 Thread Eugen Kimmerstorfer
The problem is that you launch a batch-file (*.bat), e.g. "build.bat" with "build" and not with "build.bat" (it's the same with any program (*.exe, *.com, ...), by the way ...). So the command you have to use is: build -Dinclude. Greetings, Eugen > -Ursprüngliche Nachricht- > Von

RE: Pre compiling Sitemap & XSP

2002-01-17 Thread Max Larsson
Hi, im using SUN on WinNt4. But the problem disapeared today. Maybe because i rebootetd the machine over night. So now the pre compiling wokrs. But all xsp pages delivers "empty" contents. E.g. they don't retreive anything from the database? Max > > > From: Max Larsson [mailto:[EMAIL PROTECTE

My Cocoon Tutorial is Online!

2002-01-17 Thread Andreas Hartmann
Hi folks,   I'm about to create a website about Cocoon and started today with a little tutorial. It is directed to newbies (actually, I'm a newbie too ...) and describes a possibility to create a simple hierarchic site with a navigation menu.   The tutorial can be found at http://www.cocoonce

Cocoon Hosting ...

2002-01-17 Thread Marc G. Fournier
Hi ... We just finished installing Jakarta-Tomcat 4.x + Cocoon 2 for one of our clients, and in the course of the install, came across the hosting page that suggested sending a note to this list to be added ... We host all our clients in a virtual machine environment, so have th