RE: pipeline in flowscript

2012-03-14 Thread Robby Pelssers
not found' instead 'file not found' 14.3.2012 21:52, Robby Pelssers kirjoitti: No... we're not getting closer. We should have been there if you paid attention ;-) Using the cocoon:// protocol you should have blindly copied over my suggestion. It's not registration2.mika but registration.mika

RE: Problem with Cocoon Forms continuation in Google Chrome

2012-03-13 Thread Robby Pelssers
Could you perhaps isolate the problem into the smallest reproducible scenario and share this sample code (form definition / flowscript / jxtemplate). Which version of Cocoon are you using by the way? Robby From: Patricia Déchandol [mailto:pdechan...@ajlsm.com] Sent: Tuesday, March 13, 2012

RE: Problem with Cocoon Forms continuation in Google Chrome

2012-03-13 Thread Robby Pelssers
. Is there new known problems with Google Chrome or Safari ? This problem didn't exist a week ago. Could it be generated by a Chrome update ? Patricia Le 13 mars 2012 à 11:56, Robby Pelssers a écrit : Could you perhaps isolate the problem into the smallest reproducible scenario and share

RE: Problem with Cocoon Forms continuation in Google Chrome

2012-03-13 Thread Robby Pelssers
sources are deployed. So I suppose something in the server configuration provocate it. :-(( Le 13 mars 2012 à 12:56, Robby Pelssers a écrit : Of course it can. But to get an answer to that question I advise you to check the known bugs list of chrome itself. Did you already inspect

RE: parent of parent artifact?

2012-03-10 Thread Robby Pelssers
Hi Jos, Just speaking for myself here but the parent pom is mostly a pom that you just reference because it contains a list of dependencies including the version numbers. That way you just have to include any dependencies you need in your pom's referencing this parent pom and you can leave out

RE: parent of parent artifact?

2012-03-08 Thread Robby Pelssers
Notes Cocoon 3 quick start guide: Check out latest sources from trunk. In my case i checked them trunk out to c:/development/workspaces/cocoon3/trunk Next change directory into that folder and run mvn install: nxp10009@NXL01262

RE: pipeline component

2012-03-08 Thread Robby Pelssers
I still don't understand why you need 1 single component to do all the heavy lifting though. The power of Cocoon in my opinion is to have all these components work together to get the job done. For the zipping I still advise to use the zipserializer and inject any entries pointing to whatever

RE: [C3] Working with archetypes [Was Re: parent of parent artifact?]

2012-03-08 Thread Robby Pelssers
: Thursday, March 08, 2012 4:24 PM To: users@cocoon.apache.org Cc: Francesco Chicchiriccò; Robby Pelssers Subject: Re: [C3] Working with archetypes [Was Re: parent of parent artifact?] Thank you both, Francesco and Robby. I will be looking through these two sets of instructions (hopefully not too

RE: parent of parent artifact?

2012-03-08 Thread Robby Pelssers
@cocoon.apache.org Cc: Robby Pelssers Subject: Re: parent of parent artifact? Thanks for this... I see that relative to the instructions I've been following, it eliminates creating a samples block, and optionally a parent block. It also makes clearer that the Cocoon block and webapp I create do

RE: parent of parent artifact?

2012-03-08 Thread Robby Pelssers
- From: Lars Huttar [mailto:lars_hut...@sil.org] Sent: Thursday, March 08, 2012 10:10 PM To: users@cocoon.apache.org Cc: Robby Pelssers Subject: Re: parent of parent artifact? Thanks, that's very helpful! We have a lot of what we call applications that run side-by-side under a single Cocoon 2

RE: parent of parent artifact?

2012-03-07 Thread Robby Pelssers
: Robby Pelssers Subject: Re: parent of parent artifact? Robby, You're right, there is a parent folder after all. Sorry. So I wonder what the error means, and how to fix it? Yes, I checked out from http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk r1171608 That's last September. Maybe I should

RE: how to make sitemap entries case insensitive

2012-01-30 Thread Robby Pelssers
Hi Joseph, Which version of cocoon are you using? If you're using C2.2 you could for instance add a flow controller to capture the extension and translating it to lowercase or uppercase. I think the most important task is to standardize usage of extensions in your project (always store files

RE: how to make sitemap entries case insensitive

2012-01-30 Thread Robby Pelssers
Hi Jasha, Matching is not the issue for him I think. You're right that he can easily match on both .BMP and .bmp but there are some open ends to this: - Is the actual file extension using (always?) lower or uppercase? - Is there any direct support in the sitemap to

RE: connection reset?

2012-01-15 Thread Robby Pelssers
Are you using cocoon2.1 or 2.2? From the stacktrace I can make out you're using flowscript and you're using continuations as well. The problem is that these continuations time out after some time which will result in the stacktrace you see below. What you could do is catch this continuation

RE: how do I specify function parameters in the URL

2012-01-03 Thread Robby Pelssers
Not sure if your setup is working like the sample below, but you can easily pass a parameter which you extract from the URI or just pass a request parameter Example 1: map:match pattern=login/* map:call function=showIndexPage map:parameter name=paramName value={1}/ /map:call /map:match

RE: JX template generator leaves trace behind (jx namespace is added to final result tree)

2012-01-02 Thread Robby Pelssers
result tree) On 7 December 2011 11:22, Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote: Hi guys, When using the jx:template generator I noticed (actually on regular occasions) it leaves behind xmlns:jx=http://apache.org/cocoon/templates/jx/1.0; After googling a bit

Welcome Cédric Damioli and Robby Pelssers as Cocoon committers

2011-12-19 Thread Robby Pelssers
Hi all, First of all I would like to express my gratitude to all who have put their faith in me. And I'm extremely excited to have been given this opportunity which I will accept with proud. Secondly I would like to give a short introduction about myself. My name is Robby Pelssers, born

JX template generator leaves trace behind (jx namespace is added to final result tree)

2011-12-07 Thread Robby Pelssers
Hi guys, When using the jx:template generator I noticed (actually on regular occasions) it leaves behind xmlns:jx=http://apache.org/cocoon/templates/jx/1.0; After googling a bit around I noticed people having the same issue: http://marc.info/?l=xml-cocoon-usersm=118064449609598 But cleaning up

RE: Cocoon Forms [absolute beginner]

2011-11-28 Thread Robby Pelssers
I agree. Although flowscript's continuations can be useful they do tend to claim lots of resources and as a cocoon beginner it might make more sense to jump onto the C3 wagon from the start. I think it offers a easier learning path although from (advanced -- writing custom components)

RE: [C2.2] Bad performance with Cocoon/Tomcat

2011-11-22 Thread Robby Pelssers
You first might want to read this thread and let me know if it still applies. http://old.nabble.com/memory-leak-in-PoolableProxyHandler-td29023190.html Robby From: Matthias Müller [mailto:pym...@yahoo.de] Sent: Tuesday, November 22, 2011 3:52 PM To: users cocoon.apache.org Subject: [C2.2] Bad

RE: [C2.2] Get Element from uploaded file

2011-11-18 Thread Robby Pelssers
/path/to/element; var result = cocoon.getComponent('XPathEvaluator').evaluate(inputStream, xpath); Thanks again, Matthias Von: Robby Pelssers robby.pelss...@nxp.com An: Matthias Müller pym...@yahoo.de; users@cocoon.apache.org users@cocoon.apache.org Gesendet: 16:22

RE: [C2.2] Get Element from uploaded file

2011-11-17 Thread Robby Pelssers
There are many ways to accomplish this but below a possible approach: / Java Component to extract the filename **/ public interface FileNameExtractor { public String getFileName(String id); } public class PrototypeFileNameExtractor implements FileNameExtractor { public String

RE: [C2.2] Get Element from uploaded file

2011-11-17 Thread Robby Pelssers
representation of the DATA needed / ?xml version=1.0 encoding=UTF-8? !-- Author: Robby Pelssers -- xsl:stylesheet version=2.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:xs=http://www.w3.org/2001/XMLSchema; xsl:output method=text version=1.0 encoding=UTF-8/ xsl:template match

RE: outputing html

2011-11-14 Thread Robby Pelssers
map:match pattern=somepattern !-- e.g. '*.html' map:generate src=somePath/ !-- e.g. 'static/html/{1}.html' map:serialize type=html/ -- or xhtml-- /map:match Kind regards, Robby -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Monday, November 14, 2011 8:55

RE: outputing html

2011-11-14 Thread Robby Pelssers
(no valid xml) and you don't need to transform it, you can also do map:match pattern=somepattern !-- e.g. *.html -- map:read src=somePath/ !-- e.g. 'static/html/{1}.html' -- /map:match On 14 November 2011 20:57, Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote: map:match

RE: outputing html

2011-11-14 Thread Robby Pelssers
the suggestions. I'm going to try to put the html in the static dir and see if it works. -Jose From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Monday, November 14, 2011 3:08 PM To: users@cocoon.apache.org Subject: RE: outputing html Yep. That would also be possible. Actually, if you

Nullpointer in ZipSerializer (cocoon 2.2)

2011-11-10 Thread Robby Pelssers
as in the link above. Anyone some usefull input on this matter? Cheers, Robby Pelssers

RE: fb:insert-node width dynamic src

2011-11-08 Thread Robby Pelssers
Not sure how the fb:insert-node solution works but you might get away using the cinclude transformer. If you would generate or insert this tag into the xml you generate and next would run the cinclude transformer over the resulting xml cinclude:include src=cocoon://{path}/{widget_value}.xml /

RE: fb:insert-node width dynamic src

2011-11-08 Thread Robby Pelssers
, implies to be navigator dependent. Patricia Le 8 nov. 2011 à 16:27, Robby Pelssers a écrit : Not sure how the fb:insert-node solution works but you might get away using the cinclude transformer. If you would generate or insert this tag into the xml you generate and next would run

RE: [ cocoon3 ] map parameters

2011-11-07 Thread Robby Pelssers
Have you tried: map:parameter name=creatorId value={1} / Robby -Original Message- From: Andre Juffer [mailto:ajuf...@cc.oulu.fi] Sent: Monday, November 07, 2011 11:57 AM To: Cocoon Users Subject: [ cocoon3 ] map parameters Hi, I have the following pipeline in a sitemap of some block.

RE: [ cocoon3 ] map parameters

2011-11-07 Thread Robby Pelssers
At least this tells you that the default file generator receives the parameter correctly as default the filegenerator will look for the file starting with COB-INF as root folder. Robby -Original Message- From: Andre Juffer [mailto:ajuf...@cc.oulu.fi] Sent: Monday, November 07, 2011

RE: [ cocoon3 ] map parameters

2011-11-07 Thread Robby Pelssers
Hi Andre, Are you sure these @Path annotations are correct? In your sitemap you specify the pattern create/image/creator/* In your component I see following annotations @Path(/image) public class ImageResource @POST @Path(/creator/{id}) @Consumes(MediaType.MULTIPART_FORM_DATA)

RE: thought I had fixe it

2011-10-25 Thread Robby Pelssers
He should have known that ;-) For all I know this is still Java Criteria criteria = null; While this is the javascript version: var criteria = null; Robby -Original Message- From: Paul Joseph [mailto:pjos...@gmail.com] Sent: Tuesday, October 25, 2011 11:41 AM To:

RE: thought I had fixe it

2011-10-24 Thread Robby Pelssers
Hi Paul, You would definitely come to that conclusion. But maybe it's worth taking a look at your own code that gets executed to render that single page. Do you see anything fishy? If not did you try any java profiler to find out which class is responsible for the memory consumption? It

RE: scaling problem

2011-10-21 Thread Robby Pelssers
For what it's worth... check this thread and see if this applies: http://www.mail-archive.com/users@cocoon.apache.org/msg45665.html Robby -Original Message- From: Paul Joseph [mailto:pjos...@gmail.com] Sent: Friday, October 21, 2011 2:42 PM To: users@cocoon.apache.org Subject: scaling

RE: scaling problem

2011-10-21 Thread Robby Pelssers
2.1.11 (should have mentioned earlier, that's what I am using.) On 10/21/2011 8:44 AM, Robby Pelssers wrote: For what it's worth... check this thread and see if this applies: http://www.mail-archive.com/users@cocoon.apache.org/msg45665.html Robby -Original Message- From: Paul Joseph

The power of Apache Cocoon, Xquery, and XSLT extensions

2011-09-30 Thread Robby Pelssers
Hi guys, For the ones interested... I wrote a new article showing a nice mix of Cocoon, Xquery and XSLT extensions available at http://robbypelssers.blogspot.com/2011/09/power-of-apache-cocoon-xquery-and-xslt.html Cheers, Robby Pelssers

RE: Cocoon3: string-template; collections

2011-09-20 Thread Robby Pelssers
Hi Andre, I found some example online but I haven't tested it personally. The example the syntax how to iterate ul $orders: {order| liOrder $order.OrderId$/li }$ /ul Let me know if that works out for you. Robby -Original Message- From: Andre Juffer

RE: how to set initial value in MultiValueField widjet

2011-09-20 Thread Robby Pelssers
Hi Serge, Nice to hear you managed to resolve your own question. I see you are actually using an XML document as your datasource. I never had this particular use case so I never used the binding functionality. Thx for sharing your solution. I'm sure others will benefit from this. Robby

RE: how to set initial value in MultiValueField widjet

2011-09-19 Thread Robby Pelssers
a widget you do sth like this var mymultivaluewidget = formWidget.lookupWidget(replace_this_by_widget_id); mymultivaluewidget.setValues(somevalues); Hope this helps, Robby Pelssers -Original Message- From: Сергей Алешин [mailto:fkt...@gmail.com] Sent: Sunday, September 18, 2011 2:06 PM

RE: how to set initial value in MultiValueField widjet

2011-09-19 Thread Robby Pelssers
for my English. I mean, how to mark some values from values presented as selected? For fd:field I use fd:initial-value. But I don't know how to set initial-value for fd:multivaluefield. 2011/9/19 Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss...@nxp.com Hi Serge, You can still use the 2.1.10

FW: help needed for migrating Cocoon2.2 to Spring 3

2011-09-16 Thread Robby Pelssers
/dependencies /dependencyManagement So what could be wrong with our current config? Kind regards, Robby Pelssers

help needed for migrating Cocoon2.2 to Spring 3

2011-09-15 Thread Robby Pelssers
money on Cocoon3 (which does not even have a stable version yet) or wait for a new version of Cocoon2.2 which might never see daylight. Ps. If anyone could already give the steps to take to do it ourselves we would be very thankfull. Kind regards, Robby Pelssers

RE: Cocoon 2.2 production server configuration

2011-09-14 Thread Robby Pelssers
Hi Brecht, I checked out the Cocoon sources from SVN and applied the patch locally and installed the module in our repo. I mailed you my patched version of the jar. Kind regards, Robby From: Brecht Schoolmeesters [mailto:brecht.schoolmeest...@zappware.com] Sent: Wednesday, September 14, 2011

RE: Cocoon 2.2 production server configuration

2011-09-13 Thread Robby Pelssers
Hi Brecht, Just wondering how large the data is you are processing. We have a cocoon 2.2 app running stable with 512mb of memory. And I’m pretty sure it even uses less memory after we solved a memory leak. Check this thread

RE: Cocoon 3 - no conditional pipelines?

2011-07-11 Thread Robby Pelssers
Hi Lars, if you take a look at the cocoon-sitemap module you will see all supported nodes: - act - error - generate - match - otherwise - parameter - pipeline - pipelines - read - select - serialize - sitemap - transform - when So I think you're good to go with C3. Kind regards, Robby

question regarding the Cocoon 3 API

2011-07-07 Thread Robby Pelssers
Hi, Are my following assumptions right? - setConfiguration is typically used when using sitemap - but for setup(params) method the API states that this is the shared map for all components... so it should not be called directly but it gets indirectly called when executing

RE: Does ValidatingTransformer support DTD validation

2011-06-27 Thread Robby Pelssers
checked this page [1]? I'm not sure if this is the same component, but is might lead you further. [1] http://wiki.apache.org/cocoon/ValidationTransformer Jeroen On Mon, Jun 20, 2011 at 3:24 PM, Robby Pelssers robby.pelss...@ciber.com wrote: Hi all, i am trying to use the validating transformer

RE: problem with serialization Cocoon2.2

2011-06-23 Thread Robby Pelssers
, even though it's really a XML serializer in disguise. You could move the work to a separate pipeline, serialize that to p-topic in basictype/*/*/* and serialize that to HTML in topic2xhtml/**. Hartelijke groet, Huib Verweij. Op 17 jun 2011, om 13:18 heeft Robby Pelssers het volgende

Does ValidatingTransformer support DTD validation

2011-06-20 Thread Robby Pelssers
Hi all, i am trying to use the validating transformer with a DTD but can't get it to work. I already took a look at the source and found this block of code in

problem with serialization Cocoon2.2

2011-06-17 Thread Robby Pelssers
filesystem which is used as input for the topic2xhtml/** pattern It looks like the class attributes which should be added by the DTD are not added in use-case (a) which is why the transform fails. Any insight is appreciated. Kind regards, Robby Pelssers

RE: validating xml

2011-05-09 Thread Robby Pelssers
:37 Aan: users@cocoon.apache.org Onderwerp: Re: validating xml Hi Robby, Am 14.04.11 13:43, schrieb Robby Pelssers: Hi all, i've got an interesting use case where my starting point is XML data (could be 1 single file, aggregated xml data, xquery results, ...) From this input I have

RE: how to access post parameters from sitemap

2011-04-27 Thread Robby Pelssers
@cocoon.apache.org Onderwerp: Re: how to access post parameters from sitemap On 04/26/2011 04:10 PM, Robby Pelssers wrote: When I post to this url firebug shows the id's are posted just fine. But when I debug the queryString is null when making post requests. When POST method is used, query string

RE: how to access post parameters from sitemap

2011-04-27 Thread Robby Pelssers
to access post parameters from sitemap On Wed, 2011-04-27 at 12:03 +0200, Robby Pelssers wrote: Hi Luca, thx for the reply... That was indeed the first option for me to consider. Unfortunately this solution will not work for me since I setup a highly generic pipeline which starts an xquery

RE: Coocoon NullPointerException Version 1.5

2011-04-27 Thread Robby Pelssers
First question that comes to my mind: Would it be possible for you to test on a plain tomcat instance and see if you get the same nullpointer? If it works fine there you already have some idea on where to continue the investigation. Robby -Oorspronkelijk bericht- Van: Johnson, Samuel

RE: how to access post parameters from sitemap

2011-04-27 Thread Robby Pelssers
pointers here? Cheers, Robby -Oorspronkelijk bericht- Van: Robby Pelssers [mailto:robby.pelss...@ciber.com] Verzonden: wo 27-4-2011 12:30 Aan: users@cocoon.apache.org Onderwerp: RE: how to access post parameters from sitemap Hi Thorsten, that is exactly what i'm going to do. It can also

RE: how to access post parameters from sitemap [resolved]

2011-04-27 Thread Robby Pelssers
, parameterValue); } } Thx for all the help. Robby -Oorspronkelijk bericht- Van: Robby Pelssers [mailto:robby.pelss...@ciber.com] Verzonden: wo 27-4-2011 12:53 Aan: users@cocoon.apache.org Onderwerp: RE: how to access post parameters from sitemap Ok... I'm facing a strange

RE: Coocoon NullPointerException Version 1.5

2011-04-27 Thread Robby Pelssers
Version 1.5 Hi Sam, Have you received the below mail?? Your mail id is not in this distribution list. So I just forwarded to u. Regards, Aarthi. -Original Message- From: ext Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Wednesday, April 27, 2011 4:03 PM To: users

RE: Coocoon NullPointerException Version 1.5

2011-04-27 Thread Robby Pelssers
some extra logging statements to that xsp just for debugging purposes to find out what line is causing the nullpointer and start investigating from there. And you can safely replace the original xsp back after you're done. Robby -Oorspronkelijk bericht- Van: Robby Pelssers

how to access post parameters from sitemap

2011-04-26 Thread Robby Pelssers
Hi all, I have setup a pipeline which currently is able to handle requests fine using RequestModule from http://wiki.apache.org/cocoon/InputModules An example url would be http://localhost:/search/results/basictype_in_category?id=PH3330Lid=PH3030AL sitemap.xmap:

RE: [C2.2] Original name of uploaded file

2011-04-18 Thread Robby Pelssers
I'm not sure how to retrieve filename in your case but below you can find a working sample of how to set the filename of attachment from flowscript: function downloadZIP(viewData) { //we have to change the filename of attachment var response =

validating xml

2011-04-14 Thread Robby Pelssers
an optional xpath expression to specify which nodes to treat as rootnodes for validation. Would this approach work? Kind regards, Robby Pelssers - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional

configuring FOP NG for Cocoon2.2

2011-03-01 Thread Robby Pelssers
metrics-file=D:/fop-fonts/arial.ttf.xml ... /fonts /configuration Any help or usefull pointers are appreciated. Cheers, Robby Pelssers - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e

RE: configuring FOP NG for Cocoon2.2

2011-03-01 Thread Robby Pelssers
for me. The fop block uses fop-1.0, batik block uses batik-1.7. You can get it from http://www.megaupload.com/?d=KUCDZ3XE , hope it works for you. Faw On 3/1/2011 6:15 AM, Robby Pelssers wrote: Hi all, I was wondering if someone had some notes on configuring

how-to execute pipeline as side-effect first [cocoon2.2]

2011-02-25 Thread Robby Pelssers
Hi all, I have a question related to following use case: I convert the contents of a few xml files into a DITA map and topics. I already have a pipeline which writes the map and topics to disc. A colleague of mine customizes the DITA toolkit stylesheets to our needs. Now I want the user to

RE: ValidationReportTransformer in 2.2?

2011-02-21 Thread Robby Pelssers
Hi all, seems like it yes... nice.. saves us a lot of time ;-) Thx for the quick response guys. Robby -Oorspronkelijk bericht- Van: Myles Byrne [mailto:bohmb...@gmail.com] Verzonden: ma 21-2-2011 10:28 Aan: users@cocoon.apache.org CC: Huib Verweij Onderwerp: Re:

RE: JXTemplate forEach assigns entire list to current

2011-02-19 Thread Robby Pelssers
really intended to show the varStatus?! Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Peter Molnar [mailto:mp...@nanasoft.hu] Verzonden: za 19-2-2011 16:42 Aan: users@cocoon.apache.org Onderwerp: Re: JXTemplate forEach assigns entire list to current On 02/19/2011 03:52 PM, Peter

RE: ValidationReportTransformer in 2.2?

2011-02-18 Thread Robby Pelssers
if anyone already is using this... let me know. Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Myles Byrne [mailto:bohmb...@gmail.com] Verzonden: do 17-2-2011 15:11 Aan: users@cocoon.apache.org Onderwerp: ValidationReportTransformer in 2.2? Hi all, Has anyone got the old 2.1

How-to disable caching for Cocoon2.2 completely

2011-02-17 Thread Robby Pelssers
out the performance without any caching and check if I can live with it... if so it will at least solve my corrupted cache issue. I sincerely look forward to any advise. Kind regards, Robby Pelssers - To unsubscribe, e-mail

RE: How-to disable caching for Cocoon2.2 completely

2011-02-17 Thread Robby Pelssers
Hi Javier, I implemented the noncaching by default and i will deploy to our production server soon... I'll keep you informed if it resolves my issues. I think performance is still quite ok... Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Javier Puerto [mailto:jpue

how-to use fop1.0 with Cocoon2.2

2011-01-12 Thread Robby Pelssers
Hi all, i was wondering if somebody already managed to use fop1.0 with Cocoon2.2 and can he share some notes on how-to or is this already documented somewhere? Kind regards, Robby Pelssers - To unsubscribe, e-mail: users

RE: how-to use fop1.0 with Cocoon2.2

2011-01-12 Thread Robby Pelssers
a few changes to cocoon-fop-ng-impl and made a cocoon-batik-ng-impl and got it working. You can get the source for both blocks from: http://www.megaupload.com/?d=KUCDZ3XE Faw On 1/12/2011 8:55 AM, Robby Pelssers wrote: Hi all, i was wondering if somebody already managed to use fop1.0

RE: How to I can do to capture the html code

2010-11-05 Thread Robby Pelssers
A vague question if you ask me... What version of cocoon are you using by the way? 2.2? Let's assume you have one of 2 options below configured in your sitemap: !-- option 1: using request parameters -- map:match pattern=mypage.html map:call function=generateMyPage/ /map:match !-- option

RE: How to I can do to capture the html code

2010-11-05 Thread Robby Pelssers
); in this moment the remote url return html code and printed in myeclipse console. I need capture this html code and set up html page } Robby Pelssers-3 wrote: A vague question if you ask me... What version of cocoon are you using by the way? 2.2? Let's assume you have one of 2

RE: Cocoon 2.2 block+sitemap question

2010-11-03 Thread Robby Pelssers
regards, Robby Pelssers -Oorspronkelijk bericht- Van: Fawzib Rojas [mailto:f_ro...@spectron-msim.com] Verzonden: wo 3-11-2010 13:29 Aan: users@cocoon.apache.org Onderwerp: Re: Cocoon 2.2 block+sitemap question I have a webapp (war) that we use at our company it has a few blocks (let say

RE: Cocoon 2.2 block+sitemap question

2010-11-02 Thread Robby Pelssers
I have a more urgent question to you... why would you want to sometimes not include block-b??? I think your design should be reconsidered drastically because this makes no sense to me... so i'll await your reponse for a good reason ;-) Robby -Oorspronkelijk bericht- Van: Fawzib

RE: Spring Bean Demo and RCL operational?

2010-10-06 Thread Robby Pelssers
-bean.js into: function demo() { var demoBean = cocoon.getComponent(demo); demoBean.setName(Robby Pelssers) cocoon.sendPage(screens/spring-bean, { message : demoBean.message, name: demoBean.name } ); } I modified spring-bean.jx.xml

RE: Spring Bean Demo and RCL operational?

2010-10-05 Thread Robby Pelssers
modulecom.nxp.spider2:blocktest/module spring#{message}/spring /demo Kind regards, Robby Pelssers -Original Message- From: Will Heger [mailto:will.he...@gmail.com] Sent: Mon 10/4/2010 11:09 PM To: users@cocoon.apache.org Subject: Spring Bean Demo and RCL operational? Thanks for the assistance. I'm

RE: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Robby Pelssers
/block/ *) Did you make sure you have declared a dependency on the block in your webapp project? *) It's best to disable the reloading classloader when deploying as a war. Use it only while developing for quick prototyping Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: fls

RE: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Robby Pelssers
Normally your pom will have dependency on the servlet-api assuming it will be provided. dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version2.4/version scopeprovided/scope /dependency Somehow this does not seem the case for

RE: form encoding issues

2010-09-29 Thread Robby Pelssers
direction. Cheers, Robby Pelssers -Oorspronkelijk bericht- Van: Ron Van den Branden [mailto:ron.vandenbran...@kantl.be] Verzonden: wo 29-9-2010 11:11 Aan: users@cocoon.apache.org Onderwerp: form encoding issues Hi, I'm stumbling on a character encoding issue (cocoon-2.1.10) and really

Job Opportunity

2010-09-28 Thread Robby Pelssers
NXP Semiconductors Sales Marketing organisation and particularly the Global Brand Experience department is looking for an experienced developer in the area of Content Management, xml dB's transformations. As NXP is working hard on the next steps of a Dita xml environment they are looking

RE: [HELP]Wrapped org.apache.excalibur.source.SourceException: Exception during processing of cocoon://MEdPortfolio/elfusers/Kelley.Goldsberry/portfolios/MEdPortfolio/portfolio.xee?cocoon-view=first (

2010-09-16 Thread Robby Pelssers
Maybe it would be helpfull to post the flow.js and let us know what line is causing the exception. Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Jenna Bryant [mailto:jbry...@ms.k12.il.us] Verzonden: do 16-9-2010 1:19 Aan: users@cocoon.apache.org; users@cocoon.apache.org

Implicit declaration of global variable 'form' forbidden. Please ensure all variables are explicitely declared with the 'var' keyword

2010-09-15 Thread Robby Pelssers
. function MultipleDownload() { this.form = new Form(cocoon://multipledownloadform); this.form.showForm(multipledownload); } Anyone some idea of why i'm getting this org.mozilla.javascript.JavaScriptException. Kind regards, Robby Pelssers

wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
ever faced and solved this issue. Kind regards, Robby Pelssers - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

RE: wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
Ok... i found the solution: I had to add following META as well to the generated html: head meta http-equiv=Content-Type content=application/vnd.ms-excel; charset=utf-8 / /head Robby -Oorspronkelijk bericht- Van: Robby Pelssers

RE: wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
8:31 AM, Robby Pelssers wrote: I'm generating an html table using Chinese characters and i set the encoding and mimetype as follows: var response = cocoon.response; response.setContentType(application/vnd.ms-excel; charset=utf-8); Uh, isn't application/vnd.ms-excel

RE: argument type mismatch when using fn:replace

2010-08-17 Thread Robby Pelssers
Here are some notes on how to add the saxon transformer in attached screenshot. Whenever you need xslt2.0 support just specify saxon map:transform src=xslt/watermark.xslt type=saxon/ and you're good to go. Robby Pelssers winmail.dat

RE: argument type mismatch when using fn:replace

2010-08-17 Thread Robby Pelssers
Ok... I'm a bit lazy today so i just uploaded the attachment to my blog. http://robbypelssers.blogspot.com/2010/08/using-saxon-instead-of-xalan-with.html Cheers, Robby Pelssers winmail.dat - To unsubscribe, e-mail: users

RE: memory leak in PoolableProxyHandler

2010-06-30 Thread Robby Pelssers
Pelssers -Original Message- From: Alexander Daniel [mailto:alexander.dan...@gmx.at] Sent: Tuesday, June 29, 2010 8:19 PM To: users@cocoon.apache.org Subject: Re: memory leak in PoolableProxyHandler On 29.06.2010, at 14:43, Robby Pelssers wrote: Can anyone tell me if the latest

RE: memory leak in PoolableProxyHandler

2010-06-30 Thread Robby Pelssers
One question: Yesterday I downloaded the sources from cocoon/tags/cocoon-2.2/cocoon-sitemap-impl/cocoon-sitemap/impl-1.0.0. Next I made the necessary code change and installed the artifact in my local maven repo. But this does not ensure unfortunately that my colleague(s) use the same

memory leak in PoolableProxyHandler

2010-06-29 Thread Robby Pelssers
Can anyone tell me if the latest stable build downloadable from Cocoon2.2 home page contains the fix for the issue below? https://issues.apache.org/jira/browse/COCOON-2259 Kind regards, Robby

RE: Aggregated Transformer

2010-06-11 Thread Robby Pelssers
Is it not possible to define a resource which includes these 3 transformers? http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html map:resources map:resource name=chainedTransformer map:transform type=myTransformer1/ map:transform type=myTransformer2/ map:transform

RE: Aggregated Transformer

2010-06-11 Thread Robby Pelssers
or less what you are trying to accomplish? Kind regards, Robby Pelssers -Original Message- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Friday, June 11, 2010 9:13 AM To: users@cocoon.apache.org; lmorand...@ieee.org Subject: RE: Aggregated Transformer

RE: Cocoon 2.2 + openjpa

2010-06-11 Thread Robby Pelssers
I’d say… who cares if you’re using Cocoon2.2? Just start using openJPA as you would for any other java project… -Add the needed dependencies to your pom. -Start configuring some beans in your block-application-context.xml -write your pojo’s and annotate them -from flowscript do the work you

RE: Cocoon 2.2 + openjpa

2010-06-11 Thread Robby Pelssers
You might want to disable everything from the rcl.properties file. I had similar issues in the past and that helped fixing the classloader issue. Robby From: Ali Mahdoui [mailto:mahd...@hotmail.de] Sent: Friday, June 11, 2010 10:22 AM To: Cocoon users Subject: RE: Cocoon 2.2 + openjpa I

Cocoon2.2: how-to validate generated xml

2010-06-10 Thread Robby Pelssers
Hi all, I was looking for a validation transformer for Cocoon2.2 which basically validates according to some schema and does nothing except for throwing a validation exception. Anyone who can point me out if there's documentation on how-to. (cocoon.2.2) Thx in advance, Robby

how-to use xml catalog with apache cocoon 2.2

2010-05-25 Thread Robby Pelssers
Hi all, Just wondering if we have some online documentation explaining how to configure Cocoon for using xml catalogs. Kind regards, Robby

RE: how-to use xml catalog with apache cocoon 2.2

2010-05-25 Thread Robby Pelssers
-catalog=yes allow-oasis-xml-catalog-pi=yes And my catalog is in the web root of the application. Hope this helps, Jos On Tue, 2010-05-25 at 12:14 +0200, Robby Pelssers wrote: Hi all, Just wondering if we have some online documentation explaining how to configure Cocoon for using xml

RE: caching issue Cocoon2.2

2010-05-17 Thread Robby Pelssers
far?! Robby From: Jeroen Reijn [mailto:j.re...@onehippo.com] Sent: Monday, May 17, 2010 1:23 PM To: users@cocoon.apache.org Subject: Re: caching issue Cocoon2.2 Hi Robby. what kind of caching strategy are you using? Jeroen On Mon, May 3, 2010 at 2:35 PM, Robby Pelssers robby.pelss

<    1   2   3   4   5   6   >