Muhammad Ali [http://community.jboss.org/people/mali2] replied to the discussion
"While deploying .war file - ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController]" To view the discussion, visit: http://community.jboss.org/message/551882#551882 -------------------------------------------------------------- Thanks for your USEFUL REPLY pai; That exception have resolved by making change in below line in web.xml; prvious version is the first one and updated is the second one. <!--web-app version="2.4" xmlns=" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd"--> <web-app version="2.5" xmlns=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> I am no more having that issue but now i am encountering with another problem: -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/551882#551882] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
