RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
rective of some sort ( like HEAD or PREV in subversion ) so I went ahead and blindly follower the directions. I was continuing to the myCocoonWebApp and was hitting the same complaint from maven. After setting all of the dependencies to use "1.0.0" , that also now works. -- Steve M.

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
glad to be of assistance. Robby Pelssers -Original Message- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Wednesday, September 23, 2009 9:30 PM To: users@cocoon.apache.org Subject: RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] Could

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
From: Steven D. Majewski [mailto:sd...@virginia.edu] Sent: Wednesday, September 23, 2009 9:22 PM To: users@cocoon.apache.org Subject: Re: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] On Sep 23, 2009, at 3:14 PM, Robby Pelssers wrote: > Ok...here is what I

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
s with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] On Sep 23, 2009, at 2:56 PM, Robby Pelssers wrote: > Ok... > > Check in eclipse the value of M2_REPO: > > Window -> Preferences - > Java -> Build path -> claspath variables -> > M2_REPO

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
] Sent: Wednesday, September 23, 2009 9:02 PM To: users@cocoon.apache.org Subject: Re: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] On Sep 23, 2009, at 2:56 PM, Robby Pelssers wrote: > Ok... > > Check in eclipse the value of M2_REPO: > > Windo

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
Starting out with Cocoon 2.2] On Sep 23, 2009, at 2:50 PM, Dominic Mitchell wrote: > On Wed, Sep 23, 2009 at 7:44 PM, Steven D. Majewski > wrote: > On Sep 23, 2009, at 2:36 PM, Robby Pelssers wrote: > > So if I understand you correctly you have one block depending on the > ot

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
ber 23, 2009 8:45 PM To: users@cocoon.apache.org Subject: Re: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] On Sep 23, 2009, at 2:36 PM, Robby Pelssers wrote: > So if I understand you correctly you have one block depending on the > other? > > Did you

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
So if I understand you correctly you have one block depending on the other? Did you also add the dependency of myblock2 in the pom.xml of myblock1? I guess so... since that's what maven is complaining about... Did you install myblock2 before running mbylock1$ mvn jetty:run ?? Can you check in

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
ywebapp.war in the resp. target folders. Hope you might find a solution based on this info. Kind regards, Robby Pelssers -Original Message- From: Steven D. Majewski [mailto:sd...@virginia.edu] Sent: Wednesday, September 23, 2009 6:04 PM To: users@cocoon.apache.org Subject: Re: problems

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-22 Thread Robby Pelssers
't think so actually.. I always use mvn jetty:run on an individual block while developing. Kind regards, Robby Pelssers -Original Message- From: Steven D. Majewski [mailto:sd...@virginia.edu] Sent: Tuesday, September 22, 2009 11:38 PM To: users@cocoon.apache.org Subject: Re: probl

RE: Selecting items on selection-list from flow.

2009-09-19 Thread Robby Pelssers
.size(); i++) { projectNoteValueList.addItem(possibleValues.get(i)); } //set the selectionlist on the projectnotewidget projectNoteWidget.setSelectionList(projectNoteValueList); //set default value on widget projectNoteWidget.setValue(3); ------

RE: Selecting items on selection-list from flow.

2009-09-19 Thread Robby Pelssers
orm.form; var projectNoteWidget = formWidget.lookupWidget("projectNote"); projectNoteWidget.setValue(3); Cheers, Robby Pelssers -Original Message- From: Tomasz Piechowicz [mailto:tomasz.piechow...@gmail.com] Sent: Saturday, September 19, 2009 8:56 AM To: users@cocoon.apache.o

RE: Selection-list is rendered as a text input.

2009-09-17 Thread Robby Pelssers
isted selectbox but somehow it broke down existing functionality ;-( So I'm curious if anybody has tried this approach out as well and did everything work as expected? Thx in advance, Robby -Original Message----- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Thursday, Se

RE: Selection-list is rendered as a text input.

2009-09-17 Thread Robby Pelssers
use it has much specific stuff we separated it out of forms-advanced-styling.xsl." Hope this helps. Robby -Original Message- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Thursday, September 17, 2009 11:02 PM To: users@cocoon.apache.org Subject: RE: Selection-list is rend

RE: Selection-list is rendered as a text input.

2009-09-17 Thread Robby Pelssers
Ocena projektu: Should be Ocena projektu: For styling a field widget as date I'm not sure anymore how to do that. Cheers, Robby Pelssers -Original Message- From: Tomasz Piechowicz [mailto:tomasz.piechow...@gmai

RE: Accessing resource from reader

2009-09-17 Thread Robby Pelssers
pathToFile = myBean.getConfigFilePath(); **/ var file = new File(pathToFile); //...do some other stuff } -Original Message----- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Thursday, September 17, 2009 3:19 PM To: users@cocoon.apache.org Subject: RE: Accessing resource from reader

RE: Accessing resource from reader

2009-09-17 Thread Robby Pelssers
ome other stuff } ---- Cheers, Robby Pelssers -Original Message- From: Radaven [mailto:gagari...@centrum.cz] Sent: Thursday, September 17, 2009 2:56 PM To: users@cocoon.apache.org Subject: Accessing resource from reader Hi, I am working on my BarcodeImageReader

RE: how-to create a form widget instance from within java

2009-09-16 Thread Robby Pelssers
Ok... that is one is clear now. Apparently the servlet is not running at the time the spring root webapplicationcontext is being initialized so that makes sense that I get a connection refused exception ;-) Robby From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Wednesday

how-to create a form widget instance from within java

2009-09-16 Thread Robby Pelssers
parametricsearch/formdefinition but that did not work as well. Thx in advance, Robby Pelssers

RE: cocoon.forms is undefined when using submit-on-change=true for Field Widget

2009-09-16 Thread Robby Pelssers
Yeah… but the snippet below is not inserted by myself so I don’t have much control over it… var djConfig = {}; djConfig.locale = "en"; var cocoon; if (!cocoon) cocoon = {}; cocoon.formsResourcesUri = "/cocoon-forms-impl/resource/external/forms";

RE: cocoon.forms is undefined when using submit-on-change=true for Field Widget

2009-09-15 Thread Robby Pelssers
I somehow got it working... not sure if changing the serializer from xhtml to html fixed it though. From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Tuesday, September

Error in documentation of Cocoon forms Union widget

2009-09-15 Thread Robby Pelssers
Cheers, Robby Pelssers

RE: cocoon.forms is undefined when using submit-on-change=true for Field Widget

2009-09-15 Thread Robby Pelssers
* Next you say what javascript files you need: dojo.require("cocoon.forms.common"); dojo.require("cocoon.forms.manifest"); which makes an http request to ${modulePath}/${js-libraryname}.js -> /cocoon-forms-impl/resource/exte

cocoon.forms is undefined when using submit-on-change=true for Field Widget

2009-09-15 Thread Robby Pelssers
an anybody give me some insight as to what could be wrong This would be mostly appreciated. Thx in advance, Robby Pelssers Below relevant snippets: Formdefinition: http://apache.org/cocoon/forms

RE: Cocoon 2.2 / Cocoon forms repeater problem

2009-09-15 Thread Robby Pelssers
s repeater problem Robby, thanks for sharing this knowledge! It's much appreciated! Regards, Jeroen Robby Pelssers wrote: > Solved ;-) > > > > should become > > > > Cheers, > > Robby > > > > > > *From:* Robby Pelssers [mailto

RE: REPOST: Queries in Cocoon 2.1.11 not working with"AS"protocol?

2009-09-14 Thread Robby Pelssers
ly you'll be able to spot these kinds of mistakes quickly if you keep this in mind. My advise is to use consistently lowercase for your tables/columns so you'll never run into these issues. Cheers. Robby Pelssers -Original Message- From: Derek Hohls [mailto:dho...@csir.co.za

RE: REPOST: Queries in Cocoon 2.1.11 not working with "AS"protocol?

2009-09-14 Thread Robby Pelssers
Not sure if this is important to mention but whenever you port a cocoon application from windows to unix... you'll bound to see exceptions like * FileNotFoundException * table not Found exception All this due to casesensitivity on unix systems... If this is related to this problem I don't

RE: Starting out with Cocoon 2.2

2009-09-10 Thread Robby Pelssers
back. Whereas I used flowscript very heavily in the past, I'm tending towards java based solutions more and more and Cocoon3.0 sounds promising with it's REST-controllers. Wondering if there is a date ahead for a first release candidate? ;-) Cheers, Robby Pelssers -Origin

RE: how-to query an xml repository efficiently

2009-09-08 Thread Robby Pelssers
nerated by cocoon which only extracts the searchable data and transforms it into an easy searchable format. Can I post files to SOLR based on a URL (cocoon pipeline)?? Robby -Original Message----- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Tuesday, September 08, 2009 11:13 AM

RE: how-to query an xml repository efficiently

2009-09-08 Thread Robby Pelssers
couple of years ago I was looking a some Forrest components [1], which were made for using SOLR from a cocooon point of view. It helps you to perform queries to a SOLR instance from your sitemap and get XML response back. Regards, Jeroen [1]http://wiki.apache.org/solr/SolrForrest Robby

RE: how-to query an xml repository efficiently

2009-09-08 Thread Robby Pelssers
t to DASK I know there are also XML databases that can use XQueries to perform fast searches on their XML database. Regards, Jeroen Robby Pelssers wrote: > Hi all, > > > > I have following use case. The customer has an xml repository which is > nothing more then a directory on

how-to query an xml repository efficiently

2009-09-07 Thread Robby Pelssers
vance, Robby Pelssers

ERROR: multiple namespaces declared on same html element (when using formstransformer ??)

2009-08-07 Thread Robby Pelssers
Hi all, When running my cocoon Block on jetty (mvn jetty:run) everything runs just fine.When deploying to tomcat I get this strange problem that the "jx" namespace get's declared multiple times on the root. I must say I upgraded to Saxon 9.1.0.7 and I declared 2 dependencies in my module

adding expires headers with cocoon

2009-08-07 Thread Robby Pelssers
so and are there examples/documentation of how to accomplish this? And by the way... anyone who has experience with configuring ETags?? Thx in advance, Robby Pelssers

RE: redirect output to filesystem

2009-07-29 Thread Robby Pelssers
Not sure ... but can't you just use the source-write transformer? Robby -Original Message- From: Chris Gow [mailto:c...@commsolv.com] Sent: Tuesday, July 28, 2009 5:45 PM To: users@cocoon.apache.org Subject: redirect output to filesystem Hi: I'm trying to figure out if it is possible t

doctype declaration is removed by source-write transformer

2009-07-24 Thread Robby Pelssers
Hi guys, I configured a xml serializer which outputs a doctype: http://nww.qa.spider.nxp.com:8310/xmetal/schemas/xmlfrag ment_cals.dtd When including source fragments with this doctype the files get saved without the specified doctype. When

RE: clueless newbie attempting Saxon, xslt2

2009-07-23 Thread Robby Pelssers
By the way... I was just scanning those instructions... I think if you followed them up you should at least change following line Into Cheers, Robby -Original Message- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Thursday, July 23, 2009

RE: retrieving requested filename in XSL

2009-07-22 Thread Robby Pelssers
I hope you put the xsl:param at top level of your xslt?? Otherwise it will not work. does have a scope so you should not declare that for instance inside a if you pass it on from your sitemap. First show me how (read where) you declared the parameter filename in your xslt. Cheers, Robby

strange issue when generating xml using jx-generator

2009-07-16 Thread Robby Pelssers
rsefo ut: syntaxisfout Locatie: http://localhost:/shared/file/newschema/product/BUK9MPP-55PRR/releas ed4 Regelnummer 4, kolom 7: java.io.FileNotFoundException: /Products/BUK9MPP-55PRR/BUK9MPP-55PRR.xml --^ Anybody who can explain what could be wrong with my setup? Thx in advance, Robby Pelssers

RE: cocoon2.2: exception handling in sitemap stacktrace

2009-06-26 Thread Robby Pelssers
Thx for the info Soren... I think it's a little strange that the online documentation gives samples with only the className in the @class attribute instead of the fully qualified Classname. Anyway... that's all I needed to know. Cheers, Robby -Original Message- From: Søren Krum [mailto

cocoon2.2: exception handling in sitemap stacktrace

2009-06-26 Thread Robby Pelssers
Hi guys, I was trying to implement error handling but get the stacktrace below when I added this sitemap snippet. Somebody who can give me some help on what I'm missing here or doing wrong? Thx in advance, Robby Pel

RE: how to access HttpRequest from java in cocoon

2009-06-25 Thread Robby Pelssers
sion(false); } } Robby Pelssers wrote: > Hi guys, > > > > Small question... > > > > Is there a way to access org.apache.cocoon.environment.http.HttpRequest > from java without having to pass the request object from flowscript to > my java class like the sn

how to access HttpRequest from java in cocoon

2009-06-24 Thread Robby Pelssers
Hi guys, Small question... Is there a way to access org.apache.cocoon.environment.http.HttpRequest from java without having to pass the request object from flowscript to my java class like the snippet below? importClass(Packages.com.xxx.xxx.UserFactoryImpl); function main() {

RE: The XML page cannot be displayed. Cannot view XML input using style sheet. Please correct the error and then click

2009-06-22 Thread Robby Pelssers
And for the really fast guys among you which noticed I was using the internal pipeline...I removed the internal-only attribute ;-) From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Monday, June 22, 2009 4:33 PM To: users

The XML page cannot be displayed. Cannot view XML input using style sheet. Please correct the error and then click

2009-06-22 Thread Robby Pelssers
ight be the real cause of this issue? Anybody any ideas? Thx in advance, Robby Pelssers

RE: Is there already built forum on cocoon 2.2 ?

2009-06-17 Thread Robby Pelssers
Hi Gintare, Maybe it's a good start to google for a database schema for a forum. Next you will need some way to persist messages of course. Hibernate comes 2 mind. With a bit of flowscript and cocoon forms you should be able to get this job done quickly. Cheers, Robby From: Gintare R

RE: Scary blank page, when opening cocoon webapp

2009-06-12 Thread Robby Pelssers
I had a similar problem a few days ago where I got a blank page and no errors The fix in my case was to make sure that all

RE: No bean named 'org.apache.cocoon.configuration.Settings' is defined

2009-06-11 Thread Robby Pelssers
Have you tried "Settings" instead of the long name? I'm not sure but that might work. Robby -Original Message- From: bcaramu [mailto:bcar...@gmail.com] Sent: Thursday, June 11, 2009 11:47 AM To: users@cocoon.apache.org Subject: No bean named 'org.apache.cocoon.configuration.Settings' is

RE: dynamic cForm generation

2009-06-05 Thread Robby Pelssers
We've done the same thing in the past but back then they were already working on a form library. http://cocoon.apache.org/2.1/userdocs/formlibraries.html Why don't you see if this will fill your needs. Robby -Original Message- From: Patrick Heiden [mailto:patrickhei...@gmx.de] Sent: F

RE: RE: RE: classes in block / usage in flowscript

2009-06-04 Thread Robby Pelssers
: RE: classes in block / usage in flowscript Thanks Robby, that was much of help to me! Cheers and a nice day, Patrick Original-Nachricht > Datum: Thu, 4 Jun 2009 15:28:58 +0200 > Von: "Robby Pelssers" > An: users@cocoon.apache.org > Betreff: RE: RE: classe

RE: RE: classes in block / usage in flowscript

2009-06-04 Thread Robby Pelssers
Hi Patrick, If I'm not mistaken I think that some packages of the jdk are imported by default so you don't need to explicitly import. http://cocoon.apache.org/2.1/userdocs/flow/java.html But my advise is to import the ones you need explicitly. Cheers, Robby -Original Message- From: Pa

RE: classes in block / usage in flowscript

2009-06-04 Thread Robby Pelssers
The proper way to access java from flowscript is to import the classes at the top: importClass(Packages.com.mycompany.util.MyClass); then you can do this: var myclass = new MyClass(); This should work if at least that package is included in the classpath. And if you want to access beans, you s

RE: how-to reference external js from cocoon 2.2 block

2009-06-04 Thread Robby Pelssers
ssage- From: Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com] Sent: Thursday, June 04, 2009 10:40 AM To: users@cocoon.apache.org Subject: Re: how-to reference external js from cocoon 2.2 block 2009/6/4 Robby Pelssers : > Hi all, > > > > I'm a bit puzzled about how to referen

how-to reference external js from cocoon 2.2 block

2009-06-04 Thread Robby Pelssers
Hi all, I'm a bit puzzled about how to reference an external javascript file. Let's say I've put it in src/main/resources/external/js/test.js I thought about referencing it the same way as my css file but somehow this does not work. Can someone explain how I can accomplish this?

RE: Blocks and error handling

2009-06-03 Thread Robby Pelssers
I was actually thinking of doing the same thing... so create one block responsible for handling any exceptions nicely. Suppose you have a block called 'exceptionhandler' which contain a service like below: In your other block you should be able to do

RE: Webapp structure

2009-05-30 Thread Robby Pelssers
ioned. But the packaging of such a project is 'jar' like mentioned earlier in the thread. So typically, that jar would go into the WEB-INF/lib folder if you declare a dependency in 'mywebappproject' on that cocoon block. Hope that helps a bit. Cheers, Robby Pelssers -Or

RE: problem in installing cocoon 2.1.11

2009-05-28 Thread Robby Pelssers
What is the result of "echo $JAVA_HOME" ?? Robby -Original Message- From: sonalimodi [mailto:sonalimodia...@gmail.com] Sent: Thursday, May 28, 2009 2:07 PM To: users@cocoon.apache.org Subject: problem in installing cocoon 2.1.11 hi i have build the build.sh file properly but i have pr

RE: xml encoding issue cocoon2.2

2009-05-27 Thread Robby Pelssers
Ok. I already found out how-to ;-) http://cocoon.apache.org/2.2/1366_1_1.html 4. Setting Cocoon's encoding (especially CForms) solved my issue. Cheers, Robby From: Robby Pelssers [mailto:robby.pelss...@ciber.nl] Sent: Wednesday, May 27, 2009 12:34 PM To:

xml encoding issue cocoon2.2

2009-05-27 Thread Robby Pelssers
Hi all, I can't seem to set encoding properly when writing xml to a file using the write-source transformer. Googling around has not yet resulted in a solution ;-( In my sitemap I have declared the serializer like below: UTF-8 All my stylesheets conta

Is it possible to use a spring bean directly in the sitemap?

2009-05-19 Thread Robby Pelssers
Hi all, Suppose I have configured a bean: Is there a way so I could use this bean in the sitemap. I would like to be able to do something like: Thx in advance, Robby

RE: ClassCastException in cocoon-block-deployment when running junit test [cocoon-3] and using cocoon-spring-configurator

2009-05-15 Thread Robby Pelssers
private Spider spider; @Test public void testSettings() { System.out.println(spider); Assert.assertNotNull(spider); } } ----- So what's the deal here?? Am I missing some stupid detail or is the cocoon-spring-con

ClassCastException in cocoon-block-deployment when running junit test [cocoon-3] and using cocoon-spring-configurator

2009-05-15 Thread Robby Pelssers
Hi all, I've been trying for quite some time to get a simple unit test working for a cocoon 3-block where I'm also using the 'cocoon-spring-configurator'. I added the files involved because I have no clue if this is a configuration problem somehow giving me the stacktrace below. Anybody

Cocoon 2.2 build failure

2009-05-12 Thread Robby Pelssers
Hi all, I checked out cocoon 2.2 from trunk today and can't seem to build due some missing daisy artifacts. I also noticed that the build.sh is not in unix format... (using cygwin shell) $ ./build.sh install ./build.sh: line 2: $'\r': command not found ./build.sh: line 17: $'\r': comman

RE: Map serialize flowscript output

2009-05-12 Thread Robby Pelssers
I made a mistake in the xslt template ;-) From: Robby Pelssers [mailto:robby.pelss...@ciber.nl] Sent: Tuesday, May 12, 2009 3:09 PM To: users@cocoon.apache.org Subject: RE: Map serialize flowscript output If I have time this week I might try to create a more

RE: Map serialize flowscript output

2009-05-12 Thread Robby Pelssers
ou point me in the right direction for this? Also the animation stuff sounds cool, do you have some good resources about that topic? Thanks for the help everybody, I'll try that as soon as possible ^^ Regards, Chris -- Christian Decker Software Architect http://blog.snyke.net On Tue, May 1

RE: No bean named 'org.apache.excalibur.source.SourceResolver' is defined

2009-05-12 Thread Robby Pelssers
-service-components 1.1.0-SNAPSHOT Thx in advance, Robby From: Robby Pelssers [mailto:robby.pelss...@ciber.nl] Sent: Tuesday, May 12, 2009 1:39 PM To: users@cocoon.apache.org Subject: No bean named 'org.apache.excalibur.source.SourceResolver' is defi

No bean named 'org.apache.excalibur.source.SourceResolver' is defined

2009-05-12 Thread Robby Pelssers
nd regards, Robby Pelssers --- Test set: com.nxp.spider.common.SpiderTest --- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:

RE: Map serialize flowscript output

2009-05-12 Thread Robby Pelssers
7c655c04b6f59643a1ef66056c0e095e023cc...@eusex01.sweden.ecsoft>, "Robby Pelssers" wrote: Yes... Jasha is right. For the ones interested I wrote a small article on my blog showing you how to create simple dynamic SVG images using Apache Cocoon. http://robbypelssers.blogspot.com/ Che

RE: Map serialize flowscript output

2009-05-12 Thread Robby Pelssers
Yes... Jasha is right. For the ones interested I wrote a small article on my blog showing you how to create simple dynamic SVG images using Apache Cocoon. http://robbypelssers.blogspot.com/ Cheers, Robby -Original Message- From: Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com]

RE: cocoon 3 sample: remark about usage of servlet-service demo

2009-05-11 Thread Robby Pelssers
] Sent: Monday, May 11, 2009 10:20 PM To: users@cocoon.apache.org Subject: Re: cocoon 3 sample: remark about usage of servlet-service demo Robby Pelssers wrote: > Hi all, > > Taking a quick look at the cocoon 3 sample I noticed that the > “transformer-pipeline” and “serializer-pipelin

cocoon 3 sample: remark about usage of servlet-service demo

2009-05-11 Thread Robby Pelssers
Hi all, Taking a quick look at the cocoon 3 sample I noticed that the "transformer-pipeline" and "serializer-pipeline" are sort of the same except for myParam which get's another value. I noticed as well that I can't leave out the from the transformer-pipeline. Otherwise I get following exce

RE: [Cocoon 3] : Annotation-specified bean name 'org.apache.cocoon.sample.controller.DemoRESTController' for bean class [org.apache.cocoon.sample.controller.DemoRESTController] conflicts with existing

2009-05-11 Thread Robby Pelssers
3] : Annotation-specified bean name 'org.apache.cocoon.sample.controller.DemoRESTController' for bean class [org.apache.cocoon.sample.controller.DemoRESTController] conflicts with existing, non-compatible bean definition of same name and class Robby Pelssers wrote: > Hi all, >

spring schema issue: spring-aop-2.5.xsd is not valid

2009-05-11 Thread Robby Pelssers
Hi all, I know it's not really a cocoon issue but anybody got an idea if this problem will be resolved soon? See attached screenshot for more info. Robby <> - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For

[Cocoon 3] : Annotation-specified bean name 'org.apache.cocoon.sample.controller.DemoRESTController' for bean class [org.apache.cocoon.sample.controller.DemoRESTController] conflicts with existing, no

2009-05-11 Thread Robby Pelssers
Hi all, Anybody having the same problem when trying to run the cocoon3 sample? Cheers, Robby Pelssers log4j:WARN Please initialize the log4j system properly. log4j:WARN Please initialize the log4j system properly. 2009-05-11 10:32:54.224:/:INFO: Initializing Spring root

RE: exit from pipeline

2009-05-07 Thread Robby Pelssers
Hi Mike, Could you give more details about the pipeline and possibly describe the use case why you want to do this with flowscript? Can't you just use some parameter test which leads to a different execution path of the request? Robby -Original Message- From: MikeT5 [mailto:m_tunst..

RE: what does this error mean?

2009-03-12 Thread Robby Pelssers
) flagCount++; } selectListData["myFlagsCount"] = flagCount.toString(); userCollection = dao.getObjectList(factory, bean,"enabled==true",null); if (taskCollection != null) { var saveBeanData = false; if (taskCollection.length < 38) for

RE: what does this error mean?

2009-03-11 Thread Robby Pelssers
Hi Paul, Can you show the javascript controller, the formdefinition and possibly the jxtemplate you are using? Kind regards, Robby Pelssers -Original Message- From: Paul Joseph [mailto:pjos...@gmail.com] Sent: Wednesday, March 11, 2009 3:05 AM To: users@cocoon.apache.org Subject: what

RE: Re: question regarding cocoon protocols (css file not found depending on match pattern)

2009-02-27 Thread Robby Pelssers
users@cocoon.apache.org Subject: Re: question regarding cocoon protocols (css file not found depending on match pattern) Hi Robby, Robby Pelssers schrieb: [...] > Inside the page.jx (my page template) I have following reference to the > css file. > > why do you use a relative link he

question regarding cocoon protocols (css file not found depending on match pattern)

2009-02-27 Thread Robby Pelssers
searched from COB-INF as the context folder? And if there is no such protocol, what is the best way to handle this issue? Cheers, Robby Pelssers

RE: Problems creating block

2009-02-25 Thread Robby Pelssers
Ok... here you go: https://issues.apache.org/jira/browse/COCOON-2252 Cheers, Robby -Original Message- From: Grzegorz Kossakowski [mailto:g...@tuffmail.com] Sent: woensdag 25 februari 2009 22:07 To: users@cocoon.apache.org Subject: Re: Problems creating block Robby Pelssers pisze

RE: upgrading to 2.11

2009-02-25 Thread Robby Pelssers
ail' depends on 'asciiart' You might want to make a checklist and figure out all dependencies you need. Cheers, Robby Pelssers Block depends on needed by batik fop tour bsf

RE: Problems creating block

2009-02-25 Thread Robby Pelssers
apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 jar common com.nxp.spider common 1.0.0 ... Cheers, Robby Pelssers -Original Message- From: Jose Luis Carmona [mailto:jlcarm...@integromics.com] Sent: vrijdag 20 februari 2009 12:23 To: use

RE: Re: flowscript in cocoon2.2

2009-02-19 Thread Robby Pelssers
@cocoon.apache.org Subject: Re: flowscript in cocoon2.2 Robby Pelssers wrote: > Good point... > > But how should this be implemented? I hate working for free... but, for this once ;) // parent.js

RE: Re: flowscript in cocoon2.2

2009-02-18 Thread Robby Pelssers
d that matches so in your provided solution it will probably invoke the main() method of the mainController.js, right? Kind regards, Robby Pelssers -Original Message- From: Suzan Foster - Adnovate [mailto:sfos...@adnovate.nl] Sent: woensdag 18 februari 2009 15:58 To: users@cocoon.apac

RE: Re: flowscript in cocoon2.2

2009-02-18 Thread Robby Pelssers
@cocoon.apache.org Subject: Re: flowscript in cocoon2.2 Robby Pelssers wrote: > Hi all, > > What do you think of current approach? > > I have defined a mainController which gets one parameter, the name of > the specific page controller (previewController.js). It loads the > scri

RE: flowscript in cocoon2.2

2009-02-18 Thread Robby Pelssers
need to specify the view and call showPage(). I also inherit the general application pageData and can add more data specific for the view. Cheers, Robby Pelssers mainController.js

flowscript in cocoon2.2

2009-02-18 Thread Robby Pelssers
h for javascript files available (in some specific folder?) and it would execute the called method in the first script containing this method... but maybe I'm completely wrong here. Do we have a page containing best practices for flowscript? Kind regards, Robby Pelssers

RE: Re: fast deployment; deploy a single block

2009-02-10 Thread Robby Pelssers
that when I modify classes in the block they are not reflected. Or am I missing something here and are there ways to use the springconfigurator in a standalone block? Kind regards, Robby Pelssers -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Hubert Klein Ikkink

RE: sitemap parameters

2009-02-05 Thread Robby Pelssers
name = file.getName(); isDirectory = Boolean.valueOf(file.isDirectory()).toString(); isFile = Boolean.valueOf(file.isFile()).toString(); path = file.getPath(); lastModified = df.format(new Date(file.lastModified())); } else {

RE: sitemap parameters

2009-02-05 Thread Robby Pelssers
Hi Mathias, You might create your own FileMetaGenerator which extends org.apache.cocoon.generation.AbstractGenerator You could let this FileMetaGenerator generate an xml snippet like: http://apache.org/cocoon/file/2.0";> 1056668768203 input.xml ... false true Then you could

RE: sitemap parameters

2009-02-05 Thread Robby Pelssers
Uh. LastModified of what?? Could you be more elaborate? Can you explain the usecase a bit more? Robby -Original Message- From: Mathias Reem [mailto:m.r...@gmx.net] Sent: donderdag 5 februari 2009 18:00 To: users@cocoon.apache.org Subject: Re: sitemap parameters Hi > http://wiki.a

RE: mapping xml 2 java using cocoon (block)

2009-02-05 Thread Robby Pelssers
ipeline but try and forget about your Product Java object as it seems to be superfluous. Hope this helps, Warrell 2009/1/29 Robby Pelssers Hi all, I have a project where I want to read xml from the filesystem and unmarshall to Java. Suppose I have a request http://localhost:/m

RE: sitemap parameters

2009-02-05 Thread Robby Pelssers
Some sample sitemap code using the RequestModule: Cheers, Robby Pelssers -Original Message- From: Chirathuru, Nagaraju [mailto:nchirath

RE: Re: Using spring configurator (for properties) in block

2009-01-30 Thread Robby Pelssers
One more question: If I want to use these properties in my java classes... how can I use them? Anyone who can shortly show me the java code how to do this? Thx, Robby -Original Message- From: Robby Pelssers [mailto:robby.pelss...@ciber.nl] Sent: donderdag 29 januari 2009 10:47 To

RE: Getting started with C2.2 -- where's the exception information?

2009-01-29 Thread Robby Pelssers
Try adding To the pipeline. It will show you the exception (source, message, stacktrace) in the browser Cheers, Robby Pelssers -Original Message- From: Klortho [mailto:voldr...@gmail.com] Sent: donderdag 29 januari 2009 22:57 To: users

mapping xml 2 java using cocoon (block)

2009-01-29 Thread Robby Pelssers
option to accomplish this or are there easier ways. Thx in advance. Robby Pelssers

RE: Re: Using spring configurator (for properties) in block

2009-01-29 Thread Robby Pelssers
@cocoon.apache.org Subject: Re: Using spring configurator (for properties) in block Robby Pelssers wrote: > > So I created following property file in > /META-INF/cocoon/properties/application.properties > repository.dir=D:/_testdata_ > repository.dir.released=${repository._dir_}

Using spring configurator (for properties) in block

2009-01-28 Thread Robby Pelssers
properties in the block which I declared as a dependency of my webapp. Now I get following stacktrace so it seems the property file is not found or properly read by the spring configurator. Many thanks in advance, Robby Pelssers [INFO] Started Jetty Server 2009-01-28 18:12:36.069

sitemap question (using parameters from inputmodule to configure components)

2009-01-27 Thread Robby Pelssers
:///images/ product-cell-image Thx in advance, Robby Pelssers

RE: [2.2] Read value from a Cookie in the Sitemap

2009-01-27 Thread Robby Pelssers
Hi Magnus, Check out attached message. Cheers, Robby Pelssers From: Magnus Haraldsen Amundsen [mailto:magnus.haraldsen.amund...@computas.com] Sent: dinsdag 27 januari 2009 13:42 To: users@cocoon.apache.org Subject: [2.2] Read value from a Cookie in the Sitemap Is it possible to

<    1   2   3   4   5   6   >