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

2014-06-25 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò closed COCOON3-129. -- Resolution: Fixed Create an example to send a mail via cocoon

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

2014-05-11 Thread Javier Puerto (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier Puerto closed COCOON3-129. - Resolution: Fixed Create an example to send a mail via cocoon

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

2014-03-13 Thread Yahoo
Hello Thorsten, I want to use Jexl in your EmailPipeline, but I don't know how to Implement it in your Example ? 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

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

2014-03-12 Thread Yahoo
Hello Thorsten, how can I implement the functionality of map:generate src=controller/xml/{map:file}.xml type=controller-aware-string-template / in your EmailPlainPipe and how to transfer the map to the Generator and make resolve the references or is the replacementwork done before? in

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

2014-03-10 Thread Yahoo
Hello Thorsten, I now looked deeper in the two cocoon applications. The Fop-config problem ist solved because the normal Fopserializer allows userconfig. If I stil lneed the FOPNGSerializer I will see. Concerning my mail problem you offered the SendMailPipeServiceI. I now try to use pipelines

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

2014-03-09 Thread Yahoo
Hello Thorsten, it lasted a long time to bring my wicket appliication up to the latest wicket, spring,hibernate,appfuse,hibernate lucene text search,automatic creation of the database from bean annotation by dbunit. I succeeded to include hibernate in cocoon. Now I get back to the

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 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.init(URL.java:592) at java.net.URL.init(URL.java:482) at

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

2013-07-24 Thread 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 pipeline example you can use cocoon-pipeline in you

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-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 : dependency groupIdorg.apache.cocoon.pipeline/groupId artifactIdcocoon-pipeline/artifactId version${cocoon.version}/version

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

2013-07-23 Thread 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.init(URL.java:592) at java.net.URL.init(URL.java:482) at java.net.URL.init(URL.java:431) 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.init(URL.java:592) at java.net.URL.init(URL.java:482) at java.net.URL.init(URL.java:431) at

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

2013-07-22 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

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

2013-07-22 Thread 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 Restcontroller delivers the Bean.Do you know if there exists a Generator like the former

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

2013-07-22 Thread Piratenvisier
Thank you Thorsten don't spoil too much time for me. I think I need only some advice now. At the first glance cocoon 3.0 looks rather different than 2.2 I got fop and the SQLGenerator running. I try now the RestController. I will have a look at the normal Expession Language. in the

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

2013-07-22 Thread Piratenvisier
I have some problem getting the Restexample running: In the pom I have : dependency groupIdorg.apache.cocoon.pipeline/groupId artifactIdcocoon-pipeline/artifactId version${cocoon.version}/version /dependency dependency groupIdorg.apache.cocoon.databases/groupId

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

2013-07-22 Thread Thorsten Scherler
On 07/22/2013 12:17 PM, Piratenvisier wrote: I have some problem getting the Restexample running: In the pom I have : dependency groupIdorg.apache.cocoon.pipeline/groupId artifactIdcocoon-pipeline/artifactId version${cocoon.version}/version /dependency dependency

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

2013-07-20 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Scherler closed COCOON3-129. - Resolution: Fixed Committed revision 1505158. Create an example to