J2EE classloading – java.lang.LinkageError

August 12, 2009

Recently while working on a java enterprise application I came upon a runtime error which later inspired this very post. What will follow will also give you a taste of what proper Maven dependency management should look like. The problem in question was a library call which caused the following to be spit in my [...]

0