Re: cocoon login action

2003-01-10 Thread Charlene Mitchell
Hi, Okay, I think intercepting the request after j_security_check will be a nightmare (and I don't want to rewrite App Server authentication). But isn't there any easier way? E.g. match for * and call an action which checks that the session attribute is set, else it sets it, and then the match

RE: file generator error

2003-01-10 Thread Sylvain.Thevoz
Thank you all for your response. If I substitute '' by 'amp;', the sitemap compilation is OK. But the link doesn't work anymore! Anybody has a solution? Regards Sylvain -Message d'origine- De: Ed Yavno [mailto:[EMAIL PROTECTED]] Date: jeudi, 9. janvier 2003 17:54 À: Thévoz Sylvain,

Server to Server Cookie?

2003-01-10 Thread Eduardo Zurita
Hello, I have to develop a web application. The data source is a remote computer that serves XML data. The authentication method is a encrypted cookie. The remote server checks if the cookie is present in the user's browser. The problem is: I wantintroduce Cocoon as the software that

Re: Server to Server Cookie?

2003-01-10 Thread Ugo Cei
Eduardo Zurita wrote: Hello, I have to develop a web application. The data source is a remote computer that serves XML data. The authentication method is a encrypted cookie. The remote server checks if the cookie is present in the user's browser. The problem is: I want introduce Cocoon

Re: cocoon login action

2003-01-10 Thread Charlene Mitchell
Hi, In case anyone is interested I have it working now, as follows (see below): It means that the action is always called (if the login URI isn't matched) so there could be a perfromance problem, but there seems to be no other clean way. Charlene map:pipelines map:pipeline

Re: Server to Server Cookie?

2003-01-10 Thread SAXESS - Hussayn Dabbous
Hy; As far as i am informed, the web proxy generator does NOT preserve session state! I am active in this field and together with Lajos Moczar developing a new module based on a pseudo protocol (actually, it's lajos, who does the coding). Following sitemap snippet shows what we intend to

esql:get-string has no column element

2003-01-10 Thread xx yy
hi all, i'm trying to get data from a database with row- and columnnames specified through http-requests I tried: . . esql:get-string esql:column xsp-request:get-parameter name=column/ /esql:column /esql:get-string . . and got a fatal error saying: Parameter 'column' missing in dynamic tag

generate correct SAX in custom generator

2003-01-10 Thread Robert Sösemann
Dear listmembers, I read about problem reading in XML fragment from db Clobs in cutom generators in the mailing list. I also read about using this InputXMLConsumer. But I never found an example that I could modify form my problem. I found none. Maybe someone could just send me a snippet of java

Suggestion: A change to Torque (populate XML)

2003-01-10 Thread Alan Hodgkinson
cocoon-user-note To Cocoon users: Sorry for the off-topic post. This is just a heads up to let you know what _may_ be coming and to solicit your lobbying efforts for the Torque changes I am proposing below. /cocoon-user-note Dear All, I'd like to have some new functionality in

Re: esql:get-string has no column element

2003-01-10 Thread Christian Haul
On 10.Jan.2003 -- 03:20 AM, xx yy wrote: hi all, i'm trying to get data from a database with row- and columnnames specified through http-requests I tried: . . esql:get-string esql:column xsp-request:get-parameter name=column/ /esql:column /esql:get-string Try this instead:

problem accessing xml files

2003-01-10 Thread jtbamcai
Hi, I'm trying to access to some data in a xml file. But when the file references some schema: manifest xmlns = http://www.imsglobal.org/xsd/imscp_v1p1; xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation = http://www.imsglobal.org/xsd/imscp_v1p1

input modules in sitemap component definitions

2003-01-10 Thread Geoff Howard
I have a global input module defined in map:component-configurations (2.1): map:pipelines map:component-configurations global-variables datasource-namea-string/datasource-name /global-variables ... Currently, I'm using values defined this way later in the sitemap with {global:XXX}

Re: input modules in sitemap component definitions

2003-01-10 Thread Christian Haul
On 10.Jan.2003 -- 08:42 AM, Geoff Howard wrote: I have a global input module defined in map:component-configurations (2.1): map:pipelines map:component-configurations global-variables datasource-namea-string/datasource-name /global-variables ... Currently, I'm using values

no matching stylesheet for: mozilla5 ?

2003-01-10 Thread Daniel Sjöberg
Hello I get the following error: --- Error found handling the request. org.apache.cocoon.processor.ProcessorException: Could not associate stylesheet to document: no matching stylesheet for: mozilla5 at org.apache.cocoon.processor.xslt.XSLTProcessor.getResource(XSLTProcessor.java:250)

Antwort: no matching stylesheet for: mozilla5 ?

2003-01-10 Thread manfred . weigel
Hi Daniel! That looks like a missing stylesheet on the appserver. When you use selectors in the sitemap, eg one for mozilla5, and inside your matcher is an invalid xsl resource referenced, then cocoon is not able to process this request correctly, except there is an otherwise option set. It

RE: input modules in sitemap component definitions

2003-01-10 Thread Geoff Howard
-Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: Re: input modules in sitemap component definitions 1) Is it currently possible to use input modules to define the value for data-source in the

Re: Antwort: no matching stylesheet for: mozilla5 ?

2003-01-10 Thread Daniel Sjöberg
Oh, thanks for the quick answer, I forgot to mention a very important detail... I'm running Cocoon 1.8 So I guess the config is done somewhere else than in a sitemap? -Daniel On Fri, 2003-01-10 at 13:29, [EMAIL PROTECTED] wrote: Hi Daniel! That looks like a missing stylesheet on the

Re: input modules in sitemap component definitions

2003-01-10 Thread Christian Haul
On 10.Jan.2003 -- 09:40 AM, Geoff Howard wrote: From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: Re: input modules in sitemap component definitions 1) Is it currently possible to use input modules to define the value

HTTP 302 error

2003-01-10 Thread Eric BERTHOMIER
Hello, I'm a poor Cocoon's newbie and I've got this error on my log file : 192.168.2.50 - - [10/Jan/2003:15:21:48 1000] GET /oeuf HTTP/1.1 302 - I've found this article about that : http://www.nameonthe.net/tomcat302test.jsp but I don't know how resolve my problem despite everything. Could

RE: input modules in sitemap component definitions

2003-01-10 Thread Geoff Howard
On 10.Jan.2003 -- 09:40 AM, Geoff Howard wrote: From: Christian Haul [mailto:[EMAIL PROTECTED]] Bummer. Can you suggest another way to accomplish this or a direction to look into patching this? Not really. So far, all configuration data nested inside a component declaration is

Re: trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-10 Thread Christian Haul
On 09.Jan.2003 -- 10:02 AM, Timothy Larson wrote: Thanks Chris, I got it mostly working with your information. A couple of issues, though: The first issue is that while this works fine: input:get-attribute module=session-attr as=string name=attr1 default=(Does not exist)/ this:

Re: trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-10 Thread Timothy Larson
Thanks, I found and solved the XSPModuleHelper mixup earlier today. I did not report it yet because I was fixing the the as=string issue. What is the as=string option used for any way? The only reason I looked at it was the broken as=xml option. If it has an actual use, that may help decide the

Re: problem accessing xml files

2003-01-10 Thread Joerg Heinicke
jtbamcai wrote: Hi, I'm trying to access to some data in a xml file. But when the file references some schema: manifest xmlns = http://www.imsglobal.org/xsd/imscp_v1p1; xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation = http://www.imsglobal.org/xsd/imscp_v1p1

Re: file generator error

2003-01-10 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: If I substitute '' by 'amp;', the sitemap compilation is OK. But the link doesn't work anymore! Did it ever work? I guess the source is HTML rather than XML, I think you have to tell the sitemap to use a HTML generator. Look up details in the Cocoon doc, in particular

Re: HTTP 302 error

2003-01-10 Thread Joerg Heinicke
Can you tell a bit more, what you are doing? Joerg Eric BERTHOMIER wrote: Hello, I'm a poor Cocoon's newbie and I've got this error on my log file : 192.168.2.50 - - [10/Jan/2003:15:21:48 1000] GET /oeuf HTTP/1.1 302 - I've found this article about that :

Re: file generator error

2003-01-10 Thread Joerg Heinicke
I checked the link and Mozilla recognized the content as XML, so I guess that's not the problem. But doesn't work anymore is not really a helpful error message. Joerg J.Pietschmann wrote: [EMAIL PROTECTED] wrote: If I substitute '' by 'amp;', the sitemap compilation is OK. But the link

input modules in sitemap component definitions

2003-01-10 Thread Geoff Howard
I have a global input module defined in map:component-configurations (2.1): map:pipelines map:component-configurations global-variables datasource-namea-string/datasource-name /global-variables ... Currently, I'm using values defined this way later in the sitemap with {global:XXX}

HOWTO: Cocoon 2.0.4 + Apache client-side caching

2003-01-10 Thread Bruce Robertson
The expires function in cocoon 2.1 looks very exciting, though despite it being currently documented, I couldn't get expire to work in the 2.0 series. This was too bad, since my webapp comprises some static content, like css files and generated jpg title files, that really don't need to be passed

Re: HOWTO: Cocoon 2.0.4 + Apache client-side caching

2003-01-10 Thread Tony Collen
On Fri, 10 Jan 2003, Bruce Robertson wrote: snip/ Hooray, we're caching this css file on the client for a few hours! This approach has one advantage over setting the expire within cocoon itself. Client-side caching gets in the way of development, where one wishes immediately to see the

Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
Hope this is the appropriate list for this question. I have a simple XSP page. I want to use ESQL to call stored procedures in a Microsoft SQL Server database. I've got my connection pool set up correctly. I'm able to execute simple select statements and I'm able to execute a stored

sitemap war

2003-01-10 Thread Fernando Wermus
I?m Fernando. I?m new with Cocoon. I am using Jbuilder to create a webapp. My problem is that the sitemap.xmap doesn?t appear in the war file, in the application. What?s more, the Jbuilder 6.0 doesn?t reconize the extension .xmap, except .map . Do you know how to run the sitemap.map file under a

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Jacob Arnold
Here's some places you can go for examples: ESQL Page in Docs http://xml.apache.org/cocoon/userdocs/xsp/esql.html Mailing List ARChives: http://marc.theaimsgroup.com/?l=xml-cocoon-users (just do a search on stored procedure) J -Original Message- From: Brian Campbell [mailto:[EMAIL

expires parameter

2003-01-10 Thread Miles Elam
I'm using 2.1-dev and for the life of me, I can't figure out how to get the expires parameter to work. I tried following the instructions on the web site (http://xml.apache.org/cocoon/performancetips.html), but they had no effect. I must say that the instructions are a little ambiguous since

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
Thanks for the info. Unfortunately, I've already been to both places and have been unable to determine whats wrong. My code appears (at least to me) to be correct according to the taglib doc and info out at the archives. Its probably something small snd stupid that I'm doing. -Brian

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Jacob Arnold
I have a simple XSP page. I want to use ESQL to call stored procedures in a Microsoft SQL Server database. I've got my connection pool set up correctly. I'm able to execute simple select statements and I'm able to execute a stored procedure that doesn't take any parameters. But most of my

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
Yeah, I caught that and fixed it already. It was a problem, but not the end of my problems. -Brian From: Jacob Arnold [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: Cocoon/XSP/ESQL help Date: Fri, 10 Jan 2003 14:39:49 -0700 I have a

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
I put in code to dump the message and here is what I get: [Microsoft][SQLServer 2000 Driver for JDBC]Syntax error at token {Call, line 0 offset 0. It appears to be a syntax error with the SP call. Since I can run other stored procedures that take no parameters, with no problems at all, I

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Geoff Howard
I put in code to dump the message and here is what I get: [Microsoft][SQLServer 2000 Driver for JDBC]Syntax error at token {Call, line 0 offset 0. It appears to be a syntax error with the SP call. Since I can run other stored procedures that take no parameters, with no problems at all,

Re: HOWTO: Cocoon 2.0.4 + Apache client-side caching

2003-01-10 Thread SAXESS - Hussayn Dabbous
Hy, Bruce; I am happy to read this email. I am just a few days away from releasing my new cocoon based website and i wanted to go into this caching task anyway. From your email i learn, that i can save a lot of time with fiddeling around this issue by applying your HOWTO ;-) thanks a lot for

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
I have looked at the code. Don't see anything wrong off hand but I think I'll yank it out of there and put it in a small test class. Maybe that will tell me some more. The quotes are extra and not needed. I've just been trying every variation that I can think of. -Brian Have you

RE: Cocoon/XSP/ESQL help - Finally

2003-01-10 Thread Brian Campbell
Finally got it figured out. Need to let out a big fat D'OH!. I did not have my connection pool set up to point to the specific database where my SP's reside. Not sure why if found some of them but not others. Must have accidently added them to master or another DB. But I'm wondering if

DO NOT REPLY [PATCH QUEUE] Summary January 11 2003

2003-01-10 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to