Re: What are the alternatives to in Cocoon 2.2?

2016-03-04 Thread Javier Puerto
Hi Mark, 2016-03-04 16:21 GMT+01:00 Mark H. Wood <mw...@iupui.edu>: > We use a large Cocoon 2.2 application (which we don't own and can't > just port to v3) and at startup it complains, " deprecation - The > 'component-configurations' section in the sitemap is > d

What are the alternatives to in Cocoon 2.2?

2016-03-04 Thread Mark H. Wood
We use a large Cocoon 2.2 application (which we don't own and can't just port to v3) and at startup it complains, " deprecation - The 'component-configurations' section in the sitemap is deprecated. Please check for alternatives." So I'm checking for alternatives. Where would I

Wildcard URI Matcher Issue with Cocoon 2.2

2014-03-02 Thread Bardo Nelgen
Hi all, has anyone ever experienced a kind of mismatch, when a request of type /*/devices/*/registrations/*/* gets a response from a matcher style /*/devices/*/registrations/* ?? Shouldn't actually the first pattern's *last* slash prevent this from happening!? At least that's the way I

Wildcard URI Matcher Issue with Cocoon 2.2

2014-03-02 Thread Bardo Nelgen
Hi all, has anyone ever experienced a kind of mismatch, when a request of type /*/devices/*/registrations/*/* gets a response from a matcher style /*/devices/*/registrations/* ?? Shouldn't actually the first pattern's *last* slash prevent this from happening!? At least that's the way I

Doubt about file upload in Cocoon 2.2

2013-06-06 Thread Miguel
Hi At present, I work on project based on cocoon 2.2 and I want to use file upload option to send an email with cocoon. Documentation of cocoon indicates about the parameters: org.apache.cocoon.uploads.enable=true org.apache.cocoon.uploads.autosave=true org.apache.cocoon.uploads.maxsize

Re: Doubt about file upload in Cocoon 2.2

2013-06-06 Thread Javier Puerto
Hola Miguel, 2013/6/6 Miguel miguel.valen...@juntadeandalucia.es Hi At present, I work on project based on cocoon 2.2 and I want to use file upload option to send an email with cocoon. Documentation of cocoon indicates about the parameters: org.apache.cocoon.uploads.**enable=true

Cocoon 2.2: configuring and using persistent store/cache

2013-05-23 Thread Purnama, Arthur
@cocoon.apache.org/msg46258.html and this: http://www.mail-archive.com/users@cocoon.apache.org/msg46247.html Until now there is no answer for this problem. I try to figure it out alone how it is but I just can't. So I'm trying to asked again in this mailing list. This site Explain that in Cocoon 2.2

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-11 Thread Fawzib Rojas
Ok, commented the OSGI stuff out (shouldnt it check if it is an OSGI bundle before deploying as such?) and now is deploying but with a ton of Spring errors: 10:04:24,163 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] (MSC service thread 1-2) Cannot search for

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-11 Thread Fawzib Rojas
Looking around found out that the problem was fixed on a newer version of Spring, so I replaced the old version (2.51) with the latest one (3.21) but now I get 3 more errors. Im trying to connect 2 cocoon blocks com.spectron.website.webapp-logger.service and

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread gelo1234
Hi Fawzib, Looks like you are trying to deploy spectron.war as an OSGi bundle/application, so you need OSGi-compatible META-INF/MANIFEST file in every .jar Greetings, Greg 2013/3/8 Fawzib Rojas f_ro...@spectron-msim.com Anyone tried running a cocoon 2.2 webapp (war) in JBoss 7? I have run

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread Fawzib Rojas
you are trying to deploy spectron.war as an OSGi bundle/application, so you need OSGi-compatible META-INF/MANIFEST file in every .jar Greetings, Greg 2013/3/8 Fawzib Rojas f_ro...@spectron-msim.com mailto:f_ro...@spectron-msim.com Anyone tried running a cocoon 2.2 webapp (war) in JBoss 7

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread gelo1234
Greetings, Greg 2013/3/8 Fawzib Rojas f_ro...@spectron-msim.com Anyone tried running a cocoon 2.2 webapp (war) in JBoss 7? I have run a simple cocoon 2.2 app (just says Cocoon 2.2 runs!) in Glassfish and Jetty8 but is giving me an error in JBoss 7.1.1 10:45:26,737 DEBUG

Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-22 Thread Matthias Müller
Thanks for the provided link, Robby. Now it would be interesting to see how you consume your movie webservice within a cocoon 2.2 pipeline. Do you call the webservice within a sitemap using a custom generator? Or via flow script? Matthias Von: Robby

RE: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-22 Thread Robby Pelssers
. dependency groupIdcom.nxp.spider2/groupId artifactIdjobmonitorClient/artifactId version1.1.11/version /dependency So in the spring application context of our Cocoon [2.2] app we configured the client like below

Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-21 Thread Matthias Müller
the a spring webservice here? Regards, Matthias Von: Francesco Chicchiriccò ilgro...@apache.org An: users@cocoon.apache.org Gesendet: 12:32 Samstag, 19.Januar 2013 Betreff: Re: [C2.2] Provide or consume Webservices with Cocoon 2.2 On 17/01/2013 14:26, Matthias

cocoon-auth configuration - cocoon 2.2

2013-01-21 Thread kompromiss
Hi Everybody cocoon-auth block. I guess I searched just everywhere, but I couldn't find any sample with configuration of PipelineSecurityHandler - there is only example of SimpleSecurityHandler. Where can I find an example with using of PipelineSecurityHandler? Or any detailed documentation

Re: cocoon-auth configuration - cocoon 2.2

2013-01-21 Thread Francesco Chicchiriccò
On 21/01/2013 09:08, kompromiss wrote: Hi Everybody cocoon-auth block. I guess I searched just everywhere, but I couldn't find any sample with configuration of PipelineSecurityHandler - there is only example of SimpleSecurityHandler. Where can I find an example with using of

Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-21 Thread Jos Snellings
:* Re: [C2.2] Provide or consume Webservices with Cocoon 2.2 On 17/01/2013 14:26, Matthias Müller wrote: Hi there, are there any tutorials / samples about implementing webservice support in cocoon 2.2. All the sources I found are based on Cocoon 2.1x, e.g. http://wiki.apache.org/cocoon

Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-21 Thread Matthias Müller
I thought that the spring integration is also part of Cocoon 2.2 !? Von: Jos Snellings jos.snelli...@upperware.biz An: users@cocoon.apache.org; Matthias Müller pym...@yahoo.de Gesendet: 9:28 Montag, 21.Januar 2013 Betreff: Re: [C2.2] Provide or consume

Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-21 Thread Francesco Chicchiriccò
On 21/01/2013 09:45, Matthias Müller wrote: I thought that the spring integration is also part of Cocoon 2.2 !? If Jos is referring to the cocoon-spring-configurator, I confirm that it is included in C2.2 (and C3, of course). Unfortunately, I don't know if there is any sample of this kind

Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-21 Thread Jos Snellings
On Mon, Jan 21, 2013 at 1:26 PM, Francesco Chicchiriccò ilgro...@apache.org wrote: On 21/01/2013 09:45, Matthias Müller wrote: I thought that the spring integration is also part of Cocoon 2.2 !? If Jos is referring to the cocoon-spring-configurator, I confirm that it is included in C2.2

RE: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-21 Thread Robby Pelssers
artifactIdspring-aspects/artifactId version${spring.version}/version /dependency Robby From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Monday, January 21, 2013 1:26 PM To: users@cocoon.apache.org Subject: Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

Re: cocoon-auth configuration - cocoon 2.2

2013-01-21 Thread kompromiss
Thanks, I saw these examples and used them, but I can't get the authentication procedure to work. There are no errors, but no authentication also... Strange. I'll try to use extensive debug and post the results here, if it will be something interesting... -- View this message in context:

RE: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-21 Thread Robby Pelssers
://robbypelssers.blogspot.nl/2010/10/building-webservices-with-spring-ws-and.html From: gelo1234 [mailto:gelo1...@gmail.com] Sent: Monday, January 21, 2013 2:14 PM To: users@cocoon.apache.org Subject: Re: [C2.2] Provide or consume Webservices with Cocoon 2.2 Can you provide some examples

Re: [C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-19 Thread Francesco Chicchiriccò
On 17/01/2013 14:26, Matthias Müller wrote: Hi there, are there any tutorials / samples about implementing webservice support in cocoon 2.2. All the sources I found are based on Cocoon 2.1x, e.g. http://wiki.apache.org/cocoon/WebServiceServer Hi Matthias, I don't think there is any

[C2.2] Provide or consume Webservices with Cocoon 2.2

2013-01-17 Thread Matthias Müller
Hi there, are there any tutorials / samples about implementing webservice support in cocoon 2.2. All the sources I found are based on Cocoon 2.1x, e.g. http://wiki.apache.org/cocoon/WebServiceServer Regards, Matthias

RE: Path selector - Cocoon 2.2.

2012-12-13 Thread Robby Pelssers
[mailto:mansour.alak...@gmail.com] Sent: Wednesday, December 12, 2012 9:42 PM To: users Subject: Path selector - Cocoon 2.2. Hello all, I am looking to select a path for a directory depending on language prefix. For example, let's say I have C:\repo\english\dir_1 C:\repo\english\dir_2 C:\repo\english\dir_3

Re: Path selector - Cocoon 2.2.

2012-12-13 Thread Mansour Al Akeel
/ /map:match -Original Message- From: Mansour Al Akeel [mailto:mansour.alak...@gmail.com] Sent: Wednesday, December 12, 2012 9:42 PM To: users Subject: Path selector - Cocoon 2.2. Hello all, I am looking to select a path for a directory depending on language prefix. For example

Path selector - Cocoon 2.2.

2012-12-12 Thread Mansour Al Akeel
Hello all, I am looking to select a path for a directory depending on language prefix. For example, let's say I have C:\repo\english\dir_1 C:\repo\english\dir_2 C:\repo\english\dir_3 C:\repo\english\dir_4 C:\repo\french\dir_1 C:\repo\french\dir_2 C:\repo\french\dir_3 C:\repo\french\dir_4

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Huib Verwey
am working on an app built on cocoon 2.2 so need to use that version. Thanks for the quick reply though! On Mon, Jul 9, 2012 at 1:00 PM, Reyes, Rafael rafael.re...@tigo.com.comailto:rafael.re...@tigo.com.co wrote: Hi joel, i had the same trouble when i began with cocoon but I recommend

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Francesco Chicchiriccò
working on an app built on cocoon 2.2 so need to use that version. Thanks for the quick reply though! On Mon, Jul 9, 2012 at 1:00 PM, Reyes, Rafael rafael.re...@tigo.com.co mailto:rafael.re...@tigo.com.co wrote: Hi joel, i had the same trouble when i began with cocoon but I recommend

RE: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Robby Pelssers
, July 10, 2012 10:48 AM To: users@cocoon.apache.org Subject: Re: How to build cocoon 2.2 from source for debugging Hi, you shouldn't need to build 2.2 artifacts yourself, just use the provided maven dependencies as suggested. Could you please describe your use case in order to understand whether

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Francesco Chicchiriccò
Chicchiriccò [mailto:ilgro...@apache.org] *Sent:* Tuesday, July 10, 2012 10:48 AM *To:* users@cocoon.apache.org *Subject:* Re: How to build cocoon 2.2 from source for debugging Hi, you shouldn't need to build 2.2 artifacts yourself, just use the provided maven dependencies as suggested. Could you please

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Joel McConaughy
it should work but doesn't. I would like to compile a debug version of cocoon 2.2 so I can step through the code with a debugger. On Tue, Jul 10, 2012 at 1:47 AM, Francesco Chicchiriccò ilgro...@apache.org wrote: Hi, you shouldn't need to build 2.2 artifacts yourself, just use the provided

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Francesco Chicchiriccò
have walked through the source and it looks like it should work but doesn't. I would like to compile a debug version of cocoon 2.2 so I can step through the code with a debugger. Hi Joel, first of all, I've just committed some fixes that make the build to succeed. Anyway, I still don't think

How to build cocoon 2.2 from source for debugging

2012-07-09 Thread Joel McConaughy
-Pro:cocoon-2.2 joel$ mvn clean [INFO] Scanning for projects... [ERROR] The build could not read 6 projects - [Help 1] [ERROR] [ERROR] The project org.apache.cocoon:cocoon-blocks-modules:6-SNAPSHOT (/Users/joel/cocoon/cocoon-2.2/blocks/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could

RE: How to build cocoon 2.2 from source for debugging

2012-07-09 Thread Reyes, Rafael
Hi joel, i had the same trouble when i began with cocoon but I recommend that you download the cocoon`s .war proyect, in google you can find this file with the name of cocoon 2.1.6 .war, after, you should to put this in the apache's server deploying the proyect, clean some parts of the proyect and

Re: How to build cocoon 2.2 from source for debugging

2012-07-09 Thread Joel McConaughy
Unfortunately I am working on an app built on cocoon 2.2 so need to use that version. Thanks for the quick reply though! On Mon, Jul 9, 2012 at 1:00 PM, Reyes, Rafael rafael.re...@tigo.com.cowrote: Hi joel, i had the same trouble when i began with cocoon but I recommend that you download

Weird I18NTransformer problem (Cocoon 2.2)

2012-03-14 Thread Fawzib Rojas
I Cocoon 2.2 running on Glassfish 3.1 and I'm using the I18nTransformer and I'm using a generator to create the translation files (see pipelines and transformer config below), my problem is thet when I use the DerbyEmbedded database, the transformer does not work, I can call the pipelines ok

Re: Cocoon 2.2 and OSGI

2012-03-12 Thread Fawzib Rojas
On 3/2/2012 11:20 AM, Fawzib Rojas wrote: I have been working in Glassfish and OSGI and was wondering, did Cocoon 2.2 was ever made into an OSGI bundle? I googled some info about it and all I saw was some messages from 2005-2008 talking about it and a wiki page about experimenting

Re: Cocoon 2.2 and OSGI

2012-03-12 Thread Thorsten Scherler
On 03/12/2012 02:39 PM, Fawzib Rojas wrote: On 3/2/2012 11:20 AM, Fawzib Rojas wrote: I have been working in Glassfish and OSGI and was wondering, did Cocoon 2.2 was ever made into an OSGI bundle? I googled some info about it and all I saw was some messages from 2005-2008 talking about

Cocoon 2.2 and OSGI

2012-03-02 Thread Fawzib Rojas
I have been working in Glassfish and OSGI and was wondering, did Cocoon 2.2 was ever made into an OSGI bundle? I googled some info about it and all I saw was some messages from 2005-2008 talking about it and a wiki page about experimenting with it, last edited on 2009

Re: Cocoon 2.2 and OSGI

2012-03-02 Thread Jos Snellings
Cocoon 2.2 was ever made into an OSGI bundle? I googled some info about it and all I saw was some messages from 2005-2008 talking about it and a wiki page about experimenting with it, last edited on 2009. - To unsubscribe, e

Nullpointer in ZipSerializer (cocoon 2.2)

2011-11-10 Thread Robby Pelssers
Hi guys, Just wanted to know if the issue in below thread has ever been fixed. http://web.archiveorange.com/archive/v/uRmkWnxszXP6g7Xuw33H To shortly describe the use case: http://cocoon.apache.org/2.1/userdocs/ziparchive-serializer.html The zipserializer only allows either: - You

Cocoon 2.2 and block cocoon-xsltal

2011-09-27 Thread Grégory Roche
Hello, I try to use xslthl with cocoon 2.2. I have tested with the block cocoon-xsltal dependency groupIdcocoon/groupId artifactIdcocoon-xsltal/artifactId version2.1.9/version /dependency but I have not result. There is an alternative to cocoon-xsltal

Re: Cocoon 2.2/3.0 and Spring WebMVC

2011-09-16 Thread Gabriel Gruber
Very Nice! So you managed to run cocoon 2.2 with Spring 3.0? Can you provide the community with some hints, or even better supply some patches to a JIRA issue, so it could be picked up by others and could be integrated in the next 2.x version (2.3?) thanx in advance gabriel

Re: Cocoon 2.2 production server configuration

2011-09-14 Thread Brecht Schoolmeesters
processed and the amount and type of transformations taking place. As the subject of this mail states, we're using cocoon 2.2 ;) The xml files we are transforming are not large (about 400-500lines). We are doing one special thing: we have a pipeline that generates an xslt transformation file which

Re: Cocoon 2.2 production server configuration

2011-09-14 Thread Brecht Schoolmeesters
file or should I compile it myself? thanks in advance, best regards, Brecht On Tue, Sep 13, 2011 at 1:52 PM, Robby Pelssers robby.pelss...@nxp.comwrote: 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

Re: Cocoon 2.2 production server configuration

2011-09-14 Thread Brecht Schoolmeesters
Hi Robby,  thanks for your reply. I think the memory leak is causing the high memory usage. I decompiled the class file we use in our cocoon server and it uses the unpatched PoolableProxyHandler. How can I apply the patch to the cocoon version we are using (stable 2.2.0 version from the site)? 

RE: Cocoon 2.2 production server configuration

2011-09-14 Thread Robby Pelssers
12:57 PM To: users@cocoon.apache.org Subject: Re: Cocoon 2.2 production server configuration Hi Robby, thanks for your reply. I think the memory leak is causing the high memory usage. I decompiled the class file we use in our cocoon server and it uses the unpatched PoolableProxyHandler. How can I

Re: Cocoon 2.2 production server configuration

2011-09-13 Thread Jeroen Reijn
Hi, see my comments inline: On Fri, Sep 9, 2011 at 10:37 AM, Brecht Schoolmeesters brecht.schoolmeest...@zappware.com wrote: Hi, we are currently using cocoon for transforming source xml files into xml files in a different format. The transformations are pretty heavy because data from other

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 http://old.nabble.com/memory-leak-in-PoolableProxyHandler-td29023190

Cocoon 2.2 production server configuration

2011-09-09 Thread Brecht Schoolmeesters
Hi, we are currently using cocoon for transforming source xml files into xml files in a different format. The transformations are pretty heavy because data from other xml files is inserted and also transformed. When using cocoon on our test server, we saw that the memory usage was peaking at

Cocoon 2.2: configuring persistent store/cache

2011-08-28 Thread Brecht Schoolmeesters
Hello, can someone give a small example of how to configure cocoon to use the FileSystemStore? I cannot find any documentation for cocoon 2.2, only for older versions. I don't know in which files the configuration should be placed. What do I need to change in the sitemap to use

Cocoon 2.2: configuring and using persistent store/cache

2011-08-24 Thread Brecht Schoolmeesters
Hello, can someone give a small example of how to configure cocoon to use the FileSystemStore? I cannot find any documentation for cocoon 2.2, only for older versions. I don't know in which files the configuration should be placed. What do I need to change in the sitemap to use

Re: Cocoon 2.2/3.0 and Spring WebMVC

2011-08-23 Thread kremnef
-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org -- View this message in context: http://old.nabble.com/Cocoon-2.2-3.0-and-Spring-WebMVC-tp32084435p32318052.html Sent from the Cocoon - Users mailing list archive at Nabble.com

Cocoon 2.2/3.0 and Spring WebMVC

2011-07-18 Thread Mark Diggory
Cocoon Community, While, possibly unconventional, we are considering the the possibility of marrying Cocoon and WebMVC in our project to use Cocoon as a View technology while relying on WebMVC as our Controller/Model framework. I would like to explore if anyone else out there has approached such

Re: Cocoon 2.2/3.0 and Spring WebMVC

2011-07-18 Thread Thorsten Scherler
On Mon, 2011-07-18 at 09:10 -0700, Mark Diggory wrote: Cocoon Community, While, possibly unconventional, we are considering the the possibility of marrying Cocoon and WebMVC in our project to use Cocoon as a View technology while relying on WebMVC as our Controller/Model framework. I would

Re: Cocoon 2.2/3.0 and Spring WebMVC

2011-07-18 Thread Igor Malinin
It not so unconventional. I am thinking about it since long ago, and decided to finally do it recently. Not so much progress at this time, but I was able to make some basic things running. Handling requests by Spring @Controllers and then running pipeline with default Spring ViewResolver. This

Re: Cocoon 2.2/3.0 and Spring WebMVC

2011-07-18 Thread Mark Diggory
Igor and Thorsten, On Mon, Jul 18, 2011 at 2:48 PM, Igor Malinin igor...@gmail.com wrote: It not so unconventional. I am thinking about it since long ago, and decided to finally do it recently. Not so much progress at this time, but I was able to make some basic things running. Handling

Re: Cocoon 2.2 and Mysql 5.0

2011-05-17 Thread Jeroen Reijn
of Cocoon 2.2. At this moment, it's a catastrophe, my browser return : http://locahost:/test/sql-page Hello This is my first Cocoon2 page filled with SQL data!  Failed to obtain connection from datasource 'dbMySQL5'. Made 5 attempts with 5000ms interval Mysql server is ok, and I have

Re: Cocoon 2.2 and Mysql 5.0

2011-05-13 Thread Grégory Roche
to a firewall rule. The database is located on another server? On 12/05/11 17:21, Grégory Roche wrote: Hi, after the mail, I'm trying to do a test with a database Mysql 5.0 and a block of Cocoon 2.2. At this moment, it's a catastrophe, my browser return : http://locahost:/test/sql

Cocoon 2.2 and Mysql 5.0

2011-05-12 Thread Grégory Roche
Hi, after the mail, I'm trying to do a test with a database Mysql 5.0 and a block of Cocoon 2.2. At this moment, it's a catastrophe, my browser return : http://locahost:/test/sql-page Hello This is my first Cocoon2 page filled with SQL data! Failed to obtain connection from

Re: Cocoon 2.2 and sendmail

2011-05-12 Thread Grégory Roche
(0)6.89.54.14.84Andy Stevens insomniacpeng...@googlemail.com mailto:insomniacpeng...@googlemail.com a écrit : 2011/5/9 Grégory Roche webmas...@polymorphisme.org mailto:webmas...@polymorphisme.org: I'm trying send email with Cocoon 2.2. ... and in my sitemap.xmap, I have my tramsformer

Re: Cocoon 2.2 and Mysql 5.0

2011-05-12 Thread Andre Juffer
Is possibly related to a firewall rule. The database is located on another server? On 12/05/11 17:21, Grégory Roche wrote: Hi, after the mail, I'm trying to do a test with a database Mysql 5.0 and a block of Cocoon 2.2. At this moment, it's a catastrophe, my browser return : http

Cocoon 2.2 and sendmail

2011-05-09 Thread Grégory Roche
Hi, I'm trying send email with Cocoon 2.2. So, I have in my pom.xml the dependency : dependency groupIdorg.apache.cocoon/groupId artifactIdcocoon-mail-impl/artifactId version1.0.0/version /dependency and in my sitemap.xmap, I have my tramsformer sendmail

Re: Cocoon 2.2 and sendmail

2011-05-09 Thread Søren Krum
Hi! Did you check that the jars you mention are not included over the dependency cocoon-mail-impl? If not, you could add these dependencies in your pom, then you should get them in your build. -- Med vennlig hilsen / kind regards Søren D. Krum Systemutvikler/system developer UNINETT FAS + 47

Re: Cocoon 2.2 and sendmail

2011-05-09 Thread Andy Stevens
2011/5/9 Grégory Roche webmas...@polymorphisme.org: I'm trying send email with Cocoon 2.2. ... and in my sitemap.xmap, I have my tramsformer sendmail : map:transformer name=sendmail     src=org.apache.cocoon.mail.transformation.SendMailTransformer/ and a pipeline for my test

Re: Cocoon 2.2 and sendmail

2011-05-09 Thread Grégory Roche
...@polymorphisme.org fixe : +33 (0)5.24.07.64.02 port : +33 (0)6.89.54.14.84Andy Stevens insomniacpeng...@googlemail.com a écrit : 2011/5/9 Grégory Roche webmas...@polymorphisme.org: I'm trying send email with Cocoon 2.2. ... and in my sitemap.xmap, I have my tramsformer sendmail : map:transformer

Re: Cocoon 2.2 and sendmail

2011-05-09 Thread Andy Stevens
Grégory Roche webmas...@polymorphisme.org: I'm trying send email with Cocoon 2.2. ... and in my sitemap.xmap, I have my tramsformer sendmail : map:transformer name=sendmail src=org.apache.cocoon.mail.transformation.SendMailTransformer/ and a pipeline for my test : map:match pattern

Re: Cocoon 2.2 and sendmail

2011-05-09 Thread Andre Juffer
webmas...@polymorphisme.org mailto:webmas...@polymorphisme.org: I'm trying send email with Cocoon 2.2. ... and in my sitemap.xmap, I have my tramsformer sendmail : map:transformer name=sendmail src=org.apache.cocoon.mail.transformation.SendMailTransformer/ and a pipeline for my test

Re: Cocoon 2.2 and sendmail

2011-05-09 Thread Grégory Roche
fixe : +33 (0)5.24.07.64.02 port : +33 (0)6.89.54.14.84Andy Stevens insomniacpeng...@googlemail.com mailto:insomniacpeng...@googlemail.com a écrit : 2011/5/9 Grégory Roche webmas...@polymorphisme.org mailto:webmas...@polymorphisme.org: I'm trying send email with Cocoon 2.2. ... and in my

Re: Cocoon 2.2 and sendmail

2011-05-09 Thread Andre Juffer
)6.89.54.14.84Andy Stevens insomniacpeng...@googlemail.com mailto:insomniacpeng...@googlemail.com a écrit : 2011/5/9 Grégory Roche webmas...@polymorphisme.org mailto:webmas...@polymorphisme.org: I'm trying send email with Cocoon 2.2. ... and in my sitemap.xmap, I have my tramsformer sendmail

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2011-04-23 Thread Mark Diggory
Charles, Charles Yates ceyates at stanford.edu writes: Yes, we use spring-3.0.4 and cocoon-2.2 but in a non-standard way. We use our own bean definitions for cocoon components rather than the ones built into the cocoon jars, and have subclassed a number of cocoon classes. The methodology

Cocoon 2.2 + Glassfish 3.1

2011-03-14 Thread Fawzib Rojas
I'm trying to deploy a cocoon 2.2 app to Glassfish 3.1 but it's not working, the app deploys on Geronimo 2.2. Anyone has a sample (or is using) Glassfish with Cocoon 2.2? The error I'm getting in Glassfish is: SEVERE: Exception while loading the app : java.lang.IllegalStateException

Odd Cocoon 2.2 POST problem

2011-03-08 Thread Fawzib Rojas
I'm making a generator that is a descendant of AbstractGenerator. The problem I'm having is when I use a POST. If in my form I use the encoding type text/plain all works well, content-length is ok, I open the stream and read the posted data. If I use the encoding type

Re: Trouble deploying a *.war file to Tomcat from Cocoon 2.2

2011-01-28 Thread Patrick Etienne
to Tomcat from Cocoon 2.2 Cocoon Tomcat Users, I'm writing (cross-list) concerning a test case for producing a small cocoon application for tomcat. I've been a user of Cocoon for quite some time, but have had a little trouble adjusting to the new spring/maven-based 2.2 version. My quest

Trouble deploying a *.war file to Tomcat from Cocoon 2.2

2011-01-27 Thread Patrick Etienne
application that I'm attempting to load. Again, I have experience with both Cocoon 2.2 and Tomcat in general, but am having trouble understanding what needs to be done in order to run a Cocoon 2.2 application in Tomcat (rather than Jetty). By the way, I'm able to get everything to come up

Re: Trouble deploying a *.war file to Tomcat from Cocoon 2.2

2011-01-27 Thread Andre Juffer
/catalog In reference to the mobileApp application that I'm attempting to load. Again, I have experience with both Cocoon 2.2 and Tomcat in general, but am having trouble understanding what needs to be done in order to run a Cocoon 2.2 application in Tomcat (rather than Jetty). By the way, I'm able

upgrade spring in cocoon 2.2

2011-01-25 Thread Thomas Markus
hi, i'm trying to use cocoon 2.2 with latest spring release. jetty start fails with java.lang.AbstractMethodError: org.apache.cocoon.tools.rcl.springreloader.SynchronizedConfigureableWebApplicationContext.setId(Ljava/lang/String;)V i found this change in org.apache.cocoon:cocoon-maven

Cocoon 2.2 Build Fails (continues to fail)

2010-11-07 Thread Will Heger
The issue reported here from September 17th... https://issues.apache.org/jira/browse/COCOON-2302 ...is still a problem for me. After adding the daisycms repo AND moving all the versions up from 1.5-dev to 2.4 I was able to the build a little further. Also mixed in this list is nekodtd which I

Re: Cocoon 2.2 block+sitemap question

2010-11-03 Thread Fawzib Rojas
14:43 Aan: users@cocoon.apache.org Onderwerp: Cocoon 2.2 block+sitemap question I have 2 blocks (block-a and block-b) and I want to serve an xml from block-b in block-a so i did the following: block-a/block-servlet-service.xml: servlet:context mount-path=/block-a context-path=blockcontext:/block

Re: Cocoon 2.2 block+sitemap question

2010-11-03 Thread Andre Juffer
;-) Robby -Oorspronkelijk bericht- Van: Fawzib Rojas [mailto:f_ro...@spectron-msim.com] Verzonden: di 2-11-2010 14:43 Aan:users@cocoon.apache.org Onderwerp: Cocoon 2.2 block+sitemap question I have 2 blocks (block-a and block-b) and I want to serve an xml from block-b in block-a so i did

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

Cocoon 2.2 block+sitemap question

2010-11-02 Thread Fawzib Rojas
I have 2 blocks (block-a and block-b) and I want to serve an xml from block-b in block-a so i did the following: block-a/block-servlet-service.xml: servlet:context mount-path=/block-a context-path=blockcontext:/block-a/ servlet:connections entry key=block-b

RE: Cocoon 2.2 block+sitemap question

2010-11-02 Thread Robby Pelssers
Rojas [mailto:f_ro...@spectron-msim.com] Verzonden: di 2-11-2010 14:43 Aan: users@cocoon.apache.org Onderwerp: Cocoon 2.2 block+sitemap question I have 2 blocks (block-a and block-b) and I want to serve an xml from block-b in block-a so i did the following: block-a/block-servlet-service.xml

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-10-31 Thread Andre Juffer
On 10/30/2010 08:34 PM, Charles Yates wrote: Yes, we use spring-3.0.4 and cocoon-2.2 but in a non-standard way. We use our own bean definitions for cocoon components rather than the ones built into the cocoon jars, and have subclassed a number of cocoon classes. The methodology used in getting

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-10-30 Thread Andre Juffer
in jetty. What else do I need to change? Error: 2010-10-19 09:39:10.268:/:INFO: Initializing Spring root WebApplicationContext 2010-10-19 09:39:11.448::WARN: failed org.mortbay.jetty.plugin.jetty6pluginwebappcont...@c4edc7{/,/Developer/Expertys/cocoon-2.2

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-10-30 Thread Charles Yates
Yes, we use spring-3.0.4 and cocoon-2.2 but in a non-standard way. We use our own bean definitions for cocoon components rather than the ones built into the cocoon jars, and have subclassed a number of cocoon classes. The methodology used in getting it to work was to just change

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-10-29 Thread Jasha Joachimsthal
. What else do I need to change? Error: 2010-10-19 09:39:10.268:/:INFO: Initializing Spring root WebApplicationContext 2010-10-19 09:39:11.448::WARN: failed org.mortbay.jetty.plugin.jetty6pluginwebappcont...@c4edc7 {/,/Developer/Expertys/cocoon-2.2/admin/target/rcl/webapp

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-10-28 Thread Barbara Slupik
: 2010-10-19 09:39:10.268:/:INFO: Initializing Spring root WebApplicationContext 2010-10-19 09:39:11.448::WARN: failed org.mortbay.jetty.plugin.jetty6pluginwebappcont...@c4edc7{/,/ Developer/Expertys/cocoon-2.2/admin/target/rcl/webapp} java.lang.AbstractMethodError: org .apache .cocoon

Re: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-10-19 Thread Barbara Slupik
WebApplicationContext 2010-10-19 09:39:11.448::WARN: failed org.mortbay.jetty.plugin.jetty6pluginwebappcont...@c4edc7{/,/Developer/ Expertys/cocoon-2.2/admin/target/rcl/webapp} java.lang.AbstractMethodError: org .apache .cocoon .tools .rcl .springreloader .SynchronizedConfigureableWebApplicationContext

I really appreciate if somebody would help me with Cocoon 2.2/Fop/Batik

2010-10-15 Thread Fawzib Rojas
I've posted twice about this and got no response. My problem: I'm moving from cocoon 2.1 to 2.2 (haven't done it yet because I knew maven would be a PITA and it didn't dissapoint). After a lot of hair pulling I finally compiled my webapp + blocks for cocoon 2.2 and was able to deploy

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

Cocoon 2.2 + Fop + Embedded SVG

2010-10-05 Thread Fawzib Rojas
I posted another message about trying to get cocoon-fop-ng-impl and being unable to find it. This is another problem. Since I cant use cocoon-fop-ng-impl I used cocoon-fop-impl as a dependency for my block. I can create PDF but I cant create a PDF with an embedded SVG I get the following

RE: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Robby Pelssers
...@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've spent two days googling

Re: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Barbara Slupik
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 followed those steps to create a minimal webapp

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 followed those

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 followed those

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

  1   2   3   4   5   6   7   8   9   >