Re: Help needed moving from 2.1.11

2016-01-07 Thread Flynn, Peter
On 06/01/16 17:49, Mark H. Wood wrote: > When I first looked at Cocoon 3, I thought it was more like a return > to Cocoon's roots, clearing away a lot of stuff that had accumulated > and concentrating on the pipeline. I should have another look > It's quite true that, without intense study of

Re: Help needed moving from 2.1.11

2016-01-07 Thread gelo1234
Hi, There is no need to configure it in any special way. All defaults are out of the box and are mostly sane (what every developer needs). C3 is considered to be more a RESTful framework not only a simple XML distribution system. Most sitemap.xmaps work ok. We have taken some steps into moving

Re: Help needed moving from 2.1.11

2016-01-07 Thread Christopher Schultz
Peter, On 1/6/16 11:59 AM, Flynn, Peter wrote: > On 06/01/16 14:18, Christopher Schultz wrote: > >> Moving from Tomcat 5 on (presumably) an older Java to a newer version >> should not be difficult at all. Is there a reason to move to Tomcat 6 >> and not all the way up to Tomcat 8? Tomcat 6 will

Re: Help needed moving from 2.1.11

2016-01-07 Thread gelo1234
>> If I upgrade manually to Tomcat 8 it's going to break all the directory >> changes and control software setups that RH-based systems expect, which >> will create work for my ops and my staff because it will be different >> from all the other Tomcat servers around here. Unfortunately. > I

Help needed moving from 2.1.11

2016-01-06 Thread Flynn, Peter
e (there have always been unresolvable dependencies for libraries simply unavailable). Has anyone ever implemented Cocoon 2.2 or 3 on CentOS6? I have a small budget for help with this, either for training or consultancy or both (preferably both so that I can learn). Or do I just pick up the current 2.

Re: Help needed moving from 2.1.11

2016-01-06 Thread warrell harries
would be happy to help subject to negotiation :) Best regards, Warrell On Wed, 6 Jan 2016 at 11:34 Flynn, Peter <pfl...@ucc.ie> wrote: > ...I think. > > I have an existing Cocoon service running 2.1.11 under Tomcat5 and > Apache in CentOS5 on a very old server, and I now

Re: Help needed moving from 2.1.11

2016-01-06 Thread Christopher Schultz
thing we needed!). > > A further requirement is obviously robust and working versions of Ant or > Maven, as in the past I have never been able to get either of these to > work on the platform available (there have always been unresolvable > dependencies for libraries simply unavailable). Has a

Re: Help needed moving from 2.1.11

2016-01-06 Thread Mark H. Wood
On Wed, Jan 06, 2016 at 04:59:23PM +, Flynn, Peter wrote: [snip] > It's a pity that Cocoon has strayed so far from its original task of > serving XML via XSLT. In fact it's not at all clear to me what problem > Cocoon 3 is intended to solve. At the moment it looks more like a > development

Re: Help needed moving from 2.1.11

2016-01-06 Thread Insight 49
ng we needed!). > > > > A further requirement is obviously robust and working versions of Ant or > > Maven, as in the past I have never been able to get either of these to > > work on the platform available (there have always been unresolvable > > dependencies for lib

Re: Help needed moving from 2.1.11

2016-01-06 Thread Andreas Kuehne
have never been able to get either of these to >> work on the platform available (there have always been unresolvable >> dependencies for libraries simply unavailable). Has anyone ever >> implemented Cocoon 2.2 or 3 on CentOS6? >> >> I have a small budget for help wi

Re: Help needed moving from 2.1.11

2016-01-06 Thread Flynn, Peter
On 06/01/16 14:18, Christopher Schultz wrote: > Moving from Tomcat 5 on (presumably) an older Java to a newer version > should not be difficult at all. Is there a reason to move to Tomcat 6 > and not all the way up to Tomcat 8? Tomcat 6 will be EOL very soon.[1] Tomcat 6 is all that CentOS6

Re: Cocoon3 newbie help

2011-10-09 Thread Marzia Forli
Thanks Steven, slowly I am getting the grip of pipelines... Looking at the code (using beta1-snapshots) I saw that only two lines of code are causing the commons-io dependency on 'stax' would it be possible to factor-out this out ? Code which uses it is there to buffer the InputStream. I think

Re: Cocoon3 newbie help

2011-10-06 Thread Steven Dolg
Am 05.10.2011 14:24, schrieb Marzia Forli: Thank you very much Steven, Right now I constructed the 'hello world' stax pipeline and began to examine the mentioned 'ExampleComplexTransformer' and slowly bending my head around this whole stuff ;-) Correct me if I am wrong but stax and sax

Re: Cocoon3 newbie help

2011-10-05 Thread Steven Dolg
Am 05.10.2011 00:08, schrieb Marzia Forli: I am a xml processing newbie, who have to read-transform-write some pretty big xml files, and in my journey to the jaxp land I stumbled upon this wonderful library... Here I ask for some kind advice regarding the my problem. For my case let's imagine

Re: Cocoon3 newbie help

2011-10-05 Thread Marzia Forli
Thank you very much Steven, Right now I constructed the 'hello world' stax pipeline and began to examine the mentioned 'ExampleComplexTransformer' and slowly bending my head around this whole stuff ;-) Correct me if I am wrong but stax and sax 'PipelineComponent' are fundamentally different, in

Cocoon3 newbie help

2011-10-04 Thread Marzia Forli
I am a xml processing newbie, who have to read-transform-write some pretty big xml files, and in my journey to the jaxp land I stumbled upon this wonderful library... Here I ask for some kind advice regarding the my problem. For my case let's imagine that we have a pretty big pom.xml and I

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

2011-09-16 Thread Robby Pelssers
Hi Reinhard, We did read that mail before we posted to the mailinglist. We have following in our module pom.xml plugin groupIdorg.apache.cocoon/groupId artifactIdcocoon-maven-plugin/artifactId version1.0.0/version

help needed for migrating Cocoon2.2 to Spring 3

2011-09-15 Thread Robby Pelssers
Hi all, I've seen plenty of people asking for coming up with a new release Cocoon2.3 where cocoon would ship with: - Spring 3 - Dojo 1.x - EhCache 2.3.x - FOP 1.0 In our particular case we would already be satisfied with being able to switch to Spring 3. But so far no single successful

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

2011-09-15 Thread Andre Juffer
Never done this myself, but I would download all source of the stable C2.2. I would then modify all the Spring configuration files, however, not the bean declarations, but only schema declarations, namespaces, etc. Finally, change all Spring dependencies in all relevant pom.xml (your cocoon

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

2011-09-15 Thread Mark H. Wood
On Thu, Sep 15, 2011 at 09:08:52AM +0200, Robby Pelssers wrote: Hi all, I've seen plenty of people asking for coming up with a new release Cocoon2.3 where cocoon would ship with: - Spring 3 - Dojo 1.x - EhCache 2.3.x - FOP 1.0 Not to mention scads of patches that have been waiting for

Help applying a patch from BRANCH_2_1_X to v2.2

2011-07-16 Thread Joel McConaughy
Hi, There is a patch r1086733 to the cforms block that I would like to apply to v2.2. I am using maven to build our application but do not know how to update the local repository and apply these changes. Can anyone help point me in the right direction? Thanks! Joel

Re: Pls Help - Serializing images returned from web services

2011-07-15 Thread insigh...@gmail.com
a class for these kind of rest/post instances -- where someone posts form info to a rest service that returns a binary data file (image, mp3, etc)? Thanks for your help, Dan - To unsubscribe, e-mail: users-unsubscr

Re: Pls Help - Serializing images returned from web services

2011-07-15 Thread Lars Huttar
a binary data file (image, mp3, etc)? Thanks for your help, Dan - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Pls Help - Serializing images returned from web services

2011-07-14 Thread insigh...@gmail.com
Would someone be able to help me understand how to serialize images (or other binary data) returned from web services that consume posted data? I'm trying to post some data to Goggle Chart API (using CInclude Transformer includexml), but Google sends back an image, which can't be serialized

Re: Pls Help - Serializing images returned from web services

2011-07-14 Thread Jasha Joachimsthal
On 14 July 2011 18:42, insigh...@gmail.com insigh...@gmail.com wrote: Would someone be able to help me understand how to serialize images (or other binary data) returned from web services that consume posted data? I'm trying to post some data to Goggle Chart API (using CInclude Transformer

Re: N00b - But please help - Cocoon syndication/proxy

2011-07-06 Thread Francesco Chicchiriccò
in it and it skims over some issues I am not getting. Plus it is based on using web service calls, and all I want to do is redirect web calls, get the page and do some parsing on it. Can anyone help me with this? -- Francesco Chicchiriccò Apache Cocoon Committer and PMC Member http://people.apache.org

Re: N00b - But please help - Cocoon syndication/proxy

2011-07-02 Thread Jos Snellings
, but it does not have the complete sitemap in it and it skims over some issues I am not getting. Plus it is based on using web service calls, and all I want to do is redirect web calls, get the page and do some parsing on it. Can anyone help me

Re: N00b - But please help - Cocoon syndication/proxy

2011-07-02 Thread Luke The Man
or proxy. I know there is a syndication example, but it does not have the complete sitemap in it and it skims over some issues I am not getting. Plus it is based on using web service calls, and all I want to do is redirect web calls, get the page and do some parsing on it. Can anyone help me

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

2010-12-30 Thread Jeroen Reijn
Hi, could you explain what you are trying to ask here? Apparently you have an exception in your application, but I do not see what you would like to know. Cheers, Jeroen On Tue, Dec 21, 2010 at 5:25 PM, Horka, Randall J. rho...@mvsc.k12.in.us wrote:

[HELP]No pipeline matched request: ejournals/pdf/endoscopy/doi/10.1055/s-0030-1255941

2010-12-27 Thread uwe will
Please give me help for this problem - I can not read my online papers! Thanks U Will Description:org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: ejournals/pdf/endoscopy/doi/10.1055/s-0030-1255941 Unfortunately the URL is not available. Please check your

Re: [HELP]No pipeline matched request: ejournals/pdf/endoscopy/doi/10.1055/s-0030-1255941

2010-12-27 Thread Andre Juffer
On 12/26/2010 11:17 PM, uwe will wrote: Please give me help for this problem – I can not read my online papers! Please give us some more information. This is an issue with the sitemap, so show us the portion of the sitemap that is suppose to deliver your online papers. Thanks U

Re: [HELP]No pipeline matched request: ejournals/pdf/endoscopy/doi/10.1055/s-0030-1255941

2010-12-27 Thread Flynn, Peter
On 26/12/10 21:17, uwe will wrote: Please give me help for this problem – I can not read my online papers! Thanks U Will Description:org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: ejournals/pdf/endoscopy/doi/10.1055/s-0030-1255941 *Unfortunately the URL

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

2010-12-22 Thread Horka, Randall J.
Description:org.mozilla.javascript.WrappedException: Wrapped org.apache.excalibur.source.SourceException: Exception during processing of cocoon://MEdPortfolio/elfusers/Taria.Taylor/portfolios/MEdPortfolio/port folio.xee?cocoon-view=first

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

2010-10-15 Thread Fawzib Rojas
it would convert dom to Batik's own dom. It gives me the same error, so I'm stuck. I would really appreciate any help on this. rant It was much easier to work with Cocoon 2.1, just add jars to build path in eclipse and that was it. I find maven to be an obstacle, most of the time I'm fighting

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

2010-09-16 Thread Robby Pelssers
Onderwerp: [HELP]Wrapped org.apache.excalibur.source.SourceException: Exception during processing of cocoon://MEdPortfolio/elfusers/Kelley.Goldsberry/portfolios/MEdPortfolio/portfolio.xee?cocoon-view=first (file:/web/tomcat/webapps/ROOT/blocks/portfolio/flow/flow.js#453

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

2010-09-15 Thread Jenna Bryant
Description:org.mozilla.javascript.WrappedException: Wrapped org.apache.excalibur.source.SourceException: Exception during processing of cocoon://MEdPortfolio/elfusers/Kelley.Goldsberry/portfolios/MEdPortfolio/portfolio.xee?cocoon-view=first

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

2010-02-14 Thread Lester Hensley
Description:org.mozilla.javascript.WrappedException: Wrapped org.apache.excalibur.source.SourceException: Exception during processing of cocoon://MEdPortfolio/elfusers/Amy.Ferfuson/portfolios/ MEdPortfolio/portfolio.xee?cocoon-view=first (file:/web/tomcat/webapps/

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

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 calling (we

Re: 2.2 installation help

2010-02-02 Thread Stephen
I think you may need to update your pom.xml. Where the getting started doc indicates you should use: version1.0-SNAPSHOT/version you should really use: version1.0.0/version See this thread from the Cocoon Users list archives for more info:

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

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 based application. After

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

2010-02-02 Thread Gabriel Gruber
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 cocoon-forms block to override specific

2.2 installation help

2010-02-01 Thread Gary Browne
Hello, I'm having trouble installing Cocoon 2.2 using Maven. Please see attached install log. Any advice would be much appreciated, I have spent hours on this! Thanks Gary GARY BROWNE | Development Programmer Library IT Services | University Library THE UNIVERSITY OF SYDNEY Level 1, Fisher

Help stopping cron job during tomcat shutdown

2009-11-18 Thread Gary Larsen
Thanks for any help with this. I'm currently running version 2.1.7. I've been unable to get a running Cron job to be interrupted after the Tomcat shutdown has been initiated. I can see from the cocoon.log that the QuartzScheduler is catching the interruption after the shutdown-wait-time-ms

RE: Help stopping cron job during tomcat shutdown

2009-11-18 Thread Gary Larsen
, daemon, schedExpr.toString(), false); _ From: Gary Larsen [mailto:gary.lar...@envisn.com] Sent: Wednesday, November 18, 2009 10:36 AM To: users@cocoon.apache.org Subject: Help stopping cron job during

Re: using Authentication-fw in cocoon 2.1.10! HELP!!!

2009-10-01 Thread warrell harries
, from which I've just wanted to view, but was asked to login. Please, help! :) -- View this message in context: http://www.nabble.com/using-Authentication-fw-in-cocoon-2.1.10%21-HELP%21%21%21-tp25322395p25322475.html Sent from the Cocoon - Users mailing list archive

using Authentication-fw in cocoon 2.1.10! HELP!!!

2009-09-06 Thread Maria Grigorieva
. Please, help! :) -- View this message in context: http://www.nabble.com/using-Authentication-fw-in-cocoon-2.1.10%21-HELP%21%21%21-tp25322395p25322395.html Sent from the Cocoon - Users mailing list archive at Nabble.com

Re: using Authentication-fw in cocoon 2.1.10! HELP!!!

2009-09-06 Thread Maria Grigorieva
to view protected resource - then the system redirects me to login and after that again on content/index.stat!!! I need to make redirection to the page, from which I've just wanted to view, but was asked to login. Please, help! :) -- View this message in context: http

Re: using Authentication-fw in cocoon 2.1.10! HELP!!!

2009-09-06 Thread Maria Grigorieva
redirection to the page, from which I've just wanted to view, but was asked to login. Please, help! :) -- View this message in context: http://www.nabble.com/using-Authentication-fw-in-cocoon-2.1.10%21-HELP%21%21%21-tp25322395p25322475.html Sent from the Cocoon - Users mailing

Re: [HELP]Cannot convert null to an object.

2009-05-12 Thread Derek Hohls
Someone more savvy than me may be able to see directly what the issue is... what I do is to isolate which part of my code the error is occurring in, then add in some print statements to check that all the variables I *think* have values are not, in fact, actually null instead... then you can start

[HELP]Cannot convert null to an object.

2009-05-11 Thread Wilmot, Rocky D CIV NAVFAC MW, CI
Description:org.apache.cocoon.ProcessingException: Error calling continuation at [EcmaError] - file:/var/www/vhosts/navfac.ecatts.com/ecatts/webapps/ROOT/forms/regUserInstallation_NAVY.xml:41:0 at

Re: [HELP]Unable to get transformer handler for slide://guest@cocoon/elfusers/general/technologyDetection/tech.xsl

2009-05-03 Thread Søren Krum
Hi! Not sure about this, but that looks like you have thrown away an important part of the error message. Look if you find the innermost Caused-By. That could be cocoon does not find tech.xsl, or that the definition for the transformer is missing, or ...? Hope that helps -- Søren D. Krum

[HELP]Unable to get transformer handler for slide://guest@cocoon/elfusers/general/technologyDetection/tech.xsl

2009-05-01 Thread Robert and Sara Young
Please help with this problem. Description:org.apache.cocoon.ProcessingException: Unable to get transformer handler for slide://gu...@cocoon/elfusers/general/technologyDetection/tech.xsl: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-19 Thread Derek Hohls
-block.jar? Regards, Jeroen Gary Larsen wrote: Hi Derek, It's been a while since I got ajax working (2.1.9) so I'm not sure if this will help. (and I haven't read the thread) The ajax resources are in the cocoon-axis-block.jar. map:match pattern=resources/*/** map:read src

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-19 Thread Jean-Christophe Kermagoret
Well, sorry for the inconvenience :-) You can try again, it should be OK HTH JC David Legg a écrit : That's a shame... all your links require a username and password to get in... :-( Hi, have a look at : * http://svn.bluexml.com/svn/bluexml/org/erp/trunk/ *

RE: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-19 Thread Gary Larsen
Sorry I'm not much help here. Have you tried opening the ajax jar to make sure the resources are there with the correct paths (just to check the block build) ? (maybe 2.1.8 is a bit different than 2.1.9) gary _ From: Derek Hohls [mailto:dho...@csir.co.za] Sent: Monday, January 19

RE: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-19 Thread Derek Hohls
, in message 4d811bd34e0c430084df5fa017f6b...@envisnofc.com, Gary Larsen gary.lar...@envisn.com wrote: Sorry I*m not much help here. Have you tried opening the ajax jar to make sure the resources are there with the correct paths (just to check the block build) ? (maybe 2.1.8 is a bit different than

RE: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-19 Thread Jasha Joachimsthal
From: Gary Larsen [mailto:gary.lar...@envisn.com] Sent: maandag 19 januari 2009 16:19 To: users@cocoon.apache.org Subject: RE: Cocoon 2.1.8 Forms + AJAX : Final call for help! Sorry I'm not much help

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-17 Thread Jean-Christophe Kermagoret
/core/common/webapp/resources/forms/xsl should show you how to make things work together and customize them. If you are pretty brave, you should succeed. In my current project, based on KerBlue, my interest to have a Forms manager based on cocoon rising again :-) so I can give you some help

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-17 Thread David Legg
That's a shame... all your links require a username and password to get in... :-( Hi, have a look at : * http://svn.bluexml.com/svn/bluexml/org/erp/trunk/ * http://svn.bluexml.com/svn/bluexml/org/erp/trunk/blocks/core/common/webapp/resources/forms/ and more specifically at *

Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-16 Thread Derek Hohls
In October last year I submitted a number of queries to the list, as I was trying to get Cocoon 2.1.8 Forms + AJAX working together in my application. This was the last entry in that thread... http://marc.info/?l=xml-cocoon-usersm=122408149728592w=2 In the end, I did not succeed and moved on

RE: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-16 Thread Gary Larsen
Hi Derek, It's been a while since I got ajax working (2.1.9) so I'm not sure if this will help. (and I haven't read the thread) The ajax resources are in the cocoon-axis-block.jar. map:match pattern=resources/*/** map:read src=resource://org/apache/cocoon/{1}/resources/{2

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-16 Thread Jeroen Reijn
Hi Gary, you probably mean in the cocoon-ajax-block.jar? Regards, Jeroen Gary Larsen wrote: Hi Derek, It's been a while since I got ajax working (2.1.9) so I'm not sure if this will help. (and I haven't read the thread) The ajax resources are in the cocoon-axis-block.jar. map:match

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-16 Thread DAVIGNON Andre - CETE NP/DIODé/PANDOC
Hi Derek, I read your previous mails again and it seems you JS are not loaded, maybe, as it happened to me, head is never matched by xsl:template match=head mode=forms-field. According to me that's *the* problem : Get the needed JS or use the standard ones Verify with Firebug they're loaded.

RE: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-16 Thread Gary Larsen
you probably mean in the cocoon-ajax-block.jar? Oops, you're correct. Are you using the (external) matcher to get at the resources? Perhaps this changed between versions. gary map:match pattern=resources/*/** map:read src=resource://org/apache/cocoon/{1}/resources/{2}/

[HELP]Sitemap: map:call function did not send a response at map:call - file:/var/www/vhosts/frc.ecatts.com/ecatts/webapps/ROOT/sitemap.xmap:1547:39

2008-12-17 Thread Romero, Helena CIV FISC Jacksonville, 503
Description:org.apache.cocoon.ProcessingException: Sitemap: map:call function did not send a response at map:call - file:/var/www/vhosts/frc.ecatts.com/ecatts/webapps/ROOT/sitemap.xmap:1547:39

[HELP]Cannot convert null to an object.

2008-10-15 Thread Kociaba, Danielle M MSgt USAF PACAF 703 AMXS/MXAEA
$ControlRunnable.run(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:595) If you need help and this information is not enough, you are invited to read the Cocoon FAQ. If you still don't find the answers you need, can send a mail to the Cocoon users mailing list, remembering to: specify

[HELP]dbAddContract is not defined.

2008-08-23 Thread Morrison Katherine A Civ 354 CES/CEAO
Hi, I'm a contractor whose company is not listed in the system. I need to complete the EMS training, but can't make a log on because of the error below. Please advise, Kate Morrison Resource Efficiency Manager Tetra Tech EMI Eielson AFB, AK

Help needed for Cocoon 2.1.11 Generator

2008-08-14 Thread Shankar Kumar Ganguly
Hi,I am upgrading an application from Cocoon 1.8.2 to Cocoon 2.1.11. I amnbsp;facing a problem.My generator reads an xml document (source.xml), processes it, retrievesnbsp;data and finally generates a java Object which can be represented as anbsp;String or xml. I want my serializer to use this

Re: Help needed for Cocoon 2.1.11 Generator

2008-08-14 Thread Mark Lundquist
it easier for people to help you. cheers, —ml— - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-30 Thread Laurent Medioni
, Laurent -Original Message- From: Laurent Medioni [mailto:[EMAIL PROTECTED] Sent: mardi, 29. juillet 2008 14:38 To: users@cocoon.apache.org Subject: RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help ! Yes, I saw this issue. It is not exactly the same origin (I do not use

Re: RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-30 Thread Jörg Heinicke
Original-Nachricht Datum: Wed, 30 Jul 2008 09:53:46 +0200 Von: Laurent Medioni Pity that we cannot extend FOM_WebContinuation$UserObject (without patching the class) to hold non Scriptable values (only used on the Java side)... Any special requirements we can make that

Re: RCL. Help needed with the rapid class reloader

2008-07-30 Thread Ken Starks
Reinhard Pötz wrote: Torsten Curdt wrote: That said - you are much welcome to improve the documentation once you got this working. In the end that's how this whole open source thing works. Ken, I've been helping 15+ people to get started with Cocoon 2.2 for the last 15 months. Most of the

Re: RCL. Help needed with the rapid class reloader

2008-07-30 Thread Torsten Curdt
Thanks to you and Torsten, we can now regard that problem as sorted (or to be more accurate, as never existing ). Glad you were able to solve it! :) cheers -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: RCL. Help needed with the rapid class reloader

2008-07-30 Thread Ken Starks
not yet seen it respond to an edit of ..target/.../demo-application-context.xml, which which Grzegorz Kossakowski demonstrated in his screencast. That is why I thought there was still a problem with RCL. I can't say anything about Grzegorz's setup. I was just trying to help you get the class

Re: RCL. Help needed with the rapid class reloader

2008-07-30 Thread Torsten Curdt
I am not quite sure where you got all the unwelcome and sarcasm from but Cocoon is one of the most welcoming communities there is. It always has been. You are asking for help here. People spend their own time trying to help you. But you also have to help yourself a bit. We are not here

RE: RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-30 Thread Laurent Medioni
: Re: RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help ! Original-Nachricht Datum: Wed, 30 Jul 2008 09:53:46 +0200 Von: Laurent Medioni Pity that we cannot extend FOM_WebContinuation$UserObject (without patching the class) to hold non Scriptable values

Re: RCL. Help needed with the rapid class reloader

2008-07-30 Thread Ken Starks
Torsten Curdt wrote: Thanks to you and Torsten, we can now regard that problem as sorted (or to be more accurate, as never existing ). Glad you were able to solve it! :) Well, I haven't actually solved it ! Diagnosis is not a cure. I still have problems with my cocoon build path or

Re: RCL. Help needed with the rapid class reloader

2008-07-30 Thread Ken Starks
Ken Starks wrote: Torsten Curdt wrote: Thanks to you and Torsten, we can now regard that problem as sorted (or to be more accurate, as never existing ). Glad you were able to solve it! :) Well, I haven't actually solved it ! Diagnosis is not a cure. I still have problems with my cocoon

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
are not visible in Eclipse, even after a 'refresh' This morning I have narrowed the problem down a bit more. First I built a block where there are no spaces in the path; it did not help. Then, in a different command window, I compiled an altered MyBean.java by hand. RCL did pick this up quite

Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread Laurent Medioni
Hello, Another one when migrating from 2.1.5 to 2.1.11... When a continuation is requested for the first time: it works well. When a continuation is requested for the second time: error calling continuation Caused by: java.lang.NullPointerException at

Re: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread DAVIGNON Andre - CETE NP/DIODé/PANDOC
Hi, I upgraded a cocoon app with continuations from 2.1.8 to 2.1.11 without this kind of problem. Regards. André Le 29/07/2008 13:29, Laurent Medioni (par Internet, dépôt [EMAIL PROTECTED]) a écrit : Hello, Another one when migrating from 2.1.5 to 2.1.11... When a continuation is

RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread Jasha Joachimsthal
-Original Message- From: DAVIGNON Andre - CETE NP/DIODé/PANDOC [mailto:[EMAIL PROTECTED] Sent: dinsdag 29 juli 2008 13:34 To: users@cocoon.apache.org Subject: Re: Cocoon 2.1.11: Classcast when calling a continuation twice, Help ! Hi, I upgraded a cocoon app

RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help !

2008-07-29 Thread Laurent Medioni
, Laurent -Original Message- From: Jasha Joachimsthal [mailto:[EMAIL PROTECTED] Sent: mardi, 29. juillet 2008 14:04 To: users@cocoon.apache.org Subject: RE: Cocoon 2.1.11: Classcast when calling a continuation twice, Help ! Yes in some (maybe most) cases it works in 2.1.11. However

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Reinhard Pötz
/classes/.. they just are not visible in Eclipse, even after a 'refresh' This morning I have narrowed the problem down a bit more. First I built a block where there are no spaces in the path; it did not help. Then, in a different command window, I compiled an altered MyBean.java by hand. RCL did

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Reinhard Pötz wrote: snip Ken, is there any problem left? (Not sure after reading your mail ;-) ). Yes, the original problem remains (entirely). __I__ am doing all the work of recompiling, not RCL. Its meant to be automatic, and 'rapid' with RCL. Also, it does not pick up edits to the

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
Yes, the original problem remains (entirely). __I__ am doing all the work of recompiling, not RCL. Its meant to be automatic, and 'rapid' with RCL. Also, it does not pick up edits to the Spring configuration file, which Grzegorz Kossakowski demonstrated in his screencast. I have not found

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Torsten Curdt wrote: Yes, the original problem remains (entirely). __I__ am doing all the work of recompiling, not RCL. Its meant to be automatic, and 'rapid' with RCL. Also, it does not pick up edits to the Spring configuration file, which Grzegorz Kossakowski demonstrated in his

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
Yes, I shall at some stage look at how my eclipse setup could be improved. However, I suspect that, for my present problem, it would be a red herring. No that exactly seems to be your problem. Fix that and you are good. RCL is not supposed to depend on a particular IDE such as eclipse; it

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Torsten Curdt wrote: Yes, I shall at some stage look at how my eclipse setup could be improved. However, I suspect that, for my present problem, it would be a red herring. No that exactly seems to be your problem. Fix that and you are good. RCL is not supposed to depend on a particular IDE

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
My suggestion: 1. close eclipse 2. rm -R target 3. mkdir target 4. start eclipse 5. project - clean 6. make sure project - build automatically is checked 7. you should not see any errors 8. run find target -name *.class You should then see all the class files in the target dir. If you have

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Ken Starks
Torsten Curdt wrote: Ken, I am sorry but my patience is running out here. These are all very basic Eclipse questions - not Cocoon ones. Please follow the instructions above. They should get you there. If you can't get your Eclipse setup to work properly I suggest to check with the Eclipse

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Torsten Curdt
it respond to an edit of ..target/.../demo-application-context.xml, which which Grzegorz Kossakowski demonstrated in his screencast. That is why I thought there was still a problem with RCL. I can't say anything about Grzegorz's setup. I was just trying to help you get the class reloading

Re: RCL. Help needed with the rapid class reloader

2008-07-29 Thread Reinhard Pötz
Torsten Curdt wrote: That said - you are much welcome to improve the documentation once you got this working. In the end that's how this whole open source thing works. Ken, I've been helping 15+ people to get started with Cocoon 2.2 for the last 15 months. Most of the time pointing to the

RCL. Help needed with the rapid class reloader

2008-07-28 Thread Ken Starks
I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both questions at the end. NO -- RCL [UPDATE] in the console NO --

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Reinhard Pötz
Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both questions at the end. NO -- RCL [UPDATE]

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Ken Starks
Reinhard Pötz wrote: Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both questions at the

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Reinhard Pötz
Ken Starks wrote: Reinhard Pötz wrote: Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a resounding NO to both

Re: RCL. Help needed with the rapid class reloader

2008-07-28 Thread Ken Starks
Reinhard Pötz wrote: Ken Starks wrote: Reinhard Pötz wrote: Ken Starks wrote: I am still working through the introductory tutorials for Cocoon 2.2, together with watching the screencast by Grzegorz Kossakowski. According to my version, this is Task 8 (see below), but whatever I do, I get a

  1   2   3   4   5   6   7   8   9   10   >