Re: running a cocoon-sample block in a tomcat container by cargo-maven2-plugin

2013-08-14 Thread Piratenvisier
Am 14.08.2013 20:57, schrieb Thorsten Scherler: On 08/11/2013 07:16 PM, Piratenvisier wrote: Hello Thorsten, I put your cocoon-rest-optional und cocoon-sample in one block and made it runnable in the cocoon-sample-webapp block to produce a war file. With maven3 and Jetty it works. Even the

running a cocoon-sample block in a tomcat container by cargo-maven2-plugin

2013-08-11 Thread Piratenvisier
Hello Thorsten, I put your cocoon-rest-optional und cocoon-sample in one block and made it runnable in the cocoon-sample-webapp block to produce a war file. With maven3 and Jetty it works. Even the problem with your cocoon distribution I had doesn't exist any more with maven 3. I tried to depl

problem with cocoon3 cocoon-sample running under org.codehaus.cargo:cargo-maven2-plugin

2013-08-10 Thread Piratenvisier
When I try to start /homeerweitert/java/wicket/appfuse/makler/cocoon-sample-webapp/target/cocoon-sample-webapp-3.0.0-beta-1-SNAPSHOT.war with the above plugin I get the error: [INFO] [talledLocalContainer] SEVERE: Error listenerStart [INFO] [talledLocalContainer] Aug 10, 2013 12:14:01 PM org.a

Re: Spring properties placeholder (was Re: [jira] [Commented] (COCOON3-129) Create an example to send a mail via cocoon)

2013-07-28 Thread Piratenvisier
Thank you Thorsten, after a lot of integration hazzle, I decided to keep the cocoon sitemap out of the Wicket application, only using in the application a programmed pipeline returning back wicket-conform Output. At the moment I use a pipeline with a JAXBgenerator a Transformer and a FOPSeriali

Re: [jira] [Commented] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-26 Thread Piratenvisier
I created an own dependency of cocoon-rest-optional of your block with another groupID When I start jetty java complains that it doesn't find the placeholders in block-application-context. I don't have this problem in cocoon-sample. Where is this placeholding mechanism set up ?

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-26 Thread Piratenvisier
Am 24.07.2013 22:17, schrieb Thorsten Scherler: On 07/24/2013 05:30 PM, Piratenvisier wrote: ... Because I am not able to install the whole application because of this error. But I see a strong tendenca to a programmed pipeline and I found myself even without cocoon on this way. see the

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-25 Thread Piratenvisier
Am 24.07.2013 22:17, schrieb Thorsten Scherler: On 07/24/2013 05:30 PM, Piratenvisier wrote: ... Because I am not able to install the whole application because of this error. But I see a strong tendenca to a programmed pipeline and I found myself even without cocoon on this way. see the

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-24 Thread Piratenvisier
Am 24.07.2013 22:17, schrieb Thorsten Scherler: On 07/24/2013 05:30 PM, Piratenvisier wrote: ... Because I am not able to install the whole application because of this error. But I see a strong tendenca to a programmed pipeline and I found myself even without cocoon on this way. see the

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-24 Thread Piratenvisier
Am 24.07.2013 07:19, schrieb Piratenvisier: Am 23.07.2013 14:30, schrieb Thorsten Scherler: On 07/23/2013 12:58 PM, Piratenvisier wrote: ... I get the error: java.net.MalformedURLException: unknown protocol: servlet at java.net.URL.(URL.java:592) at java.net.URL.(URL.java:482) at

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-23 Thread Piratenvisier
Am 23.07.2013 14:30, schrieb Thorsten Scherler: On 07/23/2013 12:58 PM, Piratenvisier wrote: ... I get the error: java.net.MalformedURLException: unknown protocol: servlet at java.net.URL.(URL.java:592) at java.net.URL.(URL.java:482) at java.net.URL.(URL.java:431) at

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-23 Thread Piratenvisier
Am 22.07.2013 16:10, schrieb Thorsten Scherler: On 07/22/2013 12:17 PM, Piratenvisier wrote: I have some problem getting the Restexample running: In the pom I have : org.apache.cocoon.pipeline cocoon-pipeline ${cocoon.version} org.apache.cocoon.databases cocoon-databases

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-22 Thread Piratenvisier
.RequestCycle.processRequestAndDetach(RequestCycle.java:289) at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259) Am 22.07.2013 10:05, schrieb Thorsten Scherler: On 07/22/2013 08:17 AM, Piratenvisier wrote: Thank you Thorsten for sending the MailSender exampl

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-22 Thread Piratenvisier
n the StringTemplateGenerator Maybe it does the job. Am 22.07.2013 10:05, schrieb Thorsten Scherler: On 07/22/2013 08:17 AM, Piratenvisier wrote: Thank you Thorsten for sending the MailSender example. I learnt one way to read out a bean could be a Controller based on a StringTemplateGenerator while a Restcontr

Re: [jira] [Closed] (COCOON3-129) Create an example to send a mail via cocoon

2013-07-21 Thread Piratenvisier
Thank you Thorsten for sending the MailSender example. I learnt one way to read out a bean could be a Controller based on a StringTemplateGenerator while a Restcontroller delivers the Bean.Do you know if there exists a Generator like the former JXGenerator Thanks for your help Am 20.07.2013 1

cocoon-2.2.0 and spring 3.1

2013-06-08 Thread Piratenvisier
Did anybody try to upgrade cocoon-2.2.0 to spring 3.1 ? Heiner