From jdk/docs/api/java/lang/LinkageError.html
This Error
descripts:anonymous wrote :
| Subclasses of LinkageError indicate that a class has some dependency on another class;
however, the latter class has incompatibly changed after the compilation of the former
class
So check your dependency jar version, and should resolve it youself.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981383#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...