Hi Jaikiran,
Please find the contents of application.xml below :
<?xml version="1.0" encoding="UTF-8"?>
| <application
xmlns="http://java.sun.com/xml/ns/j2ee"
version="1.4"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://java.sun.com /xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
| <display-name>ss</display-name>
| <description>celera application</description>
|
| <module>
| <ejb>beans.jar</ejb>
| </module>
|
| <module>
| <web>
| <web-uri>web.war</web-uri>
| <context-root>celera</context-root>
| </web>
| </module>
|
| </application>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197523#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...