Re: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-05 Thread Florian Schmitt
Barbara / Christopher / Robby, thanks again for your help - finally i found out that my jre installation was messed up, so the problems were caused by a corrupt jre classpath config, not by tomcat or cocoon (i didn't expect that since other java apps and tomcat webapps were running fine and didn't

RE: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Robby Pelssers
-Oorspronkelijk bericht- Van: fls...@googlemail.com namens Florian Schmitt Verzonden: ma 4-10-2010 13:01 Aan: users@cocoon.apache.org Onderwerp: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20 Hi, i'm quite new regarding cocoon 2.2 and i'm stuck trying to deploy a Cocoon 2.2

Re: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Florian Schmitt
Hi Barbara / Robby, thanks both of you for the quick reply - and sorry for originally posting my question twice! Sadly, your hints didn't help me solving the issue. @Robby: - i think it's not a webapp context issue - tomcat refuses to start the wepapp, so no context (neither the webabb nor the b

Re: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian, On 10/4/2010 7:01 AM, Florian Schmitt wrote: > i'm quite new regarding cocoon 2.2 and i'm stuck trying to deploy a > Cocoon 2.2 webapp in Tomcat 6.0.20. Ok. > I followed those steps to create a minimal webapp : Good

Re: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Florian Schmitt
Hi Barbara / Robby, thanks both of you for the quick reply - and sorry for originally posting my question twice! Sadly, your hints didn't help me solving the issue. @Robby: - i think it's not a webapp context issue - tomcat refuses to start the wepapp, so no context (neither the webabb nor the b

Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Florian Schmitt
Hi, i'm quite new regarding cocoon 2.2 and i'm stuck trying to deploy a Cocoon 2.2 webapp in Tomcat 6.0.20. I've spent two days googling, going through the tutorials at cocoon.apache.org and the nice article at http://www.csparks.com/cocoon/c22without, but without any success. I

Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Florian Schmitt
Hi, i'm quite new regarding cocoon 2.2 and i'm stuck trying to deploy a Cocoon 2.2 webapp in Tomcat 6.0.20. I've spent two days googling, going through the tutorials at cocoon.apache.org and the nice article at http://www.csparks.com/cocoon/c22without, but without any success. I

RE: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Robby Pelssers
- Van: fls...@googlemail.com namens Florian Schmitt Verzonden: ma 4-10-2010 12:59 Aan: users@cocoon.apache.org Onderwerp: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20 Hi, i'm quite new regarding cocoon 2.2 and i'm stuck trying to deploy a Cocoon 2.2 webapp in Tomcat 6.0.20. I'v

Re: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Barbara Slupik
EST to my application web.xml file. Barbara On 4 Oct, 2010, at 1:01 pm, Florian Schmitt wrote: Hi, i'm quite new regarding cocoon 2.2 and i'm stuck trying to deploy a Cocoon 2.2 webapp in Tomcat 6.0.20. I've spent two days googling, going through the tutorials at cocoon.

Re: Cocoon 2.2 PUT HTTP request

2010-09-22 Thread Andre Juffer
request is not mine and is actually a GET request. Note that cocoon 2.2 is about two years old and has not been updated since then. I hope cocoon 3 goes main stream soon now. http://localhost:/equipment PUT /equipment HTTP/1.1 Host: localhost: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64

Re: Cocoon 2.2 PUT HTTP request

2010-09-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre, On 9/22/2010 3:36 AM, Andre Juffer wrote: >> Try confirming (say, with LiveHttpHeaders) that the PUT is being >> redirected by the server. > > This is what I see with LiveHttpHeaders: > > http://localhost:/equipment/ > > POST /equipment

Re: Cocoon 2.2 PUT HTTP request

2010-09-22 Thread Andre Juffer
else going on.Is /equipment the context path of your webapp? If so, I think you have to have /something/ after the "/equipment", otherwise it's a request for no resource at all. The 'equipment' is in fact one of the blocks of my cocoon 2.2 based web application. I have c

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre, On 9/21/2010 4:26 PM, Andre Juffer wrote: > I got it working now. It is really in the details. > > I always relied upon a PUT request like > > http://localhost:/equipment > > expecting to see the request method set to PUT. In fact, it wa

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Andre Juffer
Chris, I got it working now. It is really in the details. I always relied upon a PUT request like http://localhost:/equipment expecting to see the request method set to PUT. In fact, it was always GET. If, however, one employs http://localhost:/equipment/

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Andre Juffer
On 09/21/2010 10:52 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre, On 9/21/2010 3:15 PM, Andre Juffer wrote: This provides an overview of the cocoon.request methods: http://cocoon.apache.org/2.2/blocks/flowscript/1.0/1383_1_1.html Okay, this looks like a

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre, On 9/21/2010 3:15 PM, Andre Juffer wrote: > This provides an overview of the cocoon.request methods: > > http://cocoon.apache.org/2.2/blocks/flowscript/1.0/1383_1_1.html Okay, this looks like a HttpServletRequest object with a few more method

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Andre Juffer
ms to be nothing about working with elements from the sitemap in the flowscript. :( Yeah, you're right. I thought it was explained there. There is indeed almost no information about on the cocoon 2.2 site, except for http://cocoon.apache.org/2.2/core-modules/core/2.2/852_1_1.html How

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre, On 9/21/2010 2:04 PM, Andre Juffer wrote: > On 09/21/2010 07:38 PM, Christopher Schultz wrote: >> I find the Cocoon documentation very difficult to navigate. Can you >> point me to the documentation for calling javascript functions? All I >> co

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Andre Juffer
On 09/21/2010 07:38 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre, (Is everyone on the list named Andre? :) No, there is Robbie as well! On 9/21/2010 9:10 AM, Andre Juffer wrote: There is still one other issue to be solved. In the case of a PUT request

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre, (Is everyone on the list named Andre? :) On 9/21/2010 9:10 AM, Andre Juffer wrote: > There is still one other issue to be solved. In the case of a PUT > request (or any other HTTP request for that matter), my understanding is > that I should b

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Andre Juffer
Thanks for your response. I am going to try this and see if this works. The RequestMethodSelector is also available in Cocoon 2.2. I just did not expect that one must use it to identify the request method in the sitemap, given that the request object is available as cocoon.request in flow as

Re: Cocoon 2.2 PUT HTTP request

2010-09-21 Thread florent andré
Hi Andre, Thanks for your day to day research feedback. In Lenya (widely use of cocoon), we have this : src="{fallback:lenya/modules/webdav/sitemap.xmap}" check-reload="true" reload-method="synchron"/> So the request-method selector seems to detect

Cocoon 2.2 PUT HTTP request

2010-09-21 Thread Andre Juffer
Dear All, in a previous thread, I was trying to understand why I could not see the request parameters of a HTTP PUT request using the cocoon.request.getParameter("...") family of methods in flowscript. Conclusion: For a PUT request, according to specification, the servlet engine is -not- requ

RE: Cocoon 2.2 + openjpa

2010-06-11 Thread Ali Mahdoui
disabled everything from the rcl.properties, clean and run and now everything works perfectly.Thanks Robby!!!could you please explain what was the problem? how does rcl.properties causes the problem?Thanks again!Ali Subject: RE: Cocoon 2.2 + openjpa Date: Fri, 11 Jun 2010 10:41:24 +0200

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

RE: Cocoon 2.2 + openjpa

2010-06-11 Thread Ali Mahdoui
: RE: Cocoon 2.2 + openjpa Date: Fri, 11 Jun 2010 09:24:12 +0200 From: robby.pelss...@ciber.com To: users@cocoon.apache.org 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

RE: Cocoon 2.2 + openjpa

2010-06-11 Thread Robby Pelssers
need to do by var mybean = cocoon.getComponent(“mybean”); mybean.doSomething(); Robby From: Ali Mahdoui [mailto:mahd...@hotmail.de] Sent: Thursday, June 10, 2010 11:24 PM To: Cocoon users Subject: Cocoon 2.2 + openjpa Hi, is there any tutorial or example how to use openjpa with

Cocoon 2.2 + openjpa

2010-06-10 Thread Ali Mahdoui
Hi,is there any tutorial or example how to use openjpa with cocoon 2.2?Thanks!Ali _ http://redirect.gimas.net/?n=M1006xHMTL5 Tschüss Werbung im E-Mail-Abbinder!

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

2010-05-26 Thread Alexander Daniel
On 25.05.2010, at 12:14, Robby Pelssers wrote: > Hi all, > > Just wondering if we have some online documentation explaining how to > configure Cocoon for using xml catalogs. Hi Robby, A while back I summarized [1] some of my findings on using entity resolution with catalogs i

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

2010-05-25 Thread Robby Pelssers
t: Tuesday, May 25, 2010 4:40 PM To: users@cocoon.apache.org Subject: Re: how-to use xml catalog with apache cocoon 2.2 Hi Robby, I have in cocoon.xconf: ^M However, it is probably desirable to leave this default catalog config and declare your own local catalogs, which are loaded in a

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

2010-05-25 Thread Jos Snellings
Hi Robby, I have in cocoon.xconf: ^M However, it is probably desirable to leave this default catalog config and declare your own local catalogs, which are loaded in addition to the system catalog. There are various ways to do local configuration (see "Entity Catalogs" documen

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: Understanding Cocoon 2.2 URL Request Handlers

2010-05-14 Thread Mark Diggory
al Message- > From: Mark Diggory [mailto:mdigg...@gmail.com] > Sent: Tuesday, May 11, 2010 5:55 PM > To: users@cocoon.apache.org > Subject: Re: Understanding Cocoon 2.2 URL Request Handlers > > Ok, > > I have finally uncovered what is happening to cause error in loading

RE: Understanding Cocoon 2.2 URL Request Handlers

2010-05-11 Thread Robby Pelssers
users@cocoon.apache.org Subject: Re: Understanding Cocoon 2.2 URL Request Handlers Ok, I have finally uncovered what is happening to cause error in loading blocks and testing which lead to the previous error. I've determined that with the last release of the cocoon-servlet-service-impl (1.1.0

Re: Understanding Cocoon 2.2 URL Request Handlers

2010-05-11 Thread Mark Diggory
ote: > Likewise, > > I'd like to get advice on the following... Which SitemapServlet should > we be using in Cocoon 2.2? > > http://cocoon.apache.org/2.2/core-modules/core/2.2/apidocs/org/apache/cocoon/servlet/SitemapServlet.html > > or > > http://cocoon.apache.org/2

Re: Understanding Cocoon 2.2 URL Request Handlers

2010-05-08 Thread Mark Diggory
Likewise, I'd like to get advice on the following... Which SitemapServlet should we be using in Cocoon 2.2? http://cocoon.apache.org/2.2/core-modules/core/2.2/apidocs/org/apache/cocoon/servlet/SitemapServlet.html or http://cocoon.apache.org/2.2/core-modules/core/2.2/apidocs/org/apache/c

Understanding Cocoon 2.2 URL Request Handlers

2010-05-08 Thread Mark Diggory
Cocoon Developers, We continue to have problems utilizing the Cocoon 2.2 block capabilities dues to not being able to resolve cocoon request handlers where necessary. Could someone please be so kind as to clarify where the following request handlers are defined and how to configure them

RE: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-04-19 Thread Robby Pelssers
PM To: users@cocoon.apache.org Subject: Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6 Hi Robby, I guess it's just changing a maven dependency version right? Maybe we could raise this on the dev list and see if any of the initial 2.2 developers would have any issues with bu

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-04-19 Thread Jeroen Reijn
Hi Robby, I guess it's just changing a maven dependency version right? Maybe we could raise this on the dev list and see if any of the initial 2.2 developers would have any issues with bumping this version. Jeroen On 04/07/2010 05:04 PM, Robby Pelssers wrote: I need to integrate spring-ws w

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-04-08 Thread Thomas Markus
Hi, set your version in dependecyManagement section cocoon2.2 with spring 2.5.6 works fine here (since 2 weeks) regards Thomas Am 07.04.2010 17:04, schrieb Robby Pelssers: > Hi all, > > Just wondering if anyone tried to switch to a newer version of spring while > using Cocoon2.2. It currently

switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-04-07 Thread Robby Pelssers
Hi all, Just wondering if anyone tried to switch to a newer version of spring while using Cocoon2.2. It currently has a dependency on several spring-xxx.jar version 2.5.1. I need to integrate spring-ws within my cocoon application and this is giving me headaches (probably) due to dependency c

Re: Cocoon 2.2 on Spring 3.0.1

2010-04-06 Thread Reinhard Pötz
Kazimierz Pogoda wrote: > Is it possible to run cocoon 2.2 based application using spring 3.0.1 > libraries? > > I prepared pom with all the conflicts resolved which involved a lot of > excludes. When I execute mvn jetty:run an error occurs: > > java.lan

Cocoon 2.2 on Spring 3.0.1

2010-04-02 Thread Kazimierz Pogoda
Is it possible to run cocoon 2.2 based application using spring 3.0.1 libraries? I prepared pom with all the conflicts resolved which involved a lot of excludes. When I execute mvn jetty:run an error occurs: java.lang.AbstractMethodError

Logging question cocoon 2.2 & tomcat 6

2010-03-16 Thread Søren Krum
Hello! i have a tomcat 6.0.20 and in it runs a application using cocoon. We did an upgrade from 2.1 to 2.2, which hm, yes worked after a while ;-) But there is something that confuses me: I find in the catalina.out (tomcats logging configuration we did not touch at all) i find a nice line (actual

Cocoon 2.2 problem upload-max-size

2010-03-10 Thread Jose Luis Carmona
Hi all, We are using Cocoon 2.2, and we use the param **upload*-max-size* of the file uploadsettings.properties in src/main/resources/META-INF/cocoon/properties , to limit the size of the files uploads to the server. We are trying to limit the size of the file to 4GB but we have the next

How do apply a patch to cocoon 2.2 trunk and make app user that version?

2010-02-14 Thread Shahriar Aghajani
Hi, I'm using Cocoon 2.2 and I am having trouble with database connection leaks. I came across COCOON-2259 and am trying to apply the patch supplied, but I'm having difficulties. Your help would be much appreciated. I've got the cocoon src trunk checked out, and have ap

Re: HELP needed with latest Cocoon 2.2 (JNET / SSF)

2010-02-04 Thread Reinhard Pötz
Reinhard Pötz wrote: > Gabriel Gruber wrote: >> Hi Joe, >> >> well, I don't have a replayable scenario yet (f.i. testcase), but it >> seems that the exception comes after heavy use of cocoon pages within >> our application. >> I suspect that cocoon:/ protocol usage AND/OR inheritence of sitemap

Re: HELP needed with latest Cocoon 2.2 (JNET / SSF)

2010-02-04 Thread Reinhard Pötz
Gabriel Gruber wrote: > > Hi Joe, > > well, I don't have a replayable scenario yet (f.i. testcase), but it > seems that the exception comes after heavy use of cocoon pages within > our application. > I suspect that cocoon:/ protocol usage AND/OR inheritence of sitemap > calling (we "extend" co

Re: HELP needed with latest Cocoon 2.2 (JNET / SSF)

2010-02-02 Thread Gabriel Gruber
gt; Hello comunity, > > > > I found a serious bug in JNET / servlet service framework in our > > cocoon 2.2 based application. After some time the following Exception > > pops up and the only way to resolve is to restart the web > > application... > >

Re: HELP needed with latest Cocoon 2.2 (JNET / SSF)

2010-02-02 Thread Jos Snellings
Hi Gabriel, Very strange to have that exception there! When does it happen? Is it predictable? Kind regards, Jos On Tue, 2010-02-02 at 19:44 +0100, Gabriel Gruber wrote: > > Hello comunity, > > I found a serious bug in JNET / servlet service framework in our > cocoon 2.2 ba

HELP needed with latest Cocoon 2.2 (JNET / SSF)

2010-02-02 Thread Gabriel Gruber
Hello comunity, I found a serious bug in JNET / servlet service framework in our cocoon 2.2 based application. After some time the following Exception pops up and the only way to resolve is to restart the web application... java.lang.NullPointerException

How to deploy Cocoon 2.2 ’s project on Weblogic 10.3?

2010-02-01 Thread Remi . Masson . EXT
Hello, I use cocoon 2.2 on my current project. But when I’m deploying the war file on weblogic 10.3, the server throws this error : javax.servlet.ServletException: org.apache.cocoon.servlet.ParanoidCocoonServlet cannot run in an undeployed WAR file at

cocoon 2.2 servlet context

2009-12-25 Thread Robert
Hi All, I try to put the Solr servlet in a Cocoon 2.2 block and it seems that I have some success so far. Unfortunately, I do not seem to be able to set the JNDI property solr/home, needed for the config and data files. I have tried to add the following to both the spring servlet config of the

RE: problem with zip serializer Cocoon 2.2: Component with role 'org.apache.cocoon.serialization.Serializer/' and key 'map' is not defined in this service selector

2009-12-04 Thread Robby Pelssers
ache.org Subject: problem with zip serializer Cocoon 2.2: Component with role 'org.apache.cocoon.serialization.Serializer/' and key 'map' is not defined in this service selector Hi guys, I defined a custom serializer to add a specific doctype declaration:

problem with zip serializer Cocoon 2.2: Component with role 'org.apache.cocoon.serialization.Serializer/' and key 'map' is not defined in this service selector

2009-12-04 Thread Robby Pelssers
Hi guys, I defined a custom serializer to add a specific doctype declaration: http://nww.qa.spider.nxp.com:8310/xmetal/schemas/map.dtd I dynamically generate the zip archive using inline xml content. Ziparchive xml snippet (1) http://apache.org/cocoon/

Re: Samples for Cocoon 2.2

2009-11-26 Thread Peter Hargreaves
Found the problem at last! Could a developer please review the following and update the SVN repository if appropriate? Thanks. Please also consider putting instructions for running Samples for Cocoon 2.2 under Getting Started or somewhere obvious. Thanks. I've updated the followin

Re: Samples for Cocoon 2.2

2009-11-26 Thread Peter Hargreaves
Hi Folks, I'm still struggling on this one. I've tried a few jdks and settled on java-1.5.0-sun. I've also got my out of memory messages sorted. So, I'll start again to explain the remaining problem. >On this blog: >http://mrhaki.blogspot.com/2008/09/running-cocoon-22-samples.html you can >see

Re: Samples for Cocoon 2.2

2009-11-24 Thread Peter Hargreaves
Hi Job, Thanks for the feedbacks. I've now found the README.txt so am trying to: ./build.sh clean install but keep getting: "The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: Java heap space" I've tried: MAVEN_OPTS="-Xmx2048m" But sti

Re: Samples for Cocoon 2.2

2009-11-24 Thread Job van Ommen
It looks like in one of the POM files there is a dependency of to a block that is not available viz. the pom file of the cocoon-core block. You should check the file and try another version of the required block or download it manually as the error message you get is describing. Im not entirly sur

Re: Samples for Cocoon 2.2

2009-11-23 Thread Peter Hargreaves
Thanks for the feedback folks - nearly there. >On this blog: >http://mrhaki.blogspot.com/2008/09/running-cocoon-22-samples.html you can >see step-by-step how to get the samples running. > >Regards, > >Job I followed your advice, Job, but when I try: mvn -P allblocks install -Dmaven.test.skip=tru

RE: Cocoon 2.2 serialize/transform only parts of XSL content

2009-11-15 Thread Robby Pelssers
7:48 PM To: users@cocoon.apache.org Subject: RE: Cocoon 2.2 serialize/transform only parts of XSL content I got only one word for you, Robby, and that's: YES!! First I checked out all 5 .js-files in a browser with the address you mentioned. They were displayed correctly. So I jumped to

RE: Cocoon 2.2 serialize/transform only parts of XSL content

2009-11-13 Thread JeVeoy
ts > >select="."/> >   > > > > If that still doesn't work let me know. > > Cheers, > Robby Pelssers > > -Original Message- > From: JeVeoy [mailto:jor...@wisloff.org] > Sent: Thur

RE: Cocoon 2.2 serialize/transform only parts of XSL content

2009-11-12 Thread Robby Pelssers
pache.org Subject: Cocoon 2.2 serialize/transform only parts of XSL content I'm really not sure about the origin of this error (I'm kind-of newbie to Cocoon), but I've searched and tried so hard to fix this issue that I don't recognize the guy staring at me in the mirror...

Cocoon 2.2 serialize/transform only parts of XSL content

2009-11-12 Thread JeVeoy
I'm really not sure about the origin of this error (I'm kind-of newbie to Cocoon), but I've searched and tried so hard to fix this issue that I don't recognize the guy staring at me in the mirror... I'm using Cocoon 2.2 and have built an application according to htt

Re: Samples for Cocoon 2.2

2009-11-11 Thread Dominic Mitchell
On Wed, Nov 11, 2009 at 12:22 AM, Kamal Bhatt wrote: > Hang on, when did Cocoon started being hosted on Git? I was going to make > the same suggestion with SVN: > > > http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-forms/cocoon-forms-1/cocoon-forms-sample/ > &g

Re: Samples for Cocoon 2.2

2009-11-11 Thread Job van Ommen
e same suggestion with SVN: > > > http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-forms/cocoon-forms-1/cocoon-forms-sample/ > > Which is where the website says the code is. > > On Tue, Nov 10, 2009 at 7:19 PM, Peter Hargreaves > wrote: > >> Hi Folks, &g

Re: Samples for Cocoon 2.2

2009-11-10 Thread Kamal Bhatt
Hang on, when did Cocoon started being hosted on Git?  I was going to make the same suggestion with SVN: http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-forms/cocoon-forms-1/cocoon-forms-sample/ Which is where the website says the code is. On Tue, Nov 10, 2009 at 7:19 PM

Re: Samples for Cocoon 2.2

2009-11-10 Thread Dominic Mitchell
I simply can't find out how to do this, I can't find out how to look at any > samples under 2.2 > > Assuming I'm just blind - could someone please give me a link or explain > how > best to explore the samples/examples when starting with 2.2 > You have to downl

Samples for Cocoon 2.2

2009-11-10 Thread Peter Hargreaves
Hi Folks, I've followed the 2.2 tutorials and eventually came to this comment "To have a feel for the power of CForms, take a look at the examples included included in the Forms block." I simply can't find out how to do this, I can't find out how to look at any samples under 2.2 Assuming I'm

Re: Deploying Cocoon 2.2 to tomcat

2009-11-04 Thread Dominic Mitchell
On Wed, Nov 4, 2009 at 10:34 AM, Glen Robson wrote: > I'm trying to deploy cocoon to tomcat but I seem to be getting a conflict > with the packaging type and maven. If I want the cocoon RCL plugin to run > then the package type needs to be jar but if I want to deploy to tomcat the > package type n

Deploying Cocoon 2.2 to tomcat

2009-11-04 Thread Glen Robson
3 56 57 58 ${project.build.directory}/rcl/ webapp 59 / 60 61 62 63 org.codehaus.mojo 64 tomcat-maven-plugin 65 66 http://localhost:8080/manager 67 /cocoon-2.2 68

Re: Hibernate and Cocoon 2.2 - best practice

2009-10-26 Thread Luca Morandini
On 26/10/09 08:25, Søren Krum wrote: The access to hibernate managed java objects is done via the standard hibernate way: Getting a factory, getting a session, fetching/manipulating your object. We use a central class, a (scope=singleton) HibernateUtil, to get the connection to the different hib

Re: Hibernate and Cocoon 2.2 - best practice

2009-10-26 Thread Søren Krum
Hi! We are using cocoon 2.2 and hibernate. I am not sure if we choosed the optimal way to integrate these both, but for us it works. We configured all database connections via spring as DataSource, and these we use further on for the hibernate session factories and for the "old" a

Hibernate and Cocoon 2.2 - best practice

2009-10-25 Thread Kamal Bhatt
Hi, I was wondering if someone who uses Cocoon 2.2 and Hibernate could provide some tips on using Hibernate and Cocoon 2.2 together? For example, how do others configure the connections, call in the DAO (eg using Spring or calling them directly), etc... An example would be nice. Thanks

Re: Trying to find cocoon-fop-ng-impl in order to use FOP 0.9x with Cocoon 2.2?

2009-10-25 Thread Kamal Bhatt
g here.  I suspect you may have some problems as I don't see FOP in the dependency Cheers. I would like to use FOP 0.9x with Cocoon 2.2: This should be possible. http://www.nabble.com/Cocoon-2.2-FOP-td18959290.html by Jasha Joachimsthal-2 Aug 15, 2008 ... cocoon-fop-n

Re: Trying to find cocoon-fop-ng-impl in order to use FOP 0.9x with Cocoon 2.2?

2009-10-25 Thread Kamal Bhatt
the dependency Cheers. I would like to use FOP 0.9x with Cocoon 2.2: This should be possible. http://www.nabble.com/Cocoon-2.2-FOP-td18959290.html by Jasha Joachimsthal-2 Aug 15, 2008 ... cocoon-fop-ng-impl uses FOP 0.9x. cocoon-fop-impl uses FOP 0.20.x The number of the Cocoon FOP

Trying to find cocoon-fop-ng-impl in order to use FOP 0.9x with Cocoon 2.2?

2009-10-21 Thread Charles McCallum
I would like to use FOP 0.9x with Cocoon 2.2: This should be possible. http://www.nabble.com/Cocoon-2.2-FOP-td18959290.html > by Jasha Joachimsthal-2 Aug 15, 2008 > ... > cocoon-fop-ng-impl uses FOP 0.9x. cocoon-fop-impl uses FOP 0.20.x > The number of the Cocoon FOP block does no

Re: Where are {defaults:} set in cocoon 2.2

2009-09-26 Thread Dominic Mitchell
On Sat, Sep 26, 2009 at 7:06 PM, Steven D. Majewski wrote: > Where are defaults set for the {defaults:} input module, now > that there is no cocoon.xconf ? > Looking through the source code, I'd guess that you need to stuff something like this into src/main/resources/META-INF/cocoon/avalon/defaul

Where are {defaults:} set in cocoon 2.2

2009-09-26 Thread Steven D. Majewski
Where are defaults set for the {defaults:} input module, now that there is no cocoon.xconf ? -- Steve Majewski / UVA Alderman Library - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mai

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

2009-09-23 Thread Steven D. Majewski
On Sep 23, 2009, at 4:39 PM, Robby Pelssers wrote: True… the same here… but if I had no prior maven knowledge this might be a bit trickier to spot. I guess it’s time to have that documentation published again… HINT HINT. Robby This may also need updating: http://cocoon.apache.org/2.2

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

2009-09-23 Thread Robby Pelssers
@cocoon.apache.org Subject: Re: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] On Wed, Sep 23, 2009 at 9:18 PM, Steven D. Majewski wrote: Thank You!! Both "1.0.0" and "1.0-SNAPSHOT" are mismatched in the document

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

2009-09-23 Thread Dominic Mitchell
On Wed, Sep 23, 2009 at 9:18 PM, Steven D. Majewski wrote: > Thank You!! > > Both "1.0.0" and "1.0-SNAPSHOT" are mismatched in the documentation. > I was following the instructions a little too exactly! > > I wondered about this mismatch at the time, but I thought that > perhaps "SNAPSHOT" was a k

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] Thank You!! Both "1.0.0" and "1.0-SNAPSHOT" are mismatched in the documentation. I was following the instructions a little too exactly! I wondered about this mismatch at the time, but I thought that perhaps "SNAPSHOT" was a keyword di

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

2009-09-23 Thread Steven D. Majewski
d regards and 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 C

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 Steven D. Majewski
lto:robby.pelss...@ciber.com] Sent: Wednesday, September 23, 2009 9:10 PM To: users@cocoon.apache.org Subject: RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] Aha... so that explains why the myBlock2.jar IS still in the classpath... lol If you were to do

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

2009-09-23 Thread Robby Pelssers
Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Wednesday, September 23, 2009 9:10 PM To: users@cocoon.apache.org Subject: RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] Aha... so that explains why the myBlock2.jar IS still in the classpath... lol If you

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
this will not work anymore. So don't think you're there yet ;-) Robby -Original Message- From: Steven D. Majewski [mailto:sd...@virginia.edu] Sent: Wednesday, September 23, 2009 8:58 PM To: users@cocoon.apache.org Subject: Re: problems with "Getting Started" 2.2 [was:

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

2009-09-23 Thread Steven D. Majewski
-Original Message- From: Steven D. Majewski [mailto:sd...@virginia.edu] Sent: Wednesday, September 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

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

2009-09-23 Thread Dominic Mitchell
On Wed, Sep 23, 2009 at 7:57 PM, Steven D. Majewski wrote: > 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 depe

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

2009-09-23 Thread Steven D. Majewski
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 other? Did you also add the dependency of myblock2 in the p

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 Dominic Mitchell
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 >> other? >> >> Did you also add the dependency of myblock2 in the pom.xml of myblock1? >> > > Yes. ( And if I t

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

2009-09-23 Thread Steven D. Majewski
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 also add the dependency of myblock2 in the pom.xml of myblock1? Yes. ( And if I take that dependency out, it runs without complaint. ) I guess so... sin

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

2009-09-23 Thread Robby Pelssers
009 8:23 PM To: users@cocoon.apache.org Subject: Re: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2] I can create, 'mvn install' & 'mvn jetty:run' both myBlock1 & myBlock2. When I try to connect the two blocks as in http://cocoon.apache.o

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

2009-09-23 Thread Steven D. Majewski
On Sep 23, 2009, at 2:22 PM, Steven D. Majewski wrote: If I comment out the myBlock2 dependency in myBlock1/pom.xml which I just added: it will run again. Does the order of the dependencies in the pom matter ? ( Eclipse is appending new ones at the end of ) Maybe I should try skipp

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

2009-09-23 Thread Dominic Mitchell
On Wed, Sep 23, 2009 at 6:50 PM, Steven D. Majewski wrote: > Thanks. Yes -- I saw that observation in the other message. > However: it wouldn't build doing just a 'mvn install' on the blocks. > > Was there a particular reason for the failure when you ran "mvn install" in the blocks? > I've just

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

2009-09-23 Thread Dominic Mitchell
On Wed, Sep 23, 2009 at 7:22 PM, Steven D. Majewski wrote: > > I can create, 'mvn install' & 'mvn jetty:run' both myBlock1 & myBlock2. > When I try to connect the two blocks as in > http://cocoon.apache.org/2.2/1291_1_1.html, > I get this error on either a jetty:run or an install: > > > myBlock1$

<    1   2   3   4   5   6   7   8   9   10   >