Apache Commons EmailValidator and SeamListener Exception (not deploying)
Posted
by ranirani
on Stack Overflow
See other posts from Stack Overflow
or by ranirani
Published on 2010-04-26T14:51:16Z
Indexed on
2010/04/26
14:53 UTC
Read the original article
Hit count: 312
Hi, friends When using Apache Commons EmailValidator through Maven, I have the following problem that doesn't deploy my app:
Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.LinkageError: loader constraints violated when linking org/xml/sax/EntityResolver class
I've used the following code at my pom.xml:
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.3.1</version>
</dependency>
One help?
© Stack Overflow or respective owner