RE: authentication framework and bea weblogic

2002-08-21 Thread Carsten Ziegeler
This error is caused by an older parser in your classpath - you have to make BEA use the Xerces version shipped with Cocoon. Carsten Carsten Ziegeler Chief Architect Open Source Group, SN AG -- Cocoon

Xindice - Pipeline to db

2002-08-21 Thread praktikant
Hi, now I can use Xindice in Cocoon. I've had a wrong idea from using Xindice. Thanks Roman! :o) But I haven't found something about a pipeline to Xindice. How can I build a pipeline to Xindice? How can I write back to Xindice? How to use

SVG trouble!

2002-08-21 Thread Raúl Wild-Spain
Hi! my name is Raul. I've recently installed Resin with Cocoon and when I try to see an example of Cocoon based in SVG-generator it launch me the following error (I cutpaste all): java.lang.UnsatisfiedLinkError: /usr/local/j2sdk1.4.0_01/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared

send redirect response from an XSP?

2002-08-21 Thread MTiffany71
- Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

How to send redirect from an XSP?

2002-08-21 Thread MTiffany71
hello all, i'm trying to check to see if a user is in a session, and if not, redirect them to a login page... my (rather sloppy) code so far goes like so... ?xml version="1.0" encoding="ISO-8859-1"? xsp:page language="java" xmlns:session="http://apache.org/xsp/session/2.0"

Re: Dynamic XSP resource

2002-08-21 Thread Carles Canellas
I think ( for my experience) you need to have map:match pattern=menu.xsp in another pipeline, not in the same thar the other match pattern. the cocoon:/ references to another pipeline in the same sitemap, not the same pipeline. Carles. --- Tuomo Lesonen [EMAIL PROTECTED] escribió: On Tue,

The Sitemap is null, this should never be!

2002-08-21 Thread KOZLOV Roman
Hi, There was a thread concerning the same problem but it was blocked. After some memory consuming work Cocoon crashes. To get it work again I have to restart Tomcat. Just after crash the java.exe process of Tomcat uses about 17 K of memory. JVM has the following setting: CATALINA_OPTS=

Re: How to send redirect from an XSP?

2002-08-21 Thread Christian Haul
On 21.Aug.2002 -- 04:07 AM, [EMAIL PROTECTED] wrote: hello all, i'm trying to check to see if a user is in a session, and if not, redirect them to a login page... You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them,

Re: Dynamic XSP resource

2002-08-21 Thread Tuomo Lesonen
I tried that already, but no luck. If I remove the session:getxml tags in the XSP file, everything works ok, which means that the path (cocoon:/menu.xsp) is good. This is weird! This is what I have in the XSP file: xsp:logic if(session:getxml context=authentication

Websphere Datasources Cocoon

2002-08-21 Thread Michael Zehrer
Hi List, does anybody know if I can use datasources created in my Websphere (3.5.5) container with Cocoon? Michael - Please check that your question has not already been answered in the FAQ before posting.

catalog-demo

2002-08-21 Thread Raúl Wild-Spain
Hi! I've installed latest Cocoon with Resin-ee-2.1.2 and java 1.4 and I'm trying to see the Cocoon included exemple catalog-demo. It launch me the following error: --- The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says: Exception in

container-encoding

2002-08-21 Thread Amir Rosen
Hi, What is 'container-encoding' initialization parameter used for ? What does it affect ? Thanks, Amir Rosen CTI Squared [EMAIL PROTECTED] +972-9-9605200 (258) - Please check that your question has not already been

AW: Xindice - Pipeline to db

2002-08-21 Thread praktikant
how can I write for example this http://localhost:8080/cocoon/xmldb/dvd/mi2.xml http://localhost:8080/cocoon/xmldb/dvd/mi2.xml http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film

HTTP Status 503 - Servlet Cocoon2 is currently unavailable

2002-08-21 Thread Murray Cumming
I'm trying to install cocoon2 in the most standard way possible, with standalone Tomcat 4.0.4 (I've given up on Apache integration for now). I'm _trying_ to follow these instructions: http://xml.apache.org/cocoon/installing/index.html When accessing the :8080/cocoon page I see an error page

how to add a white space in i18n?

2002-08-21 Thread kavitha ramesh
Hi, I have something like FrauKavitha in the browser.Frau comes from the messages_de.xml file and kavitha comes from the main xml file.Iam using i18n and my messages_de.xml is as follows: message key=femaleFrau/message and my xml file is as follows: namekavitha/name and my stylesheet

RE: how to add a white space in i18n?

2002-08-21 Thread Piroumian Konstantin
From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi, I have something like FrauKavitha in the browser.Frau comes from the messages_de.xml file and kavitha comes from the main xml file.Iam using i18n and my messages_de.xml is as follows: message key=femaleFrau/message and my xml

[SUMMARY]RE: how to add a white space in i18n?

2002-08-21 Thread kavitha ramesh
Hi Konstantin, I used the following in my stylesheet.I got the space between Frau and Kavitha. xsl:text#x20;/xsl:text Thanks a lot! Kavitha --- Piroumian Konstantin [EMAIL PROTECTED] wrote: From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi, I have something like FrauKavitha

Re: [SUMMARY]RE: how to add a white space in i18n?

2002-08-21 Thread Barbara Post
You also have #160; I guess ? - Original Message - From: kavitha ramesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 11:47 AM Subject: [SUMMARY]RE: how to add a white space in i18n? Hi Konstantin, I used the following in my stylesheet.I got the space

ESQL clob inserts

2002-08-21 Thread Carlo Pescetelli
I've problem inserting a CLOB object in a Oracle DB. I retrieve the object storing it in a java Vector using: esql:results esql:row-results xsp:logic texts.addElement(esql:get-ascii column=TEXT/); /xsp:logic /esql:row-results

Howto-Wizard-Example

2002-08-21 Thread Harald Lucke
Hi all, the HowTo-Wizard-Example in the cvs has some mistakes. Here are the corrections: - all forms in the *.xml have the id=form-howto (defined in the sitemap!) - in the sitemap is the source of the action not wright. Replace the 'howton' against 'howto' - in the sitemap is the transformer

Re: AW: Xindice - Pipeline to db

2002-08-21 Thread KOZLOV Roman
Hi, praktikant wrote: how can I write for example this http://localhost:8080/cocoon/xmldb/dvd/mi2.xml http://localhost:8080/cocoon/xmldb/dvd/mi2.xml http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film

whitespace problem with sunShine transformer

2002-08-21 Thread Barbara Post
C2.0.3... Hello, I have a A with a circumflexe accent onto that appears in my xml output... Barbara Post instead of Barbara Post. I use UTF-8 encoding everywhere. The problem comes from getting info from sunRise context : In the browser (IE 5.5) I have : fullnameBarbara Post/fullname

Question on forms

2002-08-21 Thread Hahn Kurt (CHA)
Hi, I'm trying to build a form in Cocoon. My first question: I'm a complete newbie concerning forms (meaning passing the parameter in GET/POST requests and all that stuff), but I'm getting to know Cocoon better. Should I first work my way through forms in a neutral environnement, or is it not

Re: Internal references for sendmail

2002-08-21 Thread Themba Mbatha
A while back I had a similar requirement, except that I wanted to send a multipart message. In order to use cocoon's internal capabilities I had to write an Action that read the pipeline from the descriptor. I would suggest you write a simple mailer action for this. On Sun, 2002-08-18 at

Re: AW: Xindice - Pipeline to db

2002-08-21 Thread KOZLOV Roman
Just one mistake: KOZLOV Roman wrote: Hi, praktikant wrote: how can I write for example this http://localhost:8080/cocoon/xmldb/dvd/mi2.xml http://localhost:8080/cocoon/xmldb/dvd/mi2.xml http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film

how to hand over parameter to an url?

2002-08-21 Thread Jens Grote
hi, i have a webpage, where one link opens a new webpage. this link is a url with a parameter including. it seems, that cocoon cut the parameter off. the page can not be shown. (the parameter is something like a session number.) my sidemap entry is: map:match pattern=*.jsp type=wildcard

Re: Portal question [ the request parameters are available from insidethe coplets?]

2002-08-21 Thread Ramy Mamdouh
Hi Carsten, Yes, I'm using the internal protocol ( cocoon:raw:/ ) in getting my coplets displayed. But when I changed to cocoon:/ without the raw, the portal displays the (The content is not avilable now) message ! Here's one of my coplets defintion. coplet id=menu resource

RE: Portal question [ the request parameters are available from inside the coplets?]

2002-08-21 Thread Carsten Ziegeler
Ramy Mamdouh wrote: Yes, I'm using the internal protocol ( cocoon:raw:/ ) in getting my coplets displayed. But when I changed to cocoon:/ without the raw, the portal displays the (The content is not avilable now) message ! Here's one of my coplets defintion. coplet id=menu

Re: how to hand over parameter to an url?

2002-08-21 Thread kavitha ramesh
I guess the following sitemap would work,,, map:match pattern=*.jsp type=wildcard map:generate src=http://localhost:8080/not-cocoon/mydir/{1}.jsp{requestQuery}; type=html /map:generate map:serialize/ /map:match Kavitha --- Jens Grote [EMAIL PROTECTED] wrote: hi, i have a

encoding serious (basic) problems

2002-08-21 Thread Barbara Post
C2.0.3... I have troubles with whitespaces and accentued letters. I tried to set my xsl encoding to iso-8859-1 (as it is html output encoding) but nope, neither both set to UTF-8. I get weird characters. These characters are in words retrieved from http request (request generator) and session

AW: AW: Xindice - Pipeline to db

2002-08-21 Thread praktikant
Hi, it works! Pretty cool! And yes, I have already read the tutorials in the cocooncenter. Weeks ago and x-times. But it's not enough to unsterstand Cocoon. Now I've found CocoonWiki seems to be interesting. http://outerthought.net/wiki/Wiki.jsp?page=Cocoon

Slide Demo (ComponentException)

2002-08-21 Thread reinhard_poetz
Hi Stephan, I wanted to try out your slide examples but I always get a ComponentException at the login: ERROR (2002-08-21) 13:40.28:729 [sitemap.generator.principallist] (/samples/slide/login) HttpProcessor[8080][4]/PrincipalListGenerator: Could not lookup for component.

Re: ESQL clob inserts

2002-08-21 Thread Christian Haul
On 21.Aug.2002 -- 11:59 AM, Carlo Pescetelli wrote: I've problem inserting a CLOB object in a Oracle DB. CLOBs is a difficult and complex application. Try the DatabaseActions, they support CLOBs to some extent. The problem arises when I try to insert this data as a CLOB using:

Re: Slide Demo (ComponentException)

2002-08-21 Thread Stephan Michels
On Wed, 21 Aug 2002 [EMAIL PROTECTED] wrote: Hi Stephan, I wanted to try out your slide examples but I always get a ComponentException at the login: ERROR (2002-08-21) 13:40.28:729 [sitemap.generator.principallist] (/samples/slide/login)

Re: Portal question [ the request parameters are available from insidethe coplets?]

2002-08-21 Thread Ramy Mamdouh
Hello Carsten, It seems I don't have any problems in my coplets. And to be sure, I just tried to remove the raw sub-protocol from the sample portal (Sunsoptdemo), and it didn't work as well, giving the same message (The coplet is currently not available) in the coplets I removed the raw from

RE: Portal question [ the request parameters are available from inside the coplets?]

2002-08-21 Thread Carsten Ziegeler
Ramy Mamdouh wrote: Hello Carsten, It seems I don't have any problems in my coplets. And to be sure, I just tried to remove the raw sub-protocol from the sample portal (Sunsoptdemo), and it didn't work as well, giving the same message (The coplet is currently not available) in the coplets

Re: AW: Xindice - Pipeline to db

2002-08-21 Thread John Moylan
You should not need too. Look at the sitemap for Cocoon 2.03. - It has a matcher for xmldb xpath queries. praktikant wrote: how can I write for example this http://localhost:8080/cocoon/xmldb/dvd/mi2.xml http://localhost:8080/cocoon/xmldb/dvd/mi2.xml

AW: AW: Xindice - Pipeline to db

2002-08-21 Thread praktikant
I thought xpath is only read-only in Xindice!? -Ursprüngliche Nachricht- Von:John Moylan [mailto:[EMAIL PROTECTED]] Gesendet am:Mittwoch, 21. August 2002 15:25 An: [EMAIL PROTECTED] Betreff:Re: AW: Xindice - Pipeline to db

Re: AW: AW: Xindice - Pipeline to db

2002-08-21 Thread John Moylan
Xupdate seems to very buggy in Xindice 1.0, I had problems getting the Xindice Xupdate examples to work. If you search the xindice mail list you'll find lots of other people have had problems. praktikant wrote: Hi, it works! Pretty cool! And yes, I have already read the tutorials in the

WebDav, DavFS, Slide and else ....

2002-08-21 Thread ROSSEL Olivier
Here is a crazy idea I have had. Linux has a WebDav FileSystem. So accessing/updating files via WebDAV is completely transparent to Cocoon. WebDAV servers can have versionning, revision systems. So, without changing the way you work inside Cocoon, you can have WebDAV capabilities. If the

Re: AW: AW: Xindice - Pipeline to db

2002-08-21 Thread John Moylan
Yes that is correct. praktikant wrote: I thought xpath is only read-only in Xindice!? -Ursprüngliche Nachricht- Von:John Moylan [mailto:[EMAIL PROTECTED]] Gesendet am:Mittwoch, 21. August 2002 15:25 An: [EMAIL PROTECTED] Betreff:

Re: WebDav, DavFS, Slide and else ....

2002-08-21 Thread Stephan Michels
On Wed, 21 Aug 2002, ROSSEL Olivier wrote: Here is a crazy idea I have had. Linux has a WebDav FileSystem. So accessing/updating files via WebDAV is completely transparent to Cocoon. WebDAV servers can have versionning, revision systems. So, without changing the way you work inside

Chinese Cocoon developers ?

2002-08-21 Thread jamin rubio
Hi all, I have some question : Is there some chinese developers who developed a website in chinese language using cocoon ? - Please check that your question has not already been answered in the FAQ before posting.

RE: Chinese Cocoon developers ?

2002-08-21 Thread Argyn Kuketayev
Title: RE: Chinese Cocoon developers ? I did some experiements with PDF publishing in chinese with Cocoon 2.0.3. I'm not chinese, and don't speak any chinese though. -Original Message- From: jamin rubio [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 9:41 AM To:

RE: WebDav, DavFS, Slide and else ....

2002-08-21 Thread ROSSEL Olivier
Do have run davfs anytime? It's the hell. I never got this to work. I MUST install Slide and test its functionnalities. But I like very much the idea of having no stuff on the client side. Just a filesystem with (for example) naming conventions for accessing older versions or metadata. And

RE: Portal question [ the request parameters are available from inside the coplets?]

2002-08-21 Thread Carsten Ziegeler
Hi Ramy, I just checked-in a fix - could you please test, if it now works for you? Thanks Carsten -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 3:15 PM To: [EMAIL PROTECTED] Subject: RE: Portal question [ the request

Non XSP Sessions ...

2002-08-21 Thread Todd Densmore
Has anyone implemented sessions in cocoon that dont use the session logicsheet? I really dont want to use an XSP logicsheet (just like I dont want to use JSP or ASP) at all, and I was wondering if anyone had an easy way to do it.

RE: Non XSP Sessions ...

2002-08-21 Thread Carsten Ziegeler
The cocoon.webapps.session package provides a session action for creating/terminating a session and a session transformer to store XML data in a session and retrieve this data from a session. You don't need XSP for this. HTH Carsten -Original Message- From: Todd Densmore

sunRise-logout : Null Pointer Exception

2002-08-21 Thread Barbara Post
C2.0.3. I am logged in. I click on disconnect link, I get a NPE. I have to keep using 2.0.3 version of cocoon, how can I update the sunRise part ? It seems I read that there is a patch for this exception ? !-- disconnect -- map:match pattern=disconnect map:act type=sunRise-logout

Problems installing Cocoon 2.0.3

2002-08-21 Thread Derek Hohls
According to the installation guide, deploying C2 under Tomcat 4.0.4 is simple ;-) i.e. Copy cocoon.war into tomcat/webapps directory. Start Tomcat: Go to the tomcat/bin directory, and run the startup script. Open the Cocoon welcome page: http://localhost:8080/cocoon/ Congratulations! You

RE: sunRise-logout : Null Pointer Exception

2002-08-21 Thread Carsten Ziegeler
*If* this NPE is fixed, you have to update to the cvs version of 2.0.3 branch or at least you have to update all classes under the org.apache.cocoon.webapps package. Can you please provide a stacktrace? Thanks Carsten -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]]

Cocoon 2.1- Portal

2002-08-21 Thread hartmut . zimmermann
hey guys, if had an question, about the authentication handling in the cocoon portal! I'd like to create two application under one authentication handler, so far so good! every application has his own pipeline configuration for saving and reading application specific data. my problem is tha

Problem starting cocoon: SAX2 driver class not found

2002-08-21 Thread Dirk . Fries
Hello Cocoon users! I have another problem using Cocoon: How can I pass the HTTP header parameters to the requested servlet by the use of the sitemap? Or is there another way to do that without the use of a sitemap? Can anybody help me or tell me where to find a detailed documentation on that

RE: Problems installing Cocoon 2.0.3

2002-08-21 Thread Todd Densmore
Im not sure what is causing YOUR problem, but I found that MY problem was caused because (for some incomprehensible reason) the 2.0.3 release of cocoon was built against an old avalon-excalibur release. The 4.1 avalon-excalibur has moved the LogKitLoggerManager from the /components directory to

Passing HTTP header parameters

2002-08-21 Thread Dirk . Fries
Hello Cocoon users! I have another problem using Cocoon: How can I pass the HTTP header parameters to the requested servlet by the use of the sitemap? Or is there another way to do that without the use of a sitemap? Can anybody help me or tell me where to find a detailed documentation on that

Re: Slide Demo (ComponentException)

2002-08-21 Thread reinhard_poetz
On Wed, 21 Aug 2002 [EMAIL PROTECTED] wrote: Hi Stephan, I wanted to try out your slide examples but I always get a ComponentException at the login: ERROR (2002-08-21) 13:40.28:729 [sitemap.generator.principallist] (/samples/slide/login)

Re: sunRise-logout : Null Pointer Exception

2002-08-21 Thread Barbara Post
going to update it asap and will tell you if it works. but c203 is release version so I guess I got it in final state when d/lding from apache ftp ? Here is the stacktrace : java.lang.NullPointerException at org.apache.cocoon.sunshine.sunrise.SunRise.logout(SunRise.java:1083) at

Re: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-21 Thread Barbara Post
try to update xerces to 2.0.2 version. I had this problem too, same environment. (http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.zip) from the zip, copy xercesImpl, xmlParserAPI to CATALINA_HOME/common/lib. Remove the version of xerces you have there (xerces.jar). Remove

Re: Passing HTTP header parameters

2002-08-21 Thread Barbara Post
have a look to request generator, it may help, it can get http headers. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 4:31 PM Subject: Passing HTTP header parameters Hello Cocoon users! I have another problem using Cocoon: How can

Help, please

2002-08-21 Thread KOZLOV Roman
Please, help. Anybody knows what does the exception The Sitemap is null, this should never be! mean and what are reasons of it? Thank you in advance, Roman - Please check that your question has not already been answered in

Re: How to send redirect from an XSP?

2002-08-21 Thread Christopher Painter-Wakefield
You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them, modify one of them, write a new one, or write an XSP action that does it. What is an XSP action? Can we now use XSP to write Actions? Is there any documentation on it?

Re: Help, please

2002-08-21 Thread Barbara Post
from a previous post I read I guess it is a memory problem ? when do you get this ? - Original Message - From: KOZLOV Roman [EMAIL PROTECTED] To: Cocoon users mail list [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 4:49 PM Subject: Help, please Please, help. Anybody knows what

Re: sunRise-logout : Null Pointer Exception

2002-08-21 Thread Barbara Post
ok, please can you help me for getting it ? I don't know CVS much so need to know how to configure it right : module etc. thanks a lot ! and where will your fix be exactly... - Original Message - From: Carsten Ziegeler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 21,

RE: How to send redirect from an XSP?

2002-08-21 Thread ROSSEL Olivier
You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them, modify one of them, write a new one, or write an XSP action that does it. What is an XSP action? Can we now use XSP to write Actions? Is there any documentation on

Re: Portal question [ the request parameters are available from insidethe coplets?]

2002-08-21 Thread Ramy Mamdouh
Hello Carsten, Well, it seems that everything is working just fine now :) I made a quick test with the cocoon:/ protocol, and the request are available to the coplets correctly and ofcourse the error is not there anymore. Thanks a lot for this quick fix. Best Regards. Carsten Ziegeler wrote:

RE: how to hand over parameter to an url?

2002-08-21 Thread Naquin, Beth
Title: RE: how to hand over parameter to an url? Did you use the request action in the pipeline you tried? I think you need that in order for {requestQuery} to have any value. Make sure you change {1} to {../1} once you use the action. map:match pattern=*.jsp type=wildcard map:act

Antwort: RE: Cocoon 2.1- Portal

2002-08-21 Thread hartmut . zimmermann
Hi Carsten, sorry when my question isn't clear enough! I meant, that I force to switch pages in my portal application. I invoke them, by setting the auth-protect-action an new application value! e.g. the problem happens, by saving and reading the userprofile-x.xml file. the desired

portal example fails

2002-08-21 Thread Murray Cumming
I'm trying to use the portal example in 2.0.3, with standalone Tomcat 4.0.4. After logging-on, I get a page with this error. Is this a known problem? I would try the cvs version, but it doesn't seem so simple to build from cvs. java.lang.NullPointerException at

RE: portal example fails

2002-08-21 Thread Steven Cummings
Murray, If you're using JDK 1.4 place Cocoon's Xerces and Xalans jars in the endorsed libs folders. I was able to do this successfully as per this previous mailing list message: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=102550708710890w=2 /S Murray Cumming [EMAIL PROTECTED] wrote:

RE: ampersand

2002-08-21 Thread Stefan Seifert
Did you try using a amp; instead of ? i.e. foo?param1=foo1amp;param2=foo2. Stefan -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: ampersand I need a link with 2 parameters in the url :

Re: ampersand

2002-08-21 Thread Barbara Post
nope - Original Message - From: Stefan Seifert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 5:43 PM Subject: RE: ampersand Did you try using a amp; instead of ? i.e. foo?param1=foo1amp;param2=foo2. Stefan -Original Message- From: Barbara Post

Unknown-URI/Unknown-thread

2002-08-21 Thread Harald Lucke
Hi, with cocoon2.1 i get the following messages when the jboss3.0.1 + jetty start up: (Unknown-URI) Unknown-thread/DefaultLogKitManager: Logger for category flow returned. ... also for other loggers It seems that all the other things working. (RedHat7.3/JDK1.4.0.1) Harald Lucke

RE: portal example fails

2002-08-21 Thread Murray Cumming
On Wed, 2002-08-21 at 16:42, Steven Cummings wrote: Murray, If you're using JDK 1.4 place Cocoon's Xerces and Xalans jars in the endorsed libs folders. I was able to do this successfully as per this previous mailing list message:

RE: ampersand

2002-08-21 Thread Stefan Seifert
You did not try or it did not work? Are you using a XML Editor with XML validity checking? In this case the editor would find such errors. Stefan -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 5:48 PM To: [EMAIL PROTECTED]

Re: ampersand

2002-08-21 Thread Barbara Post
I did try and found other things on the internet to try (disable-output-escaping etc) but it still barf on param2 that it considers an entity... well, since it is an xsl, my editor doesn't say anything... only xalan when processing. Babs - Original Message - From: Stefan Seifert [EMAIL

Re: ampersand

2002-08-21 Thread Joerg Heinicke
Can you post a bit more from your stylesheet? amp; is absolutely correct normally. Joerg Barbara Post wrote: I did try and found other things on the internet to try (disable-output-escaping etc) but it still barf on param2 that it considers an entity... well, since it is an xsl, my

Installation problems

2002-08-21 Thread Khoi Dinh
Hi, I use the Apache JServ that comes with Oracle 8.1.7 and I'm having a difficult time setting up COCOON2. Has anyone worked with this? Any help or pointer would be greatly appreciated. Thank you very much, Michael Dinh [EMAIL PROTECTED]

RE: [Q] Classes not found...

2002-08-21 Thread Per Kreipke
Vadim replied: I've put a bunch of JARs in Tomcat 4's lib directory (as per the TC4 config how-to) but the classes aren't visible in my XSP page, Pizza keeps complaining. Compiler needs to know were the JARs are located. All existing Java compilers can work with *files* only. The reason they

Generator implements threadsafe???

2002-08-21 Thread apurva zaveri
does it makes sense implementing ThreadSafe to a custom generator ??? for example like this: public class MyGenerator extends CompeserGenerator implements ThreadSafe { } __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs

Re: SVG trouble!

2002-08-21 Thread J.Pietschmann
Raúl Wild-Spain wrote: java.lang.UnsatisfiedLinkError: /usr/local/j2sdk1.4.0_01/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory Batik, the SVG rasterizer distributed with Cocoon, needs by default X11 installed and running in order to run. There

IP-Address limited access

2002-08-21 Thread silke.schoen
Hello cocooners, is there any possibility to limit the access to the Cocoon-pages I created (URL: http://localhost/somename) based on the IP-Address? What I want is to give access to certain IP-Adresses that have access via http://my_IP_address/somename - but to others no access should be

Re: How to send redirect from an XSP?

2002-08-21 Thread MTiffany71
You shouldn't do it. Use an action for this. There are already a number of actions that perform this job. Use one of them, modify one of them, write a new one, or write an XSP action that does it. I tried using actions in the sitemap, (a la cut and paste and tweak from the sitemap

problem on preceding Axes

2002-08-21 Thread Giuseppe Di Pierri
Hi guys, I am actually using cocoon 2.0.3 tomcat 4.0.4 and W2000, proceding and proceding axes don't work correctly. Does anybody had the same problem? Do I have to change some configuration of the xml parser? Tanx in advance for you answer. and especially thanks to the cocoon community that

Logicsheets: location of xsp:structure, SiLLy

2002-08-21 Thread gv
I'm trying to write a logicsheet (based on the logicsheet.greeting.xsl example from http://xml.apache.org/cocoon/userdocs/xsp/logicsheet.html) that needs to include a Java library. Where do I need to put the xsp:structure in the XSL file? It doesn't work when I put it next to xsp:logic. Any

Cocoon portal sample crashes

2002-08-21 Thread Alan Hodgkinson
Dear All, I was trying to run the Cocoon portal sample at: http://localhost:8080/cocoon/samples/portal/sunspotdemoportal When I try to log in (with guest/guest)I get the following error: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that

xml-izing a site

2002-08-21 Thread Vaskin Kissoyan
question about paragraph formatting and taking such content and properly displaying it: I've created an item.xml and item.xsl file and there is a description for the item such as: item nameWidget/name descriptionThis is a widget. /description /item Now I want to extend the ability for users

Re: The Sitemap is null, this should never be!

2002-08-21 Thread Vadim Gritsenko
KOZLOV Roman wrote: Hi, There was a thread concerning the same problem but it was blocked. After some memory consuming work Cocoon crashes. To get it work again I have to restart Tomcat. Just after crash the java.exe process of Tomcat uses about 17 K of memory. JVM has the following setting:

request parameter problems

2002-08-21 Thread amit
Hi, I got a problem regrading the request parameter handling in cocoon.. My problem is as follows : !-- Pipeline 1-- map:pipeline map:match pattern=common/compile/**/*.spain map:generate src=http://localhost:8080/xml/{1}/{2}.rio/ map:transform

RE: request parameter problems

2002-08-21 Thread Naquin, Beth
Title: RE: request parameter problems can you have map:generate inside map:aggregate like you do in pipeline 2? Shouldn't both be map:part? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 3:14 PM To: [EMAIL PROTECTED] Subject:

Re: xml-izing a site

2002-08-21 Thread J.Pietschmann
Vaskin Kissoyan wrote: question about paragraph formatting and taking such content and properly displaying it: ... Is there anyway to insert html into the description element? currently I just made a paragraph element which gets repeated and gets formatted as above. I'm looking for a more

XML Journal poll.

2002-08-21 Thread Yukio Fujiwara
Hi Every One, Please make your voices heard at XML Journal poll. This is important to promote Cocoon and Batik. In this poll employees of a company can vote for their own products, which give them unfair advantage. At this moment Batik and Cocoon is trailing very badly. You may see the

Re: IP-Address limited access

2002-08-21 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: Hello cocooners, is there any possibility to limit the access to the Cocoon-pages I created (URL: http://localhost/somename) based on the IP-Address? What I want is to give access to certain IP-Adresses that have access via http://my_IP_address/somename - but to

Re: Passing HTTP header parameters

2002-08-21 Thread Vadim Gritsenko
Barbara Post wrote: have a look to request generator, it may help, it can get http headers. He wants sitemap... - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 4:31 PM Subject: Passing HTTP header parameters Hello Cocoon

Re: Generator implements threadsafe???

2002-08-21 Thread Vadim Gritsenko
apurva zaveri wrote: does it makes sense implementing ThreadSafe to a custom generator ??? for example like this: public class MyGenerator extends CompeserGenerator If you mean ComposerGenerator, it extends AbstractGenerator, which extends AbstractXMLProducer, which implements

Re: Logicsheets: location of xsp:structure, SiLLy

2002-08-21 Thread Vadim Gritsenko
gv wrote: I'm trying to write a logicsheet (based on the logicsheet.greeting.xsl example from http://xml.apache.org/cocoon/userdocs/xsp/logicsheet.html) that needs to include a Java library. Where do I need to put the xsp:structure in the XSL file? It doesn't work when I put it next to

Re: request parameter problems

2002-08-21 Thread Vadim Gritsenko
Naquin, Beth wrote: can you have map:generate inside map:aggregate like you do in pipeline 2? Shouldn't both be map:part? No. Vadim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 3:14 PM To: [EMAIL PROTECTED]

Re: XML Journal poll.

2002-08-21 Thread Vadim Gritsenko
Yukio Fujiwara wrote: Hi Every One, Please make your voices heard at XML Journal poll. This is important to promote Cocoon and Batik. In this poll employees of a company can vote for their own products, which give them unfair advantage. At this moment Batik and Cocoon is trailing very

Re: catalog-demo

2002-08-21 Thread David Crossley
Raúl Cruz wrote: Hi! I've installed latest Cocoon with Resin-ee-2.1.2 and java 1.4 and I'm trying to see the Cocoon included exemple catalog-demo. It launch me the following error: --- The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException

RE: problem on preceding Axes

2002-08-21 Thread Per Kreipke
FYI, I've had no problem with them. Also, this sounds like an XSL question. You might get better help on another list ... but if you want help, post a code snippet. Per P.s. agree with you, cudos to the developers! Hi guys, I am actually using cocoon 2.0.3 tomcat 4.0.4 and W2000,