Cocoon 2.2 with Java 8 and Spring Framework 4.2?

2015-10-23 Thread Gabriel Gruber
Hello Cocooners! Are there still some people using cocoon in a production application? We still use it in our standard product and now have the challenge to migrate to java 1.8 and spring framework 4.2. While this gives us a few issues to solve in terms of migrating code relying on spring 3,

Re: [jira] Updated: (COCOON-2146) Using EventAware cache implementation breaks persistent cache restore on restart

2015-10-23 Thread Peter Hunsberger
It's likely going to be some difference in the class paths used in the two systems and what libraries are sitting in which parts of the class path. To check, work backwards from the error; what library is the class in, where do those libraries sit on your class path, is the 1st one found the right

Re: [jira] Updated: (COCOON-2146) Using EventAware cache implementation breaks persistent cache restore on restart

2015-10-23 Thread Francesco Chicchiriccò
On 22/10/2015 17:42, josepascual wrote: Hello, we are trying to deploy a cocoon web application in a Sun One 6.1 Server. We have some problems, one of them is that when the application is starting to run, fail with this error: ERROR [main] (DiskStore.java:668) - cocoon-ehcache-1Cache: Failed to

Re: [jira] Updated: (COCOON-2146) Using EventAware cache implementation breaks persistent cache restore on restart

2015-10-23 Thread Francesco Chicchiriccò
On 23/10/2015 09:07, josepascual wrote: Hi francesco, thanks for your answer ... in our case, the problem is that we try to deploy the web application in our local environment under our pc windows 7 system. We can deploy the app under client environment without any problem, the customer can

Re: [jira] Updated: (COCOON-2146) Using EventAware cache implementation breaks persistent cache restore on restart

2015-10-23 Thread josepascual
Hi francesco, thanks for your answer ... in our case, the problem is that we try to deploy the web application in our local environment under our pc windows 7 system. We can deploy the app under client environment without any problem, the customer can use it correctly. We received the