hi! i used the mvn archetype:generate command to create a project (5.3.6). then i added all the dependecies for the enterprise edition. the system is up and running. but when i view the demo-project, all the images fail to load. in the console of eclipse i get this error:
java.lang.NoSuchMethodError: com.google.common.collect.MapMaker.expiration(JLjava/util/concurrent/TimeUnit;)Lcom/google/common/collect/MapMaker; at info.magnolia.imaging.caching.CachingImageStreamer.<init>(CachingImageStreamer.java:107) at info.magnolia.imaging.ImagingServlet.getStreamer(ImagingServlet.java:122) ... i googled and found that the com.google.common.collect.MapMaker was deprecated and is now replaced by com.google.common.cache.CacheBuilder in magnolia 5.3. please tell me how to fix this. thx, edi -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=8b99bca7-c3e3-458c-8884-e2fef9a483c4 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
