Hi,
I tried the tutorial in wiki site. but it seemed not
working. can anyone tell me why?
regards,
the message :
type fatal
message Language Exception
description org.apache.cocoon.ProcessingException:
Language Exception:
org.apache.cocoon.components.language.LanguageException:
Could not
On Wed, 26 Feb 2003 09:22:09 -0800 (PST)
[EMAIL PROTECTED] wrote:
> Yuri, I currently use v 1.0
I use v1.1 (from CVS) and cocoon v2.0.4,
and XML data in CDATA section are retrived properly.
for example:
in document, stored in Xindice I have the next section:
the cocoon's XMLDBSource componen
Hi,
I'm using the lastest build and having problems using
authentication-fw. The error I'm getting is:
Could not find component (role
[org.apache.cocoon.webapps.authentication.components.AuthenticationManager])
Has anyone seen this? Have there been any changes
lately that I likely to cause thi
Hi I tried running today's build without any changes
and got the following error:
BUILD FAILED
file:///C:/dev/xml-cocoon-2.1-dev/build.xml:610:
IOException: java.io.FileNotFoundException:
C:\dev\xml-cocoon-2.1-dev\b
uild\webapp\samples\sitemap.xmap (The system cannot
find the path specified)
Chee
Dear Martin,
You were absolutely right. The DTDs were not being resolved locally. Once I
updated the catalog adding the Docbook stuff, everything went back to
normal.
Sometimes I still feel Cocoon is too big... there are some components I
haven't used yet... and I've been using Cocoon for almost
"Josema Alonso" <[EMAIL PROTECTED]> writes:
> Replying to myself but still haven't found a good explanation...
>
> The *.news.xml docs I mentioned in my previous message are Docbook articles.
> All of them have the doctype declaration for the Docbook article DTD:
> "http://www.oasis-open.org/doc
I've changed my environment from jdk1.3 to 1.4.1 and
everything worked! One thing I noticed thought that
my jdk1.3 had xml libraries in it's endorsed
directory... not sure if this was the issue.
--- Richard In Public <[EMAIL PROTECTED]>
wrote:
> Hi Alex
>
> Are you running tomcat as a service?
First,a s you are using input module, you must ensure that they are declared
in your Cocoon.xconf.
Second the session input module allows you to access session properties,
such as creationTime, id, lastAccessedTime and so on.
I think that if you want to access attribute, you must use the session
I am using Tomcat 4.0.6..
Sean McKaharay wrote:
First thing Robert,
What server are you running on (i.e. tomcat, resin, jetty..). You need to
look that you don't have an old version of SAX parser in the lib directory of
the server. Sometimes the SAX parser it will try to use is the one in
First thing Robert,
What server are you running on (i.e. tomcat, resin, jetty..). You need to
look that you don't have an old version of SAX parser in the lib directory of
the server. Sometimes the SAX parser it will try to use is the one in the lib
directory of the Server.
-
When I call the cocoon (http://localhost:8080/cocoon) I get the follow
error:
=
message SAX2 driver class org.apache.xerces.parsers.SAXParser not found
description java.lang.ClassNotFoundException:
org.apache.xerces.parsers.SAXParser
sender org.apache.cocoon.servlet.CocoonServlet
s
from within an XSP you can have a session be created by specifying the
's attribute @create-session="true" (this is handled by the
session logicsheet. this way a session will be created if it didn't yet
exist.
problems can occur with these sessions, though; sessions created by the
session logicshe
Yuri, I currently use v 1.0
Holger
On Wed, 26 Feb 2003, Yury Mikhienko wrote:
>
> On Tue, 25 Feb 2003 16:31:56 -0800 (PST)
> [EMAIL PROTECTED] wrote:
>
> > Dear all,
> >
> > I am retrieving XML data from Xindice via Cocoon.
> > Everything is retrieved OK except what's in a CDATA
> > section
travail ou plaisir ?
"Le PDG d'un grand groupe multinational déambule dans son bureau de 120
m2 emmerdé par l'ennui d'une nouvelle journée de glande. Après avoir
consulté ses mails de cul illustrés, le cours du CAC40 et quelques
minutes de loft story sur le net, il décide d'appeler son vice-pré
I'm using XSPUtil.includeString() to bring in some external XML into my
source XML tree before I apply my transforms. This involves me assigning
the XML to a string variable, and then including it as such:
String xmlString = xmlDataValue.getXMLData();
XSPUtil.includeString(xmlString ,this.manager
Uwe,
> > Hello,
> > can I configure Cocoon2 so that it doesn't use the logger?
> >
>
> Cocoon logging can be configured in the file WEB-INF/logkit.xconf.
>
> Usually for deployment the log-levels are set to ERROR (instead of
> DEBUG).
>
What Bruno means is - why do you want to turn the logger off
On Wed, 2003-02-26 at 14:00, Uwe Gerger wrote:
> Hello,
> can I configure Cocoon2 so that it doesn't use the logger?
>
Cocoon logging can be configured in the file WEB-INF/logkit.xconf.
Usually for deployment the log-levels are set to ERROR (instead of
DEBUG).
--
Bruno Dumon
If you need up-2-the-minute information on this - YES! There is lot's of
movement in the build system at the moment and things are looking better by
the minute (really).
Matthew
> -Original Message-
> From: Ryan Hoegg [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 26, 2003 4:49 PM
Hello,
I've heard echoes around here that the build system for 2.1 is in a
state of flux right now. How can I stay abreast of the changes? Is
this something for which I need to be on the Cocoon-dev list?
--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net
-
Works
if I change
to
Must
be testing what the return type is as we use this same stored procedure in PHP
and it returns a string
##
Cannot get a
return value from the following:
{call iauth_user_process.is_valid_authlogin(
how about setting the size of svg to match its largest boundary -
svg pictures are not "automagically" sized correctly as for
jpeg>>> [EMAIL PROTECTED] 25/02/2003 07:57:15
>>>Good news! I originally saved the svg file with an "xml"
extension. I renamed it with the "svg" extension and it wor
Sorry, was a bit quick apparently
Looks like this avalon feature (to choose the logging framework you want to
use, including eg the NullLogger) has not been reflected (yet) in Cocoon
-
To unsubscribe, e-mail: [EMAIL PROTECTED
Cannot get a return
value from the following:
{call iauth_user_process.is_valid_authlogin(
p_authlogin,
p_authpassword,
p_clientipaddress,
p_secure,
p_session,
p_siteid,
)}
The error log
is:
org.apache.avalon.framework.CascadingRunt
Hi Alex
Are you building the cocoon.war file and placing it in the
%catalina_home%/webapps directory?
.\build.bat -Dinclude.webapp.libs=yes webapp
Richard
- Original Message -
From: "Alex Romayev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 26, 2003 2:00 PM
Su
Hi Richard,
Thanks for you help. I've tried copying the libraries
and I start using startup.bat, but this doesn't seem
to be helping me. Do you have any other ideas?
Thanks,
-Alex
--- Richard In Public <[EMAIL PROTECTED]>
wrote:
> Hi Alex
>
> Are you running tomcat as a service? If so, try
>
Is this a class wich I have to specify in the web-xml file ?
Thanks
Uwe
[EMAIL PROTECTED] schrieb:
>
> You can configure the NullLogger (see in avalon framework), if this is what
> you want to do.
>
> -Original Message-
> From: Uwe Gerger [mailto:[EMAIL PROTECTED]
> Sent: 26 Feb
Hi Kieran,
This seems to be related to the problem I'm having,
the the message:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg25061.html.
By just doing simple comparison, I don't think it's
tomcat versions, as you're using 4.0.1 and I've had
problems with both 4.1.12 and 4.1.18.
What is simi
Hi Alexander,
On Wed, Feb 26, 2003 at 02:20:08PM +0100, Alexander Enns wrote:
> Hi all,
>
> is there any trial to integrate Axis engine in Cocoon?
Axis is integrated into Cocoon via the AxisRPCReader, which exists
currently in Cocoon's CVS scratchpad. Essentially, it allows Cocoo
On Wed, Feb 26, 2003 at 12:46:56PM +0100, Scherler, Thorsten wrote:
> Hello group,
>
> is there a way to integrate our scheduler into a cocoon app without installing the
> whole wyona cms dist.?
The avalon cornerstone scheduler already comes with cocoon2.1. Why do we
need another scheduler ?
C
Hi,
In the cocoon docs for XSP at
http://xml.apache.org/cocoon/userdocs/xsp/request.html
it talks about the attribute as="node" but displays as="xml" in the sample
code.
I tried both on my setup and they both work, but is there any difference
between the two?
I-Lin Kuo, Ann Arbor, MI
Macrome
Hi all,
is there any trial to integrate Axis engine in Cocoon?
To have possibility to use Cocoon component model from web services code?
Thanks,
Alexander
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
"MAHE Vincent FTRD/DIH/REN" <[EMAIL PROTECTED]> writes:
> Has anyone managed to integrate a Java scheduler in a webapp using Cocoon 2.0
> ?
>
>
> Some people (Martin Holz for instance) on the net are talking about Jakarta
> CornerStone Scheduler but I can't find any example.
>
Acutally I never
You can configure the NullLogger (see in avalon framework), if this is what
you want to do.
-Original Message-
From: Uwe Gerger [mailto:[EMAIL PROTECTED]
Sent: 26 February 2003 14:01
To: [EMAIL PROTECTED]
Subject: Cocoon2: Logger required?
Hello,
can I configure Cocoon2 so that it doesn'
Hello,
can I configure Cocoon2 so that it doesn't use the logger?
Thanks
--
Uwe Gerger_/_/_/ _/_/ _/_/
BMW AG, TG-53 IT-Technologie _/ _/ _/_/_/_/ _/_/
80788 Muenchen _/_/_/ _/ _/ _/ _/ _/ _/
Tel: +49 89 3
On 26.Feb.2003 -- 10:10 AM, [EMAIL PROTECTED] wrote:
> Hi,
> I make a connection (using ESQL) and get a value column="MYVAR"/> .
>
> How can I get this value on the page to build another query like :
>
> Select * From mytable where ID = "MYVAR"
>
> I tried with column="MYVAR"/> But when I requ
Hello,
while starting cocoon2 Version 2.0.3 on weblogic 5.1 I receive the
following exception:
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException:
java.lang.IllegalAccessError: try to access method
org.apache.cocoon.util.log.ExtensiblePatternF
Dear All,
i've installed-
- jdk1.3.1_01
- jakarta-tomcat-4.0.1.exe
...and it's all running fine - i get the http://localhost:8080/index.html
page no problem.however
...when i copy cocoon.war (extracted from cocoon-2.0.1-bin.zip) and try
http://localhost:8080/cocoon/ all i g
Hello,
while starting cocoon2 Version 2.0.3 on weblogic 5.1 I receive the
following exception:
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException:
java.lang.IllegalAccessError: try to access method
org.apache.cocoon.util.log.ExtensiblePatternF
Hello
group,
is
there a way to integrate our scheduler into a cocoon app without installing the
whole wyona cms dist.?
Please
have a look on the following mail!
Thank
you very much!
-Ursprüngliche Nachricht-Von: MAHE Vincent
FTRD/DIH/REN [mailto:[EMAIL PROTECTED]Gesendet:
Sorry, for the SPAM ;-)
But i post this link, because in the first screenshots are some labels
related to XML/XSL stuff :)
http://www.activewin.com/screenshots/office2k3b2/
Antonio Gallardo
-
To unsubscribe, e-mail: [EMAIL PR
Hello,
Yes
but I need to install the whole Wyona whereas I'm only interested in the
scheduler.
My
webapp has nothing to do with a Content Management and Publishing
System.
I just
want to use the scheduler of Wyona in my webapp ... do you have any simple
integration example ?
Vincent
What is the difference between these two sessions??? :
JAVA session:
org.apache.cocoon.environment.Session
...
Session session = null;
...
session = request.getSession(true);
session.setAttribute("user",user);
...
--
XSP SESSION:
http://apache.org/xs
There is a bug in following lines, I tried with java
(session.setAttribute), but all my pages are requesting user with
. Thanks for your help!
...
String user = request.getParameter("user");
Login Informations
user
Session parameter "user" is
---
Hi
I have a cocoon project that works perfectly when served by Tomcat but which
breaks when I try to generate a static version from the command line. The
difficulty appears to be caused by the use of XInclude.
1. It seems that Cocoon/Tomcat is more forgiving than Cocoon/CmdLine. Does
anyone kn
Hello
Vincent,
http://www.wyona.org/docs/xdocs/scheduler.html
wyona
is a Open Source CMS and based on Cocoon and Java.
Just
have a look.
p.s. It will hopefully become lenya in the near
future and part of
ASF
King regards
Thorsten
-Ursprüngliche Nachricht-Von: MAHE Vincen
Has anyone managed
to integrate a Java scheduler in a webapp using Cocoon 2.0 ?
Some people (Martin
Holz for instance) on the net are talking about Jakarta CornerStone Scheduler
but I can't find any example.
Vincent
On śro, lut 26, 2003 at 08:56:02 -, Richard In Public wrote:
> Hi Alex
>
> Are you running tomcat as a service? If so, try running it from the command
> line using the appropriate batch file (%CATALINA_HOME%\bin\startup.bat for
> windows).
>
> If this helps, see my earlier post on this subje
Hi Maxime
Assuming that the second query is in the same XSP document as the first, you
can do this
by nesting the queries as sketched below. The essential things to note:
1. The nested-query is a regular element, placed
within the an element. It's syntax is identical to a
normal query. (You
Hi,
I make a connection (using ESQL) and get a value .
How can I get this value on the page to build another query like :
Select * From mytable where ID = "MYVAR"
I tried with But when I request it I get the error :
variable MYVAR not defined. Even if I add Int MYVAR = 0;
How can I put my E
Hi,
I make a connection (using ESQL) and get a value .
How can I get this value on the page to build another query like :
Select * From mytable where ID = "MYVAR"
I tried with
But when I request it I get the error : variable MYVAR not defined. Even
if I add
Int MYVAR = 0;
How can I put my E
Hi Jörg
I am also using Windows. The following works for me:
I notice two differences between this and the variations you've tried:
1. I'm using a double forward slash (//) after the drive letter
2. I'm only specifying the path of the directory containing sitemap.xmap
Try: src=file://
Hi Alex
Are you running tomcat as a service? If so, try running it from the command
line using the appropriate batch file (%CATALINA_HOME%\bin\startup.bat for
windows).
If this helps, see my earlier post on this subject:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg24914.html
Regards,
Rich
52 matches
Mail list logo