RE: Problems installing Cocoon 2.0.3

2002-08-21 Thread Derek Hohls
Thanks todd I am only working with the pre-compiled binary version (Win) and so I am not sure if what you said applies (or if I have misunderstood altogether waht you are suggesting)... >>> [EMAIL PROTECTED] 21/08/2002 04:31:11 >>> Im not sure what is causing YOUR problem, but I found that MY p

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

2002-08-21 Thread Derek Hohls
Babs Thanks for the suggestion; I have tried what you said (although I could not find a xercesImpl-2.0.0 in the Cocoon lib; only a xerces-1.4.4.jar, which I removed) However, I get exactly the same error as before... Any other options? Thanks Derek >>> [EMAIL PROTECTED] 21/08/2002 04:35:20 >

RE: XML Journal poll.

2002-08-21 Thread Matthew Langham
There is also a vote for best XML Book (Hint hint) :-) - and unfortunately: 6) YOU ARE ALLOWED TO VOTE FOR YOUR OWN PRODUCT WITHIN THE RULES AS DESCRIBED ABOVE. Matthew -- Open Source Group Cocoon { Consulting, Training, Projects } =

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, >

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.ProcessingE

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: 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: Logicsheets: location of , 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 in the XSL file? It doesn't >work when I put it next to . Any example I >

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 *Recy

java.lang.VerifyError

2002-08-21 Thread Rob Grundel
Hi, We've got an XSP page pumping out XML (through Cocoon 2.0.2) however all of a sudden for (apparentley no reason) we've started to get the following error (see below). I have removed the file and expected to get a file not found error the same error keeps coming through. It doesn't seem to be

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 > > > > >>He

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

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 resul

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 element? currently > I just made a element which gets repeated and gets formatted > as above. I'm looking for a more elegant solutio

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: r

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 : http://localhost:8080/xml/{1}/{2}.rio"/> http://localhost:8080/envs/common/compile.xsl"; /> htt

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 se

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: Widget This is a widget. Now I want to extend the ability for users of this format to put in a description su

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 java.lang.IllegalState

Logicsheets: location of , 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 in the XSL file? It doesn't work when I put it next to . Any example I can look at? Also

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

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

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 given

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

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 http://www.h

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

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] ---

[Q] Classes not found...

2002-08-21 Thread Per Kreipke
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. The reason they are there and not in C2's space is because the JARs are shared with other web apps. Does XSP have its own class loader that'

Re: ampersand

2002-08-21 Thread Joerg Heinicke
Can you post a bit more from your stylesheet? & 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 ed

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" <[EM

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] > Sub

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: > > http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102

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: 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 "&" instead of "&"? i.e. foo?param1=foo1¶m2=foo2. Stefan > -Original Message- > From: Barbara Po

RE: ampersand

2002-08-21 Thread Stefan Seifert
Did you try using a "&" instead of "&"? i.e. foo?param1=foo1¶m2=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: 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-users&m=102550708710890&w=2 /S Murray Cumming <[EMAIL PROTECTED]> wrote:

ampersand

2002-08-21 Thread Barbara Post
I need a link with 2 parameters in the url : foo?param1=foo1¶m2=foo2. However XSL does not like the unicode for ampersand : &, in & before "param2". It says : org.xml.sax.SAXParseException: The reference to entity "param2" must end with the ';' delimiter. So How can I get the right character ?

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 org.apache.cocoon.sunshine.

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 funct

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. >       >  http://localhost:8080/not-cocoon/mydi

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 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 docume

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

RE: sunRise-logout : Null Pointer Exception

2002-08-21 Thread Carsten Ziegeler
It's currently not fixed in the 2.0.3 branch, only in the 2.1-dev branch - but I will check-in a fix in some minutes. Carsten > -Original Message- > From: Barbara Post [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 4:31 PM > To: [EMAIL PROTECTED] > Subject: Re: sunRise-log

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 know

RE: Cocoon 2.1- Portal

2002-08-21 Thread Carsten Ziegeler
Hartmut Zimmermann wrote: > > 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 read

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

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 t

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: H

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 xercesImpl-2.0.

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 org.apache.cocoo

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) HttpProcessor[8080][4]/

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 to

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 th

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 to

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

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]]

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 shoul

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 ? ??? Babs

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 [mailto:[E

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: 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 para

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 al

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: [E

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: 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 insid

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: HTTP Status 503 - Servlet Cocoon2 is currently unavailable

2002-08-21 Thread Murray Cumming
On Wed, 2002-08-21 at 10:18, Murray Cumming wrote: > 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 >

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 WebDA

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

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: 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/xmld

Re: AW: AW: Xindice - Pipeline to db

2002-08-21 Thread KOZLOV Roman
AFAIK, Cocoon supports xmldb protocol but doesn't provide services for XUpdate. You have to create your own generator or action for that. That is to create your appropriate java class which would use Xindice java API to create/replace a document or to get XUpdate service to modify a document. Rom

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 t

Re: how to hand over parameter to an url?

2002-08-21 Thread Jens Grote
sorry, but that doesn't work. maybe i should explain my prob a little bit more precisely. the url i want to reach per link is: http://localhost:8080/cocoon/newly/Create.jsp?:coded=872898000 map:match pattern="*.jsp" type="wildcard"> map:generate src="http://localhost:8080/other-servlet/mydir/{

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"

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) HttpProcessor[8080][4]/PrincipalListGe

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: > >i

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. org.apache.avalon.fr

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

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 co

Re: how to hand over parameter to an url?

2002-08-21 Thread kavitha ramesh
I guess the following sitemap would work,,, http://localhost:8080/not-cocoon/mydir/{1}.jsp{requestQuery}"; type="html"> Kavitha --- Jens Grote <[EMAIL PROTECTED]> wrote: > hi, > > i have a webpage, where one link opens a new > webpage. this link is a url > with a parameter in

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. > > >

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.

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: http://localhost:8080/not-cocoon/mydir/{1

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/?xpath=//dvd/film > >

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 17:58,

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 m

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 : Barbara Post when I look at the

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/?xpath=//dvd/film > > > http://loca

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 transforme

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: texts.addElement(); The problem arises when I try to insert this data as a CLOB using: insert into

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

2002-08-21 Thread Barbara Post
You also have   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 spac

[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. Thanks a lot! Kavitha --- Piroumian Konstantin <[EMAIL PROTECTED]> wrote: > > From: kavitha ramesh > [mailto:[EMAIL PROTECTED]] > > > > Hi, > > > > I have something like FrauKavitha in the >

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: > > Frau > > and my xml file is as follow

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: Frau and my xml file is as follows: kavitha and my stylesheet combines Frau and kavitha i get FrauKavitha

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 with

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/?xpath=//dvd/film http://localhost:8080/cocoon/xmldb/dvd/?xpath=//

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 answere

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 crea

  1   2   >