Using Spring, dependency missing
Forum » General / Help Requests » Using Spring, dependency missing
Started by: epchrisepchris
On: 1222842686|%e %b %Y, %H:%M %Z|agohover
Number of posts: 2
rss icon RSS: New posts
Summary:
edu/emory/mathcs/backport/java/util/concurrent/ScheduledExecutorService
Using Spring, dependency missing
epchrisepchris 1222842686|%e %b %Y, %H:%M %Z|agohover

I just tried integrating in ERMA using your example for spring integration and got a NoClassDefFoundError for the class
edu/emory/mathcs/backport/java/util/concurrent/ScheduledExecutorService
Is there a reason why ERMA relies on edu.emory.mathcs.backport? Why not just the ScheduleExecutorService in java 1.5? is it just too late and my brain isn't working?

unfold Using Spring, dependency missing by epchrisepchris, 1222842686|%e %b %Y, %H:%M %Z|agohover
Re: Using Spring, dependency missing
Matthew KempMatthew Kemp 1222885918|%e %b %Y, %H:%M %Z|agohover

The reason we rely on the edu.emory.mathcs.backport is because of Java 1.4 support. I know that 1.4 is near end-of-life, but at the time we release erma we still required 1.4 support.

unfold Re: Using Spring, dependency missing by Matthew KempMatthew Kemp, 1222885918|%e %b %Y, %H:%M %Z|agohover
New post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License