Juan Prats [
https://community.jboss.org/people/jprats] created the discussion
"Re: ClassNotFoundException (org.xml.sax.helpers.DefaultHandler) in a module"
To view the discussion, visit:
https://community.jboss.org/message/790057#790057
--------------------------------------------------------------
I had the same issue while creating a module for EhCache in jboss 7.1.1.Final.
In the end I used the following dependency (because it was asking first for
"org/xml/sax/helpers" then for "javax/xml/parsers",
"javax/naming", and so on...)
<module name="javax.api"/>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/790057#790057]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]