Problem with spring when moving the project or deploying the war

2010-12-06 Thread Hans-Heinrich Braun
I made an application with cocoon 2.2 with several blocks and a webapp. It works fine with jetty. But when I move the project to another directory or deploy a war-file and start it with tomcat I get the following error: 06.12.2010 14:47:17 org.apache.catalina.core.ApplicationContext log INFO:

cocoon ProgessService and Hibernate

2015-03-27 Thread Hans-Heinrich Braun
I am using cocoon 3.0 with Hibernate.To enable Lazy Loading I insert in web.xml filter        filter-namelazyLoadingFilter/filter-name        filter-classorg.apache.cocoon.tools.rcl.wrapper.servlet.ReloadingServletFilter/filter-class    

cocoon and cocoon-webapp together

2016-06-25 Thread Hans-Heinrich Braun
I am bringing my application to openshift.It seems that i cannot integrate local dependencies in openshift.So it try to make one maven project out of cocoon and cocoon-webapp.But i didn't succeed after one day of trial.Do somebody have an idea how to accomplish it,Best regardsH.H.Braun

where to get cocoon 3.0.0-beta-1-SNAPSHOT

2016-02-08 Thread Hans-Heinrich Braun
I used cocoon 3.0.0-beta-1-SNAPSHOT for a Rest email distribution application starting with the emailpipeline Thorsten made for me.I want to change to a new system renewing all my java applications and saw i deleted the source  3.0.0-beta-1-SNAPSHOT and i cannot find in internet.Can you help me?

Re: Cocoon 3 sitemap setup

2016-08-30 Thread Hans-Heinrich Braun
I solved it by running cocoon as an own application together with my main application communication by Rest.Cocoon makes my pdf generation and email message work i couldn't find anything other open source software to do it as well as cocoon although cocoon always  makes  some environmental

Json Syntax and JsonSerializer

2016-08-30 Thread Hans-Heinrich Braun
I couldn't find any Document describing the syntax JsonSerializer is accepting

Cocoon-3.0.0-beta-1-SNAPSHOT and jetty-maven-plugin

2016-08-30 Thread Hans-Heinrich Braun
I am using this cocoon version : Cocoon-3.0.0-beta-1-SNAPSHOT with  maven-jetty-plugin version 6.1.26maven-jetty-plugin stops with version 6.X.X only only jetty-maven-plugin is supported with higher version numbers.but when i try to let it run with jetty-maven-plugin 7.6.13.v20130916 i get the

Re: cocoon-sample tests in cocoon-3.0.0-beta-1

2016-09-12 Thread Hans-Heinrich Braun
I reduced compile to jave 1.6 and i get the following error : [WARNING] Error injecting: org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojojava.lang.NoClassDefFoundError: org/apache/maven/shared/artifact/filter/collection/ArtifactFilterExceptionCaused by: