On Monday 01 July 2002 03:07 am, Carsten Ziegeler wrote:
> Yes, this problem is related to JDK 1.4. You can either switch
> to JDK 1.3 or you have to put the versions of Xalan and Xerces
> shipped with Cocoon into the lib/endorsed direcoty of your JRE
> 1.4. There is a section in the installation
We have upgraded from Cocoon 2.0.1 to Cocoon 2.0.2
One of our transformers can no longer handle internal requests. The code
that fails is:
public void setup(SourceResolver resolver, Map objectModel, String src,
Parameters par)
throws SAXException, ProcessingException, IOException
{
Reques
I've narrowed it down to the following line in SOAPHelper.java
method.execute(new HttpState(), conn);
This call doesn't come back.
Chris.
-Original Message-
From: Chris Warr [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 2 July 2002 15:21
To: [EMAIL PROTECTED]
Subject: RE: soap call proble
Any further suggestions to this problem?
-Ursprüngliche Nachricht-
Von: Michael Zehrer
Gesendet: Montag, 1. Juli 2002 17:54
An: Cocoon-Users (E-Mail)
Betreff: sitemap.xmap could not be found. (possible context problem)
Hi list,
I updated my Cocoon Installation to a fresh cvs checkout
I've done further experimenting and worked out I need to pass the method in
ie.
http://147.76.204.58:80/TempConvert1/Service1.asmx";
>>> method="http://Walkthrough/XmlWebServices/ConvertTemperature";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmln
OVERVIEW:
=
Cocoon uses Configurations from Avalon to abstract keeping common config
information in XML form and easily using and caching it in memory. However,
it doesn't quite serve my purposes (I think) because it actually converts
the XML into its internal format and doesn't allow XPat
Thanks Vadim, that was a bit obvious wasn't it :)
It trys to talk to the service now but I get an error. I could only find it
by doing a net trace ie. cocoon didn't pick it up?
'Server did not recognise the value of HTTP Header SOAPAction'
Chris.
-Original Message-
From: Vadim Grits
Title: [doc] Request feedback on Draft: Parameter Selector user doc
Hi all,
Below is a draft of a document on the ParameterSelector for possible inclusion in the userdocs/Selectors section. I thought I'd post it here to get some feedback first.
Could you please give it a quick review for:
I'm very very new to XML, and enjoying it thoroughly, but I have to admit that
I find the
&&
encoding for a logical-and in Java to be extremely nasty looking. It really
obfuscates the intended meaning of the statement, requiring the reader to
view the "Java"-code contained within a litt
Title: RE: Ideas/suggestions for docs + offer 2 help (kinda long)
Put me down for a document on Parametor Selector, for a start.
-Original Message-
From: Diana Shannon [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 28, 2002 3:50 PM
To: [EMAIL PROTECTED]
Subject: Re: Ideas/suggestions
Beth,
Thanks for the reply. I just found the answer after a search on
goggle:
http://lists.w3.org/Archives/Public/www-xpath-comments/1999JulSep/0032.h
tml
Either:
if( == null &&
== null )
Or:
if( == null
== null )
works fine.
When I tried putting
it failed with the following er
Hi Dominic,
You can do:
status
Hope that helps!
Harry
-Original Message-
From: Dominic Reynolds [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 5:22 PM
To: [EMAIL PROTECTED]
Subject: Parameter substitution in an XML attribute tag
I have an xsp file that accesses par
I have an xsp file that accesses paramaters passed back from an action.
The xsp generates an XML file and the XML has attributes whose values are the
value of the parameter:
xsp file snippet===
==
This doesn't work and the stack trace report
Title: RE: Multiple conditions in an XSP if statement
I think the error comes from the fact that what you have written is not valid XML, the && part I mean. I tried this same thing in a logicsheet, using a tool that validates XML, and it was not considered well-formed XML.
I got around it
I am trying to implement an XSP that uses the following if statement.
This might be extremely simple. I think I remember seeing a URL that in
the User Documentation section that provided an example of code to use
inside an XSP page including a CDATA section. I can't seem to find it
anymore. I simp
> On Monday 01 July 2002 03:07 pm, Per Kreipke wrote:
> > A question: does the interpreted sitemap not support mounted
> directories?
> >
> > I'm getting an error that a generator for type 'file' doesn't exist when
> > inf fact (as in many examples) it refers to the calling sitemap
> (the cocoon
>
On Monday 01 July 2002 03:07 pm, Per Kreipke wrote:
> A question: does the interpreted sitemap not support mounted directories?
>
> I'm getting an error that a generator for type 'file' doesn't exist when
> inf fact (as in many examples) it refers to the calling sitemap (the cocoon
> default map).
Hello Cocoon List,
I use the xinclude transformer to include a news feed. This feed
is fairly reliable, but when it is down the page including it stops
working, which is not good because it is the site's home page. Does
anyone have a good way to handle this? I was thinking maybe get the
fe
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>
> I'm sorry if this is not the place to ask such a thing, but would it
be
> possible for someone to send me a copy of FileWritingTransformer.java
so
> that I may use it in my project. I can't seem to find it anywhere!!
> Searched the reposit
I'm sorry if this is not the place to ask such a thing, but would it be
possible for someone to send me a copy of FileWritingTransformer.java so
that I may use it in my project. I can't seem to find it anywhere!!
Searched the repository and a few sites and simply could not find it. Any
help woul
Peter,
A question: does the interpreted sitemap not support mounted directories?
I'm getting an error that a generator for type 'file' doesn't exist when inf
fact (as in many examples) it refers to the calling sitemap (the cocoon
default map).
Do I need to create a stand alone sitemap?
Per
>
> It is also in 2.0.3. If you look towards the bottom of
> cocoon.xconf, there are
> comments indicating what you need to do to enable it.
Ah. Thank you. My bad, hadn't thought to look there.
Per
-
Please check that your qu
Hola Diego
The correct xmlns declaration is:
xmlns:xsp="http://apache.org/xsp"
(at the top of your xsp file)
Omar
Copa del Mundo de la FIFA 2002El único lugar de Internet con vídeos de los 64 partidos ¡Apúntante ya!.
> From: Jason Uithol [mailto:[EMAIL PROTECTED]]
>
> Hello,
>
> Shoot me if I'm wrong.
Gimme a gun...
> This is to do with the Source (?) class isn't it ? It has a
> lastModified(...) function. Source is created for the "importing"
> stylesheet, and lastModified of course returns the last mo
No, There is just one: avalon-excalibur-20020627.jar
-Ursprüngliche Nachricht-
Von: Reinhard Poetz [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 1. Juli 2002 18:12
An: [EMAIL PROTECTED]
Betreff: RE: sitemap.xmap could not be found. (possible context problem)
Make sure that you don't have
On Monday, July 1, 2002, at 11:15 AM, Reinhard Poetz wrote:
> Thank you Harry and Manos!
>
> I want to provide a summary of this thread - maybe this could be
> included
> into some docs.
Ok, sounds like an FAQ that points to a new Snippet (i.e. content below
too long for basic FAQ).
We need
Make sure that you don't have two excalibur-jars in your lib-directory.
Regards,
Reinhard
> -Original Message-
> From: Michael Zehrer [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 01, 2002 5:54 PM
> To: Cocoon-Users (E-Mail)
> Subject: sitemap.xmap could not be found. (possible context
Hi list,
I updated my Cocoon Installation to a fresh cvs checkout (1.7.2002) and
now I get the following error:
sitemap.xmap could not be found. (possible context problem)
I deleted all temporary container files, I used cocoon.xconf and the
sitemap.xmap from the cvs version, I just put my pipel
Reinhard,
good job, this [Summary] method could kickstart a sprawling FAQ archive :)
Many thanks,
-
Luca Morandini
GIS Consultant
[EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
Thanks for the detailed example. It gives me a good alternative if the
DBAuth SessionValidator stuff falls through. I think I might look into the
DatabaseAuthenticatorAction class and see how it does things for the
PASSWORD() stuff.
-Eric Dalquist
- Original Message -
From: "Tim Myers" <
Thank you Harry and Manos!
I want to provide a summary of this thread - maybe this could be included
into some docs.
Problem:
... I use namespaces and I want to remove them in my result xml ...
(original mail:
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102551958020786&w=2)
I believe the following approach would be possible:
1) Build a URIResolver and have it cache all the include lookup URIs in a
hash table along with the cache currency info (last modified, or whatever).
2) Upon recall of the original including resource, run the hash table
getting each lookup and
Hi Richard,
I also had this same problem. I did some reading, and according to Michael
Kay's XSLT Programmer's Reference:
"The xsl:exclude-result-prefixes and exclude-result-prefixes attributes
apply only to namespace nodes copied from the stylesheet using literal
result elements. They do not
Thanks for the tips Dave. I have the DBAuthenticator working. But I still
can't get the session validator and form validator to work. Could you please
post an example of the XML file you use in your Form or Session validators?
I'm trying to be really simple right now with mine:
Here is a
Hi !!
I reuse the Webapp sample "protected area".
Once the identification done, I arrived on the "protected page". But how
could I do to go into another page without quiting the "protected zone".
I mean : if there is a link on my "protected page" how could I do to
stay in a protected state ?
Hi,
I used the coccon command line application for a while, and I just
migrated to the servlet version with Tomcat.
I'd like both to write the result of a pipeline to disk AND to the
standart output (in the servlet case, the Response object). I don't need
to do both in the same time.
for exam
On 28.Jun.2002 -- 09:19 AM, Bobby Mitchell wrote:
> I'm using Cocoon 2.1-dev, IBM JDK 1.3, running on RedHat 7.2, and using
> Sybase 11.9.2.
>
> I can't add or update users in the DB. I can only delete them. I tried
> this with both Sybase and Hsqldb and the results are the same.
AFAIK there's
+1 from me. Maybe some more users (me included) will get some more focus
on docs. I have some texts laying around I need to finish to be useful.
Bert
At 14:09 28/06/2002 +0200, you wrote:
>The Cocoon documentation project has started with the great help of Diana
>Shannon, and is gaining good
On Monday, July 1, 2002, at 06:16 AM, KOZLOV Roman wrote:
> Problem is : there is external (to cocoon application) storage of xml
> and non-xml data located in same filesystem. Currently it's referenced
> in sitemap by
> specifying relative path (from sitemap.xmap file to storage) and the
> ref
Move cocoon.xconf to WEB-INF/cocoon.xconf, as in latest Cocoon versions.
This is a bit more secure location then before.
Vadim
-Original Message-
From: Tsui, Alban [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 28, 2002 10:32 AM
To: [EMAIL PROTECTED]
Subject: Security in cocoon.xconf?
> From: Manos Batsis [mailto:[EMAIL PROTECTED]]
> > From: Reinhard Poetz [mailto:[EMAIL PROTECTED]]
> > Is there a difference in performance - your solution compared
> > to a working
> > "exclude-result-prefixes"-attribute?
>
> Depends on whether you want to add a new stylesheet or modify the
> From: Chris Warr [mailto:[EMAIL PROTECTED]]
>
> Hi, I'm running cocoon 2.0.2 under tomcat 4.0.4b2. I've created the
example
> web service under .NET, TempConvert1. I can call this with no
problems from
> VB using the MSSOAP object. I'm trying to call it using the xsp soap
taglib
> and I get
Unfortunately it's not applicable to c2.0.1 I am using (for stability
reasons).
Christian Haul wrote:
> On 01.Jul.2002 -- 02:16 PM, KOZLOV Roman wrote:
> > Hello,
> >
> > Is it possible to externally parametrize sitemap ?
> >
> > Problem is : there is external (to cocoon application) storage of
I'm using 2.1dev (HEAD?) and the browser is IE and/or Netscape. I'm already
using the .
This works for the page but not the SVG inside the page. Right now when I
click on a link that will display an SVG it works, but if I click 'Back' and
then click on the same link again it changes the page cont
> From: Reinhard Poetz [mailto:[EMAIL PROTECTED]]
> Is there a difference in performance - your solution compared
> to a working
> "exclude-result-prefixes"-attribute?
Depends on whether you want to add a new stylesheet or modify the
existing one (if any). While on the second choice (using xs
> -Original Message-
> From: Manos Batsis [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 01, 2002 1:21 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: How to remove namespace declarations and prefixes?
> > - Do you know if this influences the performance?
>
> Reinhard,
> From: Diego Lluna [mailto:[EMAIL PROTECTED]]
>
> hi,
>
> i've been trying to test the simplest xsp pages from a local
> site.
...
> since i copied the example from existing ones, i suspect i
> have some kind
> of config problem, maybe in the sitemap.xmap
>
> anybody can help?
>
> i'm prov
Luca Morandinin recently updated the FAQ for Configuring Cocoon's
Environment.
The content for the second part of his FAQ on mod-rewrite
( How can I reach my Cocoon app from an URI other than /cocoon/? )
follows. My question is at the end of the block.
This entry was tested under: Windows
hi,
i've been trying to test the simplest xsp pages from a local
site.
i keep on getting the error:
""The org.apache.cocoon.www.sitemap_xmap notifies that
org.apache.cocoon.ProcessingException says:
markup-languages: ComponentSelector could not access the Component for hint: xsp
More precis
> From: Reinhard Poetz [mailto:[EMAIL PROTECTED]]
> Thank you for this solution.
>
> - Do you know if this influences the performance?
Reinhard, *anything* influences performance. The professor at the course
I follow, presented this issue very simply as "In software design, you
always give so
On 01.Jul.2002 -- 02:16 PM, KOZLOV Roman wrote:
> Hello,
>
> Is it possible to externally parametrize sitemap ?
>
> Problem is : there is external (to cocoon application) storage of xml
> and non-xml data located in same filesystem. Currently it's referenced
> in sitemap by
> specifying relative
Hi
You can use both the formval and the dbauth action. if you get no error from
the formvalidator action but null from the dbauth action, the supplied
username and password is invalid.
greetings
mike
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Mo
Thank you for this solution.
- Do you know if this influences the performance?
- Is there a special reason why "exclude-result-prefixes"
doesn't work or is it a bug?
Regards,
Reinhard
> -Original Message-
> From: Manos Batsis [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 01, 2002 1
Piece of cake. A stylesheet which does exactly that would is
http://www.w3.org/1999/XSL/Transform";>
However, adding another step in your pipeline may not be the best
solution. You
I have to use a lot of namespaces and I want to remove them at the last
transformation step. I found several solutions but none of them works for
me:
exclude-result-prefixes (in the stylesheet)
[http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=100101165325379&w=2]
(in the sitemap)
[http://mar
On Thursday, June 27, 2002, at 08:15 PM, Phil wrote:
> In Australia, Spark Digital are providing commercial support for Cocoon
> and re-writing all the documentation to fit in with a MaxOSX IDE
> they're developing which makes use of cocoon as well as several other
> open source projects.
H
Hello,
Is it possible to externally parametrize sitemap ?
Problem is : there is external (to cocoon application) storage of xml
and non-xml data located in same filesystem. Currently it's referenced
in sitemap by
specifying relative path (from sitemap.xmap file to storage) and the
references are
David Crossley wrote:
...
> Does anyone know
> a good link that we can add about general mail list etiquette.
http://learn.to/edit_messages
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remain
Christian Haul wrote:
> I have one very simple request for all users of this list:
>
> Please follow up to an answer you've received by summarizing
> the thread, ideally adding "SUMMARY" to the subject.
Yes! This is an excellent idea. In fact this is part of
listserver etiquette. In the early da
Hi,
this seems to be some sort of Bug #5973. I've a similar
problem using the xinclude and the cinclude transformer.
I will send an extra email for this.
Sebastien SACARD wrote:
> Vadim Gritsenko wrote:
>
>>> From: Sebastien SACARD [mailto:[EMAIL PROTECTED]]
[snip]
>>>
>>> >> src="org
Hi,
using the cinclude or the xinclude transformer
i get everytime the comments from the source
documents DTD included. This results in ca.
114 kB extra with the DocBook DTD.
Although I've not tried to reproduce bug #5973 and
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102507582917917&w=2
Hi guys
A question about the DatabaseAuthenticatorAction action. It works and all so
I'm not worried about configuring anything. It's more to do with getting
error messages back from it.
If I use the FormValidatorAction then I can parse the feedback in XSP using
the form-validator logicsheet. Is
I think you got drown'd in a thread war, sorry :)
You don't say what version of Cocoon you are using or what
browser you are targeting. The way around this (for the
latest cvs version of Cocoon) is to wrap anything you don't
want caching in a
pipeline.
Give it a try, it works for me ;)
J.
> From: Per Kreipke [mailto:[EMAIL PROTECTED]]
> Stop suggesting that the people who are complaining contribute
> =
>
> I don't have a beef with the people exhorting people to
> contribute, but
> there is a chicken and egg problem of getting to the point
> where 1) it's
Hello,
Shoot me if I'm wrong.
This is to do with the Source (?) class isn't it ? It has a
lastModified(...) function. Source is created for the "importing"
stylesheet, and lastModified of course returns the last modified of the
"importing" file. It would have to open the file, *parse* it and
At 21:49 28/06/02, Alfredas Chmieliauskas wrote:
> > this bug relates to every cocoon and xindice versions available, thus
> it definately
> > concerns you, if you're using xmldb and accessing it through XMLDBSource
> (xmldb: pseudo-protocol).
[memory leak description removed]
Thanks very mu
Title: Security in cocoon.xconf?
I have setup database connection in cocoon.xconf but the username and password are required in cocoon.xconf. How secure if cocoon.xconf? Will crashes or any tricks expose this information to the clients or other servlets?
If so, any measure that I can take to
I'm using Cocoon 2.1-dev, IBM JDK 1.3, running on RedHat 7.2, and using
Sybase 11.9.2.
I can't add or update users in the DB. I can only delete them. I tried
this with both Sybase and Hsqldb and the results are the same.
While using Sybase I had to remove the begin and end
tags in order to a
thusly spake David Crossley:
>
> It amazes me that people have the time to compose email
> to the mailing list to tell us that they are too busy,
> and then have the hide to tell us that documentation is poor.
Writing can be fast but submission + acceptance + check-in is not so
straightforward.
Hi, I'm running cocoon 2.0.2 under tomcat 4.0.4b2. I've created the example
web service under .NET, TempConvert1. I can call this with no problems from
VB using the MSSOAP object. I'm trying to call it using the xsp soap taglib
and I get the following error:
org.apache.cocoon.ProcessingExcept
On 01.Jul.2002 -- 09:01 AM, Shaw, Chris wrote:
> Thanks (again) for the reply...it's taught me some new things that might
> come in handy later on.
You're welcome.
> But in the short-term this doesn't solve the problem - when re-directing it
> means that all the values in my Request object are l
71 matches
Mail list logo