[C3] sitemap components lifecycle

2010-09-11 Thread Andrei Lunjov
Hello, I need some entry point into lifecycle of sitemap components - creation, configuration. Especially in a sitemap defined pipeline: - how it is constructed, how long it lives (many invocations?) - how construction/pipeline definition is set up - per creation/sitemap bound config - how

Re: [C3] How to/where to disable certificate check accessing HTTPS

2010-09-10 Thread Andrei Lunjov
Hi Jos, I just try to do: map:generate src=https://asite.with.invalid.cert/some/resource/ And sun.net.www.protocol.https.HttpsURLConnectionImpl if I remember right throws an exception. Cert is invalid, so adding it trust store is questionable. I'd like to ignore the cert check at all,

Re: [C3] How to/where to disable certificate check accessing HTTPS

2010-09-10 Thread Andrei Lunjov
, Andrei 10.09.2010 21:17, Christopher Schultz пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrei, On 9/10/2010 4:05 AM, Andrei Lunjov wrote: Hi Jos, I just try to do: map:generate src=https://asite.with.invalid.cert/some/resource

[C3] How to/where to disable certificate check accessing HTTPS

2010-09-09 Thread Andrei Lunjov
Hi all, I was working a lot with Cocoon 2.0 and 2.1, did something with 2.2 but I am new to 3.0, so I need some guidance to habits. Please excuse my stupid questions. I need to access HTTPS URL using XMLGenerator. Unfortunately the target site has an invalid certificate and HTTPS

2.1.7 - org.apache.cocoon.ProcessingException: Unable to remove component from automatic release - WHY??

2005-03-31 Thread Andrei Lunjov
why? :))) what should i do, why it could be? i had same trouble with cached cinclude in 2.1.5.1 used are xslt-s, cinclude FileGenerators to cocoon: and cocoon:raw: ERROR (2005-03-31) 13:11.12:648 [sitemap] (/alpitek/telli/era/telefon) Thread-6/AbstractProcessingPipeline: Unabled to release

2.1.7: cinclude:parameter/cinclude:value trouble - urgent help needed!

2005-03-30 Thread Andrei Lunjov
hello, i just upgraded to 2.1.7 from 2.1.5.1 and i've got next trouble. this: cinclude:includexml xmlns:cinclude=http://apache.org/cocoon/include/1.0; cinclude:srchttp://host/a/cinclude:src cinclude:parameters cinclude:parameter cinclude:nameparam/cinclude:name

Re: 2.1.7: cinclude:parameter/cinclude:value trouble - urgent help needed - FOUND ANSWER

2005-03-30 Thread Andrei Lunjov
http://issues.apache.org/bugzilla/show_bug.cgi?id=32491 patch solves the problem ok. btw, another problem is with cinclude - it reverses an order of parameters due to use of stack (lifo) for parsing. Andrei Lunjov wrote: hello, i just upgraded to 2.1.7 from 2.1.5.1 and i've got next trouble

Re: [poll] Seeking eclipse plugin development skills for an opensource Cocoon IDE

2005-03-30 Thread Andrei Lunjov
I'd participate, but I have almost no experience in development for eclipse and experienced much in cocoon internals. my comments from user perspective - what i'd expect: - sitemap debugger pipeline tracer possibly something like breakpoints - xslt debugger or integration with - currently i

Re: [poll] Seeking eclipse plugin development skills for an opensource Cocoon IDE

2005-03-30 Thread Andrei Lunjov
sorry - experienced NOT so much in cocoon internals Andrei Lunjov wrote: I'd participate, but I have almost no experience in development for eclipse and experienced much in cocoon internals. my comments from user perspective - what i'd expect: - sitemap debugger pipeline tracer possibly

namespaces and XPathDirectory Generator in Cocoon 2.1.4

2004-03-23 Thread Andrei Lunjov
Please explain me what I'm doing wrong, or is it a bug? What should I do? using xpath /map:sitemap/map:pipelines/map:pipeline/map:match/@pattern I got nothing using /sitemap/pipelines/pipeline/match/@pattern I go the value - To

Re: namespaces and XPathDirectory Generator in Cocoon 2.1.4

2004-03-23 Thread Andrei Lunjov
I found next solution in older list messages: /*[local-name()='sitemap']/*[local-name()='pipelines']/*[local-name()='pipeline']/*[local-name()='match'] works. Please explain me what I'm doing wrong, or is it a bug? What should I do? using xpath

How to make HTTP request adding parameters?

2004-03-18 Thread Andrei Lunjov
Cocoon 2.1.4 One variant is CInclude, but in my case generator is more preferable. Would something like this work: map:generate type=file src=http://somesite.com; map:parameter name=code value=123/ map:parameter name=id

Question: auth-fw, roles, authorisation file format

2004-02-11 Thread Andrei Lunjov
Hello, I tried to find details in docs and samples, but seems I am quite stupid :) Possibly I missed something improtant? I am currently developing kind of skeleton and guidelines for quite large application to be used for long time - so I want to make things as standard as possible.