Re: Database connection by cocoon 2.2

2008-09-29 Thread yosauron
Joerg Heinicke wrote: On 25.09.2008 12:53, yosauron wrote: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 23 in XML document from URL [jar:file:/home/caribdis/.m2/repository/org/apache/cocoon/cocoon-databases-bridge/1.1.0-SNAPSHOT/cocoon-databases-bridge

Re: Database connection by cocoon 2.2

2008-09-25 Thread yosauron
Joerg Heinicke wrote: On 23.09.2008 09:12, yosauron wrote: Please, Does anybody know where is the error? I have been searching the error for 5-6 days and I don't have any more clues... Can anyone help me? Caused by: java.lang.NoSuchMethodError

Re: Database connection by cocoon 2.2

2008-09-24 Thread yosauron
ok, How do I fix this? Deleting and updating any jar? And one question, when you define the version in a pom file, is not for choose the correct version of the blocks - jars?? Thank you Joerg for your answer Joerg Heinicke wrote: On 23.09.2008 09:12, yosauron wrote: Please, Does

RE: Database connection by cocoon 2.2

2008-09-23 Thread yosauron
Please, Does anybody know where is the error? I have been searching the error for 5-6 days and I don't have any more clues... Can anyone help me? yosauron wrote: Hi Dom, I have followed these steps but I get the following error when I request the url from the web browser

Re: Error building a form with CForms

2008-09-19 Thread yosauron
Hi Robin, Thank you, at last works me. I don't know where I had the bug... I have remade the example and now it works ;). Thanks for all to all!! -- View this message in context: http://www.nabble.com/Error-building-a-form-with-CForms-tp19514381p19567756.html Sent from the Cocoon - Users

Re: Error building a form with CForms

2008-09-19 Thread yosauron
Ok, I found the bug. This error was a misspelling error on xml namespace definition in registration_template.xml I put html xmlns:ft bla bla bla... xmlns:fi bla bla bla... xmlns:jx=htpp:// bla bla bla... Hehehe, finally I trapped it!! Hehehe :-)

Re: [2.2] Building samples

2008-09-18 Thread yosauron
ok, It works me successfully. Thank you. Mark Lundquist-2 wrote: On Sep 17, 2008, at 12:57 AM, yosauron wrote: Mark Lundquist-2 wrote: On Sep 16, 2008, at 8:49 AM, yosauron wrote: Why doesn't work a sample when I execute 'mvn jetty:run' from sample's directory (xe. from

Re: Error when I use HSSFGenerator

2008-09-18 Thread yosauron
Nobody knows how do I fix this error? yosauron wrote: I was able to restore an old .m2 repository... I've been able to locate the error: --I deleted my local repository and restored an older copy % rm -R ~/.m2 cp -R ~/.m2.bak ~/.m2 --On the folder of my block I ran: % mvn

Re: Error when jetty is run the second time...

2008-09-18 Thread yosauron
Nobody knows how do I fix this error? yosauron wrote: The error that I got in this thread happens to me when I run my block the second time (using jetty). If I remove some file from the directory ~/.m2/repository/org/springframework/spring-beans... when I run mvn jetty:run it downloads

Re: Error building a form with CForms

2008-09-17 Thread yosauron
André Davignon wrote: Hi, I've tried to create a Forms following the steps detailed on the web page http://cocoon.apache.org/2.2/blocks/forms/1.0/478_1_1.html http://cocoon.apache.org/2.2/blocks/forms/1.0/478_1_1.html . I can't find what I made wrong, but I get this runtime error

Re: [2.2] Building samples

2008-09-17 Thread yosauron
Mark Lundquist-2 wrote: On Sep 16, 2008, at 8:49 AM, yosauron wrote: Why doesn't work a sample when I execute 'mvn jetty:run' from sample's directory (xe. from trunk directory: blocks/cocoon-ajax/cocoon-ajax-sample)?? Because the sample is just a block, it's not a webapp. Think

Re: Error building a form with CForms

2008-09-17 Thread yosauron
Hi David, David Legg wrote: Hi Yosauron, It looks like you have several issues to fix. Your error report seems to show the javascript file was expected in two different places: - No pipeline matched request: resource/external/jx/manifest.js No pipeline matched request

Re: Error building a form with CForms

2008-09-17 Thread yosauron
? How do I debug a cocoon application? On 16 Sep 2008, at 16:33, yosauron wrote: I've tried to create a Forms following the steps detailed on the web page http://cocoon.apache.org/2.2/blocks/forms/1.0/478_1_1.html http://cocoon.apache.org/2.2/blocks/forms/1.0/478_1_1.html . I can't

RE: Database connection by cocoon 2.2

2008-09-17 Thread yosauron
Hi Dom, I have followed these steps but I get the following error when I request the url from the web browser: javax.servlet.ServletException: org.apache.cocoon.ProcessingException: Failed to process pipeline at map:serialize type=xml -

Error building a form with CForms

2008-09-16 Thread yosauron
I've tried to create a Forms following the steps detailed on the web page http://cocoon.apache.org/2.2/blocks/forms/1.0/478_1_1.html http://cocoon.apache.org/2.2/blocks/forms/1.0/478_1_1.html . I can't find what I made wrong, but I get this runtime error (when i request the web on my client

RE: [2.2] Building samples

2008-09-16 Thread yosauron
Jeroen Reijn-3 wrote: Hi Kamal, You can see the sample by building Cocoon. $mvn -P allblocks install then afterwards: $cd core/cocoon-webapp $mvn jetty:run That should do the trick. See the README.txt in the root directory of your cocoon checkout. Regards, Jeroen

Re: Error when jetty is run the second time...

2008-09-16 Thread yosauron
The error that I got in this thread happens to me when I run my block the second time (using jetty). If I remove some file from the directory ~/.m2/repository/org/springframework/spring-beans... when I run mvn jetty:run it downloads the removed files and works correctly, but the second time (stop

Error when I use HSSFGenerator

2008-09-09 Thread yosauron
Hi, (I'm newbie on Cocoon) My system configuration is: Ubuntu 8.04 (kernel 2.4.24-16-server i386) java 1.6.0_06 maven 2.0.9 I was trying the HSSFGenerator of the POI's block and I got an succesfull result. I commented a section on my sitemap file, and here started my problems... when i

Re: Error when I use HSSFGenerator

2008-09-09 Thread yosauron
I was able to restore an old .m2 repository... I've been able to locate the error: --I deleted my local repository and restored an older copy % rm -R ~/.m2 cp -R ~/.m2.bak ~/.m2 --On the folder of my block I ran: % mvn jetty:run --An I've gotten the following (success) log:

Re: Error when I use HSSFGenerator

2008-09-09 Thread yosauron
I've tried to remove the directory '.m2/repository/org/springframework/spring-beans' and when I run 'mvn jetty:run' this downloads the files, and it works fine. But the second time that i run 'mvn jetty:run' I get the error. Is an spring error?? -- View this message in context:

Re: C22 - Maven artifact missing

2008-09-08 Thread yosauron
David Legg wrote: yosauron wrote: I can't determine which is my problem... I've tried all the solutions of this thread and the tests errors are still there :'(. I'm crazy.. Sorry I can't think of anything else... except maybe try the machine from another (non-proxied) internet

Re: C22 - Maven artifact missing

2008-09-04 Thread yosauron
David Legg wrote: yosauron wrote: I can't determine which is my problem... I've tried all the solutions of this thread and the tests errors are still there :'(. I'm crazy.. Sorry I can't think of anything else... except maybe try the machine from another (non-proxied) internet

Re: C22 - Maven artifact missing

2008-09-03 Thread yosauron
Hi Martin, Martin Heiden wrote: Hi! David Legg schrieb: I'm behind a proxy, could be this the source of the problem Is this new info that you omitted to tell us?!!! ;-) I'm not a subversion expert and I'm not personally behind a proxy here but I did notice that you have to

Re: C22 - Maven artifact missing

2008-09-03 Thread yosauron
Hi David, David Legg wrote: Yosauron, I can confirm that on my windows XP system I updated my copy of the Cocoontrunk to revision 691183 (the latest version) and then ran: mvn install -P allblocks 23 minutes and 21 seconds later it had built everything with no failures

Re: C22 - Maven artifact missing

2008-09-02 Thread yosauron
Martin Heiden wrote: yosauron schrieb: I've tried to compile without using tests. I've used this sentence: %./build.sh -Dmave.test.skip=true install There's a typo in your command: It should be: mvn -Dmaven.test.skip=true install See http://maven.apache.org/plugins/maven

Re: C22 - Maven artifact missing

2008-09-02 Thread yosauron
David Legg wrote: Hi Yosauron, I've updated to rev. 690861 and I've still gotten the same tests errors. Could anyone help me? Which revision do i have to download to compile cocoon successfully? I can confirm that on my windows XP system I updated my copy of the Cocoontrunk

RE: C22 - Maven artifact missing

2008-09-01 Thread yosauron
I've tried to compile without using tests. I've used this sentence: %./build.sh -Dmave.test.skip=true install And I got a Failed to resolve artifact (org.apache.cocoon:cocoon-core:test-jar:tests:2.2.1-SNAPSHOT). How do I build cocoon correctly? :confused: Thanks a lot. [INFO] Scanning for

RE: C22 - Maven artifact missing

2008-09-01 Thread yosauron
Hi, I've updated to rev. 690861 and I've still gotten the same tests errors. Could anyone help me? Which revision do i have to download to compile cocoon successfully? Thanks a lot. - Failed tests:

RE: C22 - Maven artifact missing

2008-08-08 Thread yosauron
Now I get the following test error: [INFO] [INFO] Building Cocoon Core [INFO]task-segment: [install] [INFO] [INFO] [enforcer:enforce-once

Re: C22 - Maven artifact missing

2008-08-07 Thread yosauron
I have tried to build C2.2 several times but the process always fails me. I follow this steps (under Ubuntu 8.04, java 1.6 and maven 2.0.9): --Get the files... % svn checkout https://svn.apache.org/repos/asf/cocoon/trunk cocoon-2.2.0 % cd cocoo-2.2.0 --I clean the repository % rm -R ~/.m2

Re: C22 - Maven artifact missing

2008-08-07 Thread yosauron
I have tried to build C2.2 several times but the process always fails me. If you have done it within last two days the reason might be that we were releasing some stuff and in some intermediate states the build can be broken. I'm trying to build Cocoon one week ago and always I had an