Re: Logging in cocoon

2004-03-02 Thread Jan Hoskens
I don't know how to setup your own log file, but you can specify your log-level in the file cocoon/WEB-INF/logkit.xconf. e.g. change your sitemap's log-level to DEBUG. Kind Regards, Jan - Original Message - From: "Anna Bikkina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, M

Server Side Includes in Cocoon??

2004-03-02 Thread Jim Emerson
I'm running Cocoon on Windows 2000 (don't ask) with Tomcat 4.1 When I print a server side include in my XSLT script, the results are ignored in the output. Here's my xslt code: #include virtual="/includes/newsnav.inc" What i'm expecting to be in the output is the contents of newsnav.inc but it

Re: Linotype CVS broken?

2004-03-02 Thread Joerg Heinicke
On 03.03.2004 00:32, Jeff Turner wrote: Hi, Just wondering if Linotype is broken for anyone else in 2.1 CVS. From a clean CVS checkout, if I run './build.sh ; ./cocoon.sh servlet', and log in to linotype with guest/guest, I get: uncaught JavaScript exception: at main (file:/home/jturner/apache/

Re: Linotype CVS broken?

2004-03-02 Thread Mark Leicester
Yes I've had the same thing. I'm on a Mac OS X 10.3 and I've seen this for a couple of months. I guess I should have said earlier! Mark On 2 Mar 2004, at 23:32, Jeff Turner wrote: Hi, Just wondering if Linotype is broken for anyone else in 2.1 CVS. From a clean CVS checkout, if I run './buil

Linotype CVS broken?

2004-03-02 Thread Jeff Turner
Hi, Just wondering if Linotype is broken for anyone else in 2.1 CVS. >From a clean CVS checkout, if I run './build.sh ; ./cocoon.sh servlet', and log in to linotype with guest/guest, I get: uncaught JavaScript exception: at main (file:/home/jturner/apache/xml/cocoon-2.1/build/webapp/samples/lino

RE: Best Books

2004-03-02 Thread Rob Gregory
To narrow down your problem try something like the following:- Schedule shedX = (Schedule) session.getAttribute("patSchedule"); if (shedX == null) System.out.println("shedX was null"); You can also do a session.toString() to check you are dealing with the same session as the one logged? Hope an

RE: logic question...

2004-03-02 Thread Rob Gregory
A couple of hints are to look at the WEB-INF/logs/core.log as when in DEBUG mode this will output the request and session objects to the core.log file and prove you have a valid session with the objects(parameters you expect) within either the session or request. Another hint is to use the generat

RE: Best Books

2004-03-02 Thread Ralph Goers
This subject has come up before. I have Cocoon Developer's Handbook. It is quite good, but it is outdated - as are all Cocoon books currently available. This book will get you up and running on Cocoon 2.0 but doesn't have any info on 2.1. While it covers a lot of material in getting a Cocoon si

HELP: redirection to home page doesn't work under apache/tomcat/c ocoon

2004-03-02 Thread H . vanderLinden
Hello, could someone shed a light on the following: apache 2.??? tomcat 4.1.27 cocoon 2.1.1 on red hat linux What we've done is build a webapp in a subdir of cocoon under tomcat, i.e. //webapps/cocoon/myapp which has its own sitemap. everything is handled in this sitemap, i.e. there are only re

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Rafael C. Alvarado
COCOON: 2.1.3 JDK: 1.4.1_02-b06 (Sun) CONTAINER: Tomcat 5.0.16 PRO 1.4 for 2.2 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---

Best Books

2004-03-02 Thread Baun, Kevin
Any suggestions on good cocoon/xsp/et all books? Thanks, -Mel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: logic question...

2004-03-02 Thread Baun, Kevin
Cocoon 2.0 running on weblogic 7 with struts thrown in the mix, although I dont see how that could be effecting anything. The Error: the formatting XSLs will generate all the time, but my aggregate xsl stops processing at this line: ListIterator patForecast = new LinkedListSchedule) session.g

Re: [POLL] which Cocoon version / JDK version / Servlet Container areyou using ?

2004-03-02 Thread jdavila
COCOON : 2.1.5-dev JDK : 1.4.2_03 CONTAINER : Tomcat 4.1.30 PRO 1.4 requirement for 2.2 > Thread > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 > discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2 and > upwards. > > Getting a feeling what the users are u

Accessing flowscript data using jpath?

2004-03-02 Thread Joel McConaughy
I am trying to use flowscript data passed into an XSP in the following way: String s; s = This produces the error: "Type mismatch: cannot convert from Object to String". Is there something wrong here or is there another way to do this? Thanks in advance. Joel ---

Re: [POLL] which Cocoon version / JDK version / Servlet Container areyou using ?

2004-03-02 Thread Carlos Chávez
COCOON: 2.1.5-dev JDK : 1.4.2_03 CONTAINER : Tomcat 4.1.30 (optional) PRO/CON 1.4 requirement for 2.2 : PRO Cheers, Carlos Chávez Jorg Heymans Escribio :-) > Thread > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 > discusses wheter jdk 1.4 should be made a

Re: Coplets in cocoon

2004-03-02 Thread Anna Bikkina
It finally worked Thanks for the help Anna On Tuesday 02 March 2004 10:50 am, [EMAIL PROTECTED] wrote: > Hi Anna, > It's right, that both forms get executed. If you study the example I sent, > you see that the decision which form would be executed, is made by a > parameter that sits in the sess

Logging in cocoon

2004-03-02 Thread Anna Bikkina
Hi, I want to log some details to a user defined log file(specified in web.xml). How can I do that from my xsp,java and xsp files used in the cocoon. Can someone please direct me to some examples. Right now I am using getLogger() . I guess this logs in sitemap.xmap. Also I am not able to log

Database pool-controller

2004-03-02 Thread Anna Bikkina
Hi, I configured a database pool in cocoon and used the pool controller tag to set max and min connections in cocoon.xconf. When the max number of connections are used up what does cocoon do. Does it throw an exception to the n+1(n being max connections) or does it wait for one of the connecti

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Joerg Heinicke
On 02.03.2004 22:08, Geoff Howard wrote: Hi, Most of the time when I run XConfToolTask, it works fine, but sometimes I get the following error: IOException: java.net.ConnectException: Connection timed out: connect Any idea what's the problem here? Which version of Cocoon? The xpatch task is su

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Rob Gregory
COCOON : 2.0.3 in production & 2.1.4 in development JDK : 1.4.1 CONTAINER : Tomcat/Catalina 4.1.24 in production & 5.0.18 in development (optional) PRO/CON 1.4 requirement for 2.2 : PRO Regards Rob > Thread > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 > discusses wheter

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Neil Bacon
COCOON : 2.1.4dev in production & 2.1.5dev in development JDK : 1.4.2 CONTAINER : Tomcat 4.1.27 in production & 5.0.18 in development (optional) PRO/CON 1.4 requirement for 2.2 : PRO Cheers, Neil. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans Sent:

RE: logic question...

2004-03-02 Thread Rob Gregory
What version of Cocoon are you using and can you expand on your error as I can't find your problem code in your complete page example? Have you checked the log files for any pointers towards your errors? Another pointer is to NOT rely on printStackTrace(); for your error logging as you are not sur

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Geoff Howard
Joerg Heinicke wrote: On 02.03.2004 21:48, Geoff Howard wrote: Alex Romayev wrote: Hi, Most of the time when I run XConfToolTask, it works fine, but sometimes I get the following error: IOException: java.net.ConnectException: Connection timed out: connect Any idea what's the problem here? Whi

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Alex Romayev
I've replaced my ant/lib (since I'm calling the task from my own build script) with xercesImpl-2.6.1.jar and it worked. Thanks for your help guys. --- Geoff Howard <[EMAIL PROTECTED]> wrote: > Alex Romayev wrote: > > >I have 2.1.4 label. My internet connection is fine > >(proved by this email ;

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Geoff Howard
Alex Romayev wrote: I have 2.1.4 label. My internet connection is fine (proved by this email ;-)). I suppose the server it's trying to look up is down... if web.xml is the culprit (you should see which file is being patched in the console) that'd be sun's site. Do you think if I CVS HEAD, i

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Joerg Heinicke
On 02.03.2004 21:48, Geoff Howard wrote: Alex Romayev wrote: Hi, Most of the time when I run XConfToolTask, it works fine, but sometimes I get the following error: IOException: java.net.ConnectException: Connection timed out: connect Any idea what's the problem here? Which version of Cocoon? The

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Alex Romayev
I have 2.1.4 label. My internet connection is fine (proved by this email ;-)). I suppose the server it's trying to look up is down... Do you think if I CVS HEAD, it'll fix it? Thanks, -Alex --- Geoff Howard <[EMAIL PROTECTED]> wrote: > Alex Romayev wrote: > > >Hi, > > > >Most of the time when

RE: logic question...

2004-03-02 Thread Baun, Kevin
Well you asked for it :) - test.jsp - http://apache.org/xsp"; xmlns:session="http://apache.org/xsp/session/2.0"; xmlns:xsp-response="http://apache.org/xsp/response/2.0"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:util="http://ap

Re: [XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Geoff Howard
Alex Romayev wrote: Hi, Most of the time when I run XConfToolTask, it works fine, but sometimes I get the following error: IOException: java.net.ConnectException: Connection timed out: connect Any idea what's the problem here? Which version of Cocoon? The xpatch task is supposed to disable r

[XConfToolTask] java.net.ConnectException: Connection timed out: connect

2004-03-02 Thread Alex Romayev
Hi, Most of the time when I run XConfToolTask, it works fine, but sometimes I get the following error: IOException: java.net.ConnectException: Connection timed out: connect Any idea what's the problem here? Thanks, -Alex - To

RE: logic question...

2004-03-02 Thread Rob Gregory
Is this a JSP or an XSP?? Can you post the complete page so we can help further... Regards Rob > > Greetings all, > Realitivly new to the cocoon/xsp world, so please keep that in mind. > Here is my problem: > test.jsp (using map:generate type="serverpages") > jdk 1.3 > weblogic 7.0 > > >

RE: cocoon protocol not available

2004-03-02 Thread Rob Gregory
Not sure I really understand the question but your error message suggests you are using cocoon:/ as far as I remember I have previously used this but with a double slash i.e. cocoon://bf_orders_actions_show May be wrong but worth a try... Regards Rob > > Hi, > > where is the reason that the co

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Markus Vaterlaus
COCOON : 2.1.4 JDK : 1.4.2_03 (Mac OS 10.3.2) CONTAINER : Tomcat 4.1.29 PRO/CON 1.4 requirement for 2.2 : PRO Thread http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2 and upwards. Getting a feeling what the us

Re: fop png problem

2004-03-02 Thread J.Pietschmann
Pakalns wrote: I've upgraded to cocoon 2.1.4 and can't get *.png in my pdf documents. The Acrobat says that 'a file read error has occured'... Any ideas? This has been posted several times with no solution until now. Perform the standard drill first: - Check the Cocoon logs: any specific errors or

xsp:logic question...

2004-03-02 Thread Baun, Kevin
Greetings all, Realitivly new to the cocoon/xsp world, so please keep that in mind. Here is my problem: test.jsp (using map:generate type="serverpages") jdk 1.3 weblogic 7.0 ListIterator myListItr = new LinkedListCastedObject) session.getAttribute("mySessionAttribute")

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Christopher Painter-Wakefield
COCOON: 2.0.3 JDK: 1.4.x (various) CONTAINER: Tomcat 4.1.27 PRO 1.4 for 2.2 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: advanced formatting (Help [Woody] Decimal Format incorrect from binding)

2004-03-02 Thread Bruno Dumon
On Tue, 2004-03-02 at 13:26, leo leonid wrote: > On Mar 1, 2004, at 7:53 PM, Bruno Dumon wrote: > > > > > Anyhow, if you want a digit to show up, you should use 0, such as: > > > > #.00 > > > > See also here for more information on the patterns: > > http://java.sun.com/j2se/1.4.2/docs/api/

Re: Coplets in cocoon

2004-03-02 Thread Philippe Guillard
I had the same problem on tuesday, and the problem was solved when i used this http://wiki.cocoondev.org/Wiki.jsp?page=WoodyCopletForPortalEngine check new "New way". Use temporary:application-uri instead of uri. Works perfectly except javascript in the woody form like showPopup function or ctyse

RE: use JAXB generated object in woody binding

2004-03-02 Thread Francis Vermeulen
Hi Liu, I've developed a generic layer using JXpath on top of a JAXB object tree for the purpose of generating XML. You can actully get JXPath to work with the JAXB list implementation by extending JXpath with a ListElementFactory. I've included the Java source. This is explained in the JXpath doc

use JAXB generated object in woody binding

2004-03-02 Thread yuanliang liu
Hi, Has anyone have tried using JAXB generated object in woody binding? I use JAXB to ummarshall xml string to get a java object and use this java object as a bean in woody binding. It can get data from the jaxb object without problem. But it failed to save the data back to the jaxb object(the e

Re: How do deal with embeded repeaters in woody binding? Is there variable to use?

2004-03-02 Thread yuanliang liu
Thanks for pointing out. I already figured out. I didn't know that row-path attribute in repeater element is under the context of the parent-path. --- Jan Hoskens <[EMAIL PROTECTED]> wrote: > I'm not quite sure what you mean here, maybe an > example may clear things up. > I do use embedded repea

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Ralph Goers
Cocoon: 2.1.4 JDK: 1.4.2_03 Container: Weblogic 8.1 In favor of 1.4 in Cocoon 2.2 Ralph -Original Message- From: Jorg Heymans [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 12:37 AM To: [EMAIL PROTECTED] Subject:[POLL] which Cocoon version / JDK version / Servle

Re: limitation in woody-repeater binding and collections

2004-03-02 Thread Jan Hoskens
That's good to know! That does have to be on the docs. You can always edit the pages by yourself if you want to, they are Wiki's after all. Kind Regards, Jan - Original Message - From: "Stefan Klein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 3:57 PM Subject

Re: Coplets in cocoon

2004-03-02 Thread Hochleiter
Hi Anna, It's right, that both forms get executed. If you study the example I sent, you see that the decision which form would be executed, is made by a parameter that sits in the session (and is written to the session by the script). So it's the same with your forms. Both will be executed. But yo

how to put data into a mysql database?

2004-03-02 Thread ayana joseph
I am trying to create a DB connection to an MySql database using flowscript.Here is sample code from my .js file: var dbSelector = cocoon.getComponent(Packages.org.apache.avalon.excalibur.datasource.DataSourceComponent.ROLE  + "Selector"); var dataSrc = ""> var conn = dataSrc.getConnectio

Re: XSP generated .java debuging

2004-03-02 Thread Olivier Billard
Hi Stavros Theses links should help you : http://wiki.cocoondev.org/Wiki.jsp?page=DebuggingCocoon http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse -- Olivier BILLARD On 01/03/2004 15:14, [EMAIL PROTECTED] wrote: hi people is it possible to set break points in .java files that are generated

[Portal] How to display cocoon errors in a coplet ?

2004-03-02 Thread Olivier Billard
Hi all ! I use the portal for a project and i'm not able to display errors in a (main) coplet. I always have a blank content, as if when rendering the content of the coplet, the error content is not put in the whole portal page. I tried xml-serializing, html-serializing errors :

best practice for minor form changes/optional elements

2004-03-02 Thread Stefan Klein
Hi, just wondering whether anyone has got any thoughts on this/best practices to offer: I have got a woody form that I need to display in very slight variations, e.g. a certain button should only be visible under certain conditions that I can check in my flow. The options I can see are:

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread JD Daniels
COCOON : 2.1.x - 2.1.5-dev JDK : 1.4.1_01 CONTAINER : Tomcat 4.1.27-LE-jdk14 (optional) PRO/CON 1.4 requirement for 2.2 : PRO Jorg Heymans wrote: Thread http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 discusses wheter jdk 1.4 should be made a requirement fo

Re: Howto Display a Progress Page / Bar

2004-03-02 Thread Upayavira
David, I've just realised I was wrong in what I said - or rather, not quite exact. It is simpler than I said. What you do is immediately send back a page that says "wait..." and does an immediate refresh to another page. This other page, when requested, starts doing your slow processing. When

Re: ASCII Codes... was (Aggregated) Document Entities Serialize Incorrectly

2004-03-02 Thread Julian
Jan, Thanks for you suggestions. To be frank, I had placed the ascii code "160" in my xml document as it was generated server side with xslt. I replaced this method with xsl:text in my stylesheet and problem solved. On the other hand, the problem persists with ascii codes. Anytime I use an a

limitation in woody-repeater binding and collections

2004-03-02 Thread Stefan Klein
Hi, here's an issue I came across the other day and it took me quite a while to figure out, so I thought I'd let everyone know and maybe someone could include a note in the WoodyBinding documentation on the wiki: I had a bean with a Collection of type HashSet which I was trying to bind to

Re: cocoon protocol not available

2004-03-02 Thread Jan Hoskens
You're right, my mistake, I tried a redirect-to with cocoon:/ in my release 2.1.4 and it does exactly what you say. leaves the uri "apage.html" with contents of "theotherpage.html". Doesn't a simple redirect like this work? But this doesn't really help you, because of you're different rele

Antwort: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread manfred . weigel
COCOON: 2.0.4 COCOON: 2.1.2 COCOON: 2.1.3 JDK: 1.3.1 (IBM) CONTAINER: Webshere 4.0.3 CONTAINER: Webshere 5.0.2.3 (only JDK 1.3 supported) PRO/CON 1.4 requirements for 2.2: CON mit freundlichen Grüßen / kind regards Manfred Weigel Raiffeisen Zentralbank Österreic

application web cocoon 2.0.4 to 2.1.4

2004-03-02 Thread Andres Taborda
I'am new with cocoon. I have developed an application web in the framework cocoon 2.0.4 and are OK. then migrate to cocoon 2.1.4. basically application web use sessions, jdbc drivers mysql and postgres, form-validator, etc. I have problems with sitemap.xmap and context. when the application star

RE: cocoon protocol not available

2004-03-02 Thread Meyer, Christian
yes it is, but i need the protocol definition because without this protocol the redirect-to tag makes a hard redirect with the complete URI, so i get the URI from the application server in the private network and not the real path for www users. cham -Original Message- From: Jan Hoskens [

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread DAYD3
COCOON : 2.1.3 JDK : 1.4.1_05 CONTAINER : WebLogic 8.1 SP2 PRO/CON 1.4 requirement for 2.2 : PRO On March 2, 2004, at 3:36 AM, Jorg Heymans wrote: > Thread > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 > discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2

Re: cocoon protocol not available

2004-03-02 Thread Jan Hoskens
Isn't the cocoon:/ implicitly used in the sitemap? Have you tried without the protocol? Jan - Original Message - From: "Meyer, Christian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 2:30 PM Subject: RE: cocoon protocol not available > It is normally work i

RE: cocoon protocol not available

2004-03-02 Thread Meyer, Christian
It is normally work in 2.0.3 too. But i cant change the version in a running project. -Original Message- From: Carmona Perez, David [mailto:[EMAIL PROTECTED] Sent: Dienstag, 2. März 2004 14:25 To: [EMAIL PROTECTED] Subject: RE: cocoon protocol not available Why don't you try with a newer

RE: cocoon protocol not available

2004-03-02 Thread Carmona Perez, David
Why don't you try with a newer version of Cocoon. E.g. with Cocoon 2.0.4, 2.1.2, 2.1.3 it has worked ok for me. -Mensaje original- De: Meyer, Christian [mailto:[EMAIL PROTECTED] Enviado el: martes, 02 de marzo de 2004 12:48 Para: '[EMAIL PROTECTED]' Asunto: cocoon protocol not available

Re: execute xsp and then redirect

2004-03-02 Thread Zamek
Hello All, I have a new problem. After delete i have remaining uri with filename: forexample if I call it with do-delete-dir/filename.ext it delete file successfully, and make directory

Re: mysql -> No suitable driver

2004-03-02 Thread Geoff Howard
yangontha Maung wrote: Hi, On Linux, after I put the .jar file in /usr/local/cocoon/build/webapp/WEB-INF/lib, it works. I am not sure about Windows environment. All environments are the same in this regard. the WEB-INF/lib folder of your webapp context is where the jars go. Buf probably, y

How to handle externally defined session ID & authentication (2.1.4)

2004-03-02 Thread Andrei Lunjov
Hi, I am new to "cocoon internals" and I really need some starting points at least - please help. I am making a kind of web-service(not standard) that works as a part of corporate portal - provides dynamic content. Unfortunately most of the things are out of my control - I can't get normal servlet

Re: advanced formatting (Help [Woody] Decimal Format incorrect from binding)

2004-03-02 Thread leo leonid
On Mar 1, 2004, at 7:53 PM, Bruno Dumon wrote: Anyhow, if you want a digit to show up, you should use 0, such as: #.00 See also here for more information on the patterns: http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html It just would be too cool, if wd:convertor g

Re: Aggregation and XInclude ? No solution yet.

2004-03-02 Thread Jan Hoskens
Ok, this may really make you feel stupid, but the only reason that your code does not work is because your referring to xmlns:xi="http://www.w3.org/2001/Xinclude"; your mistake: it has to be xmlns:xi="http://www.w3.org/2001/XInclude"; (see the difference: big 'I' not 'i'!). Usually components check

AW: mysql -> No suitable driver

2004-03-02 Thread Schult, Pascal
Hello, > -Ursprüngliche Nachricht- > Von: yangontha Maung [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 2. März 2004 12:27 > An: [EMAIL PROTECTED] > Betreff: Re: mysql -> No suitable driver > > > Hi, > > On Linux, after I put the .jar file in > /usr/local/cocoon/build/webapp/WEB-INF/l

Re: execute xsp and then redirect

2004-03-02 Thread Zamek
Hello All, Thanks it works, but the basically problem is, I cannot redirect after delete. Originally I want to do: but I've got an error: Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are bloc

RE: [POLL] which Cocoon version / JDK version / Servlet Containerar e you using ?

2004-03-02 Thread Corin Moss
Don't forget the important question guys :) Do you mind having jdk 1.4 as minimum for cocoon 2.2? :) -Original Message- From: Meyer, Christian [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 March 2004 12:51 a.m. To: '[EMAIL PROTECTED]' Subject: RE: [POLL] which Cocoon version / JDK versio

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Meyer, Christian
COCOON : 2.0.3, 2.0.4 JDK : 1.3.1_08 CONTAINER : Tomcat 4.1.24; SAP J2EE Engine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cocoon protocol not available

2004-03-02 Thread Meyer, Christian
Hi, where is the reason that the cocoon protocol is not available in the sitemap? I use cocoon 2.0.3 and got the following error while using the cocoon protocol: java.lang.IllegalArgumentException: The url cocoon:/bf_orders_actions_show cannot be converted into a valid url. java.net.MalformedURLE

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Jean-Christophe Kermagoret
Cocoon 2.1.5-dev Tomcat 5.0.14 J2sdk1.4.2 Reinhard Pötz wrote: Jorg Heymans wrote: Thread http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2 and upwards. Getting a feeling what the users are using and develop

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Reinhard Pötz
Jorg Heymans wrote: Thread http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2 and upwards. Getting a feeling what the users are using and developing on might help the decision. So here goes COCOON : 2.0.5de

Re: mysql -> No suitable driver

2004-03-02 Thread yangontha Maung
Hi, On Linux, after I put the .jar file in /usr/local/cocoon/build/webapp/WEB-INF/lib, it works. I am not sure about Windows environment. Buf probably, you may need to define the CLASSPATH and add the path and filename of .jar file to CLASSPATH. rgds, --- "Schult, Pascal" <[EMAIL PROTECTED]>

[portal] Minimizing coplets events

2004-03-02 Thread Jean-Christophe Kermagoret
Hello, I'd like to send minimize events from one portlet to another. This way, I have a kind of menu that is able to show the right portlet just by showing or hiding it. Is it possible ? How ? Thanks -- Jean-Christophe Kermagoret [EMAIL PROTECTED] --

Aggregation and XInclude ? No solution yet.

2004-03-02 Thread Stefan Geelen
Hi, I tried to set-up a very simple example (but still does not work): In the sitemap: The text.xml: -- http://www.w3.org/2001/Xinclude";> Example currently unavailable The Example_box.text content:

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread yangontha Maung
COCOON: 2.1.4 J2SDK: 1.4.2 TOMCAT: 5.0.18 --- Jorg Heymans <[EMAIL PROTECTED]> wrote: > Thread > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 > discusses wheter jdk 1.4 should be made a > requirement for cocoon 2.2 and > upwards. > > Getting a feeling what the users ar

RE: Sub-sitemap static initialization

2004-03-02 Thread Jean-Luc Mathieu
Thank you, that's help me a lot, because i was a little bit lost concerning the order Cocoon use and init components. I'm going to try to find the best place to put my init. :-) Regards, JL > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Jorg Heymans > Envoyé : m

Re: Sub-sitemap static initialization

2004-03-02 Thread Jorg Heymans
Jean-Luc Mathieu wrote: Yes, i had already thought about it, but i can't access to Cocoon environment - i wanted to get access to action parameters for instance. Perhaps if I pool the action, is there a method that is run only once, like an Good idea, there are various lifecycle methods availabl

RE: Authentication problem cocoon 2.1.2

2004-03-02 Thread sudhir reddy
hi all, i have created handlers after that i have tried to use login when i'm refreshing my page i'm getting this error Internal Server Error Message: Failed to execute pipeline. org.apache.avalon

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Ulf Sahlin
Cocoon: 2.1.3 JDK: 1.4.2_02 Container: Tomcat 4.1.29 > -Ursprungligt meddelande- > Fran: news [mailto:[EMAIL PROTECTED] Jorg Heymans > Skickat: den 2 mars 2004 09:37 > Till: [EMAIL PROTECTED] > Amne: [POLL] which Cocoon version / JDK version / Servlet Container are > you using ? > > > T

RE: Sub-sitemap static initialization

2004-03-02 Thread Jean-Luc Mathieu
Yes, i had already thought about it, but i can't access to Cocoon environment - i wanted to get access to action parameters for instance. Perhaps if I pool the action, is there a method that is run only once, like an init-before-saved-object-in-the-pool method ? I have to search more in Avalon fram

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Nathaniel Alfred
COCOON : 2.1m3 JDK : 1.4.2_03 CONTAINER : Tomcat 4.1.26 PRO/CON 1.4 requirement for 2.2 : PRO This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If yo

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Jan Hoskens
COCOON : 2.1.4 JDK : 1.4.1 CONTAINER : Tomcat 4.1.29 PRO/CON 1.4 requirement for 2.2 : PRO - Original Message - From: "Philippe Bajoit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 11:10 AM Subject: Re: [POLL] which Cocoon version / JDK version / Servlet Conta

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Philippe Bajoit
Jorg Heymans wrote: Thread http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2 and upwards. Getting a feeling what the users are using and developing on might help the decision. So here goes COCOON : 2.1.3 J

Re: Sub-sitemap static initialization

2004-03-02 Thread Jorg Heymans
how about using a static initializer block in the action ? ie class mybla extends action static{ //your stuff gets executed only once when the class is loaded } You can then have different actions for different subsitemaps. it's a bit of a bodge but could do the trick here. Jean-Luc Mathieu wro

problem map:call behind a reverse proxy

2004-03-02 Thread Meyer, Christian
Hi all, i have a problem in a existing cocoon 2.0.3 environment. In the sitemap are called some ressources through a map:call. The problem is, that cocoon redirects it with the fully URL. In this case the URL will redirect to the application server and not to the proxy. With map:redirect-to i ca

RE: Sub-sitemap static initialization

2004-03-02 Thread Jean-Luc Mathieu
I'm new to this mailing list (and Cocoon), I didn't new this expression, but it sounds great ! I will print it and put it on the wall in front of me .. :-D In fact, I have to run a static method in a class which configure my application. This method must be run once, before some sub-sitemaps that

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Askild Aaberg Olsen
COCOON : 2.1.4 JDK : 1.4.2_03 CONTAINER : Jetty 4.2.14 PRO/CON 1.4 requirement for 2.2 : PRO Askild - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Aggregation and XInclude ?

2004-03-02 Thread Jan Hoskens
That would be very strange as normally you would generate an xml doc and send it down the pipeline towards your xinclude, while a transformer just takes an xml and outputs the xml to your xinclude: =>xml 1=> =>xml=> =>xml 2=> =>xml=> If (1) and (2) are the sam

Re: [POLL] which Cocoon version / JDK version / Servlet Container areyou using ?

2004-03-02 Thread Antonio Gallardo
COCOON : 2.1.4-dev and 2.1.5-dev JDK : 1.4.2_03 CONTAINER : Tomcat 4.1.29 / Tomcat 4.1.30 (optional) PRO/CON 1.4 requirement for 2.2 : PRO+ Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Stephen Winnall
COCOON : 2.1.4 JDK : build 1.4.2_03-117.1 (Mac OS X) CONTAINER : Tomcat 5.0.16 PRO/CON 1.4 requirement for 2.2 : abstain I suspect Java 1.5 is going to be a greater issue when it comes. But I don't know enough about the Cocoon development process to comment on whether to require 1.4. Steve

Re: Sub-sitemap static initialization

2004-03-02 Thread Jorg Heymans
Can you explain your use-case a bit more? Remember TUIMTOWTDIIC - there usually is more than one way to do it in Cocoon :) Jean-Luc Mathieu wrote: Hmm, I tested it, and you're right. Finally, it's not completely what I wanted to do. Any other ideas ? -Message d'origine- De : news [mailto:

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread John L. Webber
Sorry, forgot the optional param: PRO/CON 1.4 requirement for 2.2 : PRO (but no problem one way or another) -- - Jentro Technologies GmbH John L. Webber, Software Development - Rosenhei

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread John L. Webber
COCOON: 2.1.3 JDK: Development: 1.4.2_02 (patched with the new Verisign certificates) Production: 1.4.1_03 CONTAINER: Development: Tomcat 4.1.12 Production: OC4J 9.0.4 /10g -- - Jentro

Re: Send Page, continue processing

2004-03-02 Thread Jan Hoskens
I tried to call a pipeline after a sendPage(): cocoon.sendPage(page); cocoon.log.debug("page send?"); // go ahead and do the expensive processing of generating a pdf var out = new java.io.ByteArrayOutputStream(); cocoon.log.debug("outputstream ready"); cocoon.proces

Re: Aggregation and XInclude ?

2004-03-02 Thread Stephen Winnall
I had a similar problem with both xinclude and cinclude. I haven't been able to isolate the problem, but I got the impression that neither xinclude nor cinclude would work on the output of a transformer. I worked around the problem by using a transformer which performed the include by using the

Re: Aggregation and XInclude ?

2004-03-02 Thread Stephen Winnall
I had a similar problem with both xinclude and cinclude. I haven't had time to isolate the problem, but I got the impression that neither xinclude nor cinclude would work on the output of a transformer. I worked around the problem by using a transformer which performed the include by using the d

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Ivo Limmen
COCOON : 2.1.4 JDK : build 1.4.2-b28 CONTAINER : Tomcat 4.1.19 PRO/CON 1.4 requirement for 2.2 : PRO Jorg Heymans wrote: Thread http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2 and upwards. Getting a feeling

RE: Sub-sitemap static initialization

2004-03-02 Thread Jean-Luc Mathieu
Hmm, I tested it, and you're right. Finally, it's not completely what I wanted to do. Any other ideas ? > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Jorg Heymans > Envoyé : mardi 2 mars 2004 08:47 > À : [EMAIL PROTECTED] > Objet : Re: Sub-sitemap static initial

[POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Jorg Heymans
Thread http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107820594521924&w=2 discusses wheter jdk 1.4 should be made a requirement for cocoon 2.2 and upwards. Getting a feeling what the users are using and developing on might help the decision. So here goes COCOON : 2.0.5dev JDK : 1.4.2_03 CONT

  1   2   >