Re: Newbie-question: parameters/variables

2009-04-20 Thread Alessandro Vincelli
: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org -- Alessandro Vincelli --- http://www.alessandro.vincelli.name http://devel.alessandro.vincelli.name - To unsubscribe, e-mail

Re: AW: [2.2] Cocoon and XSLT 2.0

2008-10-21 Thread Alessandro Vincelli
Luca, I did a port to XSLT 2.0 three months ago. It was easy and without big problems. Good luck. Alessandro - Original Message Follows - From: Luca Morandini [EMAIL PROTECTED] To: users@cocoon.apache.org Subject: Re: AW: [2.2] Cocoon and XSLT 2.0 Date: Tue, 21 Oct 2008 07:57:12 +0200

Re: Howto use Dojo standalone with cocoon ? (does that make sense at all?)

2008-08-29 Thread Alessandro Vincelli
formidable. We can do a very good software with cocoon 2.2. Alessandro begin:vcard fn:Alessandro Vincelli n:;Alessandro Vincelli url:http://www.alessandro.vincelli.name version:2.1 end:vcard - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Howto use Dojo standalone with cocoon ? (does that make sense at all?)

2008-08-29 Thread Alessandro Vincelli
this work in the wiki in the next days. Alessandro begin:vcard fn:Alessandro Vincelli n:;Alessandro Vincelli url:http://www.alessandro.vincelli.name version:2.1 end:vcard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Howto use Dojo standalone with cocoon ? (does that make sense at all?)

2008-08-21 Thread Alessandro Vincelli
to Grzegorz for the additional links!) BTW: i'd like to use all this material for our next video tutorial... Any complains ? I published this code in order to share this kind of skills, no problem if you use this. Bye, Alessandro regards, hussayn Alessandro Vincelli wrote: Hussayn i'm working

Re: Howto use Dojo standalone with cocoon ? (does that make senseat all?)

2008-08-21 Thread Alessandro Vincelli
: Howto use Dojo standalone with cocoon ? (does that make senseat all?) Data : Thu, 21 Aug 2008 08:14:17 +0200 Alessandro Why not add this page to the Cocoon Wiki; its then readily accessible (and findable) by all? On 2008/08/20 at 08:46, in message [EMAIL PROTECTED], Alessandro Vincelli

Re: Howto use Dojo standalone with cocoon ? (does that make sense at all?)

2008-08-20 Thread Alessandro Vincelli
, it is trivial, i just dont see it... (maybe i have to look into the cocoon-2.1 docs ?) so, thank you in advance for any further explanation. best regards, hussayn begin:vcard fn:Alessandro Vincelli n:;Alessandro Vincelli url:http://www.alessandro.vincelli.name version:2.1 end:vcard

Re: Cocoon Authentication

2008-08-18 Thread Alessandro Vincelli
received this e-mail in error, do not use, copy or distribute it. Do not open any attachments. Delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you. begin:vcard fn:Alessandro Vincelli n:;Alessandro Vincelli url:http

Re: Cocoon 2.2 classic webapp

2008-08-13 Thread Alessandro Vincelli
be moved to the trunk and also become the base for a new Maven archetype. Have fun! [1] http://www.indoqa.com/en/people/reinhard.poetz/blog/624 begin:vcard fn:Alessandro Vincelli n:;Alessandro Vincelli url:http://www.alessandro.vincelli.name version:2.1 end:vcard

re: Cocoon Authentication

2008-08-12 Thread Alessandro Vincelli
Magnus, I'm using a very similar code, but I haven't your problem. Try to post the stacktrace. Bye Alessandro - Original Message - Da : Magnus Haraldsen Amundsen [EMAIL PROTECTED] A : users@cocoon.apache.org Oggetto : Cocoon Authentication Data : Tue, 12 Aug 2008 13:29:05 +0200 Hi,

Re: enable upload in cocoon2.2.0

2008-08-06 Thread Alessandro Vincelli
JLe, don't work on target directory, this dir is only a build directory. The documentation is obsolete, it refers to cocoon 2.1, in cocoon 2.2 the upload is enabled by default. You can find other information on cocoon 2.2 and upload in this mailing list. Bye Alessandro - Original Message

Re: how to pass params to the repeater's selection list

2008-08-03 Thread Alessandro Vincelli
/jx:if /fd:item /jx:forEach /fd:selection-list So, I need to have the elements type (selection-list) of the repeater to be selected as in the database. How can I do it? begin:vcard fn:Alessandro Vincelli n:;Alessandro Vincelli url:http://www.alessandro.vincelli.name

re: C2.2 Problem deploying webapp with snapshots

2008-07-31 Thread Alessandro Vincelli
Only one suggestion. You are usign 2.2.1-SNAPSHOT, but with the old archetype, and probabibly with not correct version of cocoon-maven-plugin (1.0.0-RC1-SNAPSHOT). I read on the mailinglist that Pötz is working on upgrading cocoon-maven-plugin in order the resolve exactly this issue. Bye.

Re: AW: [C2.2] set web.xml params

2008-07-25 Thread Alessandro Vincelli
surely have in a classpath because your block depends on it. Uploads are enabled in Cocoon itself by default so you don't need to do anything. begin:vcard fn:Alessandro Vincelli n:;Alessandro Vincelli url:http://www.alessandro.vincelli.name version:2.1 end:vcard

Re: [C2.2] set web.xml params

2008-07-24 Thread Alessandro Vincelli
Matthias, I migrated my upload-widget without change settings the web.xml. By default upload is enabled, check this[1] I only increased the max size file overriding this properties: org.apache.cocoon.uploads.maxsize=1024 putting this property in a file like this:

Re: block communication and page fragment

2008-07-24 Thread Alessandro Vincelli
/ /map:aggregate javax.servlet.ServletException: org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: block1/somefile.blck1 By the way, I can access http://localhost:8080/cocoon/block1/somefile.blck1 with no any problems ! Alessandro Vincelli wrote: Very simple

RE: Apache commons-fileupload returns an empty list

2008-07-16 Thread Alessandro Vincelli
2008 08:56:09 +0200 I'm using 2.2, but is is because of the default max size that it doesn't return any items? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alessandro Vincelli Sent: 15. juli 2008 17:09 To: users@cocoon.apache.org Subject: re

re: Apache commons-fileupload returns an empty list

2008-07-15 Thread Alessandro Vincelli
Which version of cocoon are you using? In cocoon 2.2 I overrode this properties, by default the value is 100kb. #upload-max-size overriding cocoon core properties org.apache.cocoon.uploads.maxsize=1024 Bye Alessandro - Original Message - Da : Magnus Haraldsen Amundsen [EMAIL

Re: Re: block communication and page fragment

2008-07-14 Thread Alessandro Vincelli
the transformation. The examples are very useful but they show how to aggregate the xml docs into one then transforming them. For example, if I have two separate blocks, each of them generates html page, I need to put them in one single page after the html is generated. Is this possible? Alessandro

RE: block communication and page fragment

2008-07-13 Thread Alessandro Vincelli
You can use map:aggregate[1] there are some example on cocoon.zones.apache.org[2] Bye Alessandro [1] http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html [2] http://cocoon.zones.apache.org/demos/trunk/samples/core/aggregation/ Hello: I am wondering if there's a tutorial or example that

cocoon 2.2 and jackrabbit OCM

2008-07-12 Thread Alessandro Vincelli
I'm integrating jackrabbit and cocoon 2.2, no problems with the JackRabbit Core. But when I use OCM code form 5' with Jackrabbit OCM[1] I have a strange problem. The insert in the Repo works well but when i retrieve the object: PressRelease pressRelease = (PressRelease)

[2.2] Cforms, selection-list on Repeater

2008-06-20 Thread Alessandro Vincelli
I'm using cocoon 2.2. In CForms 1.1 the selection-list of type flow-jxpath doesn't work. fd:repeater id=profiles fd:widgets fd:field id=profile fd:labelProfile/fd:label fd:datatype base=integer / fd:selection-list type=flow-jxpath list-path=profileSL value-path=upId

Re: [2.2] Cforms, selection-list on Repeater

2008-06-20 Thread Alessandro Vincelli
to access your widget. Perhaps something like this will work: var profiles=form.lookupWidget(profiles); for (var i=0; iprofiles.size; i++) { var row=profiles.getRow(i); var profile=row.lookupWidget(profile).value; } Barbara On 20 Jun, 2008, at 9:24 am, Alessandro Vincelli

Re: [2.2] XPatch web.xml

2008-06-17 Thread Alessandro Vincelli
- Original Message - Da : Reinhard Pötz [EMAIL PROTECTED] A : users@cocoon.apache.org Oggetto : Re: [2.2] XPatch web.xml Data : Tue, 17 Jun 2008 08:32:03 +0200 [EMAIL PROTECTED] wrote: In order to patch web.xml I see the maven-plugins docs

Re: Cforms Booleanfield true-param-value

2008-02-04 Thread Alessandro Vincelli
You can't change a boolean value for booleanfield. You can see this for more details: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/forms/formmodel/BooleanField.html Bye Carlos Martínez ha scritto: Hello, I'm trying to change the true-param-value of a booleanfield. I want change

Re: First steps with PDF generation

2008-02-04 Thread Alessandro Vincelli
I think the problem is in minimal.fo.xml. Can you post the content of: minimal.fo.xml Gerritjan Koekkoek ha scritto: Hi, I'm trying to startup with PDF generation... So far... added in sitemap two sections: map:serializer name=fo2pdf

Re: Automatic call pipeline at startup

2008-01-30 Thread Alessandro Vincelli
More precisely. I'm using Cocoon Cron (CocoonPipelineCronJob) to invoke a pipeline every 30 minutes. Can I configure Cocoon Cron to invoke the same pipeline also at application startup? Thanks in advance Alessandro Alessandro Vincelli wrote: Is possible call pipeline or flowscript function

Re: Automatic call pipeline at startup

2008-01-30 Thread Alessandro Vincelli
Thank you for this solution, but I want find a solution less inasive. Andreas Kuehne ha scritto: Can I configure Cocoon Cron to invoke the same pipeline also at application startup? I'm not familiar with cron ... but for sure you can get it by implementing an ServletContextListener. It

Automatic call pipeline at startup

2008-01-29 Thread Alessandro Vincelli
Is possible call pipeline or flowscript function at application startup? thanks in advance Alessandro -- http://www.alessandro.vincelli.name - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: What is COB-INF?

2007-12-05 Thread Alessandro Vincelli
mmmh, I'm having the same problem. But in the new site ther's a powerful search. - Alessandro Vincelli dperez ha scritto: I don't know how to arrive to this page through the menus! If I click the Core 2.2 on the upper row, only the list of blocks appear. Maybe there are a lot

Re: Binding on-insert-row is ignored

2007-05-12 Thread Alessandro Vincelli
] For additional commands, e-mail: [EMAIL PROTECTED] -- Alessandro Vincelli - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

The authentication resource - auth and authentication-fw

2006-12-29 Thread Alessandro Vincelli
Hy, I'm writing my authentication method for new webapp. From 2.1.10 the authentication-fw is deprecated see the release notes: ... Deprecate session-fw and authentication-fw block. These blocks will be removed in further releases. Committed by CZ. ... I'm reading in cocoon documentation

[CFORMS-binding] Bean java.lang.Boolean - booleanfield not work

2006-08-31 Thread Alessandro Vincelli
In cocoon CFOMRS examples - Binding Samples - Bean Binding - A form for just editing a Java bean the binding of booleanfield not work? at this line I'm setting true the bean bean.setEnable(java.lang.Boolean.TRUE); But in the form the checkbox is unchecked Any Idea? the funcion in

Re: [poll] Java 5 as minimum requirement for Cocoon 2.2

2006-08-10 Thread Alessandro Vincelli
Reinhard Poetz ha scritto: On [EMAIL PROTECTED] we have started to dicuss whether we can make Java 5 becoming the minimum requirement for Cocoon 2.2. Note that this discussion is completly unrelated to Cocoon 2.1 which needs JDK 1.3. The arguments pro Java 5 which was officially releases

Re: repalce function in Flowscript ?

2006-05-08 Thread Alessandro Vincelli
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- --- Alessandro Vincelli E-mail: [EMAIL PROTECTED] tel: +39 339 8695546

Re: repalce function in Flowscript ?

2006-05-08 Thread Alessandro Vincelli
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- --- Alessandro

Re: [CFORMS] Italian decimal in fd:convertor

2006-05-05 Thread Alessandro Vincelli
in 2.1.8, I haven't checked yet if this changed in 2.1.9. -- --- Alessandro Vincelli E-mail: [EMAIL PROTECTED] tel: +39 339 8695546 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[CFORMS] Italian decimal in fd:convertor

2006-05-04 Thread Alessandro Vincelli
the symbol for decimal separator and thousands separator Thanks in advance. Alessandro -- --- Alessandro Vincelli E-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [CFORMS] Italian decimal in fd:convertor

2006-05-04 Thread Alessandro Vincelli
Thanks, but I have already tried with this solution fd:pattern locale=it_IT#,00/fd:pattern but don't work. :( Cocoon output: 1,000.90 but I want: 1.000,90 Maurizio Pillitu ha scritto: Alessandro Vincelli ha scritto: Hi, I would want to visualize the prices in italian format

CFORM: on-delete-row

2006-03-03 Thread Alessandro Vincelli
/fb:repeater /fb:context -- --- Alessandro Vincelli W4B - web for business s.r.l. Via Volturno, 10/12 Sesto Fiorentino (FI) Tel. 0571 998771 Fax. 055 340576

CFORM - repeater , add-row on OJB collection

2006-02-08 Thread Alessandro Vincelli
) at org.apache.catalina.core.StandardPipeline.invoke(Stand -- --- Alessandro Vincelli W4B - web for business s.r.l. Firenze via Pellicceria 10 - 50123 E-mail: [EMAIL PROTECTED] tel: 055-2654270 - To unsubscribe, e-mail

Re: CFORM - repeater , add-row on OJB collection

2006-02-08 Thread Alessandro Vincelli
this problem: java.lang.NoSuchMethodException: org.apache.ojb.broker.util.collections.RemovalAwareCollection.add(w4b.com.cassagest.db.Docuassist) Any idea? --- Alessandro Vincelli W4B - web for business s.r.l. Firenze via Pellicceria 10 - 50123 E-mail: [EMAIL PROTECTED

Re: xspAttr cannot be resolved in Cocoon 2.1.8

2005-12-14 Thread Alessandro Vincelli
Solved, thanks --- Alessandro Vincelli W4B - web for business s.r.l. Firenze via Pellicceria 10 - 50123 E-mail: [EMAIL PROTECTED] tel: 055-2654270 Nathaniel Alfred ha scritto: Damn it, the ESQL logicsheet escaped my renaming exercise. Our pre-release testing

xspAttr cannot be resolved in Cocoon 2.1.8

2005-11-22 Thread Alessandro Vincelli
at map:transform - file:/var/webapps/cassagest/app.xmap:250:51 at map:generate type=serverpages - file:/var/webapps/cassagest/app.xmap:239:85 at map:mount - file:/var/webapps/cassagest/sitemap.xmap:738:65 -- --- Alessandro Vincelli W4B - web for business s.r.l. Firenze

Offerta di lavoro

2005-10-04 Thread Alessandro Vincelli
196/03, il codice di riferimento *Rif. JO/mlc* all’indirizzo [EMAIL PROTECTED] oppure via posta all’indirizzo: W4b - Web for business s.r.l Via Pellicceria, 10, 50123 Firenze oppure via fax al numero 055.281985 -- --- Alessandro Vincelli W4B - web for business

Re: Installation problem - quartz scheduler under Tomcat and Jetty

2005-05-20 Thread Alessandro Vincelli
] For additional commands, e-mail: [EMAIL PROTECTED] -- --- Alessandro Vincelli E-mail: [EMAIL PROTECTED] tel: +39 339 8695546 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: XSP / XSL database_tag2Html

2005-05-19 Thread Alessandro Vincelli
Thanks a lot. Stavros Kounis ha scritto: On 5/19/05, Alessandro Vincelli [EMAIL PROTECTED] wrote: Hi I using Cform/htmlarea I store in database text as span style=font-weight: bold; Some textbr / More text /span When I retrieve field from DB esql:execute-query

XSP / XSL database_tag2Html

2005-05-18 Thread Alessandro Vincelli
Hi I using Cform/htmlarea I store in database text as span style=font-weight: bold; Some textbr / More text /span When I retrieve field from DB esql:execute-query esql:querySELECT * FROM . WHERE /esql:query esql:results esql:row-results

Re: how to relese the memory from FOP

2005-05-11 Thread Alessandro Vincelli
. Best Regards Johnson -- --- Alessandro Vincelli E-mail: [EMAIL PROTECTED] tel: +39 339 8695546 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

OJB 1.0.3 in cocoon 2.1.7

2005-05-09 Thread Alessandro Vincelli
I have a problem in db-ojb-1.0.1 . When I use JDO api , the tables sequence autoincrement after all query, It this is a bug in OJB-jdo. I want include db-ojb-1.0.3 in cocoon 2.1.7 jdk-1.5, I recompiled db-ojb-1.0.3 with jdk-1.5, but when I start the cocoon-app I have this problem: Message:

Re: OJB 1.0.3 in cocoon 2.1.7

2005-05-09 Thread Alessandro Vincelli
Hi, If I remove ojb library cocoon work ... thanks Arsen A. Gutsal wrote: Alessandro. Actually I'm not familiar with problem you described, but, cocoon continue to load after this message? Just wait few more minutes. On Tue, 2005-05-10 at 19:53 +0200, Alessandro Vincelli wrote: I have

Re: OJB 1.0.3 in cocoon 2.1.7

2005-05-09 Thread Alessandro Vincelli
more minutes. On Tue, 2005-05-10 at 19:53 +0200, Alessandro Vincelli wrote: I have a problem in db-ojb-1.0.1 . When I use JDO api , the tables sequence autoincrement after all query, It this is a bug in OJB-jdo. I want include db-ojb-1.0.3 in cocoon 2.1.7 jdk-1.5, I recompiled db-ojb-1.0.3

EHCache is not alive

2004-12-22 Thread Alessandro Vincelli
Hi all, After upgrading a webapp to Cocoon 2.1.6.1, I am often experiencing errors of the cocoon-ehcache 2 is not alive form. Reloading the webapp seems to fix the problem, but only for a while. Anyone having any idea? I couldn't manage to find anything relevant on the list and on Google

Transformer: DocumentFragment and SAX events

2004-10-21 Thread Alessandro Vincelli
); } } -- --- Alessandro Vincelli W4B - web for business s.r.l. Firenze via Pellicceria 10 - 50123 E-mail: [EMAIL PROTECTED] tel: 055-2654270 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XSP / XSL / LogicSheet Plugin for Quanta

2004-10-18 Thread Alessandro Vincelli
** Can anyone recommend a good XML plugin for Quanta that will edit java/xsp logicsheets and XSL completion? thank you. -- --- Alessandro Vincelli W4B - web for business s.r.l. Firenze via Pellicceria 10 - 50123 E-mail: [EMAIL PROTECTED] tel: 055-2654270