cocoon application from WAR

2004-07-09 Thread Peter Velychko
Hello cocooners, Have anyone experience with working cocoon applications using Flow and CForms from WAR archive? Do some tricks exist for it? Many thanks. -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e

Re: flowscript - javascript problem

2004-07-08 Thread Peter Velychko
Hello defe, Try to use var header = cocoon.request.getHeader(Host); var vhost = s.load(VHost, new java.lang.String(header)); Thursday, July 8, 2004, 10:29:28 AM, you wrote: dff hi, dff i've got a the following javascript evaluation error : dff Can't find method

Re: Reading XML data from flowscript

2004-07-08 Thread Peter Velychko
Hello Derek, Try to use the following function testPage() { var uri = cocoon.parameters.myUri; var resolver = cocoon.getComponent(Packages.org.apache.excalibur.source.SourceResolver.ROLE); var parser =

Re: Reading XML data from flowscript

2004-07-08 Thread Peter Velychko
Hello Peter, Some corrections. I looked at mail of Leszek Gawron and uderstand that I forgotten to release components used. Taking into account the message of Leszek it sould be: var uri = cocoon.parameters.myUri; try { var resolver =

Re: Velocity generator throws exception on encountering nbsp

2004-07-08 Thread Peter Velychko
Hello kranga, Try to use #160; instead of nbsp;. Thursday, July 8, 2004, 5:53:26 PM, you wrote: k I'm using cocoon 2.1 and I have a Velocity page that I'm trying to serve. k The page as a non-breaking space nbsp in it. The exception I get is: k The entity nbsp was referenced, but not

CForms - binding map to repeater (urgent)

2004-07-07 Thread Peter Velychko
the attribute @name (from documentation). Is any way to process Map with repeater? Thank you in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

CForms - binding map to repeater (urgent)

2004-07-07 Thread Peter Velychko
the attribute @name (from documentation). Is any way to process Map with repeater? Thank you in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

CForms - binding map to repeater (urgent)

2004-07-07 Thread Peter Velychko
the attribute @name (from documentation). Is any way to process Map with repeater? Thank you in advance. (Excuse me if the message is duplicated. I sent it two times already but didn't see it in list for 7 hours.) -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: fd:upload unexpected behaviour

2004-07-02 Thread Peter Velychko
Hello Joerg, Friday, July 2, 2004, 2:44:09 AM, you wrote: On 01.07.2004 20:55, Peter Velychko wrote: But try the sample with two upload widgets that are not required (see example below). fd:form xmlns:fd=http://apache.org/cocoon/forms/1.0#definition; xmlns:i18n=http://apache.org

Re: Validating fd:fields with datatype base=date

2004-07-02 Thread Peter Velychko
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Link Livesites: Cocoon 2.1

2004-07-02 Thread Peter Velychko
Hi all, I'd like to suggest you the link to new site powered with cocoon 2.1.5. title: Zolotoverh.info description: The site of Ukrainian Orthodox Church (ukrainian) URL: http://www.zolotoverh.info/ Best regards, Peter Velychko [EMAIL PROTECTED

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
returned to the user. Thus, actions are used when _building_ pipelines, not when _executing_ them. Hope that makes sense. Upayavira -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
(url, bizData, function(){session.close()}) for my projects. Fancy doing some digging into Cocoon's internals? I'm trying now to understand cocoon more deeper. But also sometimes crazy ideas visit my head. Regards, Upayavira Peter Velychko wrote: Hello Upayavira, May be it is off topic

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
= factory.createSession (); just after the form.showForm statement. HTH regards Jeremy But I think there are some issues with this approach, and I believe it doesn't work with cocoon.sendPage. Fancy doing some digging into Cocoon's internals? Regards, Upayavira Peter Velychko wrote

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
Hello Jeremy, Thursday, July 1, 2004, 4:43:33 PM, you wrote: On 1 Jul 2004, at 14:30, Peter Velychko wrote: Hello Upayavira, Thank you for your reply. That could work, but it would be working round, rather than working with, Cocoon. You would also be buffering your output, which is best

fd:upload unexpected behaviour

2004-07-01 Thread Peter Velychko
in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fd:upload unexpected behaviour

2004-07-01 Thread Peter Velychko
PM, you wrote: On 01.07.2004 18:00, Peter Velychko wrote: Hello users, I've found some unexpected behaviour for me when using fd:upload/. When one uploads some file with forbidden content type validation error arises for the widget. The result view contains error messages. When the form

Re: fd:repeater-action

2004-06-30 Thread Peter Velychko
Hello Joerg, Thank you for your advice. I'll try to use unions. Wednesday, June 30, 2004, 4:37:56 AM, you wrote: On 29.06.2004 18:52, Peter Velychko wrote: Hello Johnson, Thank you for your reply. Could you please describe your advice? And requirements are the following: - default

Re: cocoon and hibernate sessions

2004-06-30 Thread Peter Velychko
is using Filter to open/close hibernate session as http://www.hibernate.org/43.html. This way was also discussed previously in the list. I plan to try to implement this method in my project. -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: How to include forms transformer in cocoon.war?

2004-06-30 Thread Peter Velychko
to set to get this into the war? Where is it supposed to exist? -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

fd:repeater-action

2004-06-29 Thread Peter Velychko
Hello users, Is any way to hide repeater-action button? For instance when a repeater contains only one row it need hide the button Delete row. Many thanks in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: fd:repeater-action

2004-06-29 Thread Peter Velychko
understand theoretically I can set up fi:styling type='hidden'/ for my repeater-action in JX template but I don't understand how. Tuesday, June 29, 2004, 7:03:09 PM, you wrote: Try use fi:styling type='hidden' in template Johnson - Original Message - From: Peter Velychko [EMAIL

Re: Use Cocoon as a rapid development tool??

2004-06-25 Thread Peter Velychko
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: Use Cocoon as a rapid development tool??

2004-06-25 Thread Peter Velychko
regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko

Re: replacing query string parameters in a document

2004-06-25 Thread Peter Velychko
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Link Livesites: Cocoon 2.1

2004-06-24 Thread Peter Velychko
/ Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hibernate 2.1.3 + cocoon + c3p0 jar hell [repost from dev]

2004-05-11 Thread Peter Velychko
with hib2.1.2 My regards LG -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hibernate 2.1.3 + cocoon + c3p0 jar hell [repost from dev]

2004-05-11 Thread Peter Velychko
res-authContainer/res-auth /resource-ref Thanks, Hugo Burm -Original Message- From: Peter Velychko [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 10:39 AM To: Leszek Gawron Subject: Re: Hibernate 2.1.3 + cocoon + c3p0 jar hell [repost from dev] Hello Leszek, I have

Re: Hibernate 2.1.3 + cocoon + c3p0 jar hell [repost from dev]

2004-05-11 Thread Peter Velychko
- From: Peter Velychko [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 10:39 AM To: Leszek Gawron Subject: Re: Hibernate 2.1.3 + cocoon + c3p0 jar hell [repost from dev] Hello Leszek, I have in production the following configuration: tomcat + cocoon 2.1.5-cvs + hibernate 2.1.3

Re: Cocoon 2.1.5 And Hibernate : startup issues

2004-04-30 Thread Peter Velychko
that it is an issue with either commons-*.jar or x*.jar files. If any one knows how to solve this problem, please help. Thanks in advance. iyyappan -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: Cocoon 2.1.5 And Hibernate : startup issues

2004-04-30 Thread Peter Velychko
regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Removing non-xhtml tags from a string ???

2004-04-29 Thread Peter Velychko
, that CyberNeko looks interesting :-) MO Regards, MO Marcin Okraszewski MO - MO To unsubscribe, e-mail: [EMAIL PROTECTED] MO For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko

Re: flow error in 2.1.5-dev

2004-04-16 Thread Peter Velychko
calling this function from? JR Greetz, JR Jeroen JR -Original Message- JR From: Peter Velychko [mailto:[EMAIL PROTECTED] JR Posted At: Thursday, April 15, 2004 3:02 PM JR Posted To: Cocoon User List JR Conversation: flow error in 2.1.5-dev JR Subject: flow error in 2.1.5-dev JR Hello all

flow error in 2.1.5-dev

2004-04-15 Thread Peter Velychko
(ApplicationFilterChain.java:247) ... Thank you in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

C2.1.5 logger strange error

2004-04-07 Thread Peter Velychko
what happen? Thank in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Accessing request-params from java-object called by flowscript

2004-03-18 Thread Peter Velychko
] * +358 44 561 0270 * JV - JV To unsubscribe, e-mail: [EMAIL PROTECTED] JV For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: performance with transformation on BIG xml files

2004-03-18 Thread Peter Velychko
- adff To unsubscribe, e-mail: [EMAIL PROTECTED] adff For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: Where to find RequestAttributeGenerator.java

2004-03-17 Thread Peter Velychko
Hello Jeff, It resides in scratchpad block. See ${cocoon-2.1}\src\blocks\scratchpad\java\org\apache\cocoon\generation\RequestAttributeGenerator.java JC In the api docs, I can see a JC RequestAttributeGenerator, dated as: JC CVS $Id: RequestAttributeGenerator.html,v 1.3 JC 2004/02/13 13:28:36

Re: Link Livesites: Cocoon 2.1 (update)

2004-03-16 Thread Peter Velychko
Hello Joerg, Thank you. JH On 16.03.2004 14:40, Peter Velychko wrote: Hi all, If it is possible, please update the description of the Olympic-Plaza site reported by me earlier. Now it uses Cocoon 2.1.4 JH Committed: JH http://marc.theaimsgroup.com/?l=xml-cocoon-cvsm=107946736210465w=4

Re: National chars in forms

2004-03-16 Thread Peter Velychko
) _#_281_; Do you know this problem? Do you know any workaround? -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Link Livesites: Cocoon 2.1 -- working now.

2004-02-20 Thread Peter Velychko
Thank you for your comments. Sometimes things which must be done in 5 min are made in two days :) Now DNS record is refreshed and site works ok. RA Peter Velychko wrote: My sincere apologies for incorrect work of our server. It is occured sometimes because of technical causes

Re: Link Livesites: Cocoon 2.1 -- working now.

2004-02-20 Thread Peter Velychko
Thank you for your comments. Sometimes things which must be done in 5 min are made in two days :) Now DNS record is refreshed and site works ok. http://www.olympic-plaza.com.ua/ http://www.olympic-plaza.com.ua/ru/ RA Peter Velychko wrote: My sincere apologies for incorrect work of our server

ASTIdentifier Error

2004-02-18 Thread Peter Velychko
) at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:8 8) at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:1 20) ... Thank you in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED

Link Livesites: Cocoon 2.1

2004-02-18 Thread Peter Velychko
Hi, I'd like to suggest you the link the site powered with cocoon 2.1.3. title: Olympic Plaza description: The site of the first megamall in Kiev and Ukraine URL: http://www.olympic-plaza.com.ua/ Best regards, Peter Velychko [EMAIL PROTECTED

Re: Link Livesites: Cocoon 2.1

2004-02-18 Thread Peter Velychko
My sincere apologies for incorrect work of our server. It is occured sometimes because of technical causes and it will be eliminated to tommorow morning (at Kyiv time). r on Wed, 18 Feb 2004 15:08:50 +0200 Peter Velychko [EMAIL PROTECTED] wrote: Hi, I'd like to suggest you the link the site

Re: Large XML File as Generator

2004-01-28 Thread Peter Velychko
] BLJ For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: build targets

2004-01-28 Thread Peter Velychko
?? gog thanx gog --stavros gog - gog To unsubscribe, e-mail: [EMAIL PROTECTED] gog For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: Question about eclipse

2004-01-28 Thread Peter Velychko
- HJT To unsubscribe, e-mail: [EMAIL PROTECTED] HJT For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: WG: [FLOW] cocoon.processPipelineTo, NullPointerException

2004-01-27 Thread Peter Velychko
- MH To unsubscribe, e-mail: [EMAIL PROTECTED] MH For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: Building of 2.1.4-dev problem

2004-01-26 Thread Peter Velychko
Hello Geoff, Yes I have connection to internet. Otherwise I have the UnknownHostException. GH Peter Velychko wrote: Hello, I try to build current cvs version of the cocoon 2.1.4-dev but it is unsuccessful. I have the message: BUILD FAILED D:\java\cocoon-2.1\tools\targets\webapp

Re: Building of 2.1.4-dev problem

2004-01-26 Thread Peter Velychko
Hello Joerg, Monday, January 26, 2004, 9:35:32 PM, you wrote: JH On 26.01.2004 18:27, Peter Velychko wrote: Hello Geoff, Yes I have connection to internet. JH Behind a proxy? Yes. You are right. I don't know why I could not think earlier about it. JH At least the error message below I got

Building of 2.1.4-dev problem

2004-01-25 Thread Peter Velychko
:8535: IOException: java.net.Socket Exception: Connection reset by peer: connect Total time: 1 minute 30 seconds Could anyone help me to solve the problem? Many thanks in advance. Best regards, Peter Velychko [EMAIL PROTECTED

Continuation - strange problem

2004-01-23 Thread Peter Velychko
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530) at java.lang.Thread.run(Thread.java:534) My environment is the following: jdk 1.4.2 tomcat 4.1.18 cocoon 2.1.3 Thank you in advance. -- Best regards, Peter Velychko [EMAIL PROTECTED

Re[2]: Continuation - strange problem

2004-01-23 Thread Peter Velychko
What does your flowscript look like? CO Peter Velychko wrote: Hello All, Could anyone help me with the following error? ERROR (2004-01-23) 17:39.03:234 [sitemap.] (/private/continue.1c29510e1319484e1e178266285e076570517f14) Thread-13/PipelineNode: 2 java.lang.ArrayIndexOutOfBoundsException

Re: Continuation - strange problem

2004-01-23 Thread Peter Velychko
) { CO } CO ... CO } CO To force the catch stack size to 3. CO Another workaround would be to move the code containing one of your try CO blocks into a subroutine. CO Regards, CO Chris CO Peter Velychko wrote: Hello Christopher, My flowscript looks like the following: var user

Re: Continuation - strange problem

2004-01-23 Thread Peter Velychko
) { } } catch (e) { } ... } To force the catch stack size to 3. Another workaround would be to move the code containing one of your try blocks into a subroutine. Regards, Chris Peter Velychko wrote: Hello Christopher, My flowscript looks like the following: var user

Re[2]: Continuation - strange problem

2004-01-23 Thread Peter Velychko
{ try { } catch(e) { } } catch(e) { } } catch (e) { } ... } To force the catch stack size to 3. Another workaround would be to move the code containing one of your try blocks into a subroutine. Regards, Chris Peter Velychko wrote: Hello

Re: [Flowscript] Obtaining servlet context directory

2003-12-10 Thread Peter Velychko
commands, e-mail: [EMAIL PROTECTED] Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Link Livesites: Cocoon 2.1

2003-12-01 Thread Peter Velychko
Cocoon 2.1.2, Hibernate 2.0.3 3. www.sledopyt.com.ua - Sledopyt Company The site of marketing, advertizing and brand consulting company in Kiev, Ukraine Cocoon 2.1.2, Hibernate 2.0.3 If you like to get more details just send a mail. Best regards, Peter Velychko [EMAIL PROTECTED

Re: [Help] redirect to different ulrs depending on the url parameter value

2003-10-02 Thread Peter Velychko
/map:match TB But I cannot find a way to call another matcher. TB map:call needs resource not the matcher. TB map:redirect-to works but forget about parameters. TB So how to do it with map:selector? Or how to do it at all? TB(Cocoon 2.0.3) TBTomasz Bech -- Best regards, Peter

Re: using log4j in cocoon 2.0.3?

2003-10-02 Thread Peter Velychko
? -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems using Java code in Flow Scripts

2003-09-05 Thread Peter Velychko
these problems, because I love the use of Flow Script and I want to use it in all my future applications. But with these problems, there is no SN way to do that. SN Thank you. SN Stephan Niedermeier -- Best regards, Peter Velychko [EMAIL PROTECTED

cocoon build system

2003-07-18 Thread Peter Velychko
error durin g transformation I han't found any means to add third part jars to {$my_block}.classpath for block sources compiling. Does the possibility exist? -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e

Re[2]: cocoon build system

2003-07-18 Thread Peter Velychko
Hello Stephan, Friday, July 18, 2003, 12:54:52 PM, you wrote: SM On Fri, 18 Jul 2003, Peter Velychko wrote: Hello All, Could anyone suggest to me the hint how can I compile my classes during cocoon building process? My classes use the library batik-all-1.5b5.jar, that has already placed

Re: cocoon build system

2003-07-18 Thread Peter Velychko
] -- Best regards, Peter Velychko [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Solution]: cocoon build system

2003-07-18 Thread Peter Velychko
- SM To unsubscribe, e-mail: [EMAIL PROTECTED] SM For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Peter Velychko [EMAIL PROTECTED

Re: cocoon build system

2003-07-18 Thread Peter Velychko
Hello Luca, Friday, July 18, 2003, 2:16:01 PM, you wrote: -Original Message- From: Peter Velychko [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 1:03 PM To: Stephan Michels Subject: Re: cocoon build system Hello Stephan, Friday, July 18, 2003, 1:25:36 PM, you wrote