Re: Cocoon 2.1 CVS and Java 1.4.2

2003-07-01 Thread Andreas Hochsteger
The same over here. My config: * SuSE Linux 8.2 * Sun J2SDK 1.4.2 * Tomcat 4.1.24 * Cocoon CVS from yesterday Antonio Gallardo wrote: Hi: Just reporting that Cocoon 2.1 CVS run using Sun Java 1.4.2. My config: Red Hat Linux 9 Java 1.4.2 Tomcat 4.1.24 Cocoon 2.1 CVS Best Regards, Antonio Gallard

Pipelines and error handling

2003-07-01 Thread Eddy Fras
Hi, I have a problem with Cocoon 2.0.4 and error handling in a homemade Transformer. I declared an error-handler in my sitemap and when a SAX exception is thrown in the transformer, the handler applies a specific XSL stylesheet on the generated error code. The problem is that when the error

Cocoon 2.1 CVS and Java 1.4.2

2003-07-01 Thread Antonio Gallardo
Hi: Just reporting that Cocoon 2.1 CVS run using Sun Java 1.4.2. My config: Red Hat Linux 9 Java 1.4.2 Tomcat 4.1.24 Cocoon 2.1 CVS Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Using Saxon transformer together with Xalan and XSLTC

2003-06-30 Thread J.Pietschmann
this is a dark corner in the SAX spec). Try to remove the services entry from the saxon jar and see whether the problem persists. it this fails, see whether you can import the XML parser functionality from the servlet container rather than the webapp lib. OTOH, it could be the XML parser importe

Re: XMLFORM and Cirilic encoding

2003-06-30 Thread Galia Angelova
mlforms. Everything is ok exept when I submit a cirilic text in a textbox:GA> I write: ÃàëÿGA> and on the server it appears like: #208;“#208;°#208;»#209;#143;GA> In select or labels the text appears as cirilic. But in textboxes and textareas - not.GA> Any idea?GA> ThanksGA> Gali

Re: XMLFORM and Cirilic encoding

2003-06-30 Thread Peter Velychko
irilic text in a textbox: GA> I write: Галя GA> and on the server it appears like: #208;“#208;?#208;?#209;#143; GA> In select or labels the text appears as cirilic. But in textboxes and textareas - not. GA> Any idea? GA> Thanks GA> Galia GA> -

XMLFORM and Cirilic encoding

2003-06-30 Thread Galia Angelova
Hello,   I have a problem with Cirilic encoding when working with xmlforms. Everything is ok exept when I submit a cirilic text in a textbox:   I write: Ãàëÿ and on the server it appears like: Галя   In select or labels the text appears as cirilic. But in textboxes and textareas  - not.   Any

Re: Using Saxon transformer together with Xalan and XSLTC

2003-06-30 Thread Peter Velychko
tion.XMLSerializer.configure(XMLSerializer.java:76) PV> ... PV> The result is the HTML and XHTML serializers work properly only after PV> Saxon transformer. They work incorrectly after XSLT and Xalan PV> transformers (f.e. the attribute "href" isn't generated, although as PV

Using Saxon transformer together with Xalan and XSLTC

2003-06-30 Thread Peter Velychko
(AbstractTextSerializer.java:341) at org.apache.cocoon.serialization.AbstractTextSerializer.configure(AbstractTextSerializer.java:268) at org.apache.cocoon.serialization.XMLSerializer.configure(XMLSerializer.java:76) ... The result is the HTML and XHTML serializers work properly only after Saxon

lucene and authentication f/w

2003-06-29 Thread rob
Hi, can anyone advise on the best way to create a lucene index of resources that are protected by the authentication framework ? Thanks, Rob Gregory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

The new portal framework: questions and thoughts

2003-06-27 Thread Alex Romayev
I have been using portal-fw for a year now. Overall, I’m very happy with it. It is well designed and contains all of the critical features you need to build a portal. It’s been lacking some of the nice to have's, but I’d rather have something to work with now and wait for the new featur

RE: xmlforms and Xindice and Mysql

2003-06-27 Thread Sylvain.Thevoz
Hi, look at cocoonwiki: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Sylvain -Message d'origine- De: Uwe Knorr [mailto:[EMAIL PROTECTED] Date: vendredi, 27. juin 2003 10:39 À: [EMAIL PROTECTED] Objet: xmlforms and Xindice and Mysql I want to ceate a multi-form-d

Re: caching proposals: SQLTransformer and Request

2003-06-27 Thread David Kavanagh
Christian, When we've had the need to cache a query, we just throw the result (as a DOM object) into the sesssion. I'm including the sample pipeline. I'll typicailly aggregate the results of this with something else (usually a dynamic query) and I'm all set. When I want to

RE: caching proposals: SQLTransformer and Request

2003-06-27 Thread Christian Kurz
I just skimmed through the mailing list to find ideas of how to cache a pipeline starting with a request generator and later on passing data through the SQLTransformer. Did you or anybody else follow up on this idea? NB: Caching of the request generator would probably also need to cache request

xmlforms and Xindice and Mysql

2003-06-27 Thread Uwe Knorr
I want to ceate a multi-form-dialog (xmlforms) which starts with a business model which is taken from a Xindice database or mysql database and stores the changes or the new data in theses locations. To make my work easier I would prefer to start with an example. Can someone send me such an

AbstractGenerator and Poolable

2003-06-26 Thread Gould, Troy (ELS)
I see that the AbstractGenerator implements Poolable. I was wondering what object in the Cocoon framework is responsible for using Excalibur's Pool implementation or another implementation based on the AbstractPool. Does anyone know what object is requesting a Generator from some Pool implementat

Cocoon, SOAP and Basic Authentication

2003-06-26 Thread Scott
o this email is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are not authorised to and must not disclose, copy, distribute, or retain this message or any par

RE: PDF attachment using Sendmail and 2.0.4

2003-06-25 Thread Tony Edwards
thanks Christian, I'll try and see if I can retro fit the new stuff otherwise I'll bite the bullet and get into 2.1! Its probably the incentive I need to move up! Tony -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 June 2003 2:36 AM

Re: Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Joerg Heinicke
get cocoon (any version) working with Jbos-3.0.6 and have tried following the instruction you mentioned on the apache site but to no avail as only Jboss 2 is mentioned. I also browsed the cocoon mailing list and it seems others have had this problem but I don't understand the solutions off

Re: PDF attachment using Sendmail and 2.0.4

2003-06-25 Thread Christian Haul
On 25.Jun.2003 -- 04:12 PM, Tony Edwards wrote: > Hi all, > I checked out the sendmail item on wiki and tried to mail the results of a > pipeline serialized as PDF. > I followed the wiki instructions to the letter. > The mail worked alright, but the PDF file was attached as uue

Re: Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Ryan Hoegg
Hi, I got Cocoon 2.1 pre-M1 working on JBoss 3.0.7 with nothing like this kind of complication. You have to get accustomed to the new Cocoon build process (since we don't have a binary distribution anymore) but once its built I simply put my cocoon app into the cocoon WAR and drop

Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Mitchell, Lincoln L.
I am trying to get cocoon (any version) working with Jbos-3.0.6 and have tried following the instruction you mentioned on the apache site but to no avail as only Jboss 2 is mentioned. I also browsed the cocoon mailing list and it seems others have had this problem but I don't understan

PDF attachment using Sendmail and 2.0.4

2003-06-24 Thread Tony Edwards
Title: PDF attachment using Sendmail and 2.0.4 Hi all, I checked out the sendmail item on wiki and tried to mail the results of a pipeline serialized as PDF. I followed the wiki instructions to the letter. The mail worked alright, but the PDF file was attached as uuencoded text (at least

Re: [Error] Sendmail Logicsheet and Cinclude

2003-06-24 Thread Bill Humphries
BodyViaPipeline Amplications and corrections welcome as always. -- whump - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Error] Sendmail Logicsheet and Cinclude

2003-06-24 Thread Bill Humphries
On Friday, June 20, 2003, at 04:52 AM, Christian Haul wrote: [EMAIL PROTECTED] wrote: I've been stumbling the past couple of days through the sendmail logicsheet and sendmail actions in 2.1-M1. Here's what I'm trying to do: Include generated content (i.e. content produced by a

and

2003-06-23 Thread Maxime.Gheysen
Hello, I created a session with some parameters. But if I write I get nothing, same if I write Is there anything wrong? Is there any other way to get the session parameters - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: problem with properties and ant

2003-06-21 Thread Geoff Howard
It _is_ commented out in the original. To exclude them, copy to local.build.properties and _un_comment it there. If you take no action, they are built by default. Geoff > -Original Message- > From: Richard Doust [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 21, 2003 1:3

problem with properties and ant

2003-06-21 Thread Richard Doust
I guess my problem is that the samples are not getting built. I tried modifying the local.build.properties file and comment out the exclude.webapp.samples property, but since this is defined in subsequently loaded properties, this clearly doesn't help. I tried changing the value from true

RE: [Error] Sendmail Logicsheet and Cinclude

2003-06-20 Thread Yan, Charlene
String sent to StreamGenerator, then transformed by xsl-fo and serialized by jfor to rtf and displayed on a screen. 2. The next step is to use sendMail to send the created rtf document as an attachment to an email address. I haven't started to look into it yet. I'm thinking about saving the

Re: [Error] Sendmail Logicsheet and Cinclude

2003-06-20 Thread Christian Haul
[EMAIL PROTECTED] wrote: I've been stumbling the past couple of days through the sendmail logicsheet and sendmail actions in 2.1-M1. Here's what I'm trying to do: Include generated content (i.e. content produced by a pipeline) into the body of an email sent by sendmail actio

Re: need help on cocoon and XSP

2003-06-20 Thread ntic
; // construction de la chaine des conditions requises for (int i=0;i ligne 272 chaine+="[livre_tbl.id_livre=meta_"+type_exp+"_tbl.id_livre"+ " AND meta_"+type_exp+"_tbl.id_"+type_exp+"='"+val[i]+"']";

Re: need help on cocoon and XSP

2003-06-20 Thread Alex Keledjian
th; // construction de la chaine des conditions requises for (int i=0;i ligne 272 chaine+="[livre_tbl.id_livre=meta_"+type_exp+"_tbl.id_livre"+ " AND meta_"+type_exp+"_tbl.id_"+type_exp+"='"+val[i]+"']"; if (i<

Re: need help on cocoon and XSP

2003-06-20 Thread leo leonid
variables, to build a query, compute it and show the result with XSLT stylesheet. I use cocoon 2.0.4 j2sdk1.4.1_02 But cocoon says that to me : org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling comp_rech_xsp: Line

need help on cocoon and XSP

2003-06-20 Thread ntic
Hello, I have some little trouble with this XSP script : The aims of this one is to get some POST variables, to build a query, compute it and show the result with XSLT stylesheet. I use cocoon 2.0.4 j2sdk1.4.1_02 But cocoon says that to me : org.apache.cocoon.ProcessingException: Language

[Error] Sendmail Logicsheet and Cinclude

2003-06-19 Thread whump
I've been stumbling the past couple of days through the sendmail logicsheet and sendmail actions in 2.1-M1. Here's what I'm trying to do: Include generated content (i.e. content produced by a pipeline) into the body of an email sent by sendmail action or logicsheet.

Fw: Cocoon and other servlets?

2003-06-18 Thread Andreas Kuckartz
Wrong list. Send such mails to cocoon-users and/or cocoon-dev. Cocoon 1.7.4 is obsolete. Andreas - Original Message - From: "Samuel Kock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 1:04 PM Subject: Cocoon and other servlets? >

Re: transformers and SAX events

2003-06-18 Thread Lionel Crine
Can you be more explicit. You want to create a String from SAX events with your transformer and then send it to the next component? A transformer take SAX events on entry and return SAX events (using the SAX methods). But I you don't want to use the SAX methods, you can extends

transformers and SAX events

2003-06-17 Thread Dave Dearman
Hi everyone, I am creating my own transformer which extends abstractSAXTransformer. In the end I am left with a string of XML data. Is there a simple way to send this data in a SAX event to the next pipeline component? I do not want to have to parse it and send StartEvents, textEvents and

Cookies, Generators and Actions

2003-06-17 Thread Barnes, Gordon (ELSLON)
taking place with regard to the generator, the pipeline and the request header. I have attempted to stop any caching within the cocoon.xconf file by I do not experience this behaviour with actions. I can create a cookie and then retrieve it with an action. Can someone please explain what is

HELP: multiple user and multi tasking support in cocoon 2.0.3/2.0.4 ???

2003-06-17 Thread Uwe Gerger
Hello, does cocoon support multiple user? During our test it seems that cocoon serializes the tasks for each user so that if 2 user are generating simulteanously a report the second user has to wait until the first report is finished. How can I change this behaviour of cocoon? Is there an option t

Cocoon Object Model and custom attributes

2003-06-16 Thread Dobri Kitipov
Hi, I have read an article about Model 2X. I really like the concept suggested in this article.(http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt_p.html).   My question is:   Is there a way to create a DOM tree from the Model (MVC), which is stored in request, session or app

RE: Continuations and JXForms

2003-06-16 Thread Jonathan Spaeth
Title: RE: Continuations and JXForms JD I am not an official cocoon developer, but I believe the continuation id is generated the first time a user visits any page in the flowscript, not just the final submission. Jon -Original Message- From: JD Daniels [mailto:[EMAIL PROTECTED

Continuations and JXForms

2003-06-16 Thread JD Daniels
Is there some little snip of code for the form that I haven't found in the docs to make this work? Here is my trouble: Display the form. Click next -->Errors Repair Errors-->click next all is good. (Or success and display results. Errors on the form make no difference) Display the

AW: OOo and ZipArchive serializer

2003-06-16 Thread Stoeckel, Matthias
new SAXException("Cannot specify both 'src' and 'serializer' on a Zip entry '" + name + "'"); } +String method = atts.getValue("method"); +if (method!=null) { +if (!me

Re: FYI: Date Input Module and date formatting

2003-06-16 Thread Markus Schulze
cocoon.xconf. Additional tags, as described by Perry Molendijk below, are not passed to the XSL. Hence: cocoon.xconf: EEE, d MMM HH:mm:ss sitemap: ... delivers the expected result. But cocoon.xconf: EEE, d MMM HH:mm:ss sitemap: delivers the "default" date formatting a

Re: Re: auth session context and session-attr

2003-06-16 Thread Markus Schulze
Thanks Edison, I didn't know there was something like SessionPropagatorAction. I feel sort of "uneasy" to put information (authentication/ID and userid) twice into the session context, but at least it works

AW: OOo and ZipArchive serializer

2003-06-16 Thread Stoeckel, Matthias
Hi Upayavira, > -Ursprungliche Nachricht- > Von: Upayavira [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 16. Juni 2003 12:43 > An: [EMAIL PROTECTED] > Betreff: Re: OOo and ZipArchive serializer > > Is it possible to set the file size and CRC after the content >

Re: OOo and ZipArchive serializer

2003-06-16 Thread Upayavira
Matthias, > unfortunately your patch doesn't work. The STORED method expects the > file size and the crc code, which is not set. Is it possible to set the file size and CRC after the content has been written to the outputstream? If so, we can calculate/set them easily. > Attac

how to generate PDF and redirect at same time

2003-06-15 Thread David Kavanagh
I have a situation where I'm going to generate a PDF (using FOP) and I need to refresh the page the user was on. Any thoughts? I can't both generate output and issue a redirect. I thought about (upon the user action) refreshing the current page and in that html, causing a popup to ap

JSP Generator and HTTP Parameters

2003-06-14 Thread Victor Batista
Hello! My application has an action which retrieves from DB which JSP to execute. The name of the JSP is than passed as a sitemap parameter, and the correct JSP is executed. This is working correctly, if I don't have parameters. I need to store something like this on the DB: /xpt

Re: auth session context and session-attr

2003-06-14 Thread Edison Too
xisting auth-login action When you need the user ID just use The session propagation action writes the ID and password emitted by the auth-login action into session attributes. You can then access the value using session-attr input module. Cheers, Edison On Fri, 1

Re: JXTemplate and session beans

2003-06-13 Thread JD Daniels
Burm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 12:25 PM Subject: RE: JXTemplate and session beans > > I am using my own bean that I stored in the session. See the Wiki page I > just added about authentication. > > I never felt comfor

RE: JXTemplate and session beans

2003-06-13 Thread Hugo Burm
I am using my own bean that I stored in the session. See the Wiki page I just added about authentication. I never felt comfortable with the way the authentication and session frameworks store values in the session. E.g. I had to write some input and output modules that retreive these

Re: Preventing a stylesheet from decoding %26 and %3f

2003-06-13 Thread Jeff Sexton
rs in their encoded form. On Fri, 13 Jun 2003, Jeff Sexton wrote: > I have a question that is the opposite of what is normally asked with > regard to ? and & characters in XML documents. > > I'm replacing a servlet with an XSP. This servlet generates a link where > the

Preventing a stylesheet from decoding %26 and %3f

2003-06-13 Thread Jeff Sexton
I have a question that is the opposite of what is normally asked with regard to ? and & characters in XML documents. I'm replacing a servlet with an XSP. This servlet generates a link where the URL includes another URL as a parameter. What the browser ends up seeing is something

Re: JXTemplate and session beans

2003-06-13 Thread JD Daniels
I am trying the same thing, but can't seem to figure it out Anyone tell me what would be the equivlent of : ?? - Original Message - From: "Hugo Burm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 1:07 AM Subject: RE: J

Authentication framework and databases

2003-06-13 Thread Hugo Burm
About using a database instead of a flat XML file for user authentication by the Cocoon authorization framework: http://wiki.cocoondev.org/Wiki.jsp?page=HibernateAndTheAuthenticationFramewo rk The combination Hibernate plus Flowscript rocks. Hugo

auth session context and session-attr

2003-06-13 Thread Markus Schulze
Hello, is it possible to retrieve session values created by the LoginAction (context="authentication") with the Session-Attr Input Module? eg.: As I already successfully tried, I can use the session-transformer to retrieve the values i

Re: OOo and ZipArchive serializer

2003-06-13 Thread Stoeckel, Matthias
Hi Upayavira, unfortunately your patch doesn't work. The STORED method expects the file size and the crc code, which is not set. Attached is a patch with a small sample for the ZipArchiveSerializer. The sample takes three files from the hello-world sample and returns a hello.zip file.

RE: JXTemplate and session beans

2003-06-13 Thread Hugo Burm
With some more trial and error I solved my own problem: This is working in a JXTemplate: You are logged in with id: ${session.getAttribute("usr").id} (id is one of the properties of the usr bean that was stored in the session) I did not know you can call a java method within the

Re: OOo and ZipArchive serializer

2003-06-12 Thread Upayavira
Let me know what version of Cocoon you're using and I'll try to send a correct patch. Upayavira On 12 Jun 2003 at 19:49, Georges Roux wrote: > Sorry, the patch fail I think, it's better to wait some time a next > version, to have a Zip serializer more

Re: OOo and ZipArchive serializer

2003-06-12 Thread Georges Roux
Unknown - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] *** *** 111,120 // TODO (2) : handle more attributes on for properties of ZipEntry //(compression me

JXTemplate and session beans

2003-06-12 Thread Hugo Burm
How can I access the members of a bean that is stored in the session? In an action I did something like: session.setAttribute("usr",myBean); And now I am trying to access the members of the bean in a JXTemplate view. I tried $(session.usr.lastname} and #{session/usr/lastn

[SUMMARY] RE: combine values and variables for parameters in the sitemap

2003-06-12 Thread Maxime.Gheysen
I have found the problem. The tag is obligatory in case of setting both rootdn & password as parameter in the sitemap. If rootdn is in the ldap.xml is not needed (in my case it was missing, so the ldap query didn't use the rootdn & passwd parameters and returned an authentif

Re: OOo and ZipArchive serializer

2003-06-12 Thread Georges Roux
Thanks I try that way, it' usable with compression but I don't know why not to be OOo fully compliant there is a lot of documentation on SXW file format. http://xml.openoffice.org/faq.html#4 and http://xml.openoffice.org/faq.html#10 Georges Upayavira wrote: Georges, Well, I m

Re: OOo and ZipArchive serializer

2003-06-12 Thread Upayavira
Georges, > Well, I m not ready to post, because have some problems with > ZipArchive serializer In OpenOffice Writer document (sxw) there is 4 > files: meta.xml styles.xml content.xml settings.xml and a directory > META-INF/ > > meta.xml is not compressed to allow easy search

Re: OOo and ZipArchive serializer

2003-06-12 Thread Upayavira
The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any another MIME-compliant system, you should be able to save it or view it from within your mailer. If you cannot, please ask your sy

Re: OOo and ZipArchive serializer

2003-06-12 Thread Georges Roux
Well, I m not ready to post, because have some problems with ZipArchive serializer In OpenOffice Writer document (sxw) there is 4 files: meta.xml styles.xml content.xml settings.xml and a directory META-INF/ meta.xml is not compressed to allow easy searching and extraction of the meta data

RE: combine values and variables for parameters in the sitemap

2003-06-12 Thread Maxime.Gheysen
I think the problem isn't from {request-param:username} , but from the parameter itself! Because in my log I get errors that the username is not entered and that the filter is empty. Even if I "hardcode" the username and filter. Is there anywhere some precise documentation

RE: combine values and variables for parameters in the sitemap

2003-06-12 Thread Maxime.Gheysen
003 5:20 PM To: [EMAIL PROTECTED] Subject: Re: combine values and variables for parameters in the sitemap On 11.Jun.2003 -- 03:36 PM, [EMAIL PROTECTED] wrote: > I made a mistake, now I'm working with cocoon-2.1-dev 06.05.2003 If you build from sources, then start cocoon in jetty b

Re: combine values and variables for parameters in the sitemap

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 03:36 PM, [EMAIL PROTECTED] wrote: > I made a mistake, now I'm working with cocoon-2.1-dev 06.05.2003 If you build from sources, then start cocoon in jetty by running the command "cocoon servlet" and point your browser to http://localhost:/samples/x

RE: combine values and variables for parameters in the sitemap

2003-06-11 Thread Maxime.Gheysen
I made a mistake, now I'm working with cocoon-2.1-dev 06.05.2003 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org] Sent: Wednesday, June 11, 2003 3:35 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: combine values and variables for parameters i

RE: combine values and variables for parameters in the sitemap

2003-06-11 Thread Maxime.Gheysen
No, I'm still with version 2.0 With the xsl transformer I can get parameter "name" & "password". -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 3:25 PM To: [EMAIL PROTECTED] Subject: Re: combine values and va

Re: combine values and variables for parameters in the sitemap

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 02:40 PM, [EMAIL PROTECTED] wrote: > I don't know why, but it doesn't work with all tags, I have these three > parameters: > > > > value="(&(objectclass=User)(cn={request-param:name}))"/> > > But only the password works,

RE: combine values and variables for parameters in the sitemap

2003-06-11 Thread Maxime.Gheysen
but they are not xsl parameter, sorry if I wasn't precise enough : -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 2:52 PM To: [EMAIL PROTECTED] Subject: Re: combine values and variables for paramete

Re: combine values and variables for parameters in the sitemap

2003-06-11 Thread Joerg Heinicke
Doy ou have declared 3 top level in your stylesheet? Joerg [EMAIL PROTECTED] wrote: I don't know why, but it doesn't work with all tags, I have these three parameters: value="(&(objectclass=User)(cn={request-param:name}))"/> But only the password works, roo

RE: combine values and variables for parameters in the sitemap

2003-06-11 Thread Maxime.Gheysen
I don't know why, but it doesn't work with all tags, I have these three parameters: But only the password works, rootdn and filter doesn't work... I checked the form, and the parameter use to be the same!: User: Password: -Original Message- From: Christi

Re: [SUMMARY] : Authentification with requests and ldap HELP!

2003-06-11 Thread Emmanuil Batsis (Manos)
[EMAIL PROTECTED] wrote: By the way, if anyone needs to adapt his portal from XML-file authentification to LDAP I can help him... Sounds ideal for the cocoon wiki if something similar is not already available. - To unsubscribe

Re: combine values and variables for parameters in the sitemap

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 01:52 PM, [EMAIL PROTECTED] wrote: > is it possible to combine values and variables for parameters in the > sitemap like : > > > > for eg -> output : "corproot\maxime" Yes. Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED]

[SUMMARY] : Authentification with requests and ldap HELP!

2003-06-11 Thread Maxime.Gheysen
no, in fact now it works, but the problem is that for ldap I need the user name with the domain who is "corproot". that means the "rootdn" must be like "corproot\user1" and the username is only "user1". That refers to my other question "combine value

combine values and variables for parameters in the sitemap

2003-06-11 Thread Maxime.Gheysen
is it possible to combine values and variables for parameters in the sitemap like : for eg -> output : "corproot\maxime" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Authentification with requests and ldap HELP!

2003-06-11 Thread Lionel Crine
And it's not working the way you wrote it ? You have an error ? variable ar empty ? Did you look at the core.log or the localhost_log file ? Maybe you're losing the variable from one pipeline to another. lionel At 11:33 11/06/2003 +0200, you wrote: In an easier phrase all I still nee

Re: FOP and greek fonts - is it possible?

2003-06-11 Thread Emmanuil Batsis (Manos)
Geia sou Stavro, You might want to check out http://corefonts.sourceforge.net/ and the license that was used at the time (still in the distributable). Cheers, Manos Stavros Kounis wrote: thnx joerg it work (now i have greek in my pdfs) but is it legal to use windows true type fonts to

RE: Authentification with requests and ldap HELP!

2003-06-11 Thread Maxime.Gheysen
In an easier phrase all I still need to do is : Set the ldap:rootdn and ldap:password values from the login form! it's maybe cleaner this way? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org] Sent: Wednesday, June 11, 2003

Re: FOP and greek fonts - is it possible?

2003-06-11 Thread Stavros Kounis
; http://cocoon.apache.org/2.1/userdocs/serializers/pdf-serializer.html > > Joerg > > Stavros Kounis wrote: > > hi people > > > > i try to generate pdf files with greek characters > > > > first i have try to edit cocoon's hello world example and add some greek >

Authentification with requests and ldap HELP!

2003-06-11 Thread Maxime.Gheysen
I have a portal, on my login page I have the field "name" and "password". When I submit the form : () I want to execute the authentification pipeline. To authentificate I want to execute an ldap query, but with ldap:rootdn (ldap user) and ldap:password (ldap password) a

Re: FOP and greek fonts - is it possible?

2003-06-11 Thread Joerg Heinicke
http://xml.apache.org/fop/fonts.html http://cocoon.apache.org/2.1/userdocs/serializers/pdf-serializer.html Joerg Stavros Kounis wrote: hi people i try to generate pdf files with greek characters first i have try to edit cocoon's hello world example and add some greek characters ayter the

FOP and greek fonts - is it possible?

2003-06-11 Thread Stavros Kounis
hi people i try to generate pdf files with greek characters first i have try to edit cocoon's hello world example and add some greek characters ayter the word world ... the rerults in my browser is a pdf with the content: hello world ### where ### must be my greeck characters i

Eclipse compiler and complex XSPs

2003-06-10 Thread Nathaniel Alfred
I am currently trying M2 to prepare our Cocoon based websites for 2.1final and came across a problem with the Eclipse compiler. Out most complex XSP+logicsheet fails with the message: = org.apache.cocoon.ProcessingException: Language

Sitemap : use and get parameters

2003-06-10 Thread Maxime.Gheysen
1. How is it possible to use parameters like : and 2. How is it possible to get parameters from a previous file (in our case from the login form): The purpose of this is : Use the username & password from the login form to connect to the LDAP server (ldap:rootdn

Re: Xindice 1.0 and Cocoon 2.0.4

2003-06-09 Thread g4
? Cocoon 2.1 and CVS Xindice work well, Install Xindice as a webapp (war) and install command line tools under say /usr/local/Xindice. I can't say for sure that you'd not encounter problems under 2.0.4 though, http://nagoya.apache.org/wiki/apachewiki.cgi?HowToXindice1o1bCocoon2 May giv

Authentication and permission rights

2003-06-08 Thread g[R]eK
<. Hi cocoon-users! .> I read about Authentication Framework (aka sunRise) from: http://cocoon.apache.org/2.1/developing/webapps/authentication.html Also I read this discussion: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=103483034018320&w=2 And I have blur

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-05 Thread Lionel Crine
t message /cocoon/ description The requested resource (/cocoon/) is not available. Do you have sugestions what am I doing wrong? I get only Tomcat's index.jsp It appears in "work" directory on my eclipse server and that's all! Thank you in advance! Galia Lionel Crine <[

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-05 Thread Galia Angelova
ng? I get only Tomcat's index.jsp It appears in "work" directory on my eclipse server and that's all!   Thank you in advance!   Galia             Lionel Crine <[EMAIL PROTECTED]> wrote: With the tomcat plugin : 2.1I think you have setup the windows->preference->tomcat.

Cocoon and XML-RPC

2003-06-05 Thread scott
Hi ppls, Just been playing with Cocoon, don't really understand too much yet but I it looks promising! I'm playing around with the idea of using XML-RPC to retrieve data from another IT system, then I want to format (serialize?) it into XHTML for the end user to interact with (read: fill out forms

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-05 Thread Galia Angelova
t;Classpath Variablescreate a TOMCAT_HOME identical as CATALINA_HOME -> it seems that the plugin uses TOMCAT_HOMEIn the properties of the project :11/java Build Path->source : be sure WEB-INF/classes of your project is here12/java Build Path->librairies : add the cocoon libraries (.jar) and your

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Yury Mikhienko
the properties of the project : > > 11/java Build Path->source : be sure WEB-INF/classes of your project is here > 12/java Build Path->librairies : add the cocoon libraries (.jar) and yours. > Do pay attention of the message : Build Path entry is missing : TOMCAT_HOME > >

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Lionel Crine
it seems that the plugin uses TOMCAT_HOME In the properties of the project : 11/java Build Path->source : be sure WEB-INF/classes of your project is here 12/java Build Path->librairies : add the cocoon libraries (.jar) and yours. Do pay attention of the message : Build Path entry is missing

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Geoff Howard
Look at build.xml - it's the real build file that uses entities to include the sub-builds (of which init-build.xml is one). The sub-build files are xml fragments and not wellformed, and not "build files" in and of themselves. That said, I had trouble getting the build to exec

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Galia Angelova
Yes, please! I'll be grateful!   GaliaLionel Crine <[EMAIL PROTECTED]> wrote: Sorry I'm lost :Whould you like me to send the configuration for eclipse to work with cocoon and tomcat and sdk 1.4 ?If yes, tell me.At 10:43 04/06/2003 +0400, you wrote:>But who can send the solution

  1   2   3   4   5   6   7   8   9   10   >