Parameter Selector Test Question

2004-03-11 Thread Tuan Luu
Hello I have a resulting xml output: authentication users user nameusername/name editorabcd/editor /user /users /authentication Now I'd like to use the Parameter selector in the sitemap to give different stylesheets depending on the editor value. part of the sitemap:

Interpreting Profiling Results

2004-03-11 Thread Gernot Koller
Hi! I need some help interpreting results gained from the cocoon profiler: profiler:result time=4180 index=7 profiler:component index=0 role=file source=static/i18ndemo.xml setup=0 processing=0 time=0 / profiler:component index=1 role=cinclude setup=1 processing=5 time=6 /

Internal server error

2004-03-11 Thread bremerj
Dear cocoon users, I am a newcomer to cocoon and I try to understand the basics. When trying a very simple example from a tutorial, I get the following message: Internal Server Error Message: UnnamedSelector: ComponentSelector Attempted to retrieve component with null hint.

Re: Internal server error

2004-03-11 Thread Derek Hohls
Joseph There does not seem to be anything wrong here; I assume you have: * created a directory for your test application (say, mytest) * placed this sitemap.xmap in it * created a subdirectory called static and placed the index.html file in it * ensured that cocoon is running (typically:

RE: Internal server error

2004-03-11 Thread bremerj
Derek, Thank you for your feedback. I did indeed what you suggested. Attached you find the error logfile. Joseph -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED] Sent: jeudi 11 mars 2004 11:23 To: [EMAIL PROTECTED] Subject: Re: Internal server error Joseph There does

RE: Internal server error

2004-03-11 Thread Derek Hohls
Joseph Which URI did you give the browser... the error log shows /cocoon-dev/index.html ... I asssume you are using the latest Cocoon version. Derek [EMAIL PROTECTED] 2004/03/11 12:30:08 PM Derek, Thank you for your feedback. I did indeed what you suggested. Attached you find the error

RE: Internal server error

2004-03-11 Thread Derek Hohls
Joseph You can try adding: map:selectors/ just below map:matchers default=wildcard map:matcher name=wildcard src=org.apache.cocoon.matching.WildcardURIMatcher/ /map:matchers and before /map:components Derek [EMAIL PROTECTED] 2004/03/11 12:30:08 PM Derek, Thank you for your feedback.

Re: coplet / flowscript cache invalidation question

2004-03-11 Thread Jon Evans
Hi Alex, On 10 Mar 2004, at 01:29, Alex Romayev wrote: Maybe I'm missing something, but why can't you just set the state of your coplet in the flowscript, so that it shows the first page after it's done? e.g.: if (state == 'done')  cocooon.sendPage(welome-page); Thanks for your reply. The

RE: Internal server error

2004-03-11 Thread bremerj
Derek, I am using cocoon 2.1.3. Cocoon-dev is the folder where I placed my test application. I did not explicitly give a URI to the browser. Joseph -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED] Sent: jeudi 11 mars 2004 11:36 To: [EMAIL PROTECTED] Subject: RE:

JUnit TestCase for ServerPagesGenerator

2004-03-11 Thread Ann
Hi Before I list out my problem thank you stephan for pointing me in the right direction.I have been sucessful in writing tests for action classes. Unfortunately I have got stuck at writing unit tests for ServerPagesGenerator. I have used the SiteComponentTestcase as the basis for all tests.

Re: Installing Cocoon On debian

2004-03-11 Thread Lionel Crine
Glad you find the answer. We use Cocoon 2.1.3 on a prod server and It's all good. I think the 2.1 version is enough stable to use it. Besides, there are so much more functionnalities. Lionel At 11:37 09/03/2004 +0100, you wrote: Thank you very much. All is ok...(^^)... and sorry for my

[POLL] form frameworks

2004-03-11 Thread Torsten Curdt
Over on cocoon-dev we are in the middle of cleaning up the form framework situtation. With the upcoming 2.1.5 release Woody is being renamed into CForms, precept is being removed and we currently considering removing xml-form and jxforms as well. So in the end we finally have a single framework :)

Dynamic XML sorting ???

2004-03-11 Thread Marcin Okraszewski
Hi, I would like to sort some fragments of a generated XML. The problem is that I would like to sort the XML by XPath specified in the generated document. It might look like this: document !-- ... -- sort:sort by=element/name element namexdfs/name /element element

Re: [POLL] form frameworks

2004-03-11 Thread Vasyl Stashuk
xml-form [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6

Re: [POLL] form frameworks

2004-03-11 Thread JD Daniels
I like cleaning up and switched my stuff to woody a awhile ago :) xml-form [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [X] remove

Re: [POLL] form frameworks

2004-03-11 Thread Michael Roth
At 15:25 11.03.2004 +0100, you wrote: Over on cocoon-dev we are in the middle of cleaning up the form framework situtation. With the upcoming 2.1.5 release Woody is being renamed into CForms, precept is being removed and we currently considering removing xml-form and jxforms as well. So in the end

Re: [POLL] form frameworks

2004-03-11 Thread Antonio Gallardo
Torsten Curdt dijo: xml-form [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ]

Re: [POLL] form frameworks

2004-03-11 Thread Mark Lundquist
xml-form [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6

WebDAV samples sitemap question

2004-03-11 Thread Joe D. Williams
I have been testing the WebDAV samples, and gotten some good results, but would like to fully understand the sitemap before I go any further. What is the meaning of the pattern: [\w]*.meta It occurs in several matchers. For example: map:match pattern=repo/ map:generate type=traverse

new to cocoon question

2004-03-11 Thread Los Morales
Hi there, I'm interested in using cocoon for a new project. Having used Struts for a long time now, I was wondering if cocoon had some parts of its framework analogous to Struts, e.g. Action classes/forms, so that I can start off running. From what I understand reading the coccon documents,

[portal] multipart/form-data

2004-03-11 Thread Jean-Christophe Kermagoret
Hello, I'm using woody in a coplet with upload widgets. The problem is the portal event link transformer throws away the enctype attribute. So the browser doesn't use enctype attribute, so the upload part is null. How to tell to the portal that the form must have the enctype attribute. I had a

Interpreting Profiler results

2004-03-11 Thread Gernot Koller
Hi! I need some help interpreting results gained from the cocoon profiler: profiler:result time=4180 index=7 profiler:component index=0 role=file source=static/i18ndemo.xml setup=0 processing=0 time=0 / profiler:component index=1 role=cinclude setup=1 processing=5 time=6 /

RE: [POLL] form frameworks

2004-03-11 Thread Jeff Davis
While I don't feel comfortable commenting on those other projects since I haven't used them, I do want to chime in with my views that trying to standardize on a single framework would be very helpful. I'm pretty new to Cocoon, and I spent so much time trying to digest what were the differences

Re: Dynamic XML sorting ???

2004-03-11 Thread Mark Lundquist
On Mar 11, 2004, at 6:41 AM, Marcin Okraszewski wrote: Hi, I would like to sort some fragments of a generated XML. The problem is that I would like to sort the XML by XPath specified in the generated document. It might look like this: document !-- ... -- sort:sort by=element/name

[portal] Multiple Portal Configurations in cocoon.xconf

2004-03-11 Thread Alex Romayev
Hi, I'd like to be able to create my own portal configuration and install it using XConfToolTask into cocoon.xconf (unless there is a better option). Is it possible to have multiple portal configurations? I've looked at portal.samplesxconf and authportal.samplesxconf. It seems that the place

Re: Dynamic XML sorting ???

2004-03-11 Thread Alex Romayev
Yes, you can have a pipeline, which generates your XSL: map:match pattern=generate-my-stylesheet ... /map:match and then: map:transform src=cocoon:/generate-my-stylesheet/ -Alex --- Mark Lundquist [EMAIL PROTECTED] wrote: On Mar 11, 2004, at 6:41 AM, Marcin Okraszewski wrote: Hi, I

Re: Dynamic XML sorting ???

2004-03-11 Thread Marcin Okraszewski
On Mar 11, 2004, at 6:41 AM, Marcin Okraszewski wrote: Hi, I would like to sort some fragments of a generated XML. The problem is that I would like to sort the XML by XPath specified in the generated document. It might look like this: document !-- ... -- sort:sort by=element/name

Re: Dynamic XML sorting ???

2004-03-11 Thread Upayavira
Marcin Okraszewski wrote: On Mar 11, 2004, at 6:41 AM, Marcin Okraszewski wrote: Hi, I would like to sort some fragments of a generated XML. The problem is that I would like to sort the XML by XPath specified in the generated document. It might look like this: document !-- ... --

Re: Dynamic XML sorting ???

2004-03-11 Thread Alex Romayev
--- Upayavira [EMAIL PROTECTED] wrote: Marcin Okraszewski wrote: On Mar 11, 2004, at 6:41 AM, Marcin Okraszewski wrote: Hi, I would like to sort some fragments of a generated XML. The problem is that I would like to sort the XML by XPath specified in the generated

Re: [POLL] form frameworks

2004-03-11 Thread Torsten Curdt
Jeff Davis wrote: While I don't feel comfortable commenting on those other projects since I haven't used them, I do want to chime in with my views that trying to standardize on a single framework would be very helpful. I'm pretty new to Cocoon, and I spent so much time trying to digest what were

Request parameters question

2004-03-11 Thread Anna Bikkina
Hi, I have a xsp page which contains a hyper link .There are some request parameters and some parameters passed to this xsp . The link refers to another pipeline in the sitemap. Basically I have to pass some of these parameters(from the parent xsp) to that pipeline in the sitemap(to which the

RE: [POLL] form frameworks

2004-03-11 Thread Joel McConaughy
One ring to rule them all xml-form [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ]

Re: Request parameters question

2004-03-11 Thread JD Daniels
Anna Bikkina wrote: Hi, I have a xsp page which contains a hyper link .There are some request parameters and some parameters passed to this xsp . The link refers to another pipeline in the sitemap. Basically I have to pass some of these parameters(from the parent xsp) to that pipeline in the

HTTP 304 (Not Modified) returned when using map:read ... with Resin

2004-03-11 Thread Vincent Mahe
I am using Cocoon 2.1.3 on a Resin 2.1.10 server. I have problem when using map:read to manage all the image files for instance. The first time the ressource is required, I have a HTTP 200 response code. Then if I ask the same ressource twice, I have a HTTP 304 response code. I have tried to

woody repeater with output only

2004-03-11 Thread Bert Van Kets
I'm using Cocoon 2.1.4 I have a repeater in a woody form with static output. Just 1 element in the list may be changed (a member status). I display most of the data with wi:styling type=output/ but there's one major dicadvantage here. When I use the delete-row action, non of the output fields are

Re: HTTP 304 (Not Modified) returned when using map:read ... with

2004-03-11 Thread Upayavira
Vincent Mahe wrote: I am using Cocoon 2.1.3 on a Resin 2.1.10 server. I have problem when using map:read to manage all the image files for instance. The first time the ressource is required, I have a HTTP 200 response code. Then if I ask the same ressource twice, I have a HTTP 304 response

Re: Request parameters question

2004-03-11 Thread Anna Bikkina
I am having a problem passing multiple parameters to the hyperlink.. like a href=securityexcel?security=xxxstartdate=2004-02-13 00:00:00enddate=xxx when I use it is giving me an error The reference to entity startdate must end with the ';' delimiter. How can I pass multiple parameters to the

RE: Request parameters question

2004-03-11 Thread robby . pelssers
try a href=securityexcel?security=xxxamp;amp;startdate=2004-02-13 00:00:00amp;amp;enddate=xxx -Original Message- From: Anna Bikkina [mailto:[EMAIL PROTECTED] Sent: 11mm2004 17:52 To: [EMAIL PROTECTED] Subject: Re: Request parameters question I am having a problem passing multiple

RE: Request parameters question

2004-03-11 Thread robby . pelssers
i'm sorry you should use only one time amp; -Original Message- From: Anna Bikkina [mailto:[EMAIL PROTECTED] Sent: 11mm2004 17:52 To: [EMAIL PROTECTED] Subject: Re: Request parameters question I am having a problem passing multiple parameters to the hyperlink.. like a

Re: new to cocoon question

2004-03-11 Thread Derek Hohls
Interesting question - in brief, actions are primarily used *inside* pipelines to act as logic switches between different choices; or to allow easy handling of case failures. I am not sure how this corresponds to what Struts does - I actually would like to find out more about Struts as there a

RE: [POLL] form frameworks

2004-03-11 Thread DAYD3
xml-form [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6

Re: Request parameters question

2004-03-11 Thread Anna Bikkina
oh yeah that worked. Thank you soo much Anna. On Thursday 11 March 2004 11:57 am, [EMAIL PROTECTED] wrote: i'm sorry you should use only one time amp; -Original Message- From: Anna Bikkina [mailto:[EMAIL PROTECTED] Sent: 11mm2004 17:52 To: [EMAIL PROTECTED] Subject: Re: Request

RE: new to cocoon question

2004-03-11 Thread Ralph Goers
Pardon my ignorance on Struts as I haven't used it extensively either, but my recollection is that Struts invokes Actions which then return a forward - in essence telling the controller what to do next based upon what the business logic for the action did. This, in essence and IMO, makes the

RE: [POLL] form frameworks

2004-03-11 Thread Kieran Kirwan
xml-form [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6

RE: [POLL] form frameworks

2004-03-11 Thread Mark Eggers
xml-form [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the

Re: woody repeater with output only

2004-03-11 Thread Joerg Heinicke
On 11.03.2004 17:36, Bert Van Kets wrote: I'm using Cocoon 2.1.4 I have a repeater in a woody form with static output. Just 1 element in the list may be changed (a member status). I display most of the data with wi:styling type=output/ but there's one major dicadvantage here. When I use the

Re: users Digest 11 Mar 2004 12:49:01 -0000 Issue 2593

2004-03-11 Thread Jeff Conrad
What do you think of using the cocoon-struts plugin with the latest-greatest cocoon build? We are passing XML generated from Struts to cocoon using request attributes. I made a custom RequestAttributeGenerator class to access these attributes, only to realize today that there is a similar class

RE: [POLL] form frameworks

2004-03-11 Thread Luke Penca
xml-form [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [x] remove it with the next 2.1.5 release [ ] remove it with the

Indexing cocoon for search engines

2004-03-11 Thread Schultz, Gary - COMM
After trying to get this working, I've determined I'm having trouble getting cocoon indexed properly outside of the Lucene example. Eventually I need to have Cocoon indexed by Google, Inktomi etc. Yesterday someone posted a reply showing that something served by Cocoon can be indexed by Google.

Re: Problem with xinclude...

2004-03-11 Thread Stephen Winnall
Yes, I had the same problem. As I said, I'll be reviewing the whole situation over the weekend/at the beginning of next week. The prime suspects (in order of likelihood) are: 1) me 2) Mac OS X 3) the moon :-) To briefly reiterate the problem: I can make cinclude and xinclude work

Re: [POLL] form frameworks

2004-03-11 Thread Stephen Winnall
xml-form [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6

Re: [POLL] form frameworks

2004-03-11 Thread Litrik De Roy
Torsten Curdt wrote: xml-form [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5 release [ ] remove it with the 2.1.6 release [ ] remove it only in the 2.2 branch jxforms [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5 release [ ] remove it

RE: new to cocoon question

2004-03-11 Thread Los Morales
One place where this can be is inside an XSP - this can handle requests, call and store data in external objects (e.g. beans) and return a response. If needs be, XSPs can also used as XSP actions and hence the results they return can be taken up in the sitemap. Saying that Cocoon is just about

Re: Indexing cocoon for search engines

2004-03-11 Thread Geoff Howard
Schultz, Gary - COMM wrote: After trying to get this working, I've determined I'm having trouble getting cocoon indexed properly outside of the Lucene example. Eventually I need to have Cocoon indexed by Google, Inktomi etc. Yesterday someone posted a reply showing that something served by Cocoon

[cforms] Radio buttons across repeater

2004-03-11 Thread Mark Lundquist
Hi, I would like to have a repeater in which each row contains a single radio button, and where this set of radio buttons constitutes a group in the form, (i.e. have the same name). Is there a way to do that in Cocoon Forms? thx, Mark

Check session context

2004-03-11 Thread Carlos Dias
Hi, How can I see if a session context exists?! I want to do something like that: If a given session context exists, use it else create a new one. Thx, CDias

Cocoon and Globus

2004-03-11 Thread Rafael Alvarado
I am looking for any information about how Cocoon has been, or may be, integrated with the Globus Toolkit to create grid applications. It seems that Cocoon can play a key role in may respects, given that generators and transformers can be defined for the myriad protocols and services that

RE: [POLL] form frameworks

2004-03-11 Thread H . vanderLinden
Same here. Bye, Helma -Original Message- From: Vasyl Stashuk [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 March 2004 15:50 To: [EMAIL PROTECTED] Subject: Re: [POLL] form frameworks xml-form [ ] keep it as deprecated in the 2.1 branch [X] remove it with the next 2.1.5

Re: Indexing cocoon for search engines

2004-03-11 Thread Marcin Okraszewski
Maybe there are no links to your site from the world known by google? From my experience it seems that it takes quite a long time for Google to index newly committed page :-( Regards, Marcin Okraszewski After trying to get this working, I've determined I'm having trouble getting cocoon indexed

[cforms] v2 flow api bind repeater to dom at onaddrow

2004-03-11 Thread JD Daniels
I am getting closer... using the v2 flow api: model.inventory.onAddRow = function(row) { var uri = cocoon:/load-InventoryItem?id= + model.inventoryId.value; var resolver = cocoon.getComponent(Packages.org.apache.excalibur.source.SourceResolver.ROLE); var source =

Re: [cforms] v2 flow api bind repeater to dom at onaddrow

2004-03-11 Thread Mark Lundquist
Hi JD, On Mar 11, 2004, at 2:35 PM, JD Daniels wrote: I am getting closer... using the v2 flow api: That's the spirit! :-) I was going to suggest that, but hadn't gotten around to it. Nice to see you chose that way. model.inventory.onAddRow = function(row) { var uri =

Component initialization at cocoon startup

2004-03-11 Thread Viswashanti Kadiyala
Title: Message Hi all, I would like to know if there is any way i can get some of mycomponents declared in the cocoon.xconf be instantiated at cocoon startup? thanks

Re: [cforms] v2 flow api bind repeater to dom at onaddrow

2004-03-11 Thread JD Daniels
Thanks for the input :) The thing is , for this i don't *have* any business objects. The xsp's are xsps simply because xsp has esql.. They are plain data views from a rdbms. I need to do this on the add row function because i don't want to load an xml file with every single item in it. I just

RE: Component initialization at cocoon startup

2004-03-11 Thread Ralph Goers
Title: Message If you havent looked at the Avalon lifecycle documentation you should. In short, all you have to do is implement the Configurable interface. Ralph -Original Message- From: Viswashanti Kadiyala [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 3:44 PM

Re: [cforms] v2 flow api bind repeater to dom at onaddrow

2004-03-11 Thread Mark Lundquist
On Mar 11, 2004, at 3:45 PM, JD Daniels wrote: Thanks for the input :) The thing is , for this i don't *have* any business objects. The xsp's are xsps simply because xsp has esql.. They are plain data views from a rdbms. I need to do this on the add row function because i don't want to load

RE: Component initialization at cocoon startup

2004-03-11 Thread Viswashanti Kadiyala
Title: Message Thanks for the reply. I did readup on Avalon lifecycle doc. And I also implmented the Configurable interface. But the problem i am facing is that cocoon loads up Components dynamically (i.e) when they are first referred. What i want is cocoon to instantiate these components

Re: Component initialization at cocoon startup

2004-03-11 Thread Torsten Curdt
Viswashanti Kadiyala wrote: Thanks for the reply. I did readup on Avalon lifecycle doc. And I also implmented the Configurable interface. But the problem i am facing is that cocoon loads up Components dynamically (i.e) when they are first referred. What i want is cocoon to instantiate these

Re: [cforms] v2 flow api bind repeater to dom at onaddrow

2004-03-11 Thread JD Daniels
Yup I got that part.. its the dom that is making me bang my head... row.mywidget.value = Blah Blah; No worries... Its getting the value from the DOM that is irking me :( row.mywidget.value = document(/path/to/node/i/wish); JD Mark Lundquist wrote: On Mar 11, 2004, at 3:45 PM, JD Daniels

Re: Component initialization at cocoon startup

2004-03-11 Thread Geoff Howard
Torsten Curdt wrote: Viswashanti Kadiyala wrote: Thanks for the reply. I did readup on Avalon lifecycle doc. And I also implmented the Configurable interface. But the problem i am facing is that cocoon loads up Components dynamically (i.e) when they are first referred. What i want is

Re: caching of generated xsp

2004-03-11 Thread Jakob Schwendner [Public Image]
Hi, Thanks again. The compilation works ok, and it seems to run without any problems (Well, after I reverted back to JVM 1.4.2 instead of the 1.5.0 Beta 1 which makes the jisp persistance store stop working.) map:match pattern="page-*.xsp" map:generate src="" type="serverpages"

RE: Component initialization at cocoon startup

2004-03-11 Thread Viswashanti Kadiyala
I would like to populate cache at the startup time. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Geoff Howard Sent: Friday, 12 March 2004 11:49 AM To: [EMAIL PROTECTED] Subject: Re: Component initialization at cocoon startup Torsten Curdt

Cocoon-Sybase Configuration

2004-03-11 Thread Seyfritz Nicole (MPI/ADB)
Good morning, I want to connect Cocoon to the database Sybase, but I don't know the right configuration. Can you please give me the right configuration. Greetings Nicole Seyfritz - To unsubscribe, e-mail: [EMAIL PROTECTED]

SOAP logic sheet and basic authentication

2004-03-11 Thread Jonothan Stribling
I need to access a SOAP server that requires basic authentication. Can anyone enlighten me about how to authenticate and access SOAP services using the SOAP logicsheet? Regards Jonothan - To unsubscribe, e-mail: [EMAIL

Re: Indexing cocoon for search engines

2004-03-11 Thread gounis
On Thu, 11 Mar 2004, Geoff Howard wrote: Schultz, Gary - COMM wrote: After trying to get this working, I've determined I'm having trouble getting cocoon indexed properly outside of the Lucene example. Eventually I need to have Cocoon indexed by Google, Inktomi etc. Yesterday someone posted