I am migrating my JBoss from 4.0.5 to WildFly 9.0.2 release, and my application has some dependency from JRE/lib/rt.jar
, but when I deploy that application on WildFly, application gives error like ClassNotFoundException. If I add rt.jar
as dependency in lib directory then application works.
So does anyone knows how to overcome from this problem.
Eg.
javax.xml.parsers.SAXParser.class
which is available in rt.jar
.