my application.xml is shown below
| <?xml version="1.0" encoding="ISO-8859-1"?>
| <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application
1.2//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
| <application>
| <display-name>Stateless Session Bean Example</display-name>
| <module>
| <web>
| <web-uri>firstVisjsp.war</web-uri>
| <context-root>/firstVisjsp</context-root>
| </web>
| </module>
| <module>
| <ejb>firstVisEJB.jar</ejb>
| </module>
| </application>
|
Thanks!
VVK
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088191#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...