Auth-Framework: cookie/P3P issues with IE 6

2006-06-13 Thread Michael Wirz
could be a P3P document. Is this a known problem? Are there any solutions to P3P out there (i.e. a serializer)? Any help kindly appreciated - we do not yet know much about P3P and the implications. Thank you, Michael Wirz -- abs IT Service GmbH abs gruppe Dipl.-Ing. Michael Wirz Leiter Entwicklung

Re: Antennahouse XSL Formatter Serializer

2005-12-15 Thread Michael Wirz
Hello cocoon Users, At last I posted the AntennaHouseSerializer to the cocoon wiki. Find it at http://wiki.apache.org/cocoon/AntennahouseSerializer I'd really appreciate your comments, Michael Wirz >Dear cocoon Users, > >since I am working on a project using cocoon 2.1.5 an

Re: Antennahouse XSL Formatter Serializer

2005-12-01 Thread Michael Wirz
t; I don't think Michael is planning to contribute any third-party stuff. > > IIUC his serializer calls an external program via a shell script, and > feeds the program's output to the Cocoon client via the serializer. > > -Bertrand -- abs IT Service GmbH abs gruppe Mich

Re: Antennahouse XSL Formatter Serializer

2005-11-30 Thread Michael Wirz
s been obvious enough to make us switch (average pdf is about ten pages holding tables and pictures in our services). We will have a close look on this topic right now again... Michael > > Regards, > Geert > > Michael Wirz wrote: > >> Dear cocoon Users, >> >> si

Re: Antennahouse XSL Formatter Serializer

2005-11-30 Thread Michael Wirz
me how!) > > > Or, if it's one source file as I imagine, you could start by posting > it to the wiki, on a new page. > > This would allow people to use it with existing versions of Cocoon, > and if there's enough interest we might move it to the main codebase. > &g

Antennahouse XSL Formatter Serializer

2005-11-29 Thread Michael Wirz
be configured in the serializer declaration of the sitemap. It expects the XML/FO input from stdin and pipes the pdf to stdout -- just as a serializer should work. If there is any interest in my solution I'd like to hear from you. Best regards, Michael Wirz -- abs IT Service GmbH abs g

Re: passing arguments from sitemap to a serializer

2005-11-29 Thread Michael Wirz
Thank you, guys! In fact, I didn't need to get further setup-Parameters than "static" ones passed in configuration(). But it's nice to know what is possible -- for there will be a future setup where one can use it. Bye, Michael Wirz >Sylvain Wallez wrote: > >

Re: passing arguments from sitemap to a serializer

2005-11-25 Thread Michael Wirz
ack would be having multiple instances of the same Serializer with different parameters... Might work though. And would keep things explicit and simple. I'm gonna think about that, if you have further suggestions, I really liked to hear/read them! Michael >Michael Wirz wrote: > > &g

Re: passing arguments from sitemap to a serializer

2005-11-25 Thread Michael Wirz
alizer not implement SiteMapModelComponent? Generator, Reader, Transformer do, Serialzer should! Should I switch to the cocoon-dev list? Thanks, Michael -- abs IT Service GmbH abs gruppe Michael Wirz Entwicklung Landsberger Straße 57 82266 Stegen am Ammersee Telefon: +49 (0)8143 999 43 Telefax: +49 (

passing arguments from sitemap to a serializer

2005-11-25 Thread Michael Wirz
transformer which provides access to a Map of Parameters, but Serializer doesnt have it. Thank you very much, Michael Wirz -- abs IT Service GmbH abs gruppe Michael Wirz Entwicklung Landsberger Straße 57 82266 Stegen am Ammersee Telefon: +49 (0)8143 999 43 Telefax: +49 (0)8143 999 49 [EMAIL PROTECTED

Re: Error in org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer or xerces DocumentImpl

2005-11-25 Thread Michael Wirz
>On Tue, 2005-11-22 at 16:47 +0100, Michael Wirz wrote: > > >>Hello Coocon User Mailing List, >> >>During cocoon app development the following error arose using DOM-Documents >>and the SAX-Streaming of cocoon. Since I am not sure if its a bug in cocoons &g

Error in org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer or xerces DocumentImpl

2005-11-22 Thread Michael Wirz
mer? Or is the DOM invalid according to the DOM Spec, in other words: is a null-Data-Element allowed in a TextNode? Thanks a lot for your attention and hints on that topic, from near Munich, Germany, Michael Wirz ** * -- abs IT Service GmbH abs gruppe Michael Wirz Entwicklung Landsberger Straße

Re: Forward to another Servlet from Cocoon

2005-10-04 Thread Michael Wirz
"" + "TITLE" + "" + ""); out.println(""); out.close(); } } -- abs IT Service GmbH abs gruppe Michael Wirz Entwicklung Landsberger Straße 57 82266 Stegen am Ammersee

Re: Serializability of session using the auth fw

2005-09-16 Thread Michael Wirz
Ralph Goers wrote: > Michael Wirz wrote: > >> Is 2.1.8 released yet? cocoon.apach.org lets me download 2.1.7 only. >> Is there a working example for CoWarp auth? >> >> I'd really like to dig into it -- to prevent myself from writing my own >> easy actions

Re: Serializability of session using the auth fw

2005-09-16 Thread Michael Wirz
Carsten Ziegeler wrote: >Michael Wirz wrote: > > >>Hello again cocoon users, >> >>I am using the authentication framework. It works fine -- but recently I >>found some >>messages in the logs which made me think. Auth fw stores an XML (user id >>or th

Re: Serializability of session using the auth fw

2005-09-16 Thread Michael Wirz
the "Big Clustering Adventure"? It seems that if, you had a hell lot of fun.. Michael >Michael Wirz wrote: > > >>Thanks, Carsten, for pointing this out. >>I wanted to use auth fw in a clustered tomcat environment (in future) >>and thus I have t

Re: Serializability of session using the auth fw

2005-09-16 Thread Michael Wirz
it looks like upgrading cocoon first... In any case of question I'll return to the list. Michael >Michael Wirz wrote: > > >>Hello again cocoon users, >> >>I am using the authentication framework. It works fine -- but recently I >>found some >>messa

Serializability of session using the auth fw

2005-09-16 Thread Michael Wirz
(Catalina.java:586) at org.apache.catalina.startup.Catalina.start(Catalina.java:561) ... 6 more -- abs IT Service GmbH abs Gruppe Michael Wirz Entwicklung Landsberger Straße 57 82266 Stegen am Ammersee Telefon: +49 (0)8143 999 43 Telefax: +49 (0)8143 999 49 [EMAIL PROTECTED] www.eFonds24.de

Access to SessionContext via ContextManager via Request possible?

2005-09-14 Thread Michael Wirz
cess the contextManager from within an xsp? Or do I have to write a generator or inherit from the xsp-generator? Thanks a lot for hints on that topic, Michael Wirz What I'd like to do is the following (found in former posts on this list): ContextManager contextManager = (C

Re: Classpath Issues (NoClassDefFoundException)

2005-06-29 Thread Michael Wirz
Thank you, Mark. I now use the following workarounf: I put my jars in seperate dirs to keep them seperated. To get things going I use softlinks from the cocoon WEB-INF/lib dir to the specific jars. Well. Bye, Michael On 2005-06-27 09:36:44 -0700, Michael Wirz <[EMAIL PROTECTED]>

Classpath Issues (NoClassDefFoundException)

2005-06-27 Thread Michael Wirz
doing wrong? Is this the right place to adjust cocoons classpath (I read so in the docs and former postings)? I really appreciate any hint on that topic, thank you, Michael Wirz -- abs IT Service GmbH Ein Unternehmen der abs Gruppe Michael Wirz Entwicklung Landsberger Straße 57 82266 Stegen am Am

Re: Out Of Memory error using ResourceReader

2005-04-08 Thread Michael Wirz
cache isn't filled with the large file. Here is an example: Thank you, Michael Wirz Hello List, when trying to serve big zip files through cocoon we encounter OutOfMemoryErrors. Our setup is as follows: (default) reader definition: pipeline matching the request: D

Out Of Memory error using ResourceReader

2005-04-08 Thread Michael Wirz
heap memory? Is there a way to stream the binary (i.e. a StreamingReader or similar)? Thanks in advance for help, Michael -- abs IT Service GmbH Ein Unternehmen der abs Gruppe Michael Wirz Entwicklung Landsberger Straße 57 82266 Stegen am Ammersee Telefon: +49-(0)8143-999-43 Telefax: +49-(0)8143-9

Re: authentification-fw; intermediate login page

2005-01-12 Thread Michael Wirz
page. iirc the auth-action adds a request parameter to the login-url: e.g.: login?resource=rederictedFromHere you can do something like this then: --> <-- redirects to the resource specified in the reqest param 'resource' hth -- abs IT Service GmbH Ein Unternehmen d

authentification-fw; intermediate login page

2005-01-11 Thread Michael Wirz
ate any hints. Thanks in advance, Michael Wirz -- abs IT Service GmbH Ein Unternehmen der abs Gruppe Michael Wirz Entwicklung Landsberger Straße 57 82266 Stegen am Ammersee Telefon: +49-(0)8143-999-43 Telefax: +49-(0)8143-999-49 [EMAIL P