RE: Portal: HELP NEEDED!

2003-09-09 Thread Matthew Langham
Is there another thing to do to change this? Maybe there something like a cache? iirc, there is a profile cache, you can clear this cache in the portal administration You also need to add the new coplet to the global or other profile (e.g. using the portal administration tools) Matthew

RE: Portal: HELP NEEDED!

2003-09-09 Thread Matthew Langham
Unfortunately my portal administration tools doesn't work anymore because I need to adapt them to my LDAP authentification. Is there a way to do this by hand without these tools? Yes you can edit the profile files by hand. They are normal xml files. Remember though that the portal profiles

[ANN] Another reason to go to the GetTogether

2003-09-09 Thread Matthew Langham
Source Group Cocoon { Consulting, Training, Projects } = Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de

RE: GUI for editing sitemap.xmap?

2003-09-18 Thread Matthew Langham
{ Consulting, Training, Projects } = Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn Tel:+49-5251-1581-30 [EMAIL PROTECTED] - http://www.s-und-n.de - Cocoon book

RE: Pluto

2003-10-10 Thread Matthew Langham
Actually, Carsten will be talking about this at ApacheCon - in case you happen to be going. Matthew -Original Message- From: JACOB, ERIC [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 3:38 PM To: Users Subject: Pluto Hi, This may be a better question for the Cocoon

RE: shopping cart : creating a new context

2003-10-29 Thread Matthew Langham
Hi Julien, I missed the beginning of this thread (just read it in the archive). Before creating a context to store data in you must create a session for the user. Check this page for details on the Session action: http://cocoon.apache.org/2.1/userdocs/actions/session-action.html You don't need

RE: shopping cart : creating a new context

2003-10-29 Thread Matthew Langham
resource xmlns:session=http://cocoon.apache.org/session/1.0; The namespace should read: http://apache.org/cocoon/session/1.0 See also this post: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=106674388619634w=2 Matthew -Original Message- From: julien bloit [mailto:[EMAIL

Re: shopping cart : creating a new context

2003-10-29 Thread Matthew Langham
If you store the goods in the cart - why don't you just then add and remove items as needed using setxml and removexml. There is no need to copy the cart each time - it just stays in the session context. Matthew On Mittwoch, Oktober 29, 2003, at 06:38 PM, julien bloit wrote: That's right. In

Re: [ARTICLE] Enterprise Application Integration using Apache Cocoon 2.1

2003-11-13 Thread Matthew Langham
The author mentions pipeline lock-in .. it sounds as if they haven't heard of the Flowscript yet ;) He mentions Flow at the end of the article: Our form handling mechanisms are totally proprietary simply because there were no satisfactory solutions in Cocoon. Cocoon 2.1 now incorporates

RE: Cocoon Portal: how to retrieve the user with XSP

2003-11-17 Thread Matthew Langham
Sylvain, once the user is authenticated the information is stored in the session context for that user and is always available. See: http://cocoon.apache.org/2.1/developing/webapps/authentication.html#Getting+ information+from+the+context for information on reading the context using getxml.

RE: Caching remote URL's

2003-12-03 Thread Matthew Langham
-- Open Source Group { Consulting, Training, Projects } = Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de

RE: How to compile an action?

2003-12-30 Thread Matthew Langham
Hi Davide, page 244 of the book details the steps to build your component. You will need to add the jar files from the Cocoon lib directory to your classpath. Or use an IDE that does that for you (like Eclipse). Best regards Matthew Langham -Original Message-From: Davide

RE: How to compile an action?

2003-12-30 Thread Matthew Langham
I've added to the classpath the WEB-INF\lib dir that contains the jar files, but i really don't know how to add jar files fo classpath. Yes, i could add them manually, but i would like to know if it's possible to add to the classpath all jar files in the dir automatically. You need to add each

Cocoon Portal in the wild?

2004-01-21 Thread Matthew Langham
Hi, I want to gain an overview of how widespread the Cocoon portal is in use out there. If you are using the portal in some application then it would be great to hear about it. Either by a mail to the list or to me. If you can't disclose the exact project and/or company then perhaps send me an

[Hands-Up] Cocoon in IBM Websphere?

2004-02-18 Thread Matthew Langham
Hi, just a quick hands-up - is anyone currently running Cocoon in IBM Websphere? If so which version of Cocoon and IBM Websphere are you using? Are there any Websphere specific problems with Cocoon atm? We don't have a Websphere installation but we have a customer asking :) Thanks Matthew

[OT] Image problems in IE

2004-03-12 Thread Matthew Langham
This has probably nothing to do with Cocoon but I guess there is plenty of browser know-how here too :). We have an problem with jpg images served up by a Cocoon application. Sometimes (only sporadically) and on certain clients Internet Explorer only displays part of the image (like a slice). A

RE: [OT] Image problems in IE

2004-03-12 Thread Matthew Langham
. Laurent -Message d'origine- De : Matthew Langham [mailto:[EMAIL PROTECTED] Envoyé : vendredi 12 mars 2004 09:24 À : [EMAIL PROTECTED] Objet : [OT] Image problems in IE This has probably nothing to do with Cocoon but I guess there is plenty of browser know-how here too

RE: [beginner] Component READ ang img

2004-03-12 Thread Matthew Langham
Hi Laurent, this is an error in FOP if I remember correctly. We had the same problem and had to use absolute links. Matthew -Original Message-From: Laurent BERTHELOT [mailto:[EMAIL PROTECTED]Sent: Friday, March 12, 2004 11:01 AMTo: [EMAIL PROTECTED]Subject: [beginner]

Cocoon chapters for download

2004-03-31 Thread Matthew Langham
I have been in contact with SAMS, the publisher of our Cocoon book. They already provide a free download of Chapter 6 (A User's look at the Cocoon Architecture). They have now agreed to provide Chapter 1 (An Introduction to Internet Applications) as a free download. Chapter 1 basically details the

RE: Cocoon Books

2004-05-14 Thread Matthew Langham
Perhaps the authors of the first Cocoon books could tell us whether they got any new business from writing the books? That might encourage more people to write Cocoon books. I hear the call :-) Ok, first thing to say is that the IT book market is still a mess at the moment (as it has been

RE: Cocoon and Midlets

2004-07-20 Thread Matthew Langham
- whereby Cocoon recieves data from the midlet, processes it and then sends new data back to the midlet. Alexander: Why not send the midlet data in an XML format? Matthew Langham Regards, Upayavira Alexander Beening wrote: Good morning, My name is Alexander Beening, RD director

RE: Portal Questions

2004-09-06 Thread Matthew Langham
be appreciated. I hope that helps a bit. Let me know if you need further questions answering :-). Matthew Langham Competence Center Open Source - SN AG Tel.: +49-5251/1581-30 netBank solutions Fax : +49-5251/1581-71 Klingenderstr. 5

[German] Cocoon Live Site at Deutsche Börse

2004-10-14 Thread Matthew Langham
It is unfortunately not that often a Cocoon portal peeks out over the firewall. This solution at Deutsche Börse (German stock exchange) was built to showcase the new XML format for balance sheets XBRL: http://xbrl.deutsche-boerse.com. It is built using the Cocoon portal. Matthew Competence

Re: [Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Matthew Langham
thanks for the good news and CONGRATULATIONS! Thanks for all the congratulations but they should mainly go to the guys from RZB/RIZ! They built their own solution using the portal framework. So apart from the original framework, we just pointed them in the right direction :-). They'll be at

[Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Matthew Langham
Hi, A Cocoon based portal solution developed by Raiffeisen Zentral Bank Austria und Raiffeisen Informatik (with a little help from us) took 2nd place at the recently held Best Practice Award in Germany (German: http://soss.lightwerk.com/content/award/index_ger.html). Congratulations to the whole

RE: AW: Infantile Download page question...

2005-01-13 Thread Matthew Langham
Do any of you guys know how apple deliver music to customers via their iTunes store? Is it packaged into a zip folder or are the tracks downloaded individually? They don't do it with a web browser, they use iTunes. As long as you control the user agent, you can do anything you

PDF with Adobe Reader 7 - Too many arguments

2005-01-19 Thread Matthew Langham
We are the same problems outlined in this post to the FOP mailing-list: http://marc.theaimsgroup.com/?l=fop-userm=110554914401671w=2 Does anyone know of a solution? Thanks Matthew - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[Poll] Portal deployment / Cocoon portal usage

2005-01-24 Thread Matthew Langham
and then publish an overview on the Cocoon wiki. Hopefully we will then also have a better understanding of what features - for example - may be missing. Thanks for your time. Matthew Langham snip 1. Are you currently using the Cocoon Portal Framework? A) Yes we are using it for ... B

[Poll- reminder] Portal deployment / Cocoon portal usage

2005-02-03 Thread Matthew Langham
. Hopefully we will then also have a better understanding of what features - for example - may be missing. Thanks for your time. Matthew Langham snip 1. Are you currently using the Cocoon Portal Framework? A) Yes we are using it for ... B) No we are not, but currently considering it C) No, we

RE: sunbow plugin

2005-02-08 Thread Matthew Langham
Hi Sanket, Thanks for pointing this out - we'll take a look and I'll let you know when the download works again. Freundliche Grüße / With kind regards Matthew Langham -- SN AG Competence Center Open Source Klingenderstr. 5 D 33100 Paderborn voice +49 5251/1581-30 fax+49 5251/1581-71

RE: Re[2]: Debug cocoon applications

2005-02-22 Thread Matthew Langham
as a wake-up call and see what mountains I can move :-). Stay tuned. Freundliche Grüße / With kind regards Matthew Langham -- SN AG Competence Center Open Source Klingenderstr. 5 D 33100 Paderborn voice +49 5251/1581-30 fax+49 5251/1581-71 eMail [EMAIL PROTECTED] Webhttp://www.s-und

RE: Debug cocoon applications

2005-02-23 Thread Matthew Langham
Well let me add my voice to the requests to open-source Sunbow or start a Cocoon tool subproject! Sitemap tracing (showing XML output at each stage) would be a great boon to debugging Cocoon apps and even learning Cocoon in the first place. We're listening. Matthew -- SN AG

RE: [Fwd: New version of sunBow available]

2005-04-12 Thread Matthew Langham
Sorry, I've been away a few days. With Lepido [1] being introduced only a few days ago, i think Sunbow will quickly become irrelevant. Ah such harsh words :). Exactly. The people at SN (Carsten Ziegeler and Matthew Langham being the best known here) want to participate to Lepido

RE: [FYI] Lepido

2005-04-13 Thread Matthew Langham
Hi all; i'ld like to join to join to this project (Lepido)... what should i do? How can i sign to the newsgroup? I have gone to http://www.eclipse.org/newsgroups/index.html and i have had a password... but now? You need to configure your newsreader to use the username and password you

[Job] Cocoon developers wanted

2005-04-14 Thread Matthew Langham
, if you speak German and would be interested in becoming part of our team then please feel free to send me your CV or email me off-list to discuss this in more detail. Freundliche Grüße / With kind regards Matthew Langham -- SN AG Competence Center Open Source Klingenderstr. 5 D 33100 Paderborn

[Job] Cocoon (freelance) developers needed in Germnany

2005-09-05 Thread Matthew Langham
of our team then please feel free to send me your CV or email me off-list to discuss this in more detail. Freundliche Grüße / With kind regards Matthew Langham -- SN AG Competence Center Open Source Klingenderstr. 5 D 33100 Paderborn voice +49 5251/1581-30 fax+49 5251/1581-71 eMail [EMAIL

eBay Live! Site built with Cocoon

2006-02-09 Thread Matthew Langham
We just noticed that this site for the German eBay Live! Event has been built with Cocoon. Will the creator please stand up? http://ebaylive.ebay.de Matthew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

SessionReplication

2006-06-30 Thread Matthew Langham
Hi, Can someone tell me if the current state of Session Replication in Cocoon is still as described in: http://wiki.apache.org/cocoon/FlowscriptAndSessionReplication ? If so - 1. Is this any different in 2.2? 2. Has anyone looked at how long it would take to fix this? 3. If I don't use