Re: Unicode Umlauts/SQLTransformer/mySQL

2004-04-06 Thread Patrick Schlaepfer
For my part it is working now, patched SQLTransformer, that everything gets back as byte[], and now the UTF-8 characters are encoded correctly. Do know it's a hack, but if someone is interested could send my setup, or post it somewhere. Cheers Patrick

SQLTransformer/Session/Paging

2004-04-05 Thread Patrick Schlaepfer
. Think I'm not the first one want to have paging on a session element. Thanks Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Unicode Umlauts/SQLTransformer

2004-03-31 Thread Patrick Schlaepfer
, if this is also the case with other Databases but at least with MySQL 4.1.1 it works. Any comments are welcome Patrick -Ursprüngliche Nachricht- Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. April 2004 07:24 An: [EMAIL PROTECTED] Betreff: Re: Unicode Umlauts

AW: Unicode Umlauts/SQLTransformer

2004-03-31 Thread Patrick Schlaepfer
and new String(byte, characterEncoding) it does. So it might be a problem with the JDBC Driver. But it's certainly more difficult to fix it in the Driver than in the cocoon source. That's what I think, and how it does work. Patrick -Ursprüngliche Nachricht- Von: Bertrand Delacretaz

Error in free() and crash : help need

2004-03-22 Thread Montier Patrick
hello, i have thousand lines of Error in free() error in my localhost_log (15 Go in one day), and then tomcat freeze any idea ? I'm too desesperate with this error. 2004-03-22 08:25:55 ERROR 10799 [root.sto] (): Error in free() java.util.NoSuchElementException at

You cannot select a Component : i need help

2004-03-18 Thread Montier Patrick
with no answer could it be the postgres jdbc pool connexion ? i changed the database to the newest release or the sitemap ? Any idea ? Thanks for your help Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: You cannot select a Component : i need help

2004-03-18 Thread Montier Patrick
Thank you very much. Effectively, i modify the sitemap on the fly to avoid a warning and then i modify the cocoon.xconf to set the reload tag to no, and since 2 hours ago, i see no error may be it's the solution !! I will tell you.. thanks again Patrick -Message d'origine- De

RE: InputSource - String?

2004-03-18 Thread Montier Patrick
You should import the java.io.* class in your XSP xsp:includejava.io.*/xsp:include and use the classical java function BufferedReader in = new BufferedReader; new FileReader(filefrom)); while ((str = in.readLine()) != null) { } Hope this could help Patrick -Message d'origine- De

Re: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-03 Thread Patrick Hess
COCOON : 2.0.5dev JDK : 1.4.2_03 CONTAINER : Tomcat 4.1.29 COCOON: 2.1.2 JDK: 1.4.2_03 CONTAINER: Weblogic 7 -- or -- COCOON: 2.1.4 JDK: 1.4.1_xx CONTAINER: Tomcat 4.1.27 Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Cocoon installing on weblogic 8.x Step by Step

2004-03-01 Thread Patrick Hess
file because of the logfiles (written to WEB-INF/logs by default). Maybe you will have problems running anything related to flows because WL comes with it's own version of Rhino, the mozilla JS stuff. This seems to colide with cocoon. I haven't found a way to get flows working on WL :-( Patrick

Re: Question about eclipse

2004-01-28 Thread Patrick Hess
output folder. - this is what you are looking for. I set this to WEB-INF/classes and now Eclipse saves all generated classes into this dir which is picked up by the web application. Hope this helps... Patrick - To unsubscribe, e

Re: HTML Editor for Woody

2004-01-20 Thread Patrick Hess
/3.%20Z%FCrich%20January%202004/ Thanks for the hint -- got a positive first impression. I will try to find some time to play with it. Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: HTML Editor for Woody

2004-01-20 Thread Patrick Hess
access to the collections but I don't want to have a XMLDB as requirement but as optional repository (same with SQL: will be optional). -- Patrick Hess - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

HTML Editor for Woody

2004-01-19 Thread Patrick Hess
) is ok! So might need to escape the tags again when preparing the form after solving my current problem. Is there a solution available? Thanks for reading, Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: HTML Editor for Woody

2004-01-19 Thread Patrick Hess
for the othello sample :-) Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTML Editor for Woody

2004-01-19 Thread Patrick Hess
but I don't like the restriction to Mozilla. Most people out there still use IE... :( I can't say if HTMLArea fits into Cocoon's licensing but I think it's possible to integrate both... Patrick - To unsubscribe, e-mail: [EMAIL

Re: HTML Editor for Woody

2004-01-19 Thread Patrick Hess
[EMAIL PROTECTED] wrote: this javascript editor support IE or not yet ? btw linotype sample does not work for a long time I've tested it on a fresh 2.1.3 yesterday and it worked for me. It supports (only) Mozilla because of using the midas editor (http://www.mozilla.org/editor/). Patrick

Re: call CLI from webapp

2004-01-15 Thread Patrick Hess
-- is there any reason why I should NOT do this Thanks, Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: call CLI from webapp

2004-01-15 Thread Patrick Hess
get a better contact to cocoon sources. In the meantime I will continue to research what's possible inside a webapp -- any hints are welcome ;) Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: woody form validation problem

2004-01-14 Thread Patrick Hess
and see if I can find something there. Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: woody form validation problem

2004-01-14 Thread Patrick Hess
, now I'm ready to roll-out the app... Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

call CLI from webapp

2004-01-14 Thread Patrick Hess
my code but I would prefer to use java code. Is there anything missing in the webapp that I need for the CLI part? Thanks... Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

woody form validation problem

2004-01-13 Thread Patrick Hess
! -- Patrick Hess - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP: using fo:external-graphic with SVG

2004-01-09 Thread Patrick Hess
:/C:/cocoon/applications/app/puek/svg/simple.svg) while serializing to PNG or JPEG works fine... To bad... :( Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon 2.1.2 on Weblogic 6.1 is performing slower than on Tomcat 4.1.29

2004-01-08 Thread Patrick Hess
! Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP: using fo:external-graphic with SVG

2004-01-08 Thread Patrick Hess
Adobe Illustrator -- is there someone with some expirience on using Illustrator's SVG in Cocoon/FOP? I will try to create a simple SVG by hand to see if it's related to the exported SVG. Patrick - To unsubscribe, e-mail

Re: nested actions

2004-01-08 Thread Patrick Hess
... Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

remove attribute from session without XSP

2004-01-06 Thread Patrick Hess
Hi, I'm looking for an easy way to delete an attribute from the user's session after doing some stuff in the sitemap. Is there a way without using XSP like the xsp-session:remove-attribute or session.removeAttribute()? Maybe a sitemap-action? Thanks! -- Patrick Hess

Re: problem with fo:basic-link / RFT serializer

2003-12-12 Thread Patrick Hess
Patrick Hess wrote: So if some has an idea what I'm doing wrong -- please help :)) I'm using now a workaround. I would like to to this: map:match pattern=*.rff map:generate src={1}.xml / map:transform src=my.xsl / map:serialize type=fo2rtf / /map:match ...which does not work for me (see

problem with fo:basic-link / RFT serializer

2003-12-11 Thread Patrick Hess
:)) -- Patrick Hess - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cocoon-blank.war II

2003-12-10 Thread Patrick Hess
. Any other comments, flames or ideas are also welcome! Thanks for your time... -- Patrick Hess - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG problem after move to production server

2003-12-08 Thread Patrick Hess
converted the TTF fonts to SVG so I assume that the real fonts are not needed? Do I need still need TTF fonts to be available when using SVG fonts??? (I would be surprised but...) :) Thanks, Patrick - To unsubscribe, e-mail: [EMAIL

Re: SVG problem after move to production server

2003-12-08 Thread Patrick Hess
from your svg/arial.svg file and not from your windows font directory? Very good point, need to check this! As far as I remember I checked this when playing with the fonts on windows (removed font to see batik falling back to another font) but as I'm not sure anymore I will check! Patrick

SVG problem after move to production server

2003-12-05 Thread Patrick Hess
want to have for the future. Thanks for reading this and have a nice weekend ;) -- Patrick Hess - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG problem after move to production server

2003-12-05 Thread Patrick Hess
it and unfortunaly it does not work... Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG problem after move to production server

2003-12-05 Thread Patrick Hess
with the images worked - except the font stuff, that's what I discovered today... Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cocoon project deploy

2003-12-03 Thread Patrick Hess
). Installation worked fine for this guy - he just had to copy the directory to his C: drive. Not a good way to distribute software but a good way to give someone a jumpstart... :) Hope this helps a bit... Patrick - To unsubscribe, e

Re: drive site with cocoon on sun e450

2003-12-01 Thread Patrick Hess
(flowscript not possible). Both setups needed no tweaking just install the webapp like described in the manual. I don't know about using jetty in this config. Hope this helps a bit! Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: removing namespaces...

2003-11-27 Thread Patrick Hess
J.Pietschmann wrote: You also can't use exclude-result-prefixes to transform XHTML (using the XHTML namespace) into HTML 4.x (no namespace). Use the cleanxmlns posted downthread for this task. Thanks to everyone who replied on my message - I will go deeper into it now, thanks!! Patrick

removing namespaces...

2003-11-26 Thread Patrick Hess
=http://www.w3.org/1999/xhtml; lang=de xml:lang=de Is there a way to rid of this? The solutions from the wiki are not really what I would like do... Thanks for your help! Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED

xsp:expr / compiler error: Missing semicolon

2003-10-28 Thread Patrick Hess
? I've been using the same style of printing values in an other XSP which works fine... Thanks for any help! Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xsp:expr / compiler error: Missing semicolon

2003-10-28 Thread Patrick Hess
Thanks Antonio, that works! Pretty dump question... I see there is still a lot of work in learning the basic... :-) But I love cocoon... Patrick Antonio Gallardo wrote: Try this: for (int i = 0; i lt; users.size(); i++) { UserDataBean udb = (UserDataBean) users.get(i

Re: xsp:expr / compiler error: Missing semicolon

2003-10-28 Thread Patrick Hess
, another stupid question: a href=#xsp:expruserName/xsp:expr/a How to create a href including the userName variable like a href=mypage?user=bob_foobob_foo/a Thanks, Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: xsp:expr / creating a link

2003-10-28 Thread Patrick Hess
Antonio Gallardo wrote: a xsp:attribute name=href#?xsp:expruserName/xsp:expr/xsp:attribute xsp:expruserName/xsp:expr /a Thanks again fr the answers! Would be nice to get such a quick and informative service from professional vendors like here on this list! :) Patrick

flows on weblogic 7

2003-10-24 Thread Patrick Hess
, and do all the necessary weeding in the libs to get rid of all the classcastexceptions. 3) Use something other than weblogic I tried 1), 3) is not an option for me (would prefer tomcat) and 2) seems to be to much work... Thanks for any answer! Patrick

learning flows: question

2003-10-23 Thread Patrick Hess
/page.xsl ... /map:transform map:serialize / /map:match ... I tried something like wt:form-template action={continuation.id}.kont method=POST in my template but it's no substituted... Would be great to get some hints! Thanks... Patrick

Re: learning flows: question

2003-10-23 Thread Patrick Hess
Reinhard Poetz wrote: Use the JXTemplateGenerator before the WoodyTransformer. Thanks! Works fine now!! Cocoon is geat! :-) I really love it... Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Woody Binding?

2003-10-20 Thread Patrick Hess
the binding framework or is there an other way to do this? My business logic is implemented in EJB so the binding frameworks sounds like the right approach but if possible I would like to start with a more simple way and migrate to binding later... Thanks, Patrick

Re: Cocoon + Bea Weblogic 7 Cluster

2003-10-20 Thread Patrick Hess
that has to be done compared to tomcat. Just deploy the war file using the console and start. I've chosen to unpack the warfile to get access to files by WebDAV and change them on runtime. Greetings, Patrick - To unsubscribe, e

Re: Woody Binding?

2003-10-20 Thread Patrick Hess
what I did for the moment and it works fine to save form data. But how can prefill the fields when displaying the form with som preexisting values? Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

xsp-session:getxml XSP

2003-10-17 Thread Patrick Hess
user info from XSP) Since it's not possible to use xsp-session:getxml I had to find an alternative. Is it really not possible? Thanks and have a nice weekend, Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: xsp-session:getxml XSP

2003-10-17 Thread Patrick Hess
Simeon Walker wrote: xsp-session-fw:getxml context=authentication path=/authentication/data/something/ The namespace is: xmlns:xsp-session-fw=http://apache.org/xsp/session-fw/1.0; Thanks a lot, tha works fine for me! Patrick

Re: Authentication Framework

2003-10-16 Thread Patrick Hess
The prefix parameter_ is removed, so using the way you describe with userid, password should work, i guess. Only working way I found is now: xsp-request:get-parameter name=userid / Thanks for the replies! Patrick

Custom Generator or Logicsheet (or something else)?

2003-10-16 Thread Patrick Dobbs
aware that the API will become very extensive over time, and I'm not sure if this approach will scale. The concern with aggregating is performance. Is there a better approach I've missed? Thanks for your consideration. Patrick

Authentication Framework

2003-10-15 Thread Patrick Hess
My question may be pretty simple: how to get the name/password in a XSP page? I found a parameters object in usable in the XSP and tried to get the value with parameters.getParameter(parameter_userid) which does not work... :-( Any hints for me? Thanks Patrick

Cocoon + Bea Weblogic 7 Cluster

2003-10-15 Thread Patrick Hess
Hi, is here anyone who tried to use cocoon with Wl7 in a clustered setup? I'm asking myself if there are any problem to prepare for. Any information about a clustered cocoon would be helpful. Thanks a lot and have a nice day, Patrick Hess

RE: [HELP]Failed to execute pipeline.

2003-10-12 Thread Patrick Dobbs
o. This mailing list will entirely unable to help. Regards Patrick -Original Message-From: Richard Grant [mailto:[EMAIL PROTECTED] Sent: 12 October 2003 20:47To: [EMAIL PROTECTED]Subject: [HELP]Failed to execute pipeline. Here is the full text of the report we get whe

<    1   2   3