You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Piratenvisier <ha...@yahoo.de> on 2013/07/03 08:37:02 UTC

using maven archetypes

When i create the mysample block with the atchetype as described on the 
cocoon 3.0
homepage maven first complains that there is no cocoon-optional 
3.0.0-alpha-3-SNAPSHOT dependency.
when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I 
start jetty
java.lang.NoClassDefFoundError: org/springframework/core/env/Environment
what is the problem
when I want to use the cocoon pipeline in my wicket application
I have a dependency problem between flyingsaucer and
org.apache.xmlgraphics fop 1.0
or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Piratenvisier <ha...@yahoo.de>.
Am 04.07.2013 08:16, schrieb Francesco Chicchiriccò:
> On 03/07/2013 20:40, Piratenvisier wrote:
>> Where do I find your workaround instructions ?
>
> At [1], in the "Maven 2 archetypes" section (you might need to clear 
> your browser's cache):
>
> Some issues were identified in the 3.0.0-alpha-3 artifacts that 
> prevent the generated projects to work properly; as a temporary 
> workaround, you will need to apply the following changes to the 
> generated pom.xml files:
>
> 1. replace any 3.0.0-alpha-3-SNAPSHOT occurrency with 3.0.0-alpha-3
>
> 2. add <version>1.0.0</version> right below 
> <artifactId>cocoon-maven-plugin</artifactId>
>
> Regards.
Thank you I got it.
I was an adherent of cocoon from the beginning.
But with the upcoming AJAX I felt that for dynamic web it was not the 
rightt solution.
So I stopped to use it.I started my project again because thanks to 
cocoon's hompage I
noticed the upcoming wicket.
Wicket brought a new dynamic in my project there were only two use-cases 
for which I preferred cocoon.
For PDF generation and email-transport. I used flow :cocoon-protocol fop-ng
But this services could not be upgraded from cocoon 2.2.0 to 3.
Meanwhile I use hibernate and spring 3.1 and I would prefer to use the 
hibernate ojb-part with annotations in cocoon.
but in cocoon 3 first flow and cocoon-protokol is missing and I can not 
use spring 3.1
So the situation becomes worse and worse for me. So I am looking how to 
escape from cocoon
with flyingsaucer and an own email adaption maybe as soap-application.
Best regards
Heiner

>
>> Am 03.07.2013 10:12, schrieb Francesco Chicchiriccò:
>>> On 03/07/2013 08:37, Piratenvisier wrote:
>>>> When i create the mysample block with the atchetype as described on 
>>>> the cocoon 3.0
>>>> homepage maven first complains that there is no cocoon-optional 
>>>> 3.0.0-alpha-3-SNAPSHOT dependency.
>>>> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I 
>>>> start jetty
>>>> java.lang.NoClassDefFoundError: 
>>>> org/springframework/core/env/Environment
>>>> what is the problem
>>>> when I want to use the cocoon pipeline in my wicket application
>>>> I have a dependency problem between flyingsaucer and
>>>> org.apache.xmlgraphics fop 1.0
>>>> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT
>>>
>>> Hi,
>>> it seems there are some issues with 3.0.0-alpha-3 maven archetypes: 
>>> I have updated [1] with some workaround instructions that should fix 
>>> your issues.
>>>
>>> Regards.
>>>
>>> [1] http://cocoon.apache.org/3.0/download.html
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 03/07/2013 20:40, Piratenvisier wrote:
> Where do I find your workaround instructions ?

At [1], in the "Maven 2 archetypes" section (you might need to clear 
your browser's cache):

Some issues were identified in the 3.0.0-alpha-3 artifacts that prevent 
the generated projects to work properly; as a temporary workaround, you 
will need to apply the following changes to the generated pom.xml files:

1. replace any 3.0.0-alpha-3-SNAPSHOT occurrency with 3.0.0-alpha-3

2. add <version>1.0.0</version> right below 
<artifactId>cocoon-maven-plugin</artifactId>

Regards.

> Am 03.07.2013 10:12, schrieb Francesco Chicchiriccò:
>> On 03/07/2013 08:37, Piratenvisier wrote:
>>> When i create the mysample block with the atchetype as described on 
>>> the cocoon 3.0
>>> homepage maven first complains that there is no cocoon-optional 
>>> 3.0.0-alpha-3-SNAPSHOT dependency.
>>> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I 
>>> start jetty
>>> java.lang.NoClassDefFoundError: 
>>> org/springframework/core/env/Environment
>>> what is the problem
>>> when I want to use the cocoon pipeline in my wicket application
>>> I have a dependency problem between flyingsaucer and
>>> org.apache.xmlgraphics fop 1.0
>>> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT
>>
>> Hi,
>> it seems there are some issues with 3.0.0-alpha-3 maven archetypes: I 
>> have updated [1] with some workaround instructions that should fix 
>> your issues.
>>
>> Regards.
>>
>> [1] http://cocoon.apache.org/3.0/download.html

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Piratenvisier <ha...@yahoo.de>.
Where do I find your workaround instructions ?

Am 03.07.2013 10:12, schrieb Francesco Chicchiriccò:
> On 03/07/2013 08:37, Piratenvisier wrote:
>> When i create the mysample block with the atchetype as described on 
>> the cocoon 3.0
>> homepage maven first complains that there is no cocoon-optional 
>> 3.0.0-alpha-3-SNAPSHOT dependency.
>> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I 
>> start jetty
>> java.lang.NoClassDefFoundError: org/springframework/core/env/Environment
>> what is the problem
>> when I want to use the cocoon pipeline in my wicket application
>> I have a dependency problem between flyingsaucer and
>> org.apache.xmlgraphics fop 1.0
>> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT
>
> Hi,
> it seems there are some issues with 3.0.0-alpha-3 maven archetypes: I 
> have updated [1] with some workaround instructions that should fix 
> your issues.
>
> Regards.
>
> [1] http://cocoon.apache.org/3.0/download.html
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 03/07/2013 08:37, Piratenvisier wrote:
> When i create the mysample block with the atchetype as described on 
> the cocoon 3.0
> homepage maven first complains that there is no cocoon-optional 
> 3.0.0-alpha-3-SNAPSHOT dependency.
> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I 
> start jetty
> java.lang.NoClassDefFoundError: org/springframework/core/env/Environment
> what is the problem
> when I want to use the cocoon pipeline in my wicket application
> I have a dependency problem between flyingsaucer and
> org.apache.xmlgraphics fop 1.0
> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT

Hi,
it seems there are some issues with 3.0.0-alpha-3 maven archetypes: I 
have updated [1] with some workaround instructions that should fix your 
issues.

Regards.

[1] http://cocoon.apache.org/3.0/download.html

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Piratenvisier <ha...@yahoo.de>.
Am 04.07.2013 15:04, schrieb Thorsten Scherler:
> Please do not crosspost but stay in the original thread.
>
> On 07/03/2013 08:37 AM, Piratenvisier wrote:
>> When i create the mysample block with the atchetype as described on
>> the cocoon 3.0
>> homepage maven first complains that there is no cocoon-optional
>> 3.0.0-alpha-3-SNAPSHOT dependency.
>> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I
>> start jetty
>> java.lang.NoClassDefFoundError: org/springframework/core/env/Environment
>> what is the problem
>> when I want to use the cocoon pipeline in my wicket application
>> I have a dependency problem between flyingsaucer and
>> org.apache.xmlgraphics fop 1.0
>> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT
>>
> On 07/04/2013 01:57 PM, Piratenvisier wrote:
>> Thank you I got it.
>> I was an adherent of cocoon from the beginning.
>> But with the upcoming AJAX I felt that for dynamic web it was not the
> rightt solution.
>> So I stopped to use it.I started my project again because thanks to
> cocoon's hompage I
>> noticed the upcoming wicket.
>> Wicket brought a new dynamic in my project there were only two
> use-cases for which I preferred cocoon.
>> For PDF generation and email-transport. I used flow :cocoon-protocol
> fop-ng
>> But this services could not be upgraded from cocoon 2.2.0 to 3.
>> Meanwhile I use hibernate and spring 3.1 and I would prefer to use the
> hibernate ojb-part with annotations in cocoon.
>> but in cocoon 3 first flow and cocoon-protokol is missing and I can
> not use spring 3.1
>> So the situation becomes worse and worse for me. So I am looking how
> to escape from cocoon
>> with flyingsaucer and an own email adaption maybe as soap-application.
>
> I do not really understand your problems. c3 is using
> <spring.version>3.2.2.RELEASE</spring.version>
> why can you use that but are bound to 3.1?
>
> Regarding the dep conflict you have I recommend to use the pom view of
> eclipse and there the dep hierarchy, where you can exclude certain deps
> directly.
>
> Regarding the sending mail, in one of our deployments we are using c3 to
> create the eMails in 2 different formats (html and plain text) and
> attach pdfs that we as well generate via fo from a pipeline. Further the
> solution is based on JMS to make it async and it works like a charm to
> invoke a cocoon java pipeline via JMSListener.
is your email solution part of the latest distrbution ?
When yes where can I find it ?

> Further c3 is designed to be integrated painlessly in whatever, meaning
> you can have a my faces app and some business code can call c3 pipelines
> to get data processed, so IMO it is now time to get into cocoon again.
>
> salu2
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Piratenvisier <ha...@yahoo.de>.
Hello Thorsten,

I got cocoon running under the latest wicket application.
Most time I spend because of the low degree of documentation.
The email adaption you spoke of is there some public access to it.
How can I transfer the content of a bean in the pipline, as I could do
it before with flowscript ?




Am 04.07.2013 15:04, schrieb Thorsten Scherler:
> Please do not crosspost but stay in the original thread.
>
> On 07/03/2013 08:37 AM, Piratenvisier wrote:
>> When i create the mysample block with the atchetype as described on
>> the cocoon 3.0
>> homepage maven first complains that there is no cocoon-optional
>> 3.0.0-alpha-3-SNAPSHOT dependency.
>> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I
>> start jetty
>> java.lang.NoClassDefFoundError: org/springframework/core/env/Environment
>> what is the problem
>> when I want to use the cocoon pipeline in my wicket application
>> I have a dependency problem between flyingsaucer and
>> org.apache.xmlgraphics fop 1.0
>> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT
>>
> On 07/04/2013 01:57 PM, Piratenvisier wrote:
>> Thank you I got it.
>> I was an adherent of cocoon from the beginning.
>> But with the upcoming AJAX I felt that for dynamic web it was not the
> rightt solution.
>> So I stopped to use it.I started my project again because thanks to
> cocoon's hompage I
>> noticed the upcoming wicket.
>> Wicket brought a new dynamic in my project there were only two
> use-cases for which I preferred cocoon.
>> For PDF generation and email-transport. I used flow :cocoon-protocol
> fop-ng
>> But this services could not be upgraded from cocoon 2.2.0 to 3.
>> Meanwhile I use hibernate and spring 3.1 and I would prefer to use the
> hibernate ojb-part with annotations in cocoon.
>> but in cocoon 3 first flow and cocoon-protokol is missing and I can
> not use spring 3.1
>> So the situation becomes worse and worse for me. So I am looking how
> to escape from cocoon
>> with flyingsaucer and an own email adaption maybe as soap-application.
>
> I do not really understand your problems. c3 is using
> <spring.version>3.2.2.RELEASE</spring.version>
> why can you use that but are bound to 3.1?
>
> Regarding the dep conflict you have I recommend to use the pom view of
> eclipse and there the dep hierarchy, where you can exclude certain deps
> directly.
>
> Regarding the sending mail, in one of our deployments we are using c3 to
> create the eMails in 2 different formats (html and plain text) and
> attach pdfs that we as well generate via fo from a pipeline. Further the
> solution is based on JMS to make it async and it works like a charm to
> invoke a cocoon java pipeline via JMSListener.
>
> Further c3 is designed to be integrated painlessly in whatever, meaning
> you can have a my faces app and some business code can call c3 pipelines
> to get data processed, so IMO it is now time to get into cocoon again.
>
> salu2
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Piratenvisier <ha...@yahoo.de>.
Where should I look for a replacement of the jx Generator which reads 
out a Pojo.
Where is the replacement for the good old cocoon protocol.
How the Pojo is delivered to the pipeline instead of the javascript flow?

Am 04.07.2013 18:13, schrieb Thorsten Scherler:
> On 07/04/2013 05:47 PM, Piratenvisier wrote:
>> Because I wanted to reduce my software engagement I didn't look in the
>> source trunk.
>> I only used the official maven archetypes.
>> I checked the source trunk out.
>> I will evaluate its state.
> It is much better then the alpha and we are close to release. I highly
> recommend it over the alpha.
>
> However I meant the pom.xml the archetypes creates on your project, the
> one that declared the dependencies.
>
> salu2
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


cocoon 3.0.0-beta-1-SNAPSHOT in wicket 6.9.0

Posted by Piratenvisier <ha...@yahoo.de>.
I tried to integrate cocoon 3.0.0-beta-1-SNAPSHOT
in wicket  6.9.0
as I have done it in wicket 6.3.0-beta-1-SNAPSHOT and cocoon 3.0.0-alpha-3
But my proprietary Mapper-adaption doesn't work.
I try now to use the original Mapper bat no success.
Is my configuration ok?
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:configurator="http://cocoon.apache.org/schema/configurator"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
http://cocoon.apache.org/schema/configurator 
http://cocoon.apache.org/schema/configurator/cocoon-configurator-1.0.1.xsd"
        default-lazy-init="true">
<!--xmlns:configurator="http://cocoon.apache.org/schema/configurator"-->
<!-- 
http://cocoon.apache.org/schema/configurator/cocoon-configurator-1.0.1.xsd-->
     <!-- Activates scanning of @Autowired -->
     <context:annotation-config/>

     <!-- Activates scanning of @Repository and @Service -->
     <context:component-scan base-package="braunimmobilien"/>

     <!-- Add new DAOs here -->

     <!-- Add new Managers here -->


  <!-- Add Cocoon here -->

<configurator:settings/>
  <import 
resource="classpath:META-INF/cocoon/spring-optional/cocoon-optional-fop.xml" 
/>
  <import 
resource="classpath:META-INF/cocoon/spring-optional/cocoon-optional-serializers.xml" 
/>
<!-- <bean name="transformer:sql" 
class="braunimmobilien.cocoon.sax.component.SQLTransformer" 
scope="prototype" />-->
</beans>

and do I use the right mapper

package org.apache.wicket.examples.cocoonobjectapproach.common.web;
//import braunimmobilien.cocoon.wicket.mapper.CocoonSitemapMapper;
import org.apache.cocoon.wicket.request.CocoonSitemapRequestMapper;
import org.apache.wicket.Page;
import org.apache.wicket.examples.WicketExampleApplication;

/**
  * Application class for the dates example.
  */
public class CocoonObjectApproachApplication extends 
WicketExampleApplication
{
     /**
      * Constructor.
      */
     public CocoonObjectApproachApplication()
     {
     }
@Override
     public void init()
     {
         super.init();
      this.mount(new CocoonSitemapRequestMapper("/sitemap", 
"/sitemap.xmap.xml"));
     }
     /**
      * @see org.apache.wicket.Application#getHomePage()
      */
     @Override
     public Class< ? extends Page> getHomePage()
     {
         return CocoonObjectApproachPage.class;
     }
}


Am 04.07.2013 18:13, schrieb Thorsten Scherler:
> On 07/04/2013 05:47 PM, Piratenvisier wrote:
>> Because I wanted to reduce my software engagement I didn't look in the
>> source trunk.
>> I only used the official maven archetypes.
>> I checked the source trunk out.
>> I will evaluate its state.
> It is much better then the alpha and we are close to release. I highly
> recommend it over the alpha.
>
> However I meant the pom.xml the archetypes creates on your project, the
> one that declared the dependencies.
>
> salu2
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Thorsten Scherler <sc...@gmail.com>.
On 07/04/2013 05:47 PM, Piratenvisier wrote:
> Because I wanted to reduce my software engagement I didn't look in the
> source trunk.
> I only used the official maven archetypes.
> I checked the source trunk out.
> I will evaluate its state.

It is much better then the alpha and we are close to release. I highly
recommend it over the alpha.

However I meant the pom.xml the archetypes creates on your project, the
one that declared the dependencies.

salu2

-- 
Thorsten Scherler <scherler.at.gmail.com>
codeBusters S.L. - web based systems
<consulting, training and solutions>

http://www.codebusters.es/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Piratenvisier <ha...@yahoo.de>.
Because I wanted to reduce my software engagement I didn't look in the
source trunk.
I only used the official maven archetypes.
I checked the source trunk out.
I will evaluate its state.

Am 04.07.2013 15:04, schrieb Thorsten Scherler:
> Please do not crosspost but stay in the original thread.
>
> On 07/03/2013 08:37 AM, Piratenvisier wrote:
>> When i create the mysample block with the atchetype as described on
>> the cocoon 3.0
>> homepage maven first complains that there is no cocoon-optional
>> 3.0.0-alpha-3-SNAPSHOT dependency.
>> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I
>> start jetty
>> java.lang.NoClassDefFoundError: org/springframework/core/env/Environment
>> what is the problem
>> when I want to use the cocoon pipeline in my wicket application
>> I have a dependency problem between flyingsaucer and
>> org.apache.xmlgraphics fop 1.0
>> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT
>>
> On 07/04/2013 01:57 PM, Piratenvisier wrote:
>> Thank you I got it.
>> I was an adherent of cocoon from the beginning.
>> But with the upcoming AJAX I felt that for dynamic web it was not the
> rightt solution.
>> So I stopped to use it.I started my project again because thanks to
> cocoon's hompage I
>> noticed the upcoming wicket.
>> Wicket brought a new dynamic in my project there were only two
> use-cases for which I preferred cocoon.
>> For PDF generation and email-transport. I used flow :cocoon-protocol
> fop-ng
>> But this services could not be upgraded from cocoon 2.2.0 to 3.
>> Meanwhile I use hibernate and spring 3.1 and I would prefer to use the
> hibernate ojb-part with annotations in cocoon.
>> but in cocoon 3 first flow and cocoon-protokol is missing and I can
> not use spring 3.1
>> So the situation becomes worse and worse for me. So I am looking how
> to escape from cocoon
>> with flyingsaucer and an own email adaption maybe as soap-application.
>
> I do not really understand your problems. c3 is using
> <spring.version>3.2.2.RELEASE</spring.version>
> why can you use that but are bound to 3.1?
>
> Regarding the dep conflict you have I recommend to use the pom view of
> eclipse and there the dep hierarchy, where you can exclude certain deps
> directly.
>
> Regarding the sending mail, in one of our deployments we are using c3 to
> create the eMails in 2 different formats (html and plain text) and
> attach pdfs that we as well generate via fo from a pipeline. Further the
> solution is based on JMS to make it async and it works like a charm to
> invoke a cocoon java pipeline via JMSListener.
>
> Further c3 is designed to be integrated painlessly in whatever, meaning
> you can have a my faces app and some business code can call c3 pipelines
> to get data processed, so IMO it is now time to get into cocoon again.
>
> salu2
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: using maven archetypes

Posted by Thorsten Scherler <sc...@gmail.com>.
Please do not crosspost but stay in the original thread.

On 07/03/2013 08:37 AM, Piratenvisier wrote:
> When i create the mysample block with the atchetype as described on
> the cocoon 3.0
> homepage maven first complains that there is no cocoon-optional
> 3.0.0-alpha-3-SNAPSHOT dependency.
> when I ask for cocoon-optional 3.0.0-alpha-3 I get the error when I
> start jetty
> java.lang.NoClassDefFoundError: org/springframework/core/env/Environment
> what is the problem
> when I want to use the cocoon pipeline in my wicket application
> I have a dependency problem between flyingsaucer and
> org.apache.xmlgraphics fop 1.0
> or org.apache.cocoon cocoon-fop-ng-impl 1.0.0-SNAPSHOT
>

On 07/04/2013 01:57 PM, Piratenvisier wrote:
> Thank you I got it.
> I was an adherent of cocoon from the beginning.
> But with the upcoming AJAX I felt that for dynamic web it was not the
rightt solution.
> So I stopped to use it.I started my project again because thanks to
cocoon's hompage I
> noticed the upcoming wicket.
> Wicket brought a new dynamic in my project there were only two
use-cases for which I preferred cocoon.
> For PDF generation and email-transport. I used flow :cocoon-protocol
fop-ng
> But this services could not be upgraded from cocoon 2.2.0 to 3.
> Meanwhile I use hibernate and spring 3.1 and I would prefer to use the
hibernate ojb-part with annotations in cocoon.
> but in cocoon 3 first flow and cocoon-protokol is missing and I can
not use spring 3.1
> So the situation becomes worse and worse for me. So I am looking how
to escape from cocoon
> with flyingsaucer and an own email adaption maybe as soap-application.


I do not really understand your problems. c3 is using
<spring.version>3.2.2.RELEASE</spring.version>
why can you use that but are bound to 3.1?

Regarding the dep conflict you have I recommend to use the pom view of
eclipse and there the dep hierarchy, where you can exclude certain deps
directly.

Regarding the sending mail, in one of our deployments we are using c3 to
create the eMails in 2 different formats (html and plain text) and
attach pdfs that we as well generate via fo from a pipeline. Further the
solution is based on JMS to make it async and it works like a charm to
invoke a cocoon java pipeline via JMSListener.

Further c3 is designed to be integrated painlessly in whatever, meaning
you can have a my faces app and some business code can call c3 pipelines
to get data processed, so IMO it is now time to get into cocoon again.

salu2

-- 
Thorsten Scherler <scherler.at.gmail.com>
codeBusters S.L. - web based systems
<consulting, training and solutions>

http://www.codebusters.es/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org